From 6b652d0e9269156936a1d6425829e104b7e680b5 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期五, 14 十一月 2025 13:21:48 +0800
Subject: [PATCH] 功能修改
---
multi-system/src/main/java/com/gkhy/exam/system/domain/StandardizedQuality.java | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/multi-system/src/main/java/com/gkhy/exam/system/domain/StandardizedQuality.java b/multi-system/src/main/java/com/gkhy/exam/system/domain/StandardizedQuality.java
index 39ec809..30d6089 100644
--- a/multi-system/src/main/java/com/gkhy/exam/system/domain/StandardizedQuality.java
+++ b/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 = "是否删除")
--
Gitblit v1.9.2