2024年7月11日
摘要: 一、定义切面对象 import java.lang.annotation.*; /** * 字段变更日志注解 * * @author zhuzhen */ @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) @Documen 阅读全文
posted @ 2024-07-11 13:51 十七年蝉 阅读(127) 评论(0) 推荐(0) 编辑