#
18516761980
2022-03-16 3a1bd5a249d6e479abc8a0415d6fdef80c24b519
src/main/java/com/zy/core/properties/SlaveProperties.java
@@ -19,6 +19,12 @@
@ConfigurationProperties(prefix = "wcs-slave")
public class SlaveProperties {
    private boolean doubleDeep;
    private List<Integer> doubleLocs = new ArrayList<>();
    private int groupCount;
    private List<CrnSlave> crn = new ArrayList<>();
    private List<DevpSlave> devp = new ArrayList<>();
@@ -29,4 +35,6 @@
    private List<Slave> scale = new ArrayList<>();
    private List<Slave> car = new ArrayList<>();
}