Browse Source

update

add_mode
DengBiao 1 year ago
parent
commit
1f35e0a5a9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/admin/md/md_enterprise_manage.go

+ 2
- 2
app/admin/md/md_enterprise_manage.go View File

@@ -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 {


Loading…
Cancel
Save