From 369cc243ba225a86333f25334c18c30bec8bd118 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期一, 24 六月 2024 15:30:42 +0800 Subject: [PATCH] 菜单字段描述 --- Tiger.Model.Net/Tiger.Model.Net.csproj | 47 ++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 40 insertions(+), 7 deletions(-) diff --git a/Tiger.Model.Net/Tiger.Model.Net.csproj b/Tiger.Model.Net/Tiger.Model.Net.csproj index 42f5723..bffb64a 100644 --- a/Tiger.Model.Net/Tiger.Model.Net.csproj +++ b/Tiger.Model.Net/Tiger.Model.Net.csproj @@ -75,6 +75,20 @@ <Compile Include="Entitys\Automate\WIP_SN.cs" /> <Compile Include="Entitys\Automate\WIP_SNHis.cs" /> <Compile Include="Entitys\Automate\WIP_SNResult.cs" /> + <Compile Include="Entitys\BAS\BAS_DEFECT.cs" /> + <Compile Include="Entitys\BAS\BAS_DEFECT_GRP.cs" /> + <Compile Include="Entitys\BAS\BAS_DFT_DUTY.cs" /> + <Compile Include="Entitys\BAS\BAS_DFT_LOC.cs" /> + <Compile Include="Entitys\BAS\BAS_LABEL_PV.cs" /> + <Compile Include="Entitys\BAS\BAS_LABEL_TEMP.cs" /> + <Compile Include="Entitys\BAS\BAS_LABEL_VAR.cs" /> + <Compile Include="Entitys\BAS\BAS_PKG_DTL.cs" /> + <Compile Include="Entitys\BAS\BAS_PKG_RULE.cs" /> + <Compile Include="Entitys\BAS\BAS_PKG_SN.cs" /> + <Compile Include="Entitys\BAS\BAS_PKG_TYPE.cs" /> + <Compile Include="Entitys\BAS\BAS_REASON.cs" /> + <Compile Include="Entitys\BAS\BAS_REASON_GRP.cs" /> + <Compile Include="Entitys\BAS\BAS_SOLUTION.cs" /> <Compile Include="Entitys\DigitalTwin\Sharetronic\GetOperateChuteChangeInfoEntity.cs" /> <Compile Include="Entitys\DigitalTwin\Sharetronic\OperateTowerLightEntity.cs" /> <Compile Include="Entitys\DigitalTwin\Sharetronic\DownSingleEntity.cs" /> @@ -88,11 +102,15 @@ <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" /> - <Compile Include="Entitys\MES\MES_PROD_NODE_ACT.cs" /> + <Compile Include="Entitys\MES\MES_CUSTOM_ACT.cs" /> + <Compile Include="Entitys\MES\MES_PROD_ACTION.cs" /> + <Compile Include="Entitys\MES\MES_PROD_OPER.cs" /> <Compile Include="Entitys\MES\MES_ROUTE_NODE_ACT.cs" /> + <Compile Include="Entitys\MES\MES_ROUTE_NODE_DFTG.cs" /> <Compile Include="Entitys\MES\MES_ROUTE_NODE_POST.cs" /> <Compile Include="Entitys\MES\MES_SHIFT.cs" /> <Compile Include="Entitys\MES\MES_SHIFT_PRD.cs" /> @@ -100,7 +118,14 @@ <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_ACTION.cs" /> + <Compile Include="Entitys\MES\MES_WO_EDGE.cs" /> + <Compile Include="Entitys\MES\MES_WO_NODE.cs" /> + <Compile Include="Entitys\MES\MES_WO_NODE_ACT.cs" /> + <Compile Include="Entitys\MES\MES_WO_OPER.cs" /> <Compile Include="Entitys\MES\node.cs" /> + <Compile Include="Entitys\MES\ParameterEntity\SmtLoadingReturn.cs" /> + <Compile Include="Entitys\MES\ParameterEntity\SmtLoadingInput.cs" /> <Compile Include="Entitys\MES\R_Wip_Tracking_T.cs" /> <Compile Include="Entitys\MES\SMT_FEEDER.cs" /> <Compile Include="Entitys\MES\SMT_FEEDER_TYPE.cs" /> @@ -112,12 +137,20 @@ <Compile Include="Entitys\MES\SMT_PROD_TABLE.cs" /> <Compile Include="Entitys\MES\SMT_SOLDER.cs" /> <Compile Include="Entitys\MES\SMT_SOLDER_HIS.cs" /> + <Compile Include="Entitys\MES\V_BAS_PROD.cs" /> + <Compile Include="Entitys\MES\V_MES_ROUTE_NDS.cs" /> + <Compile Include="Entitys\MES\V_MES_ROUTE_NES.cs" /> + <Compile Include="Entitys\MES\V_MES_ROUTE_NLV.cs" /> + <Compile Include="Entitys\MES\V_MES_ROUTE_NOE_POST.cs" /> + <Compile Include="Entitys\MES\V_MES_ROUTE_PTREE.cs" /> + <Compile Include="Entitys\MES\V_SMT_TOOL.cs" /> <Compile Include="Entitys\MES\SMT_TOOL.cs" /> <Compile Include="Entitys\MES\SMT_TOOL_HIS.cs" /> <Compile Include="Entitys\MES\SMT_WO_TABLE.cs" /> <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" /> @@ -132,12 +165,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