| | |
| | | /// <summary> |
| | | /// 阀门型号产品映射 |
| | | ///</summary> |
| | | [SysType("assets-valve-main-part-mapping")] |
| | | public class AssetsValveMainAndPartMapping : BaseModel , System.ICloneable |
| | | [SysType("assets-valve-main-part-mapping")] |
| | | public class AssetsValveMainAndPartMapping : BaseModel, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsValveMainAndPartMapping() { } |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsValveMainAndPartMapping() { } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsValveMainAndPartMapping(AssetsValveMainAndPartMapping rhs) : base(rhs) |
| | | { |
| | | this.SeriesID=rhs.SeriesID; |
| | | this.MainID=rhs.MainID; |
| | | this.PartID=rhs.PartID; |
| | | } |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsValveMainAndPartMapping(AssetsValveMainAndPartMapping rhs) : base(rhs) |
| | | { |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.MainID = rhs.MainID; |
| | | this.PartID = rhs.PartID; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public void Reset(AssetsValveMainAndPartMapping rhs) |
| | | { |
| | | this.ID=rhs.ID; |
| | | this.SeriesID=rhs.SeriesID; |
| | | this.MainID=rhs.MainID; |
| | | this.PartID=rhs.PartID; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public void Reset(AssetsValveMainAndPartMapping rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.MainID = rhs.MainID; |
| | | this.PartID = rhs.PartID; |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 系列ID |
| | | ///</summary> |
| | | public long SeriesID { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 型号ID |
| | | ///</summary> |
| | | public long MainID { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 产品ID |
| | | ///</summary> |
| | | public long PartID { get; set; } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsValveMainAndPartMapping Clone() |
| | | { |
| | | return (AssetsValveMainAndPartMapping)this.MemberwiseClone(); |
| | | return (AssetsValveMainAndPartMapping)this.MemberwiseClone(); |
| | | } |
| | | |
| | | object ICloneable.Clone() |
| | | { |
| | | return this.MemberwiseClone(); |
| | | return this.MemberwiseClone(); |
| | | } |
| | | |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |