7204fa59 by chentao

no message

1 parent c4c790e2
...@@ -76,8 +76,8 @@ public class Upgrade extends BaseEntity { ...@@ -76,8 +76,8 @@ public class Upgrade extends BaseEntity {
76 private String delFlag; 76 private String delFlag;
77 77
78 /** 78 /**
79 * 是否强制升级(0否 1是) 79 * 强制升级(0否 1是)
80 */ 80 */
81 private String force; 81 private String constrain;
82 82
83 } 83 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -37,9 +37,9 @@ public class UpgradeBo extends BaseBO { ...@@ -37,9 +37,9 @@ public class UpgradeBo extends BaseBO {
37 private String fileType; 37 private String fileType;
38 38
39 /** 39 /**
40 * 是否强制升级(0否 1是) 40 * 强制升级(0否 1是)
41 */ 41 */
42 private String force; 42 private String constrain;
43 43
44 /** 44 /**
45 * 版本号 45 * 版本号
......
...@@ -68,7 +68,7 @@ public class UpgradeVo { ...@@ -68,7 +68,7 @@ public class UpgradeVo {
68 private String language; 68 private String language;
69 69
70 /** 70 /**
71 * 是否强制升级(0否 1是) 71 * 强制升级(0否 1是)
72 */ 72 */
73 private String force; 73 private String constrain;
74 } 74 }
...\ No newline at end of file ...\ 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!