2025-04-17 20:28:50 +08:00

10 lines
244 B
C#

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";
}