|
@@ -367,6 +367,7 @@ type SelfSupportForSchoolStudentUpdateReq struct { |
|
|
EnterpriseId int `json:"enterprise_id" binding:"required" label:"企业id"` |
|
|
EnterpriseId int `json:"enterprise_id" binding:"required" label:"企业id"` |
|
|
UserIdentityId int `json:"user_identity_id" binding:"required" label:"用户身份id"` |
|
|
UserIdentityId int `json:"user_identity_id" binding:"required" label:"用户身份id"` |
|
|
IdNo string `json:"id_no" label:"身份证号"` |
|
|
IdNo string `json:"id_no" label:"身份证号"` |
|
|
|
|
|
CertType int `json:"cert_type" label:"证件类型(1:身份证 2:学工号 3:护照)"` |
|
|
Name string `json:"name" label:"姓名"` |
|
|
Name string `json:"name" label:"姓名"` |
|
|
GradeId int `json:"grade_id" label:"年级id"` |
|
|
GradeId int `json:"grade_id" label:"年级id"` |
|
|
ClassId int `json:"class_id" label:"班级id"` |
|
|
ClassId int `json:"class_id" label:"班级id"` |
|
|