| | |
| | | /// 设备 |
| | | /// </summary> |
| | | [SysType("assets_package_main")] |
| | | public class AssetsPackageMain : BaseModel, ISorter, System.ICloneable |
| | | public class AssetsPackageMain : BaseModel, ISorter, IFlags, IParas, ITagName, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | |
| | | this.CatalogID = rhs.CatalogID; |
| | | this.PumpTotal = rhs.PumpTotal; |
| | | this.PumpUseCount = rhs.PumpUseCount; |
| | | this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras); |
| | | this.Flags = rhs.Flags?.ToList(); |
| | | this.TagName = rhs.TagName; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | |
| | | this.CatalogID = rhs.CatalogID; |
| | | this.PumpTotal = rhs.PumpTotal; |
| | | this.PumpUseCount = rhs.PumpUseCount; |
| | | this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras); |
| | | this.Flags = rhs.Flags?.ToList(); |
| | | this.TagName = rhs.TagName; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | |
| | | public int PumpUseCount { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 参数 |
| | | /// </summary> |
| | | public Dictionary<string, string> Paras { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 标签 |
| | | /// </summary> |
| | | public List<string> Flags { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 标志 |
| | | /// </summary> |
| | | public string TagName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 排序码 |
| | | /// </summary> |
| | | public int SortCode { get; set; } |