2022年6月21日
摘要: 1、自定义注解 @Target({ElementType.METHOD}) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface NoRepeatSubmit { /** * 默认1s钟以内算重复提交 * @return 阅读全文
posted @ 2022-06-21 23:29 小破孩楼主 阅读(53) 评论(0) 推荐(0) 编辑