脱敏
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
package com.czg.account.entity;
|
||||
|
||||
import com.czg.utils.CzgRandomUtils;
|
||||
import com.mybatisflex.annotation.Column;
|
||||
import com.mybatisflex.annotation.Id;
|
||||
import com.mybatisflex.annotation.KeyType;
|
||||
import com.mybatisflex.annotation.Table;
|
||||
import com.mybatisflex.annotation.*;
|
||||
import com.mybatisflex.core.mask.Masks;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
@@ -52,6 +50,7 @@ public class ShopUser implements Serializable {
|
||||
/**
|
||||
* 电话号码
|
||||
*/
|
||||
@ColumnMask(Masks.MOBILE)
|
||||
private String phone;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user