fix:文件类型新增视频文件
This commit is contained in:
@@ -94,6 +94,12 @@ public enum FileBizTypeEnum {
|
||||
@Schema(description = "复盘报告", example = "15")
|
||||
REVIEW_REPORT_FILE(15, "复盘报告"),
|
||||
|
||||
/**
|
||||
* 视频文件
|
||||
*/
|
||||
@Schema(description = "视频文件", example = "16")
|
||||
VIDEO_FILE(16, "视频文件"),
|
||||
|
||||
/**
|
||||
* 项目文件
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user