From e6a357c1507a57a8b519358dd7c8588b3c540a6d Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期一, 07 十月 2024 15:46:36 +0800 Subject: [PATCH] 保存默认工艺路线到产品 --- Tiger.Model.Net/Tiger.Model.Net.csproj | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj index d369ac4..0ef238d 100644 --- a/Tiger.Model.Net/Tiger.Model.Net.csproj +++ b/Tiger.Model.Net/Tiger.Model.Net.csproj @@ -58,8 +58,8 @@ <ErrorReport>prompt</ErrorReport> </PropertyGroup> <ItemGroup> - <Reference Include="SqlSugar, Version=5.1.4.149, Culture=neutral, processorArchitecture=MSIL"> - <HintPath>..\packages\SqlSugar.5.1.4.149\lib\SqlSugar.dll</HintPath> + <Reference Include="SqlSugar, Version=5.1.4.168, Culture=neutral, processorArchitecture=MSIL"> + <HintPath>..\packages\SqlSugar.5.1.4.169\lib\SqlSugar.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.ComponentModel.DataAnnotations" /> @@ -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" /> @@ -197,6 +198,7 @@ <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_HisBoxBarCode.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" /> -- Gitblit v1.9.3