nickchange
2023-11-25 cf28c25d1a8e360ab328c5435d289c5cb9b414c1
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";            //其他业务的数据源
}