heheng
2025-07-09 19871e8ac9606710b1009f5f86366fb445a7ace8
multi-system/src/main/java/com/gkhy/exam/system/domain/StandardizedQuality.java
@@ -40,12 +40,10 @@
    @ApiModelProperty(value = "文件路径")
    @TableField("file_path")
    @NotBlank(message = "文件路径不可为空")
    private String filePath;
    @ApiModelProperty(value = "文件格式")
    @TableField("format")
    @NotBlank(message = "文件格式不可为空")
    private String format;
    @ApiModelProperty(value = "是否删除")