9 lines
190 B
C#
Raw Normal View History

2024-12-19 16:07:07 +08:00
namespace JiShe.CollectBus;
public class CollectBusRemoteServiceConsts
{
public const string RemoteServiceName = "CollectBus";
2025-03-12 14:57:42 +08:00
public const string ModuleName = "collectBus";
2024-12-19 16:07:07 +08:00
}