代码生成器支持直接使用字典

修复查询涉及sql关键字时sql语句报错问题
This commit is contained in:
QM303176530
2020-07-18 14:27:03 +08:00
parent 0f7a6a548f
commit de1d090c31
3 changed files with 28 additions and 10 deletions
+1
View File
@@ -21,4 +21,5 @@ type Field struct {
Comment string `json:"comment"`
ColumnName string `json:"columnName"`
FieldSearchType string `json:"fieldSearchType"`
DictType string `json:"dictType"`
}