| | |
| | | /// <summary> |
| | | /// 泵产品 |
| | | /// </summary> |
| | | [SysType("xhs_pump_partmain")] |
| | | [SugarTable("xhs_pump_partmain")] |
| | | public class PumpPartMain : BaseEntity, ISorter, System.ICloneable |
| | | [SysType("assets_pump_part_main")] |
| | | [SugarTable("assets_pump_part_main")] |
| | | public class AssetsPumpPartMain : BaseEntity, ISorter, System.ICloneable |
| | | { |
| | | public PumpPartMain() |
| | | public AssetsPumpPartMain() |
| | | { } |
| | | |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public PumpPartMain Clone() |
| | | public AssetsPumpPartMain Clone() |
| | | { |
| | | return (PumpPartMain)this.MemberwiseClone(); |
| | | return (AssetsPumpPartMain)this.MemberwiseClone(); |
| | | } |
| | | |
| | | object ICloneable.Clone() |