From 3d400cfcc41df9bc35678751f6f5afb5cf6c1ae5 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期三, 03 十二月 2025 14:52:54 +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