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
猜你喜欢
  • 2021-08-25
  • 2021-11-30
  • 2022-01-01
  • 2022-12-23
  • 2022-02-18
  • 2022-12-23
相关资源
相似解决方案