model/request/salesRefund.go
@@ -21,6 +21,7 @@ IsInvoice string `json:"isInvoice"` Reason string `json:"reason"` Products []*model.Product `json:"products"` CodeStandID string `json:"codeStandID"` //编码id } type UpdateSalesRefundRequest struct { @@ -32,4 +33,5 @@ PageInfo Keyword string `json:"keyword"` KeywordType constvar.SalesRefundKeywordType SourceId int `json:"sourceId"` }