yangys
2024-05-18 13304af2facdc0e9d8df197c0cf5ed51c94ffc8f
smart-starter-api-crypto/src/main/java/com/qianwen/core/api/crypto/annotation/decrypt/ApiDecryptDes.java
@@ -12,7 +12,6 @@
@ApiDecrypt(CryptoType.DES)
@Retention(RetentionPolicy.RUNTIME)
@Documented
/* loaded from: blade-starter-api-crypto-9.3.0.0-SNAPSHOT.jar:org/springblade/core/api/crypto/annotation/decrypt/ApiDecryptDes.class */
public @interface ApiDecryptDes {
    @AliasFor(annotation = ApiDecrypt.class)
    String secretKey() default "";