| | |
| | | /// 属性值 |
| | | /// </summary> |
| | | [SysType("assets_exchanger_part_prop_content")] |
| | | public class AssetsExchangerPropContent : BaseModel, System.ICloneable |
| | | public class AssetsExchangerPropContent : BaseModel, ITagName, System.ICloneable |
| | | { |
| | | public AssetsExchangerPropContent() |
| | | { } |
| | | |
| | | public AssetsExchangerPropContent(AssetsExchangerPropContent rhs) |
| | | { |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.PropID = rhs.PropID; |
| | | this.ID = rhs.ID; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.PartID = rhs.PartID; |
| | | this.PropID = rhs.PropID; |
| | | this.PropValue = rhs.PropValue; |
| | | this.TagName = rhs.TagName; |
| | | } |
| | | |
| | | public void Reset(AssetsExchangerPropContent rhs) |
| | | { |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.PropID = rhs.PropID; |
| | | this.ID = rhs.ID; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.PartID = rhs.PartID; |
| | | this.PropID = rhs.PropID; |
| | | 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() |