namespace IStation
{
///
/// 内存缓存键-为以后增加清除缓存做准备
///
public class MemoryCacheKey
{
///
/// 服务层级
///
public const string ServiceLevel = "Service";
///
/// 接口层级
///
public const string WebApiLevel = "WebApi";
///
/// 模块
///
public const string Module = "SZJT";
}
}