wzp
2022-11-02 eaaa0a4936fb65fde3dd51db7d78cecb4f3cd9b2
web/Model/Model/GwClient.cs
@@ -24,7 +24,7 @@
        public string Salt { get; set; } //密码加密盐
        private string _parentId;//上级ID
        //private string _parentId;//上级ID //作废了
        private Decimal _totalAmount;
        private Decimal _balance;
        private int _id;
@@ -179,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
        {