组织管理代码调整

This commit is contained in:
DEVICE8\12494
2023-04-21 09:06:49 +08:00
parent 95cc47ebac
commit ab92c80838
21 changed files with 558 additions and 36 deletions

View File

@@ -5,7 +5,7 @@ namespace Tnb.ProductionPlanMgr.Interfaces
/// <summary>
/// 工单生成
/// </summary>
public interface IWorkOrderCreateService
public interface IPrdMoService
{
Task<dynamic> WorkOrderIssue(WorkOrderIssueCrInput input);
}

View File

@@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Tnb.ProductionPlanMgr.Entitys\Tnb.ProductionPlanMgr.Entitys.csproj" />
<ProjectReference Include="..\Tnb.ProductionPlanMgr.Entitys\Tnb.ProductionMgr.Entitys.csproj" />
</ItemGroup>
</Project>