|
|
@@ -214,7 +214,7 @@ type CentralKitchenForSchoolOrdRefundReq struct { |
|
|
|
} |
|
|
|
|
|
|
|
type SelfSupportForSchoolOrdRefundReq struct { |
|
|
|
EnterpriseId int `json:"enterprise_id" binding:"required" label:"企业id"` |
|
|
|
EnterpriseId int `json:"enterprise_id" label:"企业id"` |
|
|
|
Ids []string `json:"ids" label:"ids" binding:"required"` |
|
|
|
} |
|
|
|
|
|
|
|