wl_management/src/main/java/com/lz/common/utils/ConfigConstant.java
2020-05-12 19:42:40 +08:00

22 lines
366 B
Java

/**
* Copyright (c) 2020 fumeiai All rights reserved.
*
*
*
* 版权所有,侵权必究!
*/
package com.lz.common.utils;
/**
* 系统参数相关Key
*
* @author Mark sunlightcs@gmail.com
*/
public class ConfigConstant {
/**
* 云存储配置KEY
*/
public final static String CLOUD_STORAGE_CONFIG_KEY = "CLOUD_STORAGE_CONFIG_KEY";
}