From 357693611c60d93fb17189273d4c91dab364f0d4 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期五, 20 十二月 2024 10:09:11 +0800 Subject: [PATCH] 压缩机整改 --- Service/HStation.Service.Assets.Core/00-core/DataType.cs | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/00-core/DataType.cs b/Service/HStation.Service.Assets.Core/00-core/DataType.cs index 9a7d404..543e20e 100644 --- a/Service/HStation.Service.Assets.Core/00-core/DataType.cs +++ b/Service/HStation.Service.Assets.Core/00-core/DataType.cs @@ -91,6 +91,25 @@ #endregion + #region 绌哄帇鏈� + + /// <summary> + /// 绌哄帇鏈虹郴鍒� + /// </summary> + public const string CompressorSeries = "assets-compressor-series"; + + /// <summary> + /// 绌哄帇鏈哄瀷鍙� + /// </summary> + public const string CompressorMain = "assets-compressor-main"; + + /// <summary> + /// 绌哄帇鏈虹郴鏁� + /// </summary> + public const string CompressorFactor = "assets-compressor-factor"; + + #endregion + #region 鍐峰嵈濉� /// <summary> @@ -128,5 +147,7 @@ public const string ValveFactor = "assets-valve-factor"; #endregion + + } } \ No newline at end of file -- Gitblit v1.9.3