Commit 2e0522e0 authored by yanzg's avatar yanzg

文件处理

parent 8014aca6
......@@ -16,13 +16,13 @@ public class YzgFileUploadReqVo {
/**
* 文件数组
*/
@ApiModelProperty(notes = "文件数组")
@ApiModelProperty(notes = "文件数组", value = "文件数组")
private MultipartFile[] file;
/**
* 临时文件夹名称:默认temp
*/
@ApiModelProperty(notes = "临时文件夹名称:默认temp")
@ApiModelProperty(notes = "临时文件夹名称:默认temp", value = "临时文件夹名称:默认temp")
private String folder;
public MultipartFile[] getFile() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment