From 92f65b7f486f58381bd181492e8ee6491df38078 Mon Sep 17 00:00:00 2001 From: lxd <1004405501@qq.com> Date: Mon, 14 Jul 2025 15:48:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=82=A3=E8=80=85=E5=9F=BA?= =?UTF-8?q?=E6=9C=AC=E4=BF=A1=E6=81=AF=20VO=E7=9A=84=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/admin/patientinfo/vo/patientinfoSaveReqVO.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/patientinfo/vo/patientinfoSaveReqVO.java b/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/patientinfo/vo/patientinfoSaveReqVO.java index 9ac74ff..0273ea2 100644 --- a/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/patientinfo/vo/patientinfoSaveReqVO.java +++ b/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/patientinfo/vo/patientinfoSaveReqVO.java @@ -17,11 +17,9 @@ public class patientinfoSaveReqVO { private Integer id; @Schema(description = "患者姓名", requiredMode = Schema.RequiredMode.REQUIRED, example = "王五") - @NotEmpty(message = "患者姓名不能为空") private String name; @Schema(description = "身份证号", requiredMode = Schema.RequiredMode.REQUIRED) - @NotEmpty(message = "身份证号不能为空") private String idcard; @Schema(description = "注册ID", example = "26051")