From 390574e0d9d01618c867c5db6a9ab21a43057eda Mon Sep 17 00:00:00 2001 From: heheng <475597332@qq.com> Date: 星期五, 08 八月 2025 15:40:11 +0800 Subject: [PATCH] 部分新功能 --- multi-system/src/main/java/com/gkhy/exam/system/domain/StandingBook.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/multi-system/src/main/java/com/gkhy/exam/system/domain/StandingBook.java b/multi-system/src/main/java/com/gkhy/exam/system/domain/StandingBook.java index 33503e7..7a30eda 100644 --- a/multi-system/src/main/java/com/gkhy/exam/system/domain/StandingBook.java +++ b/multi-system/src/main/java/com/gkhy/exam/system/domain/StandingBook.java @@ -54,7 +54,7 @@ @ApiModelProperty("责任人/使用人") @TableField("person_responsible") - @NotBlank(message = "责任人/使用人不能为空") + @NotNull(message = "责任人/使用人不能为空") private Long personResponsible; @ApiModelProperty("设备类型1生成设备2办公自动化设备") @@ -88,8 +88,8 @@ private String location; @ApiModelProperty("使用情况") - @TableField("usage") - private String usage; + @TableField("used") + private String used; @ApiModelProperty("备注") @TableField("remark") -- Gitblit v1.9.2