From 04ef596f3cf1baafa4763cb5263103b2e8b75805 Mon Sep 17 00:00:00 2001 From: zrg <z18737863051@163.com> Date: 星期三, 27 十二月 2023 17:29:53 +0800 Subject: [PATCH] 添加后端api,检验方法,质量标准,检验仪器的方法 --- WebAPI/WebAPI.csproj | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index b2e00ad..28c8cc5 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -617,6 +617,9 @@ <Compile Include="Dapper\SqlHelper.cs" /> <Compile Include="Dapper\SqlPools.cs" /> <Compile Include="DbUntil\DataFormatUntil.cs" /> + <Compile Include="DLL\ClsGy_InspectInstruMent_Ctl.cs" /> + <Compile Include="DLL\ClsGy_QualityStd_Ctl.cs" /> + <Compile Include="DLL\ClsGy_InspectMethod_Ctl.cs" /> <Compile Include="DLL\ClsGy_InspectValue_Ctl.cs" /> <Compile Include="DLL\ClsGy_BadResult_Ctl.cs" /> <Compile Include="DLL\ClsGy_BadReason_Ctl.cs" /> -- Gitblit v1.9.1