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 | 27 +++++++++++++++++---------- 1 files changed, 17 insertions(+), 10 deletions(-) diff --git a/web/Model/Model/GwClient.cs b/web/Model/Model/GwClient.cs index 3452ccb..2bbda75 100644 --- a/web/Model/Model/GwClient.cs +++ b/web/Model/Model/GwClient.cs @@ -21,9 +21,8 @@ private string _company; private string _remark; private string _password; + public string Salt { get; set; } //瀵嗙爜鍔犲瘑鐩� - - private string _parentId;//涓婄骇ID private Decimal _totalAmount; private Decimal _balance; private int _id; @@ -32,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;//绱鍏呭��(閲戦) @@ -40,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-鍚敤銆傝繃婊ゅ鎴烽粦鍚嶅崟搴撳拰绯荤粺榛戝悕鍗曞簱銆� @@ -178,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