src/main/java/com/zy/core/properties/SlaveProperties.java
@@ -20,15 +20,7 @@ @Data @Configuration @ConfigurationProperties(prefix = "wcs-slave") public class SlaveProperties { private boolean doubleDeep; private List<Integer> doubleLocs = new ArrayList<>(); private List<Integer> doubleLocsLeft = new ArrayList<>(); private List<Integer> doubleLocsRight = new ArrayList<>(); private int groupCount; public class SlaveProperties{ private List<CrnSlave> crn = new ArrayList<>();