mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2026-04-22 22:57:15 +08:00
更换为null_time,null_int
This commit is contained in:
@@ -12,10 +12,10 @@ var GenConstants = genConstants{
|
||||
|
||||
//GoConstants Go相关常量
|
||||
var GoConstants = goConstants{
|
||||
TypeString: "string", //字符串类型
|
||||
TypeFloat: "float64", //浮点型
|
||||
TypeInt: "int", //整型
|
||||
TypeDate: "core.TsTime", //时间类型
|
||||
TypeString: "string", //字符串类型
|
||||
TypeFloat: "float64", //浮点型
|
||||
TypeInt: "int", //整型
|
||||
TypeDate: "core.NullTime", //时间类型
|
||||
}
|
||||
|
||||
//SqlConstants 数据库相关常量
|
||||
|
||||
Reference in New Issue
Block a user