From a302d7d16e6bed80511cb49813d16829eb933560 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 18 十一月 2024 09:34:12 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- Vmo/HStation.Vmo.Assets.Core/01-Pump/PumpMainAndPartMapVmo.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Vmo/HStation.Vmo.Assets.Core/01-Pump/PumpMainAndPartMapVmo.cs b/Vmo/HStation.Vmo.Assets.Core/01-Pump/PumpMainAndPartMapVmo.cs index 8dbf19a..98198db 100644 --- a/Vmo/HStation.Vmo.Assets.Core/01-Pump/PumpMainAndPartMapVmo.cs +++ b/Vmo/HStation.Vmo.Assets.Core/01-Pump/PumpMainAndPartMapVmo.cs @@ -3,18 +3,18 @@ public class AssetsPumpMainAndPartMapVmo : Yw.Vmo.BaseVmo { /// <summary> - /// 娉电郴鍒桰D + /// 绯诲垪ID /// </summary> public long SeriesID { get; set; } /// <summary> - /// 娉靛瀷鍙稩D + /// 鍨嬪彿ID /// </summary> - public long PumpID { get; set; } + public long MainID { get; set; } /// <summary> /// 娉典骇鍝両D /// </summary> - public long PumpPartID { get; set; } + public long PartID { get; set; } } } \ No newline at end of file -- Gitblit v1.9.3