Commit cba830f8 authored by chenyan's avatar chenyan

2024/04/27_行业应用字段名修改

parent 2ce72230
...@@ -86,9 +86,9 @@ public class IndustryApplicationInfo implements Serializable { ...@@ -86,9 +86,9 @@ public class IndustryApplicationInfo implements Serializable {
/** /**
* 下载地址 * 下载地址
*/ */
@Column(name = "download_url") @Column(name = "online_url")
@ApiModelProperty(value = "下载地址") @ApiModelProperty(value = "系统在线地址")
private String downloadUrl; private String onlineUrl;
/** /**
* 是否删除: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