Commit 28d70120 by 段启岩

app版本新增下载地址

parent ad579ed6
...@@ -38,6 +38,9 @@ public class AppVersion implements Serializable { ...@@ -38,6 +38,9 @@ public class AppVersion implements Serializable {
@ApiModelProperty(value = "版本名称") @ApiModelProperty(value = "版本名称")
private String versionName; private String versionName;
@ApiModelProperty(value = "下载地址")
private String downloadUrl;
@ApiModelProperty(value = "版本描述") @ApiModelProperty(value = "版本描述")
private String description; private String description;
......
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