From 239eccf6e9bf066edf5f1371758ee8dffcdc0113 Mon Sep 17 00:00:00 2001 From: zrg <z18737863051@163.com> Date: 星期二, 06 八月 2024 17:29:08 +0800 Subject: [PATCH] 新增子表:Sc_MESBeginWorkBillSub_RelationBill,和保存 工序出站汇报单增加模具字段 报工台,开工单保存时,增加子表保存 --- WebAPI/WebAPI.csproj | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 2ac4c26..23e2b59 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -764,6 +764,7 @@ <Compile Include="Models\ClsGy_EquipFileBillSub_MaintainRule.cs" /> <Compile Include="Models\ClsSc_AssemblyBillMain.cs" /> <Compile Include="Models\ClsSc_AssemblyBillSub.cs" /> + <Compile Include="Models\ClsSc_MESBeginWorkBillSub_RelationBill.cs" /> <Compile Include="Models\Gy_MouldFileSub_SubMater.cs" /> <Compile Include="Models\鍩虹璧勬枡\Gy_ColorClass.cs" /> <Compile Include="Models\Employee.cs" /> -- Gitblit v1.9.1