1.PM K阀组增加V111控制

This commit is contained in:
HCL 2023-10-18 11:46:15 +08:00
parent 3f3f66eced
commit 2e4e67fff6
1 changed files with 1 additions and 1 deletions

View File

@ -1011,7 +1011,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)
{