| | |
| | | /// <summary> |
| | | /// 泵产品映射 |
| | | /// </summary> |
| | | [SysType("xhs_pump_mainandpartmap")] |
| | | [SugarTable("xhs_pump_mainandpartmap")] |
| | | public class PumpMainAndPartMap : BaseEntity, System.ICloneable |
| | | [SysType("assets_pump_main_part_mapping")] |
| | | [SugarTable("assets_pump_main_part_mapping")] |
| | | public class AssetsPumpMainAndPartMap : BaseEntity, System.ICloneable |
| | | { |
| | | public PumpMainAndPartMap() |
| | | public AssetsPumpMainAndPartMap() |
| | | { } |
| | | |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public PumpMain Clone() |
| | | public AssetsPumpMain Clone() |
| | | { |
| | | return (PumpMain)this.MemberwiseClone(); |
| | | return (AssetsPumpMain)this.MemberwiseClone(); |
| | | } |
| | | |
| | | object ICloneable.Clone() |