zhangqian
2023-11-01 530fed8ec225453572d57b15c200ab062c335457
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"`
}