namespace RoBot.Start.ConstValue { public class Consts { /// /// 登录文件 /// public const string KeystoreConfig = "keystore.json"; /// /// 设备信息 /// public const string DeviceConfig = "device.json"; /// /// 配置文件 /// public const string Config = "config.json"; } }