From e959172a457f60c2e16b69f60e3404df5fdffcfe Mon Sep 17 00:00:00 2001 From: 101captain <237651143@qq.com> Date: 星期五, 12 十一月 2021 16:54:23 +0800 Subject: [PATCH] 1112修改提交 --- springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/helper/encrypt/EncryptDecryptClass.java | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/helper/encrypt/EncryptDecryptClass.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/helper/encrypt/EncryptDecryptClass.java index cfa0773..02125a3 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/helper/encrypt/EncryptDecryptClass.java +++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/helper/encrypt/EncryptDecryptClass.java @@ -1,6 +1,5 @@ package com.panzhihua.common.model.helper.encrypt; - import java.lang.annotation.*; /** @@ -8,7 +7,6 @@ */ @Documented @Inherited -@Target({ ElementType.TYPE }) +@Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) -public @interface EncryptDecryptClass { -} \ No newline at end of file +public @interface EncryptDecryptClass {} \ No newline at end of file -- Gitblit v1.7.1