web/Model/Model/GwClient.cs
@@ -21,9 +21,10 @@ private string _company; private string _remark; private string _password; public string Salt { get; set; } //密码加密盐 private string _parentId;//上级ID //private string _parentId;//上级ID //作废了 private Decimal _totalAmount; private Decimal _balance; private int _id; @@ -178,11 +179,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 {