From 0859eca81c7d64fbc91c49928f78b50d6271760d Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期五, 11 十月 2024 00:48:31 +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 671d6d0..fa97bd6 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" /> @@ -198,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" /> @@ -213,6 +214,7 @@ <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_LABEL_PRINT.cs" /> <Compile Include="Entitys\SYS\LOG_PDA_LOGIN.cs" /> <Compile Include="Entitys\SYS\SYS_CS_LOGIN.cs" /> <Compile Include="Entitys\SYS\SYS_LOW_CODE.cs" /> -- Gitblit v1.9.3