fwq
2022-07-21 ec3c2137e3e471ef962e18f0ee8f965ac21d0388
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.hz.phis.dt.file;
 
import lombok.Data;
import org.springframework.web.multipart.MultipartFile;
 
/**文件上传扩展*/
@Data
public class FileUpdateDto {
 
    /**文夹*/
    private String fileUrl;
 
}