From 05582688724c78bc70a7bc860193c67677f6c8cf Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期六, 28 十月 2023 10:46:37 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/crm

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

diff --git a/model/request/salesRefund.go b/model/request/salesRefund.go
index 4cfb4ee..ad162bb 100644
--- a/model/request/salesRefund.go
+++ b/model/request/salesRefund.go
@@ -3,7 +3,6 @@
 import (
 	"aps_crm/constvar"
 	"aps_crm/model"
-	"aps_crm/proto/code"
 )
 
 type AddSalesRefundRequest struct {
@@ -23,7 +22,6 @@
 	Reason        string                    `json:"reason"`
 	Products      []*model.Product          `json:"products"`
 	CodeStandID   string                    `json:"codeStandID"` //缂栫爜id
-	CodeRule      code.CodeStandard         `json:"codeRule"`
 }
 
 type UpdateSalesRefundRequest struct {

--
Gitblit v1.8.0