1.PM K阀组增加V111控制

This commit is contained in:
HCL 2023-10-18 11:44:16 +08:00
parent 73a638519d
commit 19bf9ab668
4 changed files with 11 additions and 3 deletions

View File

@ -1018,7 +1018,7 @@ namespace SicModules.PMs
}
else if (eGroupName == IoGroupName.K)
{
lst = new List<string>() { "V69", "V73", "V74" };
lst = new List<string>() { "V69", "V73", "V74" ,"V111"};
}
else if (eGroupName == IoGroupName.Final1)
{

View File

@ -51,7 +51,7 @@ using System.Windows;
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
[assembly: AssemblyVersion("1.2.4.58")]
[assembly: AssemblyVersion("1.2.4.59")]
[assembly: AssemblyInformationalVersion("手动通用版无EFEM")]

View File

@ -3,6 +3,14 @@
Manual-GE 手动通用版适用无EFEM设备
------
## Version 1.2.4.59
**2023-10-18**
- Bug修复
-
- 新特性
- PM K阀组增加V111控制
## Version 1.2.4.58

View File

@ -54,6 +54,6 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.4.58")]
[assembly: AssemblyVersion("1.2.4.59")]
[assembly: AssemblyInformationalVersion("手动通用版无EFEM")]