Browse Source

1

consumeLimit
DengBiao 11 months ago
parent
commit
03e98417e0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/admin/md/md_enterprise_manage.go

+ 1
- 1
app/admin/md/md_enterprise_manage.go View File

@@ -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"`
}



Loading…
Cancel
Save