fix:文件类型新增视频文件

This commit is contained in:
2026-03-03 15:12:12 +08:00
parent 0f43860617
commit 40e544b66a
2 changed files with 7 additions and 0 deletions

View File

@@ -94,6 +94,12 @@ public enum FileBizTypeEnum {
@Schema(description = "复盘报告", example = "15")
REVIEW_REPORT_FILE(15, "复盘报告"),
/**
* 视频文件
*/
@Schema(description = "视频文件", example = "16")
VIDEO_FILE(16, "视频文件"),
/**
* 项目文件
*/