| | |
| | | /// <summary> |
| | | /// 系统通用文件 |
| | | /// </summary> |
| | | public class SysCommFile : BaseModel, System.ICloneable |
| | | public class SysCommFile : BaseModel, IFlags, ISorter, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | |
| | | this.FileSize = rhs.FileSize; |
| | | this.FileSuffix = rhs.FileSuffix; |
| | | this.Catagory = rhs.Catagory; |
| | | this.Flags = rhs.Flags; |
| | | this.StorageHouse = rhs.StorageHouse; |
| | | this.StorageCode = rhs.StorageCode; |
| | | this.Flags = rhs.Flags?.ToList(); |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | |
| | | this.FileSize = rhs.FileSize; |
| | | this.FileSuffix = rhs.FileSuffix; |
| | | this.Catagory = rhs.Catagory; |
| | | this.Flags = rhs.Flags; |
| | | this.StorageHouse = rhs.StorageHouse; |
| | | this.StorageCode = rhs.StorageCode; |
| | | this.Flags = rhs.Flags?.ToList(); |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | |
| | | public string Catagory { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 标签 |
| | | /// </summary> |
| | | public List<string> Flags { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 存储仓库 |
| | | /// </summary> |
| | | public string StorageHouse { get; set; } |
| | |
| | | public string StorageCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 标签 |
| | | /// </summary> |
| | | public List<string> Flags { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 排序 |
| | | /// </summary> |
| | | public int SortCode { get; set; } |