From e9148201e38544b76a5c33083f939933fee51d32 Mon Sep 17 00:00:00 2001 From: zrg <z18737863051@163.com> Date: 星期三, 17 七月 2024 10:36:19 +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 d886da8..72fc43d 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -686,6 +686,7 @@ <Compile Include="DLL\ClsGy_CusType_Ctl.cs" /> <Compile Include="DLL\ClsGy_ErrMsgBackType_Ctl.cs" /> <Compile Include="DLL\ClsGy_MaintainLev_Ctl.cs" /> + <Compile Include="DLL\ClsGy_RestDay_Ctl.cs" /> <Compile Include="DLL\ClsGy_PreventErrMould_Ctl.cs" /> <Compile Include="DLL\ClsGy_TaskClass_Ctl.cs" /> <Compile Include="DLL\ClsGy_ProjectClass_Ctl.cs" /> -- Gitblit v1.9.1