Merge pull request 'by Robin at 20240518' (#454) from feat-IRONFANS-120-Robin into main

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/454
This commit is contained in:
chenhao 2024-05-18 00:34:39 +08:00
commit 568d7661f7
1 changed files with 3 additions and 3 deletions

View File

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