mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-14 21:23:47 +08:00
feat 调整 mysql 、pgsql 初始化数据; 完善pgsql 兼容性,适配代码生成逻辑
This commit is contained in:
@@ -15,7 +15,7 @@ type SysDictData struct {
|
||||
Id any // 字典数据ID
|
||||
Label any // 字典标签
|
||||
Value any // 字典键值
|
||||
ValueType any // 键值数据类型:string,int,uint,bool,datetime,date
|
||||
ValueType any // 键值数据类型:string,int,uint,bool,TIMESTAMP,date
|
||||
Type any // 字典类型
|
||||
ListClass any // 表格回显样式
|
||||
IsDefault any // 是否为系统默认
|
||||
|
||||
Reference in New Issue
Block a user