lixiaojun
2024-10-12 f2333318a31e92f6cbc3a572d8eb9fae9da0f892
Service/HStation.Service.Assets.Core/01-entity/06-PumpMainManage/PumpPartMain.cs
@@ -5,11 +5,11 @@
    /// <summary>
    /// 泵产品
    /// </summary>
    [SysType("pump_part_main")]
    [SugarTable("pump_part_main")]
    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>
@@ -40,9 +40,9 @@
        /// <summary>
        ///
        /// </summary>
        public PumpPartMain Clone()
        public AssetsPumpPartMain Clone()
        {
            return (PumpPartMain)this.MemberwiseClone();
            return (AssetsPumpPartMain)this.MemberwiseClone();
        }
        object ICloneable.Clone()