From 6da26bae86d3a213c193a8d81e3a1f24f149a2a1 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 15 三月 2024 14:36:55 +0800 Subject: [PATCH] aps获取crm信息 --- model/request/salesRefund.go | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/model/request/salesRefund.go b/model/request/salesRefund.go index 2fdb91e..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 { @@ -35,4 +33,5 @@ PageInfo Keyword string `json:"keyword"` KeywordType constvar.SalesRefundKeywordType + SourceId int `json:"sourceId"` } -- Gitblit v1.8.0