| | |
| | | |
| | | services.AddScoped(typeof(IHrJixiaotichengService), typeof(HrJixiaotichengService)); |
| | | |
| | | services.AddScoped(typeof(IHrSalaryService), typeof(HrSalaryService)); |
| | | |
| | | services.AddScoped(typeof(ICusFangwenjiluService), typeof(CusFangwenjiluService)); |
| | | |
| | | services.AddScoped(typeof(ILZhuanjiahuidumService), typeof(LZhuanjiahuidumService)); |
| | | |
| | | 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.AddScoped(typeof(IOrderBanciDtlService), typeof(OrderBanciDtlService)); |
| | | services.AddScoped(typeof(IOrderBanciService), typeof(OrderBanciService)); |
| | | services.AddScoped(typeof(IOrderBanciOrderService), typeof(OrderBanciOrderService)); |
| | | |
| | | |
| | | //定时执行 |
| | | services.AddHostedService<TimedBackgroundService>(); |