zhangzengfei
2022-01-24 7f87c3aa198f7a74b10d4566d048db0866c17c52
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"`
}