wzp
2023-03-02 adee7a71ba7ab1b63cab63381dfe1846437853d6
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
        {