From 3230906575bd87fcdda63565bf2ec849c597336f Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期日, 23 二月 2025 23:07:05 +0800 Subject: [PATCH] 增加实体 --- Tiger.Model.Net/Tiger.Model.Net.csproj | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj index 539fd4b..ea8fad6 100644 --- a/Tiger.Model.Net/Tiger.Model.Net.csproj +++ b/Tiger.Model.Net/Tiger.Model.Net.csproj @@ -89,6 +89,8 @@ <Compile Include="Entitys\MES\YadaU9\mes_Bin.cs" /> <Compile Include="Entitys\MES\YadaU9\mes_MaterialBarCode.cs" /> <Compile Include="Entitys\MES\YadaU9\mes_MaterialBarCodeByBin.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_RcvRptDocLine.cs" /> + <Compile Include="Entitys\MES\YadaU9\mes_RcvRptDoc.cs" /> <Compile Include="Entitys\MES\YadaU9\mes_Wh.cs" /> <Compile Include="Entitys\MES\YadaU9\mes_WhLotCodeQtyInfo.cs" /> <Compile Include="Entitys\MQTTEntity.cs" /> @@ -240,6 +242,7 @@ <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\RePrint_Entitys.cs" /> <Compile Include="Entitys\WMS\Api\Input_Entitys.cs" /> <Compile Include="Entitys\WMS\Api\Output_Entitys.cs" /> <Compile Include="Entitys\WMS\Api\Resell.cs" /> -- Gitblit v1.9.3