luxiaotao1123
2021-01-16 433040dfff973bc8e502a00b2f1bee2e929fdf70
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<>();
}