From 69a1f63305d303745b831d55168cd2c8990f6fa9 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期六, 21 九月 2024 09:56:17 +0800 Subject: [PATCH] 修复包装行为,手动结束包装不称重和创建package对象异常 --- Tiger.Model.Net/Tiger.Model.Net.csproj | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj index 64dfdf8..671d6d0 100644 --- a/Tiger.Model.Net/Tiger.Model.Net.csproj +++ b/Tiger.Model.Net/Tiger.Model.Net.csproj @@ -85,6 +85,7 @@ <Compile Include="Entitys\BAS\BAS_DFT_DUTY.cs" /> <Compile Include="Entitys\BAS\BAS_DFT_LOC.cs" /> <Compile Include="Entitys\BAS\BAS_ITEM_CUST.cs" /> + <Compile Include="Entitys\BAS\BAS_ITEM_EXT.cs" /> <Compile Include="Entitys\BAS\BAS_LABEL_PV.cs" /> <Compile Include="Entitys\BAS\BAS_LABEL_TEMP.cs" /> <Compile Include="Entitys\BAS\BAS_LABEL_VAR.cs" /> @@ -178,6 +179,7 @@ <Compile Include="Entitys\MES\SMT_PROD_TABLE.cs" /> <Compile Include="Entitys\MES\SMT_SOLDER.cs" /> <Compile Include="Entitys\MES\SMT_SOLDER_HIS.cs" /> + <Compile Include="Entitys\MES\V_BAS_PROD_R.cs" /> <Compile Include="Entitys\MES\V_BAS_PROD.cs" /> <Compile Include="Entitys\MES\V_MES_ROUTE_NDS.cs" /> <Compile Include="Entitys\MES\V_MES_ROUTE_NES.cs" /> -- Gitblit v1.9.3