去掉联电话的校验
This commit is contained in:
@@ -35,7 +35,6 @@ public class CustomerDTO extends BaseVOEntity {
|
||||
private String emergencyContactName;
|
||||
|
||||
@ApiModelProperty("联系电话")
|
||||
@NotBlank(message = "联系电话不能为空")
|
||||
private String emergencyContactPhone;
|
||||
|
||||
@ApiModelProperty("省市区编码,6位")
|
||||
|
||||
Reference in New Issue
Block a user