2015年11月18日
摘要: 1 @Target({ElementType.TYPE})2 @Retention(RetentionPolicy.RUNTIME)3 public @interface Table {4 String value();5 }表名注解1 @Target({ElementType.FIELD}... 阅读全文
posted @ 2015-11-18 15:55 wzyy 阅读(242) 评论(0) 推荐(0) 编辑