This commit is contained in:
yulichang 2022-12-29 10:53:06 +08:00
parent c8c7bba70c
commit 5d109b0aa1

View File

@ -8,5 +8,5 @@ public class ConfigProperties {
public static boolean subTableLogic = true;
public static boolean msCache = true;
public static String tableAlias = "t";
public static String joinPrefix = "t";
public static String joinPrefix = "join";
}