From 15e3b389165216f38af62e5521f03946824751c0 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期四, 11 四月 2024 16:34:11 +0800
Subject: [PATCH] 附件增加标签

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

diff --git a/Yw.Service.DOCS.Core/01-entity/SysAttachFile.cs b/Yw.Service.DOCS.Core/01-entity/SysAttachFile.cs
index 07a35e6..dc2f058 100644
--- a/Yw.Service.DOCS.Core/01-entity/SysAttachFile.cs
+++ b/Yw.Service.DOCS.Core/01-entity/SysAttachFile.cs
@@ -4,7 +4,7 @@
     /// 绯荤粺闄勫姞鏂囦欢
     /// </summary>
     [SugarTable("sys_attach_file")]
-    public class SysAttachFile : BaseEntity, ISorter, System.ICloneable
+    public class SysAttachFile : BaseEntity, IFlags, ISorter, System.ICloneable
     {
         /// <summary>
         /// 
@@ -25,6 +25,7 @@
             this.FileSuffix = rhs.FileSuffix;
             this.StorageHouse = rhs.StorageHouse;
             this.StorageCode = rhs.StorageCode;
+            this.Flags = rhs.Flags;
             this.SortCode = rhs.SortCode;
             this.Description = rhs.Description;
         }
@@ -75,6 +76,11 @@
         public string StorageCode { get; set; }
 
         /// <summary>
+        /// 鏍囩
+        /// </summary>
+        public string Flags { get; set; }
+
+        /// <summary>
         /// 鎺掑簭鐮�
         /// </summary>	
         public int SortCode { get; set; }

--
Gitblit v1.9.3