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"; } }