From 6e76fdf5313abfa5bfc252cca0507d2c266f2315 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期三, 26 六月 2024 15:29:09 +0800 Subject: [PATCH] 增加qms实体 --- Tiger.Model.Net/Tiger.Model.Net.csproj | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj index a18ba46..52ac319 100644 --- a/Tiger.Model.Net/Tiger.Model.Net.csproj +++ b/Tiger.Model.Net/Tiger.Model.Net.csproj @@ -147,9 +147,13 @@ <Compile Include="Entitys\MES\SMT_TOOL.cs" /> <Compile Include="Entitys\MES\SMT_TOOL_HIS.cs" /> <Compile Include="Entitys\MES\SMT_WO_TABLE.cs" /> + <Compile Include="Entitys\QMS\QMS_AQL_PLAN.cs" /> + <Compile Include="Entitys\QMS\QMS_AQL_STD.cs" /> <Compile Include="Entitys\QMS\QMS_INS_CTGY.cs" /> + <Compile Include="Entitys\QMS\QMS_INS_DTL.cs" /> <Compile Include="Entitys\QMS\QMS_INS_ITEM.cs" /> <Compile Include="Entitys\QMS\QMS_INS_STD.cs" /> + <Compile Include="Entitys\QMS\QMS_SAMPLE_RULE.cs" /> <Compile Include="Entitys\SYS\LOG_CS_LOGIN.cs" /> <Compile Include="Entitys\SYS\LOG_PDA_LOGIN.cs" /> <Compile Include="Entitys\SYS\SYS_CS_LOGIN.cs" /> -- Gitblit v1.9.3