Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
polysoft-nafmii
/
polysoft-android
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b9def7d6
authored
Oct 23, 2021
by
amateur
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
fb8aba0f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
75 additions
and
0 deletions
app/src/main/java/com/polysoft/nafmii/bean/OpenUrlBean.java
app/src/main/java/com/polysoft/nafmii/bean/UpdateVersion.java
app/src/main/java/com/polysoft/nafmii/bean/OpenUrlBean.java
View file @
b9def7d
package
com
.
polysoft
.
nafmii
.
bean
;
import
com.alibaba.fastjson.annotation.JSONField
;
public
class
OpenUrlBean
{
@JSONField
(
name
=
"linkUrl"
)
private
String
linkUrl
;
@JSONField
(
name
=
"linkType"
)
private
String
linkType
;
@JSONField
(
name
=
"title"
)
private
String
title
;
@JSONField
(
name
=
"nav"
)
private
String
nav
;
@JSONField
(
name
=
"isLogin"
)
private
String
isLogin
;
@JSONField
(
name
=
"isShare"
)
private
String
isShare
;
@JSONField
(
name
=
"backClsName"
)
private
String
backClsName
;
public
String
getLinkUrl
()
{
...
...
app/src/main/java/com/polysoft/nafmii/bean/UpdateVersion.java
0 → 100644
View file @
b9def7d
package
com
.
polysoft
.
nafmii
.
bean
;
import
com.alibaba.fastjson.annotation.JSONField
;
public
class
UpdateVersion
{
@JSONField
(
name
=
"vNumber"
)
private
String
vNumber
;
// 版本号
@JSONField
(
name
=
"location"
)
private
String
location
;
// zip包地址
@JSONField
(
name
=
"isEnable"
)
private
String
isEnable
;
// 有效标识 0 有效 1 无效
@JSONField
(
name
=
"upgradeType"
)
private
String
upgradeType
;
// 1 H5 、2 Android 、3 iOS
@JSONField
(
name
=
"isForce"
)
private
String
isForce
;
// 是否强制更新 0 是 1 否
public
String
getvNumber
()
{
return
vNumber
;
}
public
void
setvNumber
(
String
vNumber
)
{
this
.
vNumber
=
vNumber
;
}
public
String
getLocation
()
{
return
location
;
}
public
void
setLocation
(
String
location
)
{
this
.
location
=
location
;
}
public
String
getIsEnable
()
{
return
isEnable
;
}
public
void
setIsEnable
(
String
isEnable
)
{
this
.
isEnable
=
isEnable
;
}
public
String
getUpgradeType
()
{
return
upgradeType
;
}
public
void
setUpgradeType
(
String
upgradeType
)
{
this
.
upgradeType
=
upgradeType
;
}
public
String
getIsForce
()
{
return
isForce
;
}
public
void
setIsForce
(
String
isForce
)
{
this
.
isForce
=
isForce
;
}
}
Write
Preview
Markdown
is supported
Attach a file
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 post a comment