| | |
| | | /// 系统附加文件 |
| | | /// </summary> |
| | | [SugarTable("sys_attach_file")] |
| | | public class SysAttachFile : BaseEntity, ISorter, System.ICloneable |
| | | public class SysAttachFile : BaseEntity, IFlags, ISorter, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | |
| | | this.FileSuffix = rhs.FileSuffix; |
| | | this.StorageHouse = rhs.StorageHouse; |
| | | this.StorageCode = rhs.StorageCode; |
| | | this.Flags = rhs.Flags; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | |
| | | public string StorageCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 标签 |
| | | /// </summary> |
| | | public string Flags { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 排序码 |
| | | /// </summary> |
| | | public int SortCode { get; set; } |