From c59236b89e3ef081980bebdb582051c3b5defec2 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期三, 05 六月 2024 10:13:04 +0800 Subject: [PATCH] 切换数据库 --- Tiger.Model.Net/Tiger.Model.Net.csproj | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj index c5a586f..de88d1e 100644 --- a/Tiger.Model.Net/Tiger.Model.Net.csproj +++ b/Tiger.Model.Net/Tiger.Model.Net.csproj @@ -99,6 +99,7 @@ <Compile Include="Entitys\DigitalTwin\Sharetronic\OperateConfigEntity.cs" /> <Compile Include="Entitys\DigitalTwin\Sharetronic\ShelfApiResult.cs" /> <Compile Include="Entitys\MES\BIZ_MES_WO.cs" /> + <Compile Include="Entitys\MES\BIZ_MES_WO_BATCH.cs" /> <Compile Include="Entitys\MES\C_Stock_Info_t.cs" /> <Compile Include="Entitys\MES\C_Stock_Pallet_T.cs" /> <Compile Include="Entitys\MES\edge.cs" /> @@ -112,6 +113,7 @@ <Compile Include="Entitys\MES\MES_WIP_ACT.cs" /> <Compile Include="Entitys\MES\MES_WIP_DATA.cs" /> <Compile Include="Entitys\MES\MES_WIP_HIS.cs" /> + <Compile Include="Entitys\MES\MES_WO_NODE_ACT.cs" /> <Compile Include="Entitys\MES\node.cs" /> <Compile Include="Entitys\MES\ParameterEntity\SmtLoadingReturn.cs" /> <Compile Include="Entitys\MES\ParameterEntity\SmtLoadingInput.cs" /> @@ -133,6 +135,7 @@ <Compile Include="Entitys\SYS\LOG_CS_LOGIN.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" /> <Compile Include="Entitys\SYS\SYS_PDA_LOGIN.cs" /> <Compile Include="Entitys\WMS\Api\Resell.cs" /> <Compile Include="Entitys\WMS\Api\InFinished.cs" /> @@ -147,12 +150,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\MengQi\SNData_His.cs" /> + <Compile Include="Entitys\MengQi\SNData.cs" /> + <Compile Include="Entitys\MengQi\ModelInfo.cs" /> + <Compile Include="Entitys\MengQi\Customer.cs" /> + <Compile Include="Entitys\MengQi\TestData.cs" /> + <Compile Include="Entitys\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" /> -- Gitblit v1.9.3