zhangzengfei
2022-01-22 5413b950ac6693e24ac1cd7d8974ab8aa270b644
ruleServerLog.go
@@ -19,7 +19,7 @@
   TotalFailure  int    `gorm:"column:totalFailure" json:"totalFailure"`
   TotalCached   string `gorm:"column:totalCached" json:"totalCached"`
   LastSendDate  string `gorm:"column:lastSendDate" json:"lastSendDate"`
   LastSendState string `gorm:"column:lastSendDate" json:"lastSendDate"`
   LastSendState string `gorm:"column:lastSendState" json:"lastSendState"`
   CreateDate    string `gorm:"column:createDate" json:"createDate"`
}