去掉联电话的校验

This commit is contained in:
zhou-hongcheng
2026-03-13 09:17:55 +08:00
parent 03a5c1fac8
commit e3bc0b14fc
@@ -35,7 +35,6 @@ public class CustomerDTO extends BaseVOEntity {
private String emergencyContactName;
@ApiModelProperty("联系电话")
@NotBlank(message = "联系电话不能为空")
private String emergencyContactPhone;
@ApiModelProperty("省市区编码,6位")