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:
commit
568d7661f7
|
@ -57,7 +57,7 @@ type OpListReq struct {
|
|||
}
|
||||
|
||||
type OpListData struct {
|
||||
List []*dbstruct.DailyStatementZoneInfo `json:"list"`
|
||||
List []*OpDailyStatementZoneInfoVO `json:"list"`
|
||||
Offset int `json:"offset"`
|
||||
More int `json:"more"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue