8 lines
162 B
C#
Raw Normal View History

2024-12-19 16:07:07 +08:00
namespace JiShe.CollectBus;
public static class CollectBusConsts
{
public const string DbTablePrefix = "App";
public const string? DbSchema = null;
}