This commit is contained in:
wangsong
2024-06-13 14:29:00 +08:00
parent 753a4df8df
commit 5f6e0f61b5
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ public @interface Query {
// Dong ZhaoYang 2017/8/7 查询方式
Type type() default Type.EQUAL;
/**
/**r
* 连接查询的属性名如User类中的dept
*/
String joinName() default "";