This commit is contained in:
parent
853d231a9f
commit
6ff619e386
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue