管理端编辑,新增企业人员手机号时可以填写座机号(不处理企业人员登录)

This commit is contained in:
Jason
2022-11-01 15:32:31 +08:00
parent cd813578c7
commit f664e94829
@@ -79,7 +79,7 @@ public class PayContactsManagement implements Serializable {
@Excel(name = "手机号", width = 15)
@ApiModelProperty(value = "手机号")
@NotEmpty(message = "手机号不能为空")
@Pattern(regexp = ConstantUtils.TEL_PHONE,message = "手机号格式错误")
@Pattern(regexp = ConstantUtils.TEL_PHONE_ZUOJI,message = "手机号或座机号格式错误")
private String phone;
/**邮箱*/
@Excel(name = "邮箱", width = 15)