cl
2026-04-17 3aa2f1033b08a95b6c321a338418146434f284e5
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";
}