|
|
|
@ -26,4 +26,7 @@ public class ConfigParam {
|
|
|
|
|
|
|
|
|
|
public static String metaImpUserSwitch = StringKit.toString(PropertiesUtil.queryPropertiesByKey("metaImpUserSwitch"));
|
|
|
|
|
|
|
|
|
|
//将数据洗进 --->业务表的开关----------------------------------------------------------------------------------------------------------
|
|
|
|
|
public static String NewNsydwSwitch = StringKit.toString(PropertiesUtil.queryPropertiesByKey("NewNsydwSwitch"));
|
|
|
|
|
public static String NewNalarminfoSwitch = StringKit.toString(PropertiesUtil.queryPropertiesByKey("NewNalarminfoSwitch"));
|
|
|
|
|
}
|
|
|
|
|