From 1570ed0b49451d0a3465e63ae3f34e9f13a99ca9 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期二, 20 八月 2024 10:18:54 +0800
Subject: [PATCH] 引用升级

---
 Yw.Service.DMA.Core/01-entity/DmaArea.cs |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/Yw.Service.DMA.Core/01-entity/DmaArea.cs b/Yw.Service.DMA.Core/01-entity/DmaArea.cs
index 71518d3..19683cf 100644
--- a/Yw.Service.DMA.Core/01-entity/DmaArea.cs
+++ b/Yw.Service.DMA.Core/01-entity/DmaArea.cs
@@ -4,7 +4,7 @@
     /// Dma鍒嗗尯
     /// </summary>
     [SugarTable("dma_area")]
-    public class DmaArea : BaseTraceEntity, System.ICloneable, ISorter, IParas, IFlags, ITagName
+    public class DmaArea : BaseEntity, IParas, IFlags, ITagName, ISorter, System.ICloneable
     {
         /// <summary>
         /// 
@@ -19,7 +19,6 @@
             this.BelongType = rhs.BelongType;
             this.BelongID = rhs.BelongID;
             this.Name = rhs.Name;
-            this.Code = rhs.Code;
             this.Paras = rhs.Paras;
             this.Flags = rhs.Flags;
             this.TagName = rhs.TagName;
@@ -41,11 +40,6 @@
         /// 鍚嶇О
         /// </summary>	
         public string Name { get; set; }
-
-        /// <summary>
-        /// 缂栫爜
-        /// </summary>
-        public string Code { get; set; }
 
         /// <summary>
         /// 鍙傛暟

--
Gitblit v1.9.3