注释类型 TableAlias
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface TableAlias
table别名 (希望即使数据库表名修改,也不会干扰代码的 mapper.xml)- 作者:
- lym
-
-
元素详细资料
-
value
String value
别名
-
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface TableAlias
String value