管理端编辑,新增企业人员手机号时可以填写座机号(不处理企业人员登录)
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user