去掉patient_info表的cityCode校验
This commit is contained in:
parent
d0a987b84e
commit
b2a48f2484
@ -239,8 +239,6 @@ public class PatientInfoBody extends BaseEntity {
|
||||
/**
|
||||
* 绑定城市(1:德州 2:东营)
|
||||
*/
|
||||
@NotNull(message = "绑定城市不能为空")
|
||||
@NotBlank(message = "绑定城市不能为空")
|
||||
@ApiModelProperty(value = "绑定城市(1:德州 2:东营)")
|
||||
private String cityCode;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user