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