Commit 23d661ba authored by chenyan's avatar chenyan

2024/04/26_行业应用实体类修改

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