first commit

This commit is contained in:
2023-06-11 12:21:49 +08:00
parent 4dcb7c297b
commit d1990dc0e3
7 changed files with 106 additions and 13 deletions

View File

@ -76,7 +76,7 @@ public class BaseContext {
*
* @return Boolean
*/
public static Boolean getSchema() {
public static Boolean isSchemaMode() {
return SCHEMA_HOLDER.get();
}