From 0f7975cfd6857826f28e0cb72b9935489c13868c Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期六, 30 三月 2024 17:10:34 +0800 Subject: [PATCH] 优化升级 --- Yw.Service.DMA.Core/02-model/DmaArea.cs | 38 +------------------------------------- 1 files changed, 1 insertions(+), 37 deletions(-) diff --git a/Yw.Service.DMA.Core/02-model/DmaArea.cs b/Yw.Service.DMA.Core/02-model/DmaArea.cs index 6db7fad..4da6636 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 : BaseModel, System.ICloneable + public partial class DmaArea : BaseTraceModel, ICode, IParas, IFlags, ITagName, ISorter, System.ICloneable { /// <summary> /// @@ -24,12 +24,6 @@ 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; } /// <summary> @@ -101,36 +95,6 @@ /// 璇存槑 /// </summary> public string Description { get; set; } - - /// <summary> - /// 鍒涘缓鐢ㄦ埛id - /// </summary> - public long CreateUserID { get; set; } - - /// <summary> - /// 鍒涘缓鏃堕棿 - /// </summary> - public DateTime CreateTime { get; set; } - - /// <summary> - /// 鍒涘缓鐢ㄦ埛鍚嶇О - /// </summary> - public string CreateUserName { get; set; } - - /// <summary> - /// 鏇存柊鐢ㄦ埛id - /// </summary> - public long? UpdateUserID { get; set; } - - /// <summary> - /// 鏇存柊鏃堕棿 - /// </summary> - public DateTime? UpdateTime { get; set; } - - /// <summary> - /// 鏇存柊鐢ㄦ埛鍚嶇О - /// </summary> - public string UpdateUserName { get; set; } /// <summary> /// -- Gitblit v1.9.3