From b2a48f2484869eacf76398cb14d79850ec4c47e2 Mon Sep 17 00:00:00 2001 From: mengkuiliang <1464081137@qq.com> Date: Thu, 9 Nov 2023 10:55:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89patient=5Finfo=E8=A1=A8?= =?UTF-8?q?=E7=9A=84cityCode=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xinelu/familydoctor/applet/pojo/body/PatientInfoBody.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/xinelu-familydoctor/src/main/java/com/xinelu/familydoctor/applet/pojo/body/PatientInfoBody.java b/xinelu-familydoctor/src/main/java/com/xinelu/familydoctor/applet/pojo/body/PatientInfoBody.java index 1ebf219..88c2ab9 100644 --- a/xinelu-familydoctor/src/main/java/com/xinelu/familydoctor/applet/pojo/body/PatientInfoBody.java +++ b/xinelu-familydoctor/src/main/java/com/xinelu/familydoctor/applet/pojo/body/PatientInfoBody.java @@ -239,8 +239,6 @@ public class PatientInfoBody extends BaseEntity { /** * 绑定城市(1:德州 2:东营) */ - @NotNull(message = "绑定城市不能为空") - @NotBlank(message = "绑定城市不能为空") @ApiModelProperty(value = "绑定城市(1:德州 2:东营)") private String cityCode;