#
lsh
2024-06-21 c147a3dc2a56ab23b1cfeafef3de2867593f4206
src/main/java/com/zy/core/model/protocol/JarProtocol.java
@@ -8,7 +8,7 @@
import lombok.extern.slf4j.Slf4j;
/**
 * Created by vincent on 2020/8/7
 * Created by vincent on 2024/6/21
 */
@Slf4j
@Data
@@ -73,6 +73,26 @@
     * */
    private boolean autoing;
    /*
     * open the left door
     * */
    public Integer leftDoorOpen;
    /*
     * close the left door
     * */
    public Integer leftDoorClose;
    /*
     * open the right door
     * */
    public Integer rightDoorOpen;
    /*
     * close the right door
     * */
    public Integer rightDoorClose;
    /**
     * 异常码