c4c790e2 by chentao

新增强制升级

1 parent 2d1006f4
......@@ -75,4 +75,9 @@ public class Upgrade extends BaseEntity {
@TableLogic
private String delFlag;
/**
* 是否强制升级(0否 1是)
*/
private String force;
}
\ No newline at end of file
......
......@@ -37,6 +37,11 @@ public class UpgradeBo extends BaseBO {
private String fileType;
/**
* 是否强制升级(0否 1是)
*/
private String force;
/**
* 版本号
*/
private String version;
......
......@@ -66,4 +66,9 @@ public class UpgradeVo {
* 前端APP数据国际化(zh_CN、en_US、ru_RU)
*/
private String language;
/**
* 是否强制升级(0否 1是)
*/
private String force;
}
\ No newline at end of file
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!