fix:交付物文件类型修改

This commit is contained in:
2025-12-31 16:59:09 +08:00
parent dd9574598c
commit b6b681bde9

View File

@@ -48,14 +48,14 @@ public enum FileBizTypeEnum {
/**
* 交付物文件
*/
@Schema(description = "交付物文件", example = "8")
DELIVERABLE_FILE(8),
@Schema(description = "交付物文件", example = "11")
DELIVERABLE_FILE(11),
/**
* 交付物文件
* 试验结果文件
*/
@Schema(description = "试验结果文件", example = "9")
EXPERIMENT_FILE(9),
@Schema(description = "试验结果文件", example = "12")
EXPERIMENT_FILE(12),
/**
* 项目文件