新增强制升级
Showing
3 changed files
with
15 additions
and
0 deletions
| ... | @@ -75,4 +75,9 @@ public class Upgrade extends BaseEntity { | ... | @@ -75,4 +75,9 @@ public class Upgrade extends BaseEntity { |
| 75 | @TableLogic | 75 | @TableLogic |
| 76 | private String delFlag; | 76 | private String delFlag; |
| 77 | 77 | ||
| 78 | /** | ||
| 79 | * 是否强制升级(0否 1是) | ||
| 80 | */ | ||
| 81 | private String force; | ||
| 82 | |||
| 78 | } | 83 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -37,6 +37,11 @@ public class UpgradeBo extends BaseBO { | ... | @@ -37,6 +37,11 @@ public class UpgradeBo extends BaseBO { |
| 37 | private String fileType; | 37 | private String fileType; |
| 38 | 38 | ||
| 39 | /** | 39 | /** |
| 40 | * 是否强制升级(0否 1是) | ||
| 41 | */ | ||
| 42 | private String force; | ||
| 43 | |||
| 44 | /** | ||
| 40 | * 版本号 | 45 | * 版本号 |
| 41 | */ | 46 | */ |
| 42 | private String version; | 47 | private String version; | ... | ... |
| ... | @@ -66,4 +66,9 @@ public class UpgradeVo { | ... | @@ -66,4 +66,9 @@ public class UpgradeVo { |
| 66 | * 前端APP数据国际化(zh_CN、en_US、ru_RU) | 66 | * 前端APP数据国际化(zh_CN、en_US、ru_RU) |
| 67 | */ | 67 | */ |
| 68 | private String language; | 68 | private String language; |
| 69 | |||
| 70 | /** | ||
| 71 | * 是否强制升级(0否 1是) | ||
| 72 | */ | ||
| 73 | private String force; | ||
| 69 | } | 74 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment