ソースを参照

update

add_mode
DengBiao 1年前
コミット
1f35e0a5a9
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      app/admin/md/md_enterprise_manage.go

+ 2
- 2
app/admin/md/md_enterprise_manage.go ファイルの表示

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


読み込み中…
キャンセル
保存