更换为null_time,null_int

This commit is contained in:
xiangheng
2024-08-16 01:03:54 +08:00
parent 1fc96a59b0
commit edd6d9df0e
94 changed files with 2893 additions and 1126 deletions
@@ -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 数据库相关常量