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

9 lines
190 B
C#

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