2025-04-27 09:16:37 +08:00
|
|
|
|
using Volo.Abp.Modularity;
|
2025-04-22 21:01:28 +08:00
|
|
|
|
|
2025-04-27 09:16:37 +08:00
|
|
|
|
namespace JiShe.CollectBus.Protocol
|
2025-04-22 21:01:28 +08:00
|
|
|
|
{
|
|
|
|
|
|
public class CollectBusProtocolModule : AbpModule
|
|
|
|
|
|
{
|
|
|
|
|
|
public override void ConfigureServices(ServiceConfigurationContext context)
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|