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/01-entity/DmaSite.cs | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/Yw.Service.DMA.Core/01-entity/DmaSite.cs b/Yw.Service.DMA.Core/01-entity/DmaSite.cs index ff6866b..8d168fb 100644 --- a/Yw.Service.DMA.Core/01-entity/DmaSite.cs +++ b/Yw.Service.DMA.Core/01-entity/DmaSite.cs @@ -4,7 +4,7 @@ /// Dma鐐逛綅 /// </summary> [SugarTable("dma_site")] - public class DmaSite : BaseTraceEntity, ICode, IParas, IFlags, ITagName, ISorter, System.ICloneable + public class DmaSite : 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