namespace JiShe.CollectBus; public static class CollectBusConsts { public const string DbTablePrefix = "App"; public const string? DbSchema = null; }