From dad0c33f18a3175d1235512673c6fc71d0d87dcc Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期五, 07 六月 2024 16:07:36 +0800
Subject: [PATCH] Trace bug修复

---
 Yw.Service.DMA.Core/02-model/DmaArea.cs |   15 +--------------
 1 files changed, 1 insertions(+), 14 deletions(-)

diff --git a/Yw.Service.DMA.Core/02-model/DmaArea.cs b/Yw.Service.DMA.Core/02-model/DmaArea.cs
index 4da6636..754bb46 100644
--- a/Yw.Service.DMA.Core/02-model/DmaArea.cs
+++ b/Yw.Service.DMA.Core/02-model/DmaArea.cs
@@ -3,7 +3,7 @@
     /// <summary>
     /// Dma鍒嗗尯
     /// </summary>	
-    public partial class DmaArea : BaseTraceModel, ICode, IParas, IFlags, ITagName, ISorter, System.ICloneable
+    public partial class DmaArea : BaseModel, IParas, IFlags, ITagName, ISorter, System.ICloneable
     {
         /// <summary>
         /// 
@@ -18,7 +18,6 @@
             this.BelongType = rhs.BelongType;
             this.BelongID = rhs.BelongID;
             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;
@@ -35,18 +34,11 @@
             this.BelongType = rhs.BelongType;
             this.BelongID = rhs.BelongID;
             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;
             this.SortCode = rhs.SortCode;
             this.Description = rhs.Description;
-            this.CreateUserID = rhs.CreateUserID;
-            this.CreateTime = rhs.CreateTime;
-            this.CreateUserName = rhs.CreateUserName;
-            this.UpdateUserID = rhs.UpdateUserID;
-            this.UpdateTime = rhs.UpdateTime;
-            this.UpdateUserName = rhs.UpdateUserName;
         }
 
 
@@ -65,11 +57,6 @@
         /// 鍚嶇О
         /// </summary>	
         public string Name { get; set; }
-
-        /// <summary>
-        /// 缂栫爜
-        /// </summary>
-        public string Code { get; set; }
 
         /// <summary>
         /// 鍙傛暟

--
Gitblit v1.9.3