| | |
| | | /// 泵属性值 |
| | | /// </summary> |
| | | [SysType("assets_pump_part_prop_content")] |
| | | public class AssetsPumpPropContent : BaseModel, System.ICloneable |
| | | public class AssetsPumpPropContent : BaseModel, ITagName, System.ICloneable |
| | | { |
| | | public AssetsPumpPropContent() |
| | | { } |
| | |
| | | this.ID = rhs.ID; |
| | | this.PartID = rhs.PartID; |
| | | this.PropValue = rhs.PropValue; |
| | | this.TagName = rhs.TagName; |
| | | } |
| | | |
| | | public void Reset(AssetsPumpPropContent rhs) |
| | |
| | | this.ID = rhs.ID; |
| | | this.PartID = rhs.PartID; |
| | | this.PropValue = rhs.PropValue; |
| | | this.TagName = rhs.TagName; |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | public string PropValue { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 标签 |
| | | /// </summary> |
| | | public string TagName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsPumpMain Clone() |