From 5c473293fb9a2fbc91ed1cf51a39af77e2c11de4 Mon Sep 17 00:00:00 2001 From: YL <YL@LAPTOP-SE03PLUR> Date: 星期三, 23 六月 2021 08:22:15 +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 82a7323..c92141b 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -389,6 +389,7 @@ <Compile Include="DLL\ClsSc_ICMOReportBill.cs" /> <Compile Include="DLL\ClsSc_MESBeginWorkBill.cs" /> <Compile Include="DLL\ClsSc_MESEndWorkBill.cs" /> + <Compile Include="DLL\ClsSc_MESStopWorkBill.cs" /> <Compile Include="DLL\ClsSc_MouldLifeChangeBill.cs" /> <Compile Include="DLL\ClsSc_MouldProdBackBill.cs" /> <Compile Include="DLL\ClsSc_MouldProdOutBill.cs" /> -- Gitblit v1.9.1