This commit is contained in:
2023-06-12 17:25:00 +08:00
parent 0c32e0e619
commit c931657a8a

View File

@ -18,9 +18,9 @@ public enum TenantTypeEnum {
COLUMN("column", "字段模式"),
/**
* 数据库模式-隔离级别中等
* SCHEMA模式-隔离级别中等
*/
DATABASE("database", "数据库模式"),
SCHEMA("schema", "SCHEMA模式"),
/**
* 数据源模式-隔离级别最大