mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
优化
This commit is contained in:
parent
c8c7bba70c
commit
5d109b0aa1
@ -8,5 +8,5 @@ public class ConfigProperties {
|
|||||||
public static boolean subTableLogic = true;
|
public static boolean subTableLogic = true;
|
||||||
public static boolean msCache = true;
|
public static boolean msCache = true;
|
||||||
public static String tableAlias = "t";
|
public static String tableAlias = "t";
|
||||||
public static String joinPrefix = "t";
|
public static String joinPrefix = "join";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user