Commit 53fdcda1 authored by hongguangwu's avatar hongguangwu

人员档案相关-邮箱50字

parent b38cafb1
...@@ -137,7 +137,7 @@ public class TEmployeeInfo extends BaseEntity { ...@@ -137,7 +137,7 @@ public class TEmployeeInfo extends BaseEntity {
* 邮箱 * 邮箱
*/ */
@Schema(description = "邮箱") @Schema(description = "邮箱")
@Size(max = 32, message = "邮箱不可超过32位") @Size(max = 50, message = "邮箱不可超过50位")
private String empEmail; private String empEmail;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment