7204fa59 by chentao

no message

1 parent c4c790e2
......@@ -76,8 +76,8 @@ public class Upgrade extends BaseEntity {
private String delFlag;
/**
* 是否强制升级(0否 1是)
* 强制升级(0否 1是)
*/
private String force;
private String constrain;
}
\ No newline at end of file
......
......@@ -37,9 +37,9 @@ public class UpgradeBo extends BaseBO {
private String fileType;
/**
* 是否强制升级(0否 1是)
* 强制升级(0否 1是)
*/
private String force;
private String constrain;
/**
* 版本号
......
......@@ -68,7 +68,7 @@ public class UpgradeVo {
private String language;
/**
* 是否强制升级(0否 1是)
* 强制升级(0否 1是)
*/
private String force;
private String constrain;
}
\ 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!