namespace RoBot.Core.ConstValue { /// /// 常量 /// public class Consts { /// /// 登录文件 /// public const string KeystoreConfig = "keystore.json"; /// /// 设备信息 /// public const string DeviceConfig = "device.json"; /// /// 配置文件 /// public const string Config = "config.json"; } /// /// 缓存前缀 /// public class RedisPrefix { public const string GoodsKey = "GoodsInfo"; } }