Vmo/HStation.Vmo.Assets.Core/01-PumpMainManage/PumpPartMainVmo.cs
@@ -1,10 +1,4 @@ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HStation.Vmo namespace HStation.Vmo { public class AssetsPumpPartMainVmo { @@ -14,6 +8,11 @@ public long ID { get; set; } /// <summary> /// 泵设备ID /// </summary> public long PartID { get; set; } /// <summary> /// 泵系列ID /// </summary> public long SeriesID { get; set; }