Ver a proveniência

update

add_mode
DengBiao há 1 ano
ascendente
cometimento
1f35e0a5a9
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      app/admin/md/md_enterprise_manage.go

+ 2
- 2
app/admin/md/md_enterprise_manage.go Ver ficheiro

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


Carregando…
Cancelar
Guardar