mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-12 03:03:08 +08:00
chore(security/mask): 修复部分注释错误
This commit is contained in:
@@ -56,7 +56,7 @@ public @interface JsonMask {
|
|||||||
/**
|
/**
|
||||||
* 左侧保留位数
|
* 左侧保留位数
|
||||||
* <p>
|
* <p>
|
||||||
* 仅在脱敏类型为 {@code DesensitizedType.CUSTOM } 时使用
|
* 仅在脱敏类型为 {@code MaskType.CUSTOM } 时使用
|
||||||
* </p>
|
* </p>
|
||||||
*/
|
*/
|
||||||
int left() default 0;
|
int left() default 0;
|
||||||
@@ -64,7 +64,7 @@ public @interface JsonMask {
|
|||||||
/**
|
/**
|
||||||
* 右侧保留位数
|
* 右侧保留位数
|
||||||
* <p>
|
* <p>
|
||||||
* 仅在脱敏类型为 {@code DesensitizedType.CUSTOM } 时使用
|
* 仅在脱敏类型为 {@code MaskType.CUSTOM } 时使用
|
||||||
* </p>
|
* </p>
|
||||||
*/
|
*/
|
||||||
int right() default 0;
|
int right() default 0;
|
||||||
|
Reference in New Issue
Block a user