10 lines
244 B
C#
Raw Normal View History

2024-12-19 16:07:07 +08:00
namespace JiShe.CollectBus.Settings;
public static class CollectBusSettings
{
private const string Prefix = "CollectBus";
//Add your own setting names here. Example:
//public const string MySetting1 = Prefix + ".MySetting1";
}