From 41ecad7e49a93c493832282b5ecd6c69f464b648 Mon Sep 17 00:00:00 2001
From: yzh <snbbt@21cn.com>
Date: 星期一, 23 五月 2022 01:07:51 +0800
Subject: [PATCH] 日志文件合并处理

---
 web/Model/Model/GwClient.cs |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/web/Model/Model/GwClient.cs b/web/Model/Model/GwClient.cs
index f67c1fc..b701058 100644
--- a/web/Model/Model/GwClient.cs
+++ b/web/Model/Model/GwClient.cs
@@ -11,7 +11,8 @@
     /// </summary>
     public class GwClient : ISessionObject
     {
-        private List<string> _PermissionList = new List<string>();//鏉冮檺鍒楄〃
+
+        private List<string> _PermissionList = new List<string>();
         private string _clientId;
         private string _clientName;
         private string _telephone;
@@ -21,10 +22,12 @@
         private string _remark;
         private string _password;
 
-        private string _parentId;
+
+        private string _parentId;//涓婄骇ID
         private Decimal _totalAmount;
         private Decimal _balance;
         private int _id;
+
 
 
         private int _certification_Status;//璁よ瘉鐘舵��:0-鏈璇�/1-宸茶璇�
@@ -34,7 +37,12 @@
         private int _is_Enable;//鏄惁鍚敤鐘舵��(1-鍚�/0-鍋�)
         private Decimal _top_up_Amount_Total;//绱鍏呭��(閲戦)
         private string _salesman;//褰掑睘涓氬姟鍛�
-
+        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 MmsStatusReport { get; set; } //褰╀俊鏄惁鏀寔鏄剧ず鐘舵�佹姤鍛婏細0-涓嶆樉绀�;1-鍙樉绀烘彁浜ゅけ璐ヤ负鍙戦�佸け璐ョ姸鎬�;2-鏄剧ず鍏ㄩ儴鐘舵�佺姸鎬�.
 
 
         public int Id
@@ -193,6 +201,7 @@
             }
         }
 
+
         public int Certification_Status { get => _certification_Status; set => _certification_Status = value; }
         public int Client_Classes { get => _client_Classes; set => _client_Classes = value; }
         public string Client_Parentid { get => _client_Parentid; set => _client_Parentid = value; }

--
Gitblit v1.9.1