|
|
@@ -66,7 +66,7 @@ type CentralKitchenForSchoolMyReserveRespList struct { |
|
|
|
|
|
|
|
type CentralKitchenForSchoolMyReserveListResp struct { |
|
|
|
Date string `json:"date" label:"日期"` |
|
|
|
TotalAmount float64 `json:"total_amount" label:"总计金额"` |
|
|
|
TotalAmount string `json:"total_amount" label:"总计金额"` |
|
|
|
List []CentralKitchenForSchoolMyReserveListRespList `json:"list" label:"列表"` |
|
|
|
} |
|
|
|
|
|
|
|