2025-03-12 14:57:42 +08:00

9 lines
190 B
C#

namespace JiShe.CollectBus;
public class CollectBusRemoteServiceConsts
{
public const string RemoteServiceName = "CollectBus";
public const string ModuleName = "collectBus";
}