初始化项目
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user