|
|
@@ -3,6 +3,8 @@ package md |
|
|
|
type CentralKitchenForSchoolInfoResp struct { |
|
|
|
Name string `json:"name" label:"名称"` |
|
|
|
Memo string `json:"memo" label:"备注"` |
|
|
|
Mode string `json:"mode" label:"模式"` |
|
|
|
Pvd string `json:"pvd" label:"场景"` |
|
|
|
Kind string `json:"kind" label:"种类(1:央厨-学校 2:央厨-工厂 3:自营-学校 4:自营-工厂)"` |
|
|
|
State string `json:"state" label:"状态(1:正常 2:冻结)"` |
|
|
|
IsOpenTeacherReportMeal int `json:"is_open_teacher_report_meal" label:"教师报餐(1:开启 2:关闭)"` |
|
|
|