src/main/java/com/whyc/pojo/Software.java
@@ -15,6 +15,7 @@ private String fileName; private String fileUrl; private String excelUrl; @ApiModelProperty("软件类型") private String type; @@ -135,4 +136,12 @@ public void setCreateTime(Date createTime) { this.createTime = createTime; } public String getExcelUrl() { return excelUrl; } public void setExcelUrl(String excelUrl) { this.excelUrl = excelUrl; } }