From 259512005923831d1221bd49568751bf519dc020 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期三, 18 九月 2019 23:18:10 +0800 Subject: [PATCH] 1. 修复保存obd 信息体方法未被调用的问题 --- src/main/kotlin/com/flightfeather/obd/socket/bean/DataUnit.kt | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/com/flightfeather/obd/socket/bean/DataUnit.kt b/src/main/kotlin/com/flightfeather/obd/socket/bean/DataUnit.kt index b63c8d1..2f2ba7c 100644 --- a/src/main/kotlin/com/flightfeather/obd/socket/bean/DataUnit.kt +++ b/src/main/kotlin/com/flightfeather/obd/socket/bean/DataUnit.kt @@ -1,8 +1,16 @@ package com.flightfeather.obd.socket.bean +import com.flightfeather.obd.socket.eunm.ObdCommandUnit +import java.util.* + /** * @author riku * Date: 2019/9/12 + * + * 鏁版嵁鍗曞厓 + * 鏍规嵁鍛戒护鍗曞厓 @see [ObdCommandUnit] 鐨勫垎绫伙紝涓嶅悓绫诲瀷鐨勭粨鏋勪笉鍚岋紝瑙佸悇瀛愮被 */ -open class DataUnit { -} \ No newline at end of file +open class DataUnit( + var time: Date?, + var serialNum: Int? +) \ No newline at end of file -- Gitblit v1.9.3