Commit 406260d7 authored by gaoyingxiang's avatar gaoyingxiang

修改

parent ddb71c75
......@@ -19,7 +19,7 @@
For example:
<version value="1" />
-->
<version value="4" />
<version value="5" />
<!--
Define your models in the list with mapping tag, LitePal will
......@@ -35,6 +35,7 @@
<mapping class="com.zhimai.websocket.bean.MessageSqlBean" />
<mapping class="com.zhimai.websocket.bean.SocketOrderInfoBean"/>
<mapping class="com.zhimai.websocket.bean.SocketCheckMessage"/>
<mapping class="com.zhimai.websocket.bean.SocketRecordBean"/>
</list>
<!--
......
......@@ -17,9 +17,7 @@ class SocketRecordBean : LitePalSupport() {
var error: String? = null
//说明
var desc: String? = null
//预留扩展字段1
var otherOne:String? = null
//预留扩展字段2
var otherTwo:String? =null
var other: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