From adee7a71ba7ab1b63cab63381dfe1846437853d6 Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期四, 02 三月 2023 17:37:05 +0800
Subject: [PATCH] 增加分销商配置

---
 web/Model/Model/GwClient.cs |   26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/web/Model/Model/GwClient.cs b/web/Model/Model/GwClient.cs
index 4a167aa..2bbda75 100644
--- a/web/Model/Model/GwClient.cs
+++ b/web/Model/Model/GwClient.cs
@@ -23,8 +23,6 @@
         private string _password;
         public string Salt { get; set; } //瀵嗙爜鍔犲瘑鐩�
 
-
-        private string _parentId;//涓婄骇ID
         private Decimal _totalAmount;
         private Decimal _balance;
         private int _id;
@@ -33,7 +31,9 @@
 
         private int _certification_Status;//璁よ瘉鐘舵��:0-鏈璇�/1-宸茶璇�
         private int _client_Classes;//瀹㈡埛绫诲埆:0-浼佷笟/1-涓汉
+
         private string _client_Parentid; //鐖剁骇璐︽埛
+
         private int _client_Type;//瀹㈡埛绫诲瀷(0-鐩村/娓犻亾銆�1-瀛愯处鎴�)
         private int _is_Enable;//鏄惁鍚敤鐘舵��(1-鍚�/0-鍋�)
         private Decimal _top_up_Amount_Total;//绱鍏呭��(閲戦)
@@ -41,11 +41,17 @@
         public string CustomerManager { get; set; } //褰掑睘瀹㈡埛缁忕悊
         public string SupportStaff { get; set; } //褰掑睘瀹㈡湇浜哄憳
         public string FinancialStaff { get; set; } //褰掑睘璐㈠姟浜哄憳
-        public int ChargeType { get; set; } //璁¤垂鏂瑰紡锛�1-棰勪粯璐癸紱2-鍚庝粯璐�.
-        public int SmsStatusReport { get; set; } //鐭俊鏄惁鏀寔鏄剧ず鐘舵�佹姤鍛婏細0-涓嶆樉绀�;1-鍙樉绀烘彁浜ゅけ璐ヤ负鍙戦�佸け璐ョ姸鎬�;2-鏄剧ず鍏ㄩ儴鐘舵�佺姸鎬�.
+
+        public int ChargeType { get; set; } //缁撶畻鏂瑰紡锛�1-棰勪粯璐癸紱2-鍚庝粯璐�.
+        public int SmsBillType { get; set; } //璁¤垂鏂瑰紡锛�0-鎻愪氦璁¤垂锛�1-鎴愬姛+鏈煡璁¤垂锛�2-鎴愬姛璁¤垂銆�
+        public int SmsStatusReport { get; set; } //鐭俊鏄惁鏀寔鏄剧ず鐘舵�佹姤鍛婏細0-涓嶅紑鏀剧姸鎬侊紝1-寮�鏀炬嫤鎴け璐ョ殑鐘舵�併��2-寮�鏀惧叏閮ㄧ姸鎬�.
+
         public int MmsStatusReport { get; set; } //褰╀俊鏄惁鏀寔鏄剧ず鐘舵�佹姤鍛婏細0-涓嶆樉绀�;1-鍙樉绀烘彁浜ゅけ璐ヤ负鍙戦�佸け璐ョ姸鎬�;2-鏄剧ず鍏ㄩ儴鐘舵�佺姸鎬�.
-        public int IsEnableSubAccount{ get; set; } //鏄惁鏀寔鍒涘缓瀛愯处鎴凤細0-绂佺敤锛�1-鍚敤
+        public int IsEnableSub{ get; set; } //鏄惁鏀寔鍒涘缓瀛愯处鎴凤細0-绂佺敤锛�1-鍚敤
         public string SubAccountPath { get; set; } //瀛愯处鎴疯矾寰�
+
+
+
         public int IsEnableWhite { get; set; } //鏄惁鍚敤鐧藉悕鍗�:0-绂佺敤锛�1-鍚敤銆傝繃婊ゅ鎴风櫧鍚嶅崟搴撱��
         public int IsSyncChileWhite { get; set; } //鏄惁鍚屾瀛愯处鎴凤紙鐧藉悕鍗曪級:0-涓嶅悓姝ワ紱1-鍚屾銆�
         public int IsEnableBlack { get; set; } //鏄惁鍚敤榛戝悕鍗�:0-绂佺敤锛�1-鍚敤銆傝繃婊ゅ鎴烽粦鍚嶅崟搴撳拰绯荤粺榛戝悕鍗曞簱銆�
@@ -179,11 +185,11 @@
             }
         }
 
-        public string ParentId
-        {
-            get { return this._parentId; }
-            set { this._parentId = value; }
-        }
+        //public string ParentId
+        //{
+        //    get { return this._parentId; }
+        //    set { this._parentId = value; }
+        //}
 
         public Decimal TotalAmount
         {

--
Gitblit v1.9.1