Merge remote-tracking branch 'refs/remotes/ztcloud/test' into dev

This commit is contained in:
lenovo
2026-01-15 16:26:57 +08:00
22 changed files with 105 additions and 17 deletions

View File

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