mirror of https://github.com/jeecgboot/jeecg-boot
修改注解名称
parent
8e44080b00
commit
c687c7a916
|
@ -16,7 +16,7 @@ import java.lang.annotation.*;
|
||||||
@Target(ElementType.FIELD)
|
@Target(ElementType.FIELD)
|
||||||
@JacksonAnnotationsInside
|
@JacksonAnnotationsInside
|
||||||
@JsonSerialize(using = SensitiveSerialize.class)
|
@JsonSerialize(using = SensitiveSerialize.class)
|
||||||
public @interface SensitiveField {
|
public @interface Sensitive {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 不同类型处理不同
|
* 不同类型处理不同
|
||||||
|
|
Loading…
Reference in New Issue