1
This commit is contained in:
@@ -93,8 +93,9 @@ type PrintInfo struct {
|
||||
}
|
||||
|
||||
type PagedInfo struct {
|
||||
TotalCount int `json:"totalCount"`
|
||||
Data interface{} `json:"data"`
|
||||
TotalCount int `json:"totalCount"`
|
||||
Data interface{} `json:"data"`
|
||||
PrintBill map[string]int64 `json:"print_bill"`
|
||||
}
|
||||
|
||||
type ModelIDCULD struct {
|
||||
|
||||
Reference in New Issue
Block a user