初始化项目

This commit is contained in:
2025-12-10 15:41:52 +08:00
parent 339dd97f66
commit 232009bbc2
25 changed files with 419 additions and 467 deletions

View File

@@ -13,7 +13,7 @@ type ReportGenerateReq struct {
// 报表生成响应
type ReportGenerateResp struct {
ReportID int64 `json:"report_id"`
ReportID string `json:"report_id"`
ReportType string `json:"report_type"`
ReportDate string `json:"report_date"`
Data interface{} `json:"data"`