案例管理的文件下载

This commit is contained in:
xiezhijun
2021-03-06 00:15:27 +08:00
parent 0f96ebf0f2
commit f1adbb041f
7 changed files with 112 additions and 67 deletions

View File

@ -26,6 +26,8 @@ public class SysCustomerCaseFile extends BaseEntity
@Excel(name = "文件路径")
private String fileUrl;
private String downUrl;
/** 文件名字 */
@Excel(name = "文件名字")
private String fileName;