reset
This commit is contained in:
@ -10,5 +10,10 @@ public enum DataSourceType
|
||||
/**
|
||||
* 主库
|
||||
*/
|
||||
MASTER
|
||||
MASTER,
|
||||
|
||||
/**
|
||||
* 从库
|
||||
*/
|
||||
SLAVE
|
||||
}
|
||||
|
Reference in New Issue
Block a user