duheng
2024-10-24 e890e224a673855f9f609de1094d1701e224e66c
Vmo/HStation.Vmo.Assets.Core/02-ValveManage/ValveMainVmo.cs
@@ -1,6 +1,4 @@
using HStation.Assets;
namespace HStation.Vmo
namespace HStation.Vmo
{
    public class AssetsValveMainVmo
    {
@@ -22,7 +20,7 @@
        /// <summary>
        /// 阀门开度
        /// </summary>
        public int ValveLift { get; set; }
        public int? ValveLift { get; set; }
        /// <summary>
        /// 名称
@@ -40,6 +38,11 @@
        public double Coefficient { get; set; }
        /// <summary>
        /// 阀门设置
        /// </summary>
        public string ValveSetting { get; set; }
        /// <summary>
        /// 识别关键字
        /// </summary>
        public string KeyWord { get; set; }