haozhifeng
2021-08-12 fb66c0fd0f434ea46dfb2699525d5a59b019b457
时间字段类型修改
1个文件已修改
2 ■■■ 已修改文件
ruleServerLog.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruleServerLog.go
@@ -10,7 +10,7 @@
    TotalFailure int    `gorm:"column:totalFailure" json:"totalFailure"`
    TotalCached  string `gorm:"column:totalCached" json:"totalCached"`
    LastSendDate string `gorm:"column:lastSendDate" json:"lastSendDate"`
    CreateDate   int64  `gorm:"column:createDate" json:"createDate"`
    CreateDate   string  `gorm:"column:createDate" json:"createDate"`
}
type RuleServerPushLog struct {