From 56e4b8aab223072bef1e1749b8ee9e499dd04f83 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期四, 19 十二月 2024 09:16:36 +0800 Subject: [PATCH] 修改阀门表 --- Service/HStation.Service.Assets.Core/00-core/DataType.cs | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/00-core/DataType.cs b/Service/HStation.Service.Assets.Core/00-core/DataType.cs index 14579dc..3b1a563 100644 --- a/Service/HStation.Service.Assets.Core/00-core/DataType.cs +++ b/Service/HStation.Service.Assets.Core/00-core/DataType.cs @@ -22,7 +22,25 @@ /// </summary> public const string CoolingFactor = "assets-cooling-factor"; - #endregion + #endregion 鍐峰嵈濉� + #region 闃�闂� + + /// <summary> + /// 闃�闂ㄧ郴鍒� + /// </summary> + public const string ValveSeries = "assets-valve-series"; + + /// <summary> + /// 闃�闂ㄥ瀷鍙� + /// </summary> + public const string ValveMain = "assets-valve-main"; + + /// <summary> + /// 闃�闂ㄧ郴鏁� + /// </summary> + public const string ValveFactor = "assets-valve-factor"; + + #endregion 闃�闂� } } \ No newline at end of file -- Gitblit v1.9.3