删除无用注解

master
Sxile 5 years ago committed by Limy
parent 7a6d51d302
commit b5fd0a2d88

@ -13,7 +13,6 @@ import java.lang.annotation.Target;
* @author ruoyi * @author ruoyi
* *
*/ */
@Inherited
@Target(ElementType.METHOD) @Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
@Documented @Documented

Loading…
Cancel
Save