public class TenantValue extends Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
enable
是否开启
|
private List<String> |
tables
忽略的表名称
|
| Constructor and Description |
|---|
TenantValue() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getTables()
获取 忽略的表名称
|
boolean |
isEnable()
获取 是否开启
|
void |
setEnable(boolean enable)
设置 是否开启
|
void |
setTables(List<String> tables)
设置 忽略的表名称
|
Copyright © 2024. All rights reserved.