lixiaojun
2024-10-12 f2333318a31e92f6cbc3a572d8eb9fae9da0f892
Service/HStation.Service.Assets.Core/02-model/07-ThreeLinkManage/ThreeLinkMain.cs
@@ -5,16 +5,16 @@
    /// <summary>
    /// 业务站
    /// </summary>
    [SysType("threelink_main")]
    public class ThreeLinkMain : BaseModel, ISorter, System.ICloneable
    [SysType("assets_threelink_main")]
    public class AssetsThreelinkMain : BaseModel, ISorter, System.ICloneable
    {
        /// <summary>
        ///
        /// </summary>
        public ThreeLinkMain()
        public AssetsThreelinkMain()
        { }
        public ThreeLinkMain(ThreeLinkMain rhs)
        public AssetsThreelinkMain(AssetsThreelinkMain rhs)
        {
            this.ID = rhs.ID;
            this.SeriesID = rhs.SeriesID;
@@ -28,7 +28,7 @@
            this.Description = rhs.Description;
        }
        public void Reset(ThreeLinkMain rhs)
        public void Reset(AssetsThreelinkMain rhs)
        {
            this.ID = rhs.ID;
            this.SeriesID = rhs.SeriesID;
@@ -90,9 +90,9 @@
        /// <summary>
        ///
        /// </summary>
        public PumpGroupAndMainMap Clone()
        public AssetsPumpGroupAndMainMap Clone()
        {
            return (PumpGroupAndMainMap)this.MemberwiseClone();
            return (AssetsPumpGroupAndMainMap)this.MemberwiseClone();
        }
        object ICloneable.Clone()