From c0f3c3f170846197d8d3f74ac123e0ac93a6dd67 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期一, 09 九月 2024 13:12:37 +0800
Subject: [PATCH] 肯特流量表数据对接更新

---
 IStation.Service.SZJT/01-entity/LogicDma.cs |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/IStation.Service.SZJT/01-entity/05-dma/LogicDma.cs b/IStation.Service.SZJT/01-entity/LogicDma.cs
similarity index 86%
rename from IStation.Service.SZJT/01-entity/05-dma/LogicDma.cs
rename to IStation.Service.SZJT/01-entity/LogicDma.cs
index 7f3c8e1..b540435 100644
--- a/IStation.Service.SZJT/01-entity/05-dma/LogicDma.cs
+++ b/IStation.Service.SZJT/01-entity/LogicDma.cs
@@ -5,7 +5,7 @@
     /// 涓氬姟dma
     /// </summary>
     [SugarTable("logic_dma")]
-    public class LogicDma : BaseEntity, ICode, IParas, IFlags, ITagName, ISorter, IUseStatus, System.ICloneable
+    public class LogicDma : BaseEntity, IParas, IFlags, ITagName, ISorter, IUseStatus, System.ICloneable
     {
         /// <summary>
         /// 
@@ -18,7 +18,6 @@
         public LogicDma(LogicDma rhs) : base(rhs)
         {
             this.Name = rhs.Name;
-            this.Code = rhs.Code;
             this.Paras = rhs.Paras;
             this.Flags = rhs.Flags;
             this.TagName = rhs.TagName;
@@ -31,11 +30,6 @@
         /// 鍚嶇О
         /// </summary>	
         public string Name { get; set; }
-
-        /// <summary>
-        /// 缂栫爜
-        /// </summary>
-        public string Code { get; set; }
 
         /// <summary>
         /// 鍙傛暟瀛楀吀

--
Gitblit v1.9.3