| | |
| | | /// </summary> |
| | | public AssetsSprinklerSeries(AssetsSprinklerSeries rhs) : base(rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.ParentIds = rhs.ParentIds; |
| | | this.CatalogID = rhs.CatalogID; |
| | | this.Name = rhs.Name; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.ParentIds = rhs.ParentIds; |
| | | this.CatalogID = rhs.CatalogID; |
| | | this.Name = rhs.Name; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | |
| | | public List<long> ParentIds { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 所属类别ID |
| | | /// </summary> |
| | | public long CatalogID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 名称 |
| | | /// </summary> |
| | | public string Name { get; set; } |