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/PumpTypeVmo.cs |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/Vmo/HStation.Vmo.Assets.Core/01-Pump/PumpTypeVmo.cs b/Vmo/HStation.Vmo.Assets.Core/01-Pump/PumpTypeVmo.cs
index 7f5ac8b..515b25c 100644
--- a/Vmo/HStation.Vmo.Assets.Core/01-Pump/PumpTypeVmo.cs
+++ b/Vmo/HStation.Vmo.Assets.Core/01-Pump/PumpTypeVmo.cs
@@ -1,4 +1,5 @@
-锘縰sing Yw.Vmo;
+锘縰sing SqlSugar;
+using Yw.Vmo;
 
 namespace HStation.Vmo
 {
@@ -12,9 +13,10 @@
         public string Name { get; set; }
 
         /// <summary>
-        /// 鎵�灞炵被鍨婭D
+        /// 鐖剁骇id鍒楄〃锛堢増鏈帶鍒讹級
         /// </summary>
-        public long BelongTypeID { get; set; }
+        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]
+        public List<long> ParentIds { get; set; }
 
         /// <summary>
         /// 鎺掑簭鐮�

--
Gitblit v1.9.3