zhangzengfei
2021-12-01 c8d4a56f0e2f6794ef68abaca4b281fb9f26402c
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"`
}