|
|
@@ -198,6 +198,7 @@ type CentralKitchenForSchoolOrdListResp struct { |
|
|
|
|
|
|
|
type CentralKitchenForSchoolOrdListReq struct { |
|
|
|
EnterpriseId int `json:"enterprise_id" label:"企业id"` |
|
|
|
IsTeacher int `json:"is_teacher" label:"是否教师"` |
|
|
|
Limit int `json:"limit" binding:"required"` |
|
|
|
Page int `json:"page" binding:"required"` |
|
|
|
Name string `json:"name" label:"姓名"` |
|
|
@@ -435,6 +436,7 @@ type SelfSupportForSchoolArrearsOrdListReq struct { |
|
|
|
ClassId int `json:"class_id" label:"班级id"` |
|
|
|
StartDate string `json:"start_date" label:"刷脸-开始时间"` |
|
|
|
EndDate string `json:"end_date" label:"刷脸-截止时间"` |
|
|
|
IsTeacher int `json:"is_teacher" label:"是否教师"` |
|
|
|
} |
|
|
|
|
|
|
|
type SelfSupportForSchoolArrearsOrdDebtRepayReq struct { |
|
|
|