From 9dfd1d48c8799354c58a1daa69962cf949e6705a Mon Sep 17 00:00:00 2001 From: 18516761980 <56479841@qq.com> Date: 星期二, 16 八月 2022 08:25:22 +0800 Subject: [PATCH] Merge branch 'hylywcs' of http://47.97.1.152:5880/r/zy-wcs into hylywcs --- src/main/java/com/zy/core/properties/SlaveProperties.java | 13 +++++++++++++ 1 files changed, 13 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 a6931f3..b2e19a4 100644 --- a/src/main/java/com/zy/core/properties/SlaveProperties.java +++ b/src/main/java/com/zy/core/properties/SlaveProperties.java @@ -13,11 +13,22 @@ /** * Created by vincent on 2020/8/4 + * + */ + +/** + * 璇ョ被鏁翠釜灏辨槸涓�涓�氳繃閰嶇疆鏂囦欢鏉ュ疄浣撳寲瀵硅薄绫� */ @Data @Configuration @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<>(); @@ -29,4 +40,6 @@ private List<Slave> scale = new ArrayList<>(); + private List<Slave> car = new ArrayList<>(); + } -- Gitblit v1.9.1