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

Merge pull request !91 from yeluod/dev
This commit is contained in:
疯狂的狮子Li
2023-06-25 01:52:51 +00:00
committed by Gitee

View File

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