| | |
| | | using HStation.Assets; |
| | | using Yw.Model; |
| | | using Yw.Model; |
| | | |
| | | namespace HStation.Model |
| | | { |
| | |
| | | /// 阀门系列 |
| | | /// </summary> |
| | | [SysType("assets_valve_series")] |
| | | public class AssetsValveSeries : BaseModel, IParas, IFlags, ITagName, ISorter, System.ICloneable |
| | | public class AssetsValveSeries : BaseModel, IParas, IFlags, ITagName, ITreeSorter, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | |
| | | this.ParentIds = rhs.ParentIds; |
| | | this.CatalogID = rhs.CatalogID; |
| | | this.Name = rhs.Name; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | | 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.ParentIds = rhs.ParentIds; |
| | | this.CatalogID = rhs.CatalogID; |
| | | this.Name = rhs.Name; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | | 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; |