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