model/request/orderManage.go @@ -25,3 +25,7 @@ PageInfo Keyword string `json:"keyword"` } type DeleteOrderManage struct { Ids []int `json:"ids"` }