cl
2026-04-17 86fd4ec5fd97081f212e4c35523ee3d44f233fb6
1
2
3
4
5
6
7
8
9
10
package com.vincent.rsf.server.common.datasource;
 
/**
 * 数据源名称
 */
public interface DataSourceNames {
 
    String PRIMARY = "primary";
    String CUS_ITEM_SYNC = "cus-item-sync";
}