From e3217895e37fdb516bb9c553a57cd70a7ec98381 Mon Sep 17 00:00:00 2001 From: pjb <pjb123456> Date: 星期日, 10 八月 2025 18:18:28 +0800 Subject: [PATCH] rgv停靠站点位置浮动 --- src/main/java/com/zy/core/properties/SlaveProperties.java | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/zy/core/properties/SlaveProperties.java b/src/main/java/com/zy/core/properties/SlaveProperties.java index b1d3ee9..fb800fa 100644 --- a/src/main/java/com/zy/core/properties/SlaveProperties.java +++ b/src/main/java/com/zy/core/properties/SlaveProperties.java @@ -22,8 +22,6 @@ @ConfigurationProperties(prefix = "wcs-slave") public class SlaveProperties{ - private List<CrnSlave> crn = new ArrayList<>(); - private List<RgvSlave> rgv = new ArrayList<>(); private List<DevpSlave> devp = new ArrayList<>(); @@ -35,8 +33,6 @@ private List<Slave> scale = new ArrayList<>(); private List<Slave> car = new ArrayList<>(); - - private List<JarSlave> jar = new ArrayList<>(); private List<SteSlave> Ste = new ArrayList<>(); -- Gitblit v1.9.1