From 28f7d6dad7cde22b427e727cdc0f4f14337fc433 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期日, 14 四月 2024 14:21:48 +0800 Subject: [PATCH] Tiger.Model.Net-Sqlsugar更新 --- Tiger.Model.Net/Tiger.Model.Net.csproj | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj index 9d156cc..e574063 100644 --- a/Tiger.Model.Net/Tiger.Model.Net.csproj +++ b/Tiger.Model.Net/Tiger.Model.Net.csproj @@ -70,6 +70,11 @@ <ItemGroup> <Compile Include="Base\DbEntityBase.cs" /> <Compile Include="DTO\MESDTO.cs" /> + <Compile Include="Entitys\Automate\SNInfo.cs" /> + <Compile Include="Entitys\Automate\Vechicle.cs" /> + <Compile Include="Entitys\Automate\WIP_SN.cs" /> + <Compile Include="Entitys\Automate\WIP_SNHis.cs" /> + <Compile Include="Entitys\Automate\WIP_SNResult.cs" /> <Compile Include="Entitys\DigitalTwin\Sharetronic\GetOperateChuteChangeInfoEntity.cs" /> <Compile Include="Entitys\DigitalTwin\Sharetronic\OperateTowerLightEntity.cs" /> <Compile Include="Entitys\DigitalTwin\Sharetronic\DownSingleEntity.cs" /> @@ -102,6 +107,12 @@ <Compile Include="Entitys\WMS\Api\ProdReqInput.cs" /> <Compile Include="Entitys\WMS\Api\ReprintEntitys.cs" /> <Compile Include="Entitys\WMS\BIZ_ERP_CUSTOMS.cs" /> + <Compile Include="Entitys\WMS\MengQi\SNData_His.cs" /> + <Compile Include="Entitys\WMS\MengQi\SNData.cs" /> + <Compile Include="Entitys\WMS\MengQi\ModelInfo.cs" /> + <Compile Include="Entitys\WMS\MengQi\Customer.cs" /> + <Compile Include="Entitys\WMS\MengQi\TestData.cs" /> + <Compile Include="Entitys\WMS\MengQi\User.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" /> @@ -436,7 +447,6 @@ <None Include="packages.config" /> </ItemGroup> <ItemGroup> - <Folder Include="Entitys\Automate\" /> <Folder Include="Entitys\EMS\" /> <Folder Include="Entitys\QMS\" /> </ItemGroup> -- Gitblit v1.9.3