ÎļþÃû´Ó Service/HStation.Service.Assets.Core/02-model/01-PumpMain/PumpSeries.cs ÐÞ¸Ä |
| | |
| | | /// 泵系å |
| | | /// </summary> |
| | | [SysType("assets_pump_series")] |
| | | public class AssetsPumpSeries : BaseModel, IParas, IFlags, ITagName, ISorter, IUseStatus, System.ICloneable |
| | | public class AssetsPumpSeries : BaseModel, IParas, IFlags, ITagName, ISorter, System.ICloneable |
| | | { |
| | | public AssetsPumpSeries() |
| | | { } |
| | |
| | | this.CatalogID = rhs.CatalogID; |
| | | this.TagName = rhs.TagName; |
| | | this.MotorFrequency = rhs.MotorFrequency; |
| | | this.UseStatus = rhs.UseStatus; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | |
| | | this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras); |
| | | this.Flags = rhs.Flags; |
| | | this.TagName = rhs.TagName; |
| | | this.UseStatus = rhs.UseStatus; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | |
| | | /// æ å¿ |
| | | /// </summary> |
| | | public string TagName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 使ç¨ç¶æ |
| | | /// </summary> |
| | | public eUseStatus UseStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æåºç |