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.Dto.DMA.Core/02-dma-site/DmaSiteStdDto.cs | 42 ------------------------------------------ 1 files changed, 0 insertions(+), 42 deletions(-) diff --git a/Yw.Dto.DMA.Core/02-dma-site/DmaSiteStdDto.cs b/Yw.Dto.DMA.Core/02-dma-site/DmaSiteStdDto.cs index bd029a3..37be78b 100644 --- a/Yw.Dto.DMA.Core/02-dma-site/DmaSiteStdDto.cs +++ b/Yw.Dto.DMA.Core/02-dma-site/DmaSiteStdDto.cs @@ -19,18 +19,11 @@ 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; 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> @@ -52,11 +45,6 @@ /// 鍚嶇О /// </summary> public string Name { get; set; } - - /// <summary> - /// 缂栫爜 - /// </summary> - public string Code { get; set; } /// <summary> /// 鍙傛暟 @@ -82,36 +70,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; } } } -- Gitblit v1.9.3