| | |
| | | |
| | | services.AddScoped(typeof(ILZhuanjiahuidumService), typeof(LZhuanjiahuidumService)); |
| | | |
| | | services.AddScoped(typeof(IWfApplytypeService), typeof(WfApplytypeService)); |
| | | services.AddScoped(typeof(IWfApplytypeService), typeof(WfApplytypeService)); |
| | | services.AddScoped(typeof(IWfRunProcessService), typeof(WfRunProcessService)); |
| | | services.AddScoped(typeof(IWfNeeddeelService), typeof(WfNeeddeelService)); |
| | | services.AddScoped(typeof(IWfHistoryService), typeof(WfHistorieservice)); |
| | | |
| | | //定时执行 |
| | | services.AddHostedService<TimedBackgroundService>(); |