src/main/java/com/zy/core/model/protocol/StaProtocol.java
@@ -9,6 +9,9 @@ @Data public class StaProtocol { // 站点编号 private Integer siteId; // 自动 private boolean autoing; @@ -27,8 +30,14 @@ // 需求1 private boolean inreq1; // 锁定标记 private boolean pakMk; // 工作号 private Integer workNO; private Integer workNo; // 目标站 private Integer staNo; }