whycxzp
2022-09-07 b2452cc48efe3d2479bf0c336ea6993cee419ef8
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;
    }
}