feat:代码生成新增字段导出设置

This commit is contained in:
不做码农
2022-10-19 21:27:53 +08:00
parent 51a244df09
commit 6e0d1ffa9d
8 changed files with 18 additions and 5 deletions

View File

@@ -738,6 +738,7 @@ create table gen_table_column (
isList TINYINT , --'是否列表字段1是',
isSort TINYINT , --'是否排序字段1是',
isQuery TINYINT ,-- '是否查询字段1是',
isExport TINYINT ,-- '是否导出字段1是',
queryType varchar(200) default 'EQ' , --'查询方式(等于、不等于、大于、小于、范围)',
htmlType varchar(200) , --'显示类型(文本框、文本域、下拉框、复选框、单选框、日期控件)',
dictType varchar(200) default '' , --'字典类型',