fix:交付物文件类型修改
This commit is contained in:
@@ -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),
|
||||
|
||||
/**
|
||||
* 项目文件
|
||||
|
||||
Reference in New Issue
Block a user