10 lines
231 B
C#
Raw Normal View History

2025-06-04 09:42:48 +08:00
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";
}