摘要: 定义注解 AutoFill.java /** * 自定义注解,实现自动填填充功能 */ @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface AutoFill { OperationType 阅读全文
posted @ 2024-03-28 13:31 一个小笨蛋 阅读(27) 评论(0) 推荐(0) 编辑