| | |
| | | /// </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; |
| | |
| | | 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-已认证 |
| | |
| | | private int _is_Enable;//是否启用状态(1-启/0-停) |
| | | private Decimal _top_up_Amount_Total;//累计充值(金额) |
| | | private string _salesman;//归属业务员 |
| | | |
| | | |
| | | |
| | | public int Id |
| | |
| | | } |
| | | } |
| | | |
| | | |
| | | 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; } |