From 283a54070553e81a2e73d4b8b9ea1d717c2f512e Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 15 三月 2024 10:08:59 +0800
Subject: [PATCH] 补充
---
model/request/subOrder.go | 14 ++++++--------
1 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/model/request/subOrder.go b/model/request/subOrder.go
index 556f4e0..7db7ff3 100644
--- a/model/request/subOrder.go
+++ b/model/request/subOrder.go
@@ -2,7 +2,6 @@
import (
"aps_crm/model"
- "aps_crm/proto/code"
)
type AddSubOrder struct {
@@ -10,13 +9,12 @@
}
type SubOrder struct {
- ClientId int `json:"clientId"`
- MasterOrderId int `json:"masterOrderId"`
- Number string `json:"number"`
- MemberId int `json:"memberId"`
- Product []model.Product `json:"product"`
- CodeStandID string `json:"codeStandID"` //缂栫爜id
- CodeRule code.CodeStandard `json:"codeRule"`
+ ClientId int `json:"clientId"`
+ MasterOrderId int `json:"masterOrderId"`
+ Number string `json:"number"`
+ MemberId int `json:"memberId"`
+ Product []model.Product `json:"product"`
+ CodeStandID string `json:"codeStandID"` //缂栫爜id
}
type UpdateSubOrder struct {
--
Gitblit v1.8.0