2025-04-17 20:28:50 +08:00

8 lines
162 B
C#

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