From 4812786898dc040fc236e9e00e21b9f4d08f57e3 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期四, 24 十月 2024 19:10:08 +0800
Subject: [PATCH] 修改单个阀门匹配

---
 Service/HStation.Service.Assets.Core/01-entity/08-Valve/ValveMain.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Service/HStation.Service.Assets.Core/01-entity/08-Valve/ValveMain.cs b/Service/HStation.Service.Assets.Core/01-entity/08-Valve/ValveMain.cs
index 74a20db..9223b0e 100644
--- a/Service/HStation.Service.Assets.Core/01-entity/08-Valve/ValveMain.cs
+++ b/Service/HStation.Service.Assets.Core/01-entity/08-Valve/ValveMain.cs
@@ -76,15 +76,15 @@
         /// </summary>
         public string KeyWord { get; set; }
 
-        /// <summary>
+        /*/// <summary>
         /// 鏄惁榛樿
         /// </summary>
-        public int IsDefault { get; set; }
+        public int IsDefault { get; set; }*/
 
         /// <summary>
         /// 璇存槑
         /// </summary>
-        public string? Description { get; set; }
+        public string Description { get; set; }
 
         /// <summary>
         /// 鎺掑簭鐮�

--
Gitblit v1.9.3