邮箱验证码

This commit is contained in:
wuchunlei
2023-12-25 15:37:24 +08:00
parent b19d04f09d
commit f9d95718cd
4 changed files with 91 additions and 6 deletions

View File

@@ -48,6 +48,10 @@ public class MyUserEntity implements Serializable {
* 电话
*/
private String tel;
/**
* 邮箱
*/
private String email;
/**
* 密码
*/