From 204d4f97eb72d58b2145873c12eefd1c4fa8b448 Mon Sep 17 00:00:00 2001 From: zhangchao <zc857179121@qq.com> Date: 星期四, 29 八月 2024 13:50:18 +0800 Subject: [PATCH] 配置 --- src/main/java/com/zy/core/thread/SiemensDevpThread.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/zy/core/thread/SiemensDevpThread.java b/src/main/java/com/zy/core/thread/SiemensDevpThread.java index 83ca450..8e19fc0 100644 --- a/src/main/java/com/zy/core/thread/SiemensDevpThread.java +++ b/src/main/java/com/zy/core/thread/SiemensDevpThread.java @@ -52,9 +52,11 @@ public static final ArrayList<Integer> staNos2 = new ArrayList<Integer>() {{ add(200);add(201);add(202); - add(210);add(211);add(212); }}; + public static final ArrayList<Integer> staNos3 = new ArrayList<Integer>() {{ + add(210);add(211);add(212); + }}; private Integer count=0; -- Gitblit v1.9.1