修改字段加密注解错误注释

Signed-off-by: yeluod <2246112+zhiao@user.noreply.gitee.com>
This commit is contained in:
yeluod
2023-06-22 14:43:13 +00:00
committed by Gitee
parent 0c5fbcc62c
commit 1428f04748

View File

@@ -32,7 +32,7 @@ public @interface EncryptField {
String publicKey() default "";
/**
* 钥。RSA、SM2需要
* 钥。RSA、SM2需要
*/
String privateKey() default "";