瀏覽代碼

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 {


Loading…
取消
儲存