mirror of https://gitee.com/stylefeng/roses
【8.3.0】【file】response增加一个md5值
parent
dd5957cc75
commit
696e876a39
|
@ -150,4 +150,10 @@ public class SysFileInfoResponse {
|
|||
@ChineseDescription("上传时间")
|
||||
private Date uploadTime;
|
||||
|
||||
/**
|
||||
* 文件的md5值
|
||||
*/
|
||||
@ChineseDescription("文件的md5值")
|
||||
private String fileMd5;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue