package com.jarvis.dataCenter.constants;

/**
 * @author jinzhaopo
 * @date 2019-10-22 10:07
 */
public interface DbConstants {

    String PROD = "jarvis";

    String JWS = "jws";

    String WAREHOUSE = "warehouse";

    String REPORT = "report";
}