From 8c0434431e2c77de997ffbf27e65fdcc7ab915e3 Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期五, 24 二月 2023 13:22:35 +0800 Subject: [PATCH] 曲线比较 临时 --- Model/IStation.Model.Logic/logic_tree/LogicTree.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Model/IStation.Model.Logic/logic_tree/LogicTree.cs b/Model/IStation.Model.Logic/logic_tree/LogicTree.cs index 6dd5fdb..3d8aca3 100644 --- a/Model/IStation.Model.Logic/logic_tree/LogicTree.cs +++ b/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> /// 鎺掑簭鐮� -- Gitblit v1.9.3