feat:代码生成新增字段导出设置
This commit is contained in:
@@ -480,6 +480,7 @@ namespace ZR.CodeGenerator
|
||||
IsInsert = !column.IsIdentity || GenConstants.inputDtoNoField.Any(f => f.Contains(column.DbColumnName, StringComparison.OrdinalIgnoreCase)),//非自增字段都需要插入
|
||||
IsEdit = true,
|
||||
IsQuery = false,
|
||||
IsExport = true,
|
||||
HtmlType = GenConstants.HTML_INPUT,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user