update 优化 加密注解注释错误

This commit is contained in:
疯狂的狮子Li
2023-06-25 09:54:29 +08:00
parent 5e57292840
commit c7b9d86c9f

View File

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