公告板
版本库
filestore
活动
搜索
登录
ai
/
ycAIVideoIntelligent
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
电力代码去除
admin
2024-04-09
3d28cc569ff9bdf20ac56598ae4de8e2809d6f35
[ai/ycAIVideoIntelligent.git]
/
ruoyi-common
/
src
/
main
/
java
/
com
/
ruoyi
/
common
/
enums
/
DataSourceType.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package com.ruoyi.common.enums;
/**
* 数据源
*
* @author ruoyi
*/
public enum DataSourceType
{
/**
* 主库
*/
MASTER,
/**
* 从库
*/
SLAVE
}