1.添加手机号和身份证的安全性和保密性
2.添加对应的定时任务
This commit is contained in:
@@ -30,4 +30,14 @@ public class CommunityUser extends BaseEntity {
|
||||
*/
|
||||
private String phoneNumber;
|
||||
|
||||
/**
|
||||
* 手机号完整性
|
||||
*/
|
||||
private String phoneNumberCipher;
|
||||
|
||||
/**
|
||||
* 手机号机密性
|
||||
*/
|
||||
private String phoneNumberEncrypt;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user