修复BUG710,添加文件下载次数统计

This commit is contained in:
lenovo
2026-01-15 14:45:43 +08:00
parent 26ab7dac24
commit a44e7e835e
9 changed files with 40 additions and 1 deletions

View File

@@ -34,4 +34,7 @@ public class FileRespDTO {
@Schema(description = "文件内容", requiredMode = Schema.RequiredMode.REQUIRED)
private byte[] content;
@Schema(description = "文件下载次数")
private Integer downloadCount;
}