Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
Widget
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Android Widget
Widget
Commits
406260d7
Commit
406260d7
authored
Feb 17, 2022
by
gaoyingxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
ddb71c75
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
litepal.xml
websocket/src/main/assets/litepal.xml
+2
-1
SocketRecordBean.kt
...c/main/java/com/zhimai/websocket/bean/SocketRecordBean.kt
+2
-4
No files found.
websocket/src/main/assets/litepal.xml
View file @
406260d7
...
...
@@ -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>
<!--
...
...
websocket/src/main/java/com/zhimai/websocket/bean/SocketRecordBean.kt
View file @
406260d7
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment