去掉patient_info表的cityCode校验

This commit is contained in:
mengkuiliang 2023-11-09 10:55:55 +08:00
parent d0a987b84e
commit b2a48f2484

View File

@ -239,8 +239,6 @@ public class PatientInfoBody extends BaseEntity {
/**
* 绑定城市(1德州 2东营)
*/
@NotNull(message = "绑定城市不能为空")
@NotBlank(message = "绑定城市不能为空")
@ApiModelProperty(value = "绑定城市(1德州 2东营)")
private String cityCode;