This commit is contained in:
邹宗楠
2022-12-07 17:33:29 +08:00
parent 40c7ca6dca
commit be333c9feb
3 changed files with 3 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ type PrintInfo struct {
type PagedInfo struct {
TotalCount int `json:"totalCount"`
Data interface{} `json:"data"`
PrintBill map[string]int64 `json:"print_bill"`
PrintBill map[string]int64 `json:"printBill"`
}
type ModelIDCULD struct {