package com.gxb.common.utils;
/**
* 系统参数相关Key
* @author chenshun
* @email sunlightcs@gmail.com
* @date 2017-03-26 10:33
*/
public class ConfigConstant {
/**
* 云存储配置KEY
*/
public final static String CLOUD_STORAGE_CONFIG_KEY = "CLOUD_STORAGE_CONFIG_KEY";
}