优化代码生成额外参数编辑报错,新增排序列

This commit is contained in:
不做码农
2022-05-22 13:50:27 +08:00
parent 99595c1993
commit 64ce449353
15 changed files with 262 additions and 228 deletions

View File

@@ -82,7 +82,8 @@ namespace ZR.Repository.System
it.Update_time,
it.DictType,
it.Update_by,
it.Remark
it.Remark,
it.IsSort
})
.ExecuteCommand();
}