From f2333318a31e92f6cbc3a572d8eb9fae9da0f892 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期六, 12 十月 2024 13:59:15 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- Service/HStation.Service.Assets.Core/02-model/07-ThreeLinkManage/ThreeLinkMain.cs | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/02-model/07-ThreeLinkManage/ThreeLinkMain.cs b/Service/HStation.Service.Assets.Core/02-model/07-ThreeLinkManage/ThreeLinkMain.cs index 69fe24a..5a2d1ce 100644 --- a/Service/HStation.Service.Assets.Core/02-model/07-ThreeLinkManage/ThreeLinkMain.cs +++ b/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() -- Gitblit v1.9.3