wangrenhuang
2023-11-15 7e0799df5bb5132efce9b34060b667480a30c915
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;
 
}