系统配置修改
This commit is contained in:
@@ -46,4 +46,25 @@ public class TbSysFileDTO extends BaseDTO {
|
||||
@Schema(description = "文件状态")
|
||||
private String status;
|
||||
|
||||
@Schema(description = "所属模块")
|
||||
private String module;
|
||||
|
||||
@Schema(description = "业务ID")
|
||||
private String businessId;
|
||||
|
||||
@Schema(description = "上传者用户ID")
|
||||
private String uploader;
|
||||
|
||||
@Schema(description = "MinIO对象名称")
|
||||
private String objectName;
|
||||
|
||||
@Schema(description = "MinIO存储桶名称")
|
||||
private String bucketName;
|
||||
|
||||
@Schema(description = "文件MD5值")
|
||||
private String md5Hash;
|
||||
|
||||
@Schema(description = "文件扩展名")
|
||||
private String extension;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user