feat: 增加LG/TCS-AGV接口并完善物料校验与Function逻辑

This commit is contained in:
XingCheng3
2026-07-16 16:47:45 +08:00
parent 7303ddde9a
commit 8e44e11248
74 changed files with 4324 additions and 1091 deletions

View File

@@ -212,8 +212,14 @@
<Compile Include="WebAPI\Other\DewPointData.cs" />
<Compile Include="WebAPI\WEB\WEB_BusinessLogic.cs" />
<Compile Include="WebAPI\WEB\WEB_Models.cs" />
<Compile Include="WebAPI\WEB\LGWEB_BusinessLogic.cs" />
<Compile Include="WebAPI\WEB\LGWEB_Models.cs" />
<Compile Include="WebAPI\AGV\AGV_BusinessLogic.cs" />
<Compile Include="WebAPI\AGV\AGV_Models.cs" />
<Compile Include="WebAPI\AGV\LGAGV_BusinessLogic.cs" />
<Compile Include="WebAPI\AGV\LGAGV_Models.cs" />
<Compile Include="WebAPI\AGV\TCSAGV_BusinessLogic.cs" />
<Compile Include="WebAPI\AGV\TCSAGV_Models.cs" />
<Compile Include="WebAPI\Controller\WEBController.cs" />
<Compile Include="WebAPI\FactoryMES\Analysis508Msg.cs" />
<Compile Include="WebAPI\FactoryMES\CALL_Inerface_DataHandle.cs" />
@@ -519,4 +525,4 @@
</PropertyGroup>
<Error Condition="!Exists('..\..\packages\WinSCP.6.5.3\build\WinSCP.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WinSCP.6.5.3\build\WinSCP.targets'))" />
</Target>
</Project>
</Project>