|
@@ -501,7 +501,7 @@ type SelfSupportForSchoolOrdListResp struct { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type CentralKitchenForSchoolBatchAskForLeaveReqBySchool struct { |
|
|
type CentralKitchenForSchoolBatchAskForLeaveReqBySchool struct { |
|
|
EnterpriseIds []int `json:"enterprise_id" binding:"required" label:"企业id"` |
|
|
|
|
|
|
|
|
EnterpriseIds []int `json:"enterprise_ids" binding:"required" label:"企业id"` |
|
|
IsBreakfast int `json:"is_breakfast" label:"是否退早餐(1:退 0:不退)"` |
|
|
IsBreakfast int `json:"is_breakfast" label:"是否退早餐(1:退 0:不退)"` |
|
|
IsLunch int `json:"is_lunch" label:"是否退午餐(1:退 0:不退)"` |
|
|
IsLunch int `json:"is_lunch" label:"是否退午餐(1:退 0:不退)"` |
|
|
IsDinner int `json:"is_dinner" label:"是否退晚餐(1:退 0:不退)"` |
|
|
IsDinner int `json:"is_dinner" label:"是否退晚餐(1:退 0:不退)"` |
|
|