Commit 0c3bb6ea authored by hezhen's avatar hezhen

123

parent 7eec6c42
...@@ -74,6 +74,13 @@ public class AppVersion implements Serializable { ...@@ -74,6 +74,13 @@ public class AppVersion implements Serializable {
@Column(name = "download_switch") @Column(name = "download_switch")
@ApiModelProperty(value = "下载开关(0:可下载,1:不可下载)") @ApiModelProperty(value = "下载开关(0:可下载,1:不可下载)")
private Integer downloadSwitch; private Integer downloadSwitch;
/**
* 下载开关(0:可下载,1:不可下载)
*/
@Column(name = "is_compel")
@ApiModelProperty(value = "是否强制:0-否;1-是")
private Integer isCompel;
/** /**
* 权重 * 权重
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment