From e1c0fe2768d32f79920ceda92383981d4ff12058 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 15 三月 2024 10:07:50 +0800
Subject: [PATCH] 获取销售明细产品信息
---
constvar/const.go | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/constvar/const.go b/constvar/const.go
index 341e137..c81270e 100644
--- a/constvar/const.go
+++ b/constvar/const.go
@@ -208,6 +208,14 @@
SystemType = 2
)
+// ModeType 妯″潡绫诲瀷
+type ModeType string
+
+const (
+ BjdMode ModeType = "bjd"
+ XsmxMode ModeType = "xsmx"
+)
+
var SystemSet = map[string]interface{}{
"CRM": map[string]interface{}{
"鎶ヤ环鍗曟槸鍚﹀繀椤诲叧鑱旈攢鍞満浼�": map[string]interface{}{
@@ -217,6 +225,7 @@
"1": "鏄�",
"2": "鍚�",
},
+ "modeType": "bjd",
},
"閿�鍞槑缁嗗崟鏄惁蹇呴』鍏宠仈鎶ヤ环鍗�": map[string]interface{}{
"value": "鏄�",
@@ -225,6 +234,7 @@
"1": "鏄�",
"2": "鍚�",
},
+ "modeType": "xsmx",
},
"閿�鍞槑缁嗗崟鏄惁蹇呴』鍏宠仈涓氬姟鏈轰細": map[string]interface{}{
"value": "鏄�",
@@ -233,6 +243,7 @@
"1": "鏄�",
"2": "鍚�",
},
+ "modeType": "xsmx",
},
},
}
--
Gitblit v1.8.0