9 lines
189 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";
public const string ModuleName = "collectBus";
}