fix:优化回收站全量删除
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package com.sdm.common.entity.req.data;
|
||||
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import jakarta.validation.constraints.NotNull;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
@@ -9,7 +8,6 @@ import java.util.List;
|
||||
@Data
|
||||
@Schema(description = "从回收站彻底删除请求")
|
||||
public class PermanentDeleteFromRecycleReq {
|
||||
@Schema(description = "要彻底删除的文件/目录ID列表", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
@NotNull(message = "文件/目录ID列表不能为空")
|
||||
@Schema(description = "要彻底删除的文件/目录ID列表(为空则全量删除)")
|
||||
private List<Long> ids;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user