摘要: /** * 字段注解 */ public @interface BuilderField { /** * 对应的数据库字段名称 * @return */ String name(); } import lombok.SneakyThrows; import java.io.Serializable; 阅读全文
posted @ 2023-08-25 15:28 扰扰 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 关联数据查询接口(队列实例查询) import java.lang.annotation.*; /** * 关联数据查询接口(队列实例查询) */ @Target({ElementType.FIELD}) @Retention(RetentionPolicy.RUNTIME) @Documented 阅读全文
posted @ 2023-08-25 09:35 扰扰 阅读(25) 评论(0) 推荐(0) 编辑