数据总览 前端按钮权限设置

This commit is contained in:
2025-12-29 16:41:41 +08:00
parent 059884ecc0
commit e8e2061b59
8 changed files with 180 additions and 15 deletions

View File

@@ -114,6 +114,9 @@ public class FileMetadataInfoResp implements Serializable {
@Schema(description = "完整访问URL拼接minio网关地址 + objectKey")
private String fileUrl;
@Schema(description = "权限值")
private Integer permissionValue;
private String approvalStatus;
private String approveType;
private String tempMetadata;