From 3e5480a69ab4d6c3494eb517e69e141b80fac3de Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期二, 17 十月 2023 17:25:11 +0800
Subject: [PATCH] 联系人去除编码
---
model/request/salesRefund.go | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/model/request/salesRefund.go b/model/request/salesRefund.go
index 0f132db..4cfb4ee 100644
--- a/model/request/salesRefund.go
+++ b/model/request/salesRefund.go
@@ -3,6 +3,7 @@
import (
"aps_crm/constvar"
"aps_crm/model"
+ "aps_crm/proto/code"
)
type AddSalesRefundRequest struct {
@@ -21,6 +22,8 @@
IsInvoice string `json:"isInvoice"`
Reason string `json:"reason"`
Products []*model.Product `json:"products"`
+ CodeStandID string `json:"codeStandID"` //缂栫爜id
+ CodeRule code.CodeStandard `json:"codeRule"`
}
type UpdateSalesRefundRequest struct {
@@ -32,4 +35,5 @@
PageInfo
Keyword string `json:"keyword"`
KeywordType constvar.SalesRefundKeywordType
+ SourceId int `json:"sourceId"`
}
--
Gitblit v1.8.0