优化代码生成

This commit is contained in:
不做码农
2022-05-24 18:42:40 +08:00
21 changed files with 300 additions and 280 deletions

View File

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