This commit is contained in:
Leufolium 2024-05-18 00:34:20 +08:00
parent 853d231a9f
commit 6ff619e386
1 changed files with 3 additions and 3 deletions

View File

@ -57,9 +57,9 @@ type OpListReq struct {
} }
type OpListData struct { type OpListData struct {
List []*dbstruct.DailyStatementZoneInfo `json:"list"` List []*OpDailyStatementZoneInfoVO `json:"list"`
Offset int `json:"offset"` Offset int `json:"offset"`
More int `json:"more"` More int `json:"more"`
} }
type OpListResp struct { type OpListResp struct {