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