Commit 9d738d31 LN

料盘高度修改

1 个父辈 599f085c
...@@ -252,7 +252,7 @@ namespace OnlineStore.DeviceLibrary ...@@ -252,7 +252,7 @@ namespace OnlineStore.DeviceLibrary
} }
} }
private static List<int> trayHeightList = new List<int>() { 8, 12, 16, 24, 32, 44, 56 }; private static List<int> trayHeightList = new List<int>() { 8, 12, 28, 36, 48 };
public static List<int> GetTrayList() public static List<int> GetTrayList()
{ {
return trayHeightList; return trayHeightList;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!