1
luofl
2025-04-11 c8579f511f4ca4fe8fac97b3586d3c412f6bdafb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.dsh.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";            //其他业务的数据源
}