Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
roo-cloud
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
万敏
roo-cloud
Commits
2e848b5d
Commit
2e848b5d
authored
Jul 07, 2021
by
wanmin@bu2.cn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app版本实体更新
parent
91e983e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
34 deletions
+39
-34
roo-admin/roo-admin-server/src/main/java/com/roo/entity/AppRevisionEntity.java
...erver/src/main/java/com/roo/entity/AppRevisionEntity.java
+39
-34
No files found.
roo-admin/roo-admin-server/src/main/java/com/roo/entity/AppRevisionEntity.java
View file @
2e848b5d
...
...
@@ -3,44 +3,49 @@ package com.roo.entity;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
com.baomidou.mybatisplus.annotation.*
;
import
java.util.Date
;
import
java.util.Date
;
/**
* app版本号
*
* @author momin 460363410@qq.com
* @since 1.0 2021-07-02
*/
* app版本号
*
* @author momin 460363410@qq.com
* @since 1.0 2021-07-02
*/
@Data
@EqualsAndHashCode
(
callSuper
=
false
)
@EqualsAndHashCode
(
callSuper
=
false
)
@TableName
(
"roo_wallet.t_app_revision"
)
public
class
AppRevisionEntity
{
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
@TableId
private
Long
id
;
/**
* 下载链接
*/
private
String
downloadUrl
;
/**
* 平台(安卓/ios)
*/
private
String
platform
;
/**
* 版本号
*/
private
String
version
;
/**
* 描述
*/
private
String
remark
;
/**
* 发布时间
*/
private
Date
publishTime
;
/**
* 是否强制更新(1强制,0选择更新)
*/
private
Integer
type
;
@TableId
private
Long
id
;
/**
* 下载链接
*/
private
String
downloadUrl
;
/**
* 链接网址
*/
private
String
linkUrl
;
/**
* 平台(安卓/ios)
*/
private
String
platform
;
/**
* 版本号
*/
private
String
version
;
/**
* 描述
*/
private
String
remark
;
/**
* 发布时间
*/
private
Date
publishTime
;
/**
* 是否强制更新(1强制,0选择更新)
*/
private
Integer
type
;
}
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