wangrenhuang
2023-03-23 fcf8b677cf0a8165da424b642a9ade51aa91e7e9
1
2
3
4
5
6
7
8
9
10
11
12
package com.hz.his.dto.file;
 
import lombok.Data;
 
/**文件上传扩展*/
@Data
public class FileUpdateDto {
 
    /**文夹*/
    private String fileUrl;
 
}