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

---
 Yw.Service.Bimface.Core/02-model/BimfaceFile.cs |   44 +-------------------------------------------
 1 files changed, 1 insertions(+), 43 deletions(-)

diff --git a/Yw.Service.Bimface.Core/02-model/BimfaceFile.cs b/Yw.Service.Bimface.Core/02-model/BimfaceFile.cs
index 060d0f6..9646fe0 100644
--- a/Yw.Service.Bimface.Core/02-model/BimfaceFile.cs
+++ b/Yw.Service.Bimface.Core/02-model/BimfaceFile.cs
@@ -3,7 +3,7 @@
     /// <summary>
     /// Bimface鏂囦欢
     /// </summary>	
-    public class BimfaceFile : BaseModel, System.ICloneable
+    public class BimfaceFile : BaseModel, IParas, IFlags, ITagName, ISorter, System.ICloneable
     {
         /// <summary>
         /// 
@@ -27,12 +27,6 @@
             this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras);
             this.Flags = rhs.Flags?.ToList();
             this.TagName = rhs.TagName;
-            this.CreateUserID = rhs.CreateUserID;
-            this.CreateTime = rhs.CreateTime;
-            this.CreateUserName = rhs.CreateUserName;
-            this.UpdateUserID = rhs.UpdateUserID;
-            this.UpdateTime = rhs.UpdateTime;
-            this.UpdateUserName = rhs.UpdateUserName;
             this.SortCode = rhs.SortCode;
             this.Description = rhs.Description;
 
@@ -56,12 +50,6 @@
             this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras);
             this.Flags = rhs.Flags?.ToList();
             this.TagName = rhs.TagName;
-            this.CreateUserID = rhs.CreateUserID;
-            this.CreateTime = rhs.CreateTime;
-            this.CreateUserName = rhs.CreateUserName;
-            this.UpdateUserID = rhs.UpdateUserID;
-            this.UpdateTime = rhs.UpdateTime;
-            this.UpdateUserName = rhs.UpdateUserName;
             this.SortCode = rhs.SortCode;
             this.Description = rhs.Description;
         }
@@ -125,36 +113,6 @@
         /// 鏍囪
         /// </summary>	
         public string TagName { get; set; }
-
-        /// <summary>
-        /// 鍒涘缓浜篿d
-        /// </summary>
-        public long CreateUserID { get; set; }
-
-        /// <summary>
-        /// 鍒涘缓鏃堕棿
-        /// </summary>
-        public DateTime CreateTime { get; set; }
-
-        /// <summary>
-        /// 鍒涘缓浜哄悕绉�
-        /// </summary>
-        public string CreateUserName { get; set; }
-
-        /// <summary>
-        /// 鏇存柊浜篿d
-        /// </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