身份证 手机号 脱敏
1.自定义脱敏注解
package com.hanhuide.hhde.annotation;
import com.hanhuide.hhde.enums.SensitiveTypeEnum;
import java.lang.annotation.*;
@Target({ElementType.FIELD, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @inter
原创
2020-12-30 16:24:08 ·
950 阅读 ·
1 评论