fix:文件删除,可以控制直接删,不放回收站
This commit is contained in:
@@ -34,4 +34,7 @@ public class DelDirReq {
|
||||
@Schema(description = "是否跳过权限校验,默认为false", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
|
||||
private Boolean skipPermissionCheck = false;
|
||||
|
||||
@Schema(description = "是否立即彻底删除(true: 跳过回收站,直接物理删除)", defaultValue = "false")
|
||||
private Boolean immediateDelete = false;
|
||||
|
||||
}
|
||||
@@ -25,4 +25,7 @@ public class DelFileReq {
|
||||
@Schema(description = "知识库文件审批模板名称")
|
||||
private String templateName;
|
||||
|
||||
@Schema(description = "是否立即彻底删除(true: 跳过回收站,直接物理删除)", defaultValue = "false")
|
||||
private Boolean immediateDelete = false;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user