From 3ca7bfc08aa51ae7f61a3acef99312c07c534626 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期日, 08 十二月 2024 18:24:37 +0800 Subject: [PATCH] 优化了一些已知问题 --- Tiger.Model.Net/Tiger.Model.Net.csproj | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj index c8a8462..1012058 100644 --- a/Tiger.Model.Net/Tiger.Model.Net.csproj +++ b/Tiger.Model.Net/Tiger.Model.Net.csproj @@ -61,8 +61,8 @@ <ErrorReport>prompt</ErrorReport> </PropertyGroup> <ItemGroup> - <Reference Include="SqlSugar, Version=5.1.4.168, Culture=neutral, processorArchitecture=MSIL"> - <HintPath>..\packages\SqlSugar.5.1.4.169\lib\SqlSugar.dll</HintPath> + <Reference Include="SqlSugar, Version=5.1.4.170, Culture=neutral, processorArchitecture=MSIL"> + <HintPath>..\packages\SqlSugar.5.1.4.171-preview11\lib\SqlSugar.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.ComponentModel.DataAnnotations" /> @@ -76,7 +76,11 @@ </ItemGroup> <ItemGroup> <Compile Include="Base\DbEntityBase.cs" /> + <Compile Include="Base\TraceDebug.cs" /> <Compile Include="DTO\MESDTO.cs" /> + <Compile Include="Entitys\MES\ParameterEntity\BizPrintInstoreDocParameter.cs" /> + <Compile Include="Entitys\BAS\BAS_ITEM_DOC.cs" /> + <Compile Include="Entitys\MQTTEntity.cs" /> <Compile Include="Entitys\Api\Base.cs" /> <Compile Include="Entitys\Automate\SNInfo.cs" /> <Compile Include="Entitys\Automate\Vechicle.cs" /> @@ -162,6 +166,7 @@ <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\U9CParameter.cs" /> <Compile Include="Entitys\MES\ParameterEntity\DoUnPackParameter.cs" /> <Compile Include="Entitys\MES\ParameterEntity\CodeVerificationParameter.cs" /> <Compile Include="Entitys\MES\ParameterEntity\BizMesWoParameter.cs" /> @@ -203,6 +208,7 @@ <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_ShipList.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" /> @@ -242,6 +248,7 @@ <Compile Include="Entitys\MengQi\Customer.cs" /> <Compile Include="Entitys\MengQi\TestData.cs" /> <Compile Include="Entitys\MengQi\User.cs" /> + <Compile Include="Entitys\WMS\BIZ_ERP_PROD_IN_BTH.cs" /> <Compile Include="Entitys\WMS\V_MONTH_IN_SUM.cs" /> <Compile Include="Entitys\WMS\V_WH_ITEM_SUM.cs" /> <Compile Include="Entitys\WMS\V_WMS_ITEM_Y.cs" /> -- Gitblit v1.9.3