From a2a57963e160a319276c5c8499f16c9809056e4c Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期日, 17 十一月 2024 21:54:55 +0800
Subject: [PATCH] 修改资产表

---
 Vmo/HStation.Vmo.Assets.Core/01-Pump/PumpTypeSeriesMap.cs |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Vmo/HStation.Vmo.Assets.Core/01-Pump/PumpTypeSeriesMap.cs b/Vmo/HStation.Vmo.Assets.Core/01-Pump/PumpTypeSeriesMap.cs
index d5530ad..d414fdf 100644
--- a/Vmo/HStation.Vmo.Assets.Core/01-Pump/PumpTypeSeriesMap.cs
+++ b/Vmo/HStation.Vmo.Assets.Core/01-Pump/PumpTypeSeriesMap.cs
@@ -4,15 +4,17 @@
 {
     public class AssetsPumpTypeSeriesMap
     {
+        public long ID { get; set; }
+
         /// <summary>
         /// 娉靛瀷鍙稩D
         /// </summary>
-        public long PumpSeriesID { get; set; }
+        public long SeriesID { get; set; }
 
         /// <summary>
         /// 绫诲瀷ID
         /// </summary>
-        public long PumpTypeID { get; set; }
+        public long TypeID { get; set; }
 
         /// <summary>
         /// 鎺掑簭鐮�

--
Gitblit v1.9.3