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