Commit 406260d7 authored by gaoyingxiang's avatar gaoyingxiang

修改

parent ddb71c75
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
For example: For example:
<version value="1" /> <version value="1" />
--> -->
<version value="4" /> <version value="5" />
<!-- <!--
Define your models in the list with mapping tag, LitePal will Define your models in the list with mapping tag, LitePal will
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
<mapping class="com.zhimai.websocket.bean.MessageSqlBean" /> <mapping class="com.zhimai.websocket.bean.MessageSqlBean" />
<mapping class="com.zhimai.websocket.bean.SocketOrderInfoBean"/> <mapping class="com.zhimai.websocket.bean.SocketOrderInfoBean"/>
<mapping class="com.zhimai.websocket.bean.SocketCheckMessage"/> <mapping class="com.zhimai.websocket.bean.SocketCheckMessage"/>
<mapping class="com.zhimai.websocket.bean.SocketRecordBean"/>
</list> </list>
<!-- <!--
......
...@@ -17,9 +17,7 @@ class SocketRecordBean : LitePalSupport() { ...@@ -17,9 +17,7 @@ class SocketRecordBean : LitePalSupport() {
var error: String? = null var error: String? = null
//说明 //说明
var desc: String? = null var desc: String? = null
//预留扩展字段1 //预留扩展字段1
var otherOne:String? = null var other:String? = null
//预留扩展字段2
var otherTwo:String? =null
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment