Browse Source

fix table

ziwen 2 years ago
parent
commit
5f7e67ba5a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      models/tables/report_send_ths_detail/report_send_ths_detail.go

+ 4 - 0
models/tables/report_send_ths_detail/report_send_ths_detail.go

@@ -14,3 +14,7 @@ type ReportSendThsDetail struct {
 	PushTime   time.Time `description:"实际开始推送时间/预推送时间"`
 	CreateTime time.Time `description:"发送时间"`
 }
+
+func (r *ReportSendThsDetail) TableName() string {
+	return "report_send_ths_detail"
+}