namespace JiShe.IoT { public static class IoTDbProperties { public const string DbTablePrefix = "App"; public const string DbSchema = null; } }