mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 02:08:15 +08:00
update 增加分片类型
This commit is contained in:
parent
abfcb3f84e
commit
e91fdfc0b1
@ -21,6 +21,12 @@ public class MultipartBo implements Serializable {
|
||||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 分片类型
|
||||
*/
|
||||
@NotBlank(message = "分片类型不能为空", groups = {QueryGroup.class, AddGroup.class, EditGroup.class})
|
||||
private String ossStatus;
|
||||
|
||||
/**
|
||||
* 文件名
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user