From b3a47cb555076c25c64d83dd455a472509291245 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期一, 13 十一月 2023 16:09:35 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/crm

---
 model/request/salesRefund.go |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/model/request/salesRefund.go b/model/request/salesRefund.go
index 0f132db..ad162bb 100644
--- a/model/request/salesRefund.go
+++ b/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"`
 }

--
Gitblit v1.8.0