Junjie
2023-12-26 58ea363a8a183fefbfb8fa700505be485e9bd760
src/main/java/com/zy/core/model/protocol/NyShuttleProtocol.java
@@ -244,6 +244,16 @@
     */
    private Integer yCurrent = 0;
    /**
     * 指令下发时间
     */
    private Long sendTime = 0L;
    /**
     * 日志采集时间
     */
    private Long deviceDataLog = System.currentTimeMillis();
    //总里程数
    @Data
    public static class StatusSumClass {