|
|
@@ -118,7 +118,7 @@ type CentralKitchenForSchoolTeacherDeleteReq struct { |
|
|
|
type CentralKitchenForSchoolStudentAdmissionReq struct { |
|
|
|
EnterpriseId int `json:"enterprise_id" binding:"required" label:"企业id"` |
|
|
|
ClassId int `json:"class_id" label:"班级id"` |
|
|
|
GradeId int `json:"grade_id" binding:"required" label:"年级id"` |
|
|
|
GradeId int `json:"grade_id" label:"年级id"` |
|
|
|
} |
|
|
|
|
|
|
|
type SetCentralKitchenForSchoolWithSpecReq struct { |
|
|
@@ -323,7 +323,7 @@ type SelfSupportForSchoolStudentDeleteReq struct { |
|
|
|
type SelfSupportForSchoolStudentAdmissionReq struct { |
|
|
|
EnterpriseId int `json:"enterprise_id" binding:"required" label:"企业id"` |
|
|
|
ClassId int `json:"class_id" label:"班级id"` |
|
|
|
GradeId int `json:"grade_id" binding:"required" label:"年级id"` |
|
|
|
GradeId int `json:"grade_id" label:"年级id"` |
|
|
|
} |
|
|
|
|
|
|
|
type SelfSupportForSchoolTeacherUpdateReq struct { |
|
|
|