cl
5 天以前 cfe1f5bce95f2a77d391417763e3e13820781e89
1
2
3
4
5
6
7
8
9
10
package com.vincent.rsf.server.common.datasource;
 
/**
 * 数据源名称
 */
public interface DataSourceNames {
 
    String PRIMARY = "primary";
    String DJ_CLOUD_WMS = "dj-cloud-wms";
}