ningshuxia
2023-02-24 8c0434431e2c77de997ffbf27e65fdcc7ab915e3
Model/IStation.Model.Logic/logic_tree/LogicTree.cs
@@ -19,7 +19,7 @@
            this.CatalogId = rhs.CatalogId;
            this.ParentIds = rhs.ParentIds;
            this.LogicType = rhs.LogicType;
            this.LogicID = rhs.LogicID;
            this.LogicId = rhs.LogicId;
            this.SortCode = rhs.SortCode;
        } 
@@ -29,7 +29,7 @@
            this.CatalogId = rhs.CatalogId;
            this.ParentIds = rhs.ParentIds;
            this.LogicType = rhs.LogicType;
            this.LogicID = rhs.LogicID;
            this.LogicId = rhs.LogicId;
            this.SortCode = rhs.SortCode;
        }
@@ -56,7 +56,7 @@
        /// <summary>
        /// 业务标识
        /// </summary>   
        public long LogicID { get; set; }
        public long LogicId { get; set; }
        /// <summary>
        /// 排序码