浏览代码

1、修复床垫清单遗漏V侧2,V侧3配置问题

MY 20 小时之前
父节点
当前提交
ec905bd951
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      JLHHJSvr/Helper/InterfaceHelper.cs

+ 3 - 1
JLHHJSvr/Helper/InterfaceHelper.cs

@@ -392,7 +392,9 @@ namespace JLHHJSvr.Helper
                 {"小侧2",new int[] { 3, 43, 53, 63, 73, 83 } },
                 {"小侧3",new int[] { 3, 43, 53, 63, 73, 83 } },
                 {"V侧1_EMPTY",new int[] { 4, 44, 54, 64, 74, 84 } },
-                {"V侧1",new int[] { 4, 44, 54, 64, 74, 84 } }
+                {"V侧1",new int[] { 4, 44, 54, 64, 74, 84 } },
+                {"V侧2",new int[] { 4, 44, 54, 64, 74, 84 } },
+                {"V侧3",new int[] { 4, 44, 54, 64, 74, 84 } }
             };
             var chastrArrDict = new Dictionary<string, string[]>()
             {