|
@@ -62,12 +62,12 @@ public class SysDept extends BaseEntity {
|
|
|
private String leader;
|
|
|
|
|
|
@Size(min = 0, max = 11, message = "联系电话长度不能超过11个字符")
|
|
|
- @Excel(name = "单位电话")
|
|
|
+ @Excel(name = "部门电话")
|
|
|
private String phone;
|
|
|
|
|
|
@Email(message = "邮箱格式不正确")
|
|
|
@Size(min = 0, max = 50, message = "邮箱长度不能超过50个字符")
|
|
|
- @Excel(name = "单位邮箱")
|
|
|
+ @Excel(name = "部门邮箱")
|
|
|
private String email;
|
|
|
|
|
|
/**
|