wangrenhuang
2023-06-25 b4707c89691166e9febc0e3321c0ecea6d5c30f3
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;
 
}