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


浙公网安备 33010602011771号