cpT
2025-07-01 be8a12f3c9c5c0b9db9f8144ab644fcb20c1af5e
src/main/java/com/zy/core/model/CrnSlave.java
@@ -55,6 +55,11 @@
    }
    public CrnSlave(CrnSlave crnSlave) {
        this.setId(crnSlave.getId());
        this.setIp(crnSlave.getIp());
        this.setPort(crnSlave.getPort());
        this.setStaNo(crnSlave.getStaNo());
        this.setDevpPlcId(crnSlave.getDevpPlcId());
        this.rack = crnSlave.getRack();
        this.slot = crnSlave.getSlot();
        this.offset = crnSlave.getOffset();