Commit caa70521 authored by 周健威's avatar 周健威

Merge branch 'dev' of http://git.upyuns.com/zhoujw/rs-cloud-platform into dev

parents 68e1dc05 23d661ba
...@@ -83,6 +83,13 @@ public class IndustryApplicationInfo implements Serializable { ...@@ -83,6 +83,13 @@ public class IndustryApplicationInfo implements Serializable {
@ApiModelProperty(value = "交易保障") @ApiModelProperty(value = "交易保障")
private String protection; private String protection;
/**
* 下载地址
*/
@Column(name = "download_url")
@ApiModelProperty(value = "下载地址")
private String downloadUrl;
/** /**
* 是否删除:0、否, 1、是 * 是否删除:0、否, 1、是
*/ */
......
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