9 lines
209 B
C#
Raw Normal View History

2025-05-18 13:36:11 +08:00
namespace JiShe.CollectBus.Migration;
public class CollectBusMigrationRemoteServiceConsts
{
public const string RemoteServiceName = "CollectBus";
public const string ModuleName = "collectBus";
}