自动化代码取消数据库类型定义 对会产生报错的地方做了统一处理

This commit is contained in:
piexlmax
2021-12-13 17:27:57 +08:00
parent 8830f59f74
commit 5a83207b32
5 changed files with 18 additions and 44 deletions

View File

@@ -21,7 +21,6 @@ type Field struct {
FieldDesc string `json:"fieldDesc"` // 中文名
FieldType string `json:"fieldType"` // Field数据类型
FieldJson string `json:"fieldJson"` // FieldJson
DataType string `json:"dataType"` // 数据库字段类型
DataTypeLong string `json:"dataTypeLong"` // 数据库字段长度
Comment string `json:"comment"` // 数据库字段描述
ColumnName string `json:"columnName"` // 数据库字段