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