9 lines
190 B
C#
9 lines
190 B
C#
namespace JiShe.CollectBus;
|
|
|
|
public class CollectBusRemoteServiceConsts
|
|
{
|
|
public const string RemoteServiceName = "CollectBus";
|
|
|
|
public const string ModuleName = "collectBus";
|
|
}
|