1 @Target({ElementType.TYPE}) 2 @Retention(RetentionPolicy.RUNTIME) 3 public @interface Table { 4 String value(); 5 } 表名注解 相关文章: 2022-03-02 2022-12-23 2022-12-23 2021-11-04 2022-12-23 2022-03-01 2021-07-09 2022-12-23