|
|
@@ -525,6 +525,7 @@ type SelfSupportForSchoolConsumeLimitListReq struct { |
|
|
|
} |
|
|
|
|
|
|
|
type SelfSupportForSchoolConsumeLimitListResp struct { |
|
|
|
UserIdentityId int `json:"user_identity_id" label:"用户身份id"` |
|
|
|
Name string `json:"name" label:"姓名"` |
|
|
|
GradeId int `json:"grade_id" label:"年级id"` |
|
|
|
GradeName string `json:"grade_name" label:"年级名称"` |
|
|
|