From fef9e55cb8ff7c245004b7c4f5ccf47703289253 Mon Sep 17 00:00:00 2001 From: zzr99 <1940172413@qq.com> Date: 星期四, 09 九月 2021 15:46:42 +0800 Subject: [PATCH] 工序进站接收单、工序出站汇报单: 增加查询流转卡 --- WebAPI/WebAPI.csproj | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index a673d05..941cdf8 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -398,6 +398,7 @@ <Compile Include="Models\ClsSb_EquipMaintainBillMain.cs" /> <Compile Include="Models\ClsSb_EquipMaintainBillSub.cs" /> <Compile Include="Models\ClsSb_EquipRepairWorkBillMain.cs" /> + <Compile Include="Models\Xt_ORGANIZATIONS.cs" /> <Compile Include="Models\ClsSb_EquipRepairWorkBillSub.cs" /> <Compile Include="Models\ClsSc_ICMOBillWorkQtyStatus_Tmp.cs" /> <Compile Include="Models\ClsSc_ICMOReportBillMain.cs" /> -- Gitblit v1.9.1