代码生成编辑新增字段备注

This commit is contained in:
不做码农
2022-05-20 14:40:31 +08:00
parent d8abd49103
commit 99595c1993
6 changed files with 20 additions and 13 deletions

View File

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