xuhy
2025-06-25 d91a5451f78c19d19c6f3325d50bd7739c6dc168
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.stylefeng.guns.core.common.constant;
 
/**
 * 
 * 多数据源的枚举
 *
 * @author fengshuonan
 * @date 2017年3月5日 上午10:15:02
 */
public interface DatasourceEnum {
 
    String DATA_SOURCE_GUNS = "dataSourceGuns";            //guns数据源
    
    String DATA_SOURCE_BIZ = "dataSourceBiz";            //其他业务的数据源
}