#
xjj
2024-02-27 106d982f3ce46e68f111c63fb6e5782d2394541e
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 {