lixiaojun
2024-04-11 15e3b389165216f38af62e5521f03946824751c0
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; }