From 2d6875c93b25d0b7336c7fa11e066d213259fe2e Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 25 四月 2024 10:02:01 +0800 Subject: [PATCH] 更改定时任务时区设置 --- model/reports_to_cloud.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/model/reports_to_cloud.go b/model/reports_to_cloud.go index f4acf5b..5c2faf4 100644 --- a/model/reports_to_cloud.go +++ b/model/reports_to_cloud.go @@ -10,7 +10,7 @@ type ( // ReportsToCloud 鏁版嵁涓婃姤 ReportsToCloud struct { - gorm.Model + CommonModel ReportType constvar.ReportType `json:"reportType"` //涓婃姤绫诲瀷 Content string `json:"Content"` } -- Gitblit v1.8.0