10 lines
173 B
C#
10 lines
173 B
C#
namespace JiShe.IoT
|
|
{
|
|
public static class IoTDbProperties
|
|
{
|
|
public const string DbTablePrefix = "App";
|
|
|
|
public const string DbSchema = null;
|
|
}
|
|
}
|