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/02-model/LogicDma.cs |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/IStation.Service.SZJT/02-model/05-dma/LogicDma.cs b/IStation.Service.SZJT/02-model/LogicDma.cs
similarity index 87%
rename from IStation.Service.SZJT/02-model/05-dma/LogicDma.cs
rename to IStation.Service.SZJT/02-model/LogicDma.cs
index cc956ac..517cec2 100644
--- a/IStation.Service.SZJT/02-model/05-dma/LogicDma.cs
+++ b/IStation.Service.SZJT/02-model/LogicDma.cs
@@ -4,7 +4,7 @@
     /// <summary>
     /// 涓氬姟dma
     /// </summary>	
-    public partial class LogicDma : BaseModel, ICode, IParas, IFlags, ITagName, ISorter, IUseStatus, System.ICloneable
+    public partial class LogicDma : BaseModel, IParas, IFlags, ITagName, ISorter, IUseStatus, System.ICloneable
     {
         /// <summary>
         /// 
@@ -17,7 +17,6 @@
         public LogicDma(LogicDma rhs) : base(rhs)
         {
             this.Name = rhs.Name;
-            this.Code = rhs.Code;
             this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras);
             this.Flags = rhs.Flags?.ToList();
             this.TagName = rhs.TagName;
@@ -33,7 +32,6 @@
         {
             this.ID = rhs.ID;
             this.Name = rhs.Name;
-            this.Code = rhs.Code;
             this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras);
             this.Flags = rhs.Flags?.ToList();
             this.TagName = rhs.TagName;
@@ -48,12 +46,7 @@
         public string Name { get; set; }
 
         /// <summary>
-        /// 缂栫爜
-        /// </summary>
-        public string Code { get; set; }
-
-        /// <summary>
-        /// 鍙傛暟瀛楀吀
+        /// 鍙傛暟
         /// </summary>
         public Dictionary<string, string> Paras { get; set; }
 

--
Gitblit v1.9.3