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 | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj index ac99b90..671d6d0 100644 --- a/Tiger.Model.Net/Tiger.Model.Net.csproj +++ b/Tiger.Model.Net/Tiger.Model.Net.csproj @@ -84,9 +84,12 @@ <Compile Include="Entitys\BAS\BAS_DEFECT_GRP.cs" /> <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" /> + <Compile Include="Entitys\BAS\BAS_PKG_PROD.cs" /> <Compile Include="Entitys\BAS\BAS_WIP_EXT.cs" /> <Compile Include="Entitys\BAS\V_BAS_PKG_DTL.cs" /> <Compile Include="Entitys\BAS\BAS_PKG_DTL.cs" /> @@ -130,6 +133,7 @@ <Compile Include="Entitys\MES\C_Stock_Pallet_T.cs" /> <Compile Include="Entitys\MES\edge.cs" /> <Compile Include="Entitys\MES\MES_CUSTOM_ACT.cs" /> + <Compile Include="Entitys\MES\MES_CUST_SN.cs" /> <Compile Include="Entitys\MES\MES_PROD_ACTION.cs" /> <Compile Include="Entitys\MES\MES_PROD_OPER.cs" /> <Compile Include="Entitys\MES\MES_ROUTE_NODE_ACT.cs" /> @@ -154,6 +158,8 @@ <Compile Include="Entitys\MES\MES_WO_OPER.cs" /> <Compile Include="Entitys\MES\node.cs" /> <Compile Include="Entitys\MES\ParameterEntity\BizMesWoBatchParameter.cs" /> + <Compile Include="Entitys\MES\ParameterEntity\BizBasPkgRuleParameter.cs" /> + <Compile Include="Entitys\MES\ParameterEntity\DoUnPackParameter.cs" /> <Compile Include="Entitys\MES\ParameterEntity\CodeVerificationParameter.cs" /> <Compile Include="Entitys\MES\ParameterEntity\BizMesWoParameter.cs" /> <Compile Include="Entitys\MES\ParameterEntity\BasLabelTempParameter.cs" /> @@ -173,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" /> @@ -187,6 +194,17 @@ <Compile Include="Entitys\MES\SMT_TOOL_HIS.cs" /> <Compile Include="Entitys\MES\SMT_WO_TABLE.cs" /> <Compile Include="Entitys\MES\Weigh.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_BomComponent.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_BomDetail.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_BomMaster.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_Customer.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_ItemMaster.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_Mo.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_MoBarCode.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_MOPickList.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_Organization.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_ProductType.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_Supplier.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" /> -- Gitblit v1.9.3