8 lines
162 B
C#
8 lines
162 B
C#
|
|
namespace JiShe.CollectBus;
|
|||
|
|
|
|||
|
|
public static class CollectBusConsts
|
|||
|
|
{
|
|||
|
|
public const string DbTablePrefix = "App";
|
|||
|
|
public const string? DbSchema = null;
|
|||
|
|
}
|