2025-06-16 17:24:23 +08:00

10 lines
231 B
C#

namespace Syc.Basic.Web.WMS.Settings;
public static class WMSSettings
{
private const string Prefix = "WMS";
//Add your own setting names here. Example:
//public const string MySetting1 = Prefix + ".MySetting1";
}