9 lines
156 B
C#
Raw Normal View History

2025-06-04 09:42:48 +08:00
namespace Syc.Basic.Web.WMS;
public static class WMSConsts
{
public const string DbTablePrefix = "App";
public const string DbSchema = null;
}