| | |
| | | /// <summary> |
| | | /// 泵产品 |
| | | /// </summary> |
| | | [SysType("pump_part_main")] |
| | | public class PumpPartMain : BaseModel, System.ICloneable |
| | | [SysType("assets_pump_part_main")] |
| | | public class AssetsPumpPartMain : BaseModel, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public PumpPartMain() |
| | | public AssetsPumpPartMain() |
| | | { } |
| | | |
| | | public PumpPartMain(PumpPartMain rhs) |
| | | public AssetsPumpPartMain(AssetsPumpPartMain rhs) |
| | | { |
| | | this.Name = rhs.Name; |
| | | this.NO = rhs.NO; |
| | |
| | | this.SortCode = rhs.SortCode; |
| | | } |
| | | |
| | | public void Reset(PumpPartMain rhs) |
| | | public void Reset(AssetsPumpPartMain rhs) |
| | | { |
| | | this.Name = rhs.Name; |
| | | this.NO = rhs.NO; |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public PumpMain Clone() |
| | | public AssetsPumpMain Clone() |
| | | { |
| | | return (PumpMain)this.MemberwiseClone(); |
| | | return (AssetsPumpMain)this.MemberwiseClone(); |
| | | } |
| | | |
| | | object ICloneable.Clone() |