From 8fe3e47aeda2f957aa521766a2ec22a9dbbfdb8c Mon Sep 17 00:00:00 2001 From: zrg <z18737863051@163.com> Date: 星期四, 09 五月 2024 09:40:08 +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 2fa77fe..b3af5ff 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -658,6 +658,7 @@ <Compile Include="DLL\ClsGy_AreaSet_Ctl.cs" /> <Compile Include="DLL\ClsGy_CusType_Ctl.cs" /> <Compile Include="DLL\ClsGy_ErrMsgBackType_Ctl.cs" /> + <Compile Include="DLL\ClsGy_PreventErrMould_Ctl.cs" /> <Compile Include="DLL\ClsGy_TaskClass_Ctl.cs" /> <Compile Include="DLL\ClsGy_ProjectClass_Ctl.cs" /> <Compile Include="DLL\ClsGy_StockCheckItem_Ctl.cs" /> -- Gitblit v1.9.1