From 994b12f9df6da1db761445ce75dd7bee899cd304 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期五, 30 十二月 2022 10:06:24 +0800 Subject: [PATCH] # --- src/main/java/com/zy/core/properties/SlaveProperties.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/core/properties/SlaveProperties.java b/src/main/java/com/zy/core/properties/SlaveProperties.java index d90276f..b40fca2 100644 --- a/src/main/java/com/zy/core/properties/SlaveProperties.java +++ b/src/main/java/com/zy/core/properties/SlaveProperties.java @@ -26,6 +26,8 @@ private int groupCount; + private List<String> channel = new ArrayList<>(); + private List<CrnSlave> crn = new ArrayList<>(); private List<SteSlave> ste = new ArrayList<>(); -- Gitblit v1.9.1