dashboard
repositories
filestore
activity
search
login
main
/
multi_system
多体系后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add
heheng
2025-06-10
942bdeee0b6fcc92b35e788c851d39c5182a8e40
[multi_system.git]
/
multi-common
/
src
/
main
/
java
/
com
/
gkhy
/
exam
/
common
/
enums
/
DataSourceType.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.gkhy.exam.common.enums;
/**
* 数据源
*/
public enum DataSourceType {
/**
* 主库
*/
MASTER,
/**
* 从库
*/
SLAVE
}