| | |
| | | using System.Collections; |
| | | using Autofac; |
| | | using CMS.Data.Stressing; |
| | | using CMS.DataPersistence; |
| | |
| | | using CMS.Plugin.MesSuite.Abstractions.Consts; |
| | | using CMS.Plugin.PipeLineLems.Abstractions; |
| | | using CMS.Plugin.PipeLineLems.Apis; |
| | | using CMS.Plugin.PipeLineLems.Application.Contracts.Services; |
| | | using CMS.Plugin.PipeLineLems.Application.Implements; |
| | | using CMS.Plugin.PipeLineLems.Domain; |
| | | using CMS.Plugin.PipeLineLems.ProjectService; |
| | | using CMS.Plugin.PipeLineLems.Workers; |
| | | using CMS.Plugin.PipeLineLems.Apis; |
| | | using CMS.Project.Abstractions; |
| | | using Microsoft.AspNetCore.Builder; |
| | | using Microsoft.Extensions.DependencyInjection; |
| | |
| | | using Structing.Core; |
| | | using Structing.Web; |
| | | using SYC.Plugin; |
| | | using System.Collections; |
| | | using Volo.Abp.BackgroundWorkers; |
| | | using Volo.Abp.DependencyInjection; |
| | | using Volo.Abp.Modularity.PlugIns; |
| | | using CMS.Plugin.PipeLineLems.Application.Contracts.Services; |
| | | using CMS.Plugin.PipeLineLems.Application.Implements; |
| | | |
| | | namespace CMS.Plugin.PipeLineLems; |
| | | |
| | |
| | | |
| | | context.Services.AddScoped<IProjectRuntimeMigrator, CMSPluginRuntimeMigrator>(); |
| | | context.Services.AddSingleton<IProjectService, PipeLineLemsProjectService>(); |
| | | |
| | | context.Services.AddScoped<IMesAppService, MesAppService>(); |
| | | context.Services.AddScoped<IWorkPlanAppService, WorkPlanAppService>(); |
| | | //context.Services.AddScoped<ILMesOperateAppService, LMesOperateAppService>(); |
| | | //context.Services.AddScoped<IWmsTaskRepository, EfCoreWmsTaskRepository>(); |
| | | //context.Services.AddScoped<IWmsMaterialRepository, EfCoreWmsMaterialRepository>(); |
| | | //context.Services.AddScoped<IWmsInOutStockOrderAppService, WmsInOutStockOrderAppService>(); |
| | | //context.Services.AddScoped<IWmsOutStockAppService, WmsOutStockAppService>(); |
| | | |
| | | |
| | | |
| | | context.Services.AddScoped<IEFDataProvider>(p => |
| | | { |