.vs/HH.WCS.Mobox3.AnGang/FileContentIndex/58a869dd-63a6-4ba3-b662-00952ac61ff8.vsidxBinary files differ
.vs/HH.WCS.Mobox3.AnGang/FileContentIndex/7edb35ec-db87-44fb-92d8-217fedcfbfc4.vsidxBinary files differ
.vs/HH.WCS.Mobox3.AnGang/FileContentIndex/8d71ff97-9b72-48d6-9f47-39b04040aec2.vsidxBinary files differ
.vs/HH.WCS.Mobox3.AnGang/FileContentIndex/99373dd3-bbba-4020-a01f-9c6df7555363.vsidxBinary files differ
HH.WCS.Mobox3.AnGang.csproj
@@ -266,36 +266,36 @@ <Compile Include="App_Start\SwaggerControllerDescProvider.cs" /> <Compile Include="device\SnapDevice.cs" /> <Compile Include="device\SnapManager.cs" /> <Compile Include="models\TN_Count_CG_Detail.cs" /> <Compile Include="models\TN_Count_Diff.cs" /> <Compile Include="models\TN_Count_Order.cs" /> <Compile Include="models\TN_Count_Plan.cs" /> <Compile Include="models\TN_Inbound_Order.cs" /> <Compile Include="models\TN_Outbound_Order.cs" /> <Compile Include="model\TN_Count_CG_Detail.cs" /> <Compile Include="model\TN_Count_Diff.cs" /> <Compile Include="model\TN_Count_Order.cs" /> <Compile Include="model\TN_Count_Plan.cs" /> <Compile Include="model\TN_Inbound_Order.cs" /> <Compile Include="model\TN_Outbound_Order.cs" /> <Compile Include="core\WMSCore.cs" /> <Compile Include="models\BaseModel.cs" /> <Compile Include="model\BaseModel.cs" /> <Compile Include="device\ModbusHelper.cs" /> <Compile Include="device\OpcUaHelper.cs" /> <Compile Include="device\PlcHelper.cs" /> <Compile Include="device\S7Helper.cs" /> <Compile Include="device\TcpClient.cs" /> <Compile Include="device\TcpServer.cs" /> <Compile Include="dispatch\GZRobot.cs" /> <Compile Include="dispatch\HanAo.cs" /> <Compile Include="dispatch\NDC.cs" /> <Compile Include="dispatchs\GZRobot.cs" /> <Compile Include="dispatchs\HanAo.cs" /> <Compile Include="dispatchs\NDC.cs" /> <Compile Include="core\Monitor.cs" /> <Compile Include="dispatch\NDCApi.cs" /> <Compile Include="models\TN_CG_Detail.cs" /> <Compile Include="models\TN_CAR_IN.cs" /> <Compile Include="models\TN_Container.cs" /> <Compile Include="models\TN_Location.cs" /> <Compile Include="models\TN_Loc_Container.cs" /> <Compile Include="models\TN_Task.cs" /> <Compile Include="models\TN_Task_Action.cs" /> <Compile Include="dispatchs\NDCApi.cs" /> <Compile Include="model\TN_CG_Detail.cs" /> <Compile Include="model\TN_CAR_IN.cs" /> <Compile Include="model\TN_Container.cs" /> <Compile Include="model\TN_Location.cs" /> <Compile Include="model\TN_Loc_Container.cs" /> <Compile Include="model\TN_Task.cs" /> <Compile Include="model\TN_Task_Action.cs" /> <Compile Include="process\DeviceProcess.cs" /> <Compile Include="core\WCSCore.cs" /> <Compile Include="api\WmsController.cs" /> <Compile Include="dispatch\HostToAGV.cs" /> <Compile Include="dispatchs\HostToAGV.cs" /> <Compile Include="util\LogHelper.cs" /> <Compile Include="wms\ContainerHelper.cs" /> <Compile Include="wms\LocationHelper.cs" /> @@ -306,7 +306,7 @@ <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="util\Settings.cs" /> <Compile Include="App_Start\Startup.cs" /> <Compile Include="dispatch\NDCHelper.cs" /> <Compile Include="dispatchs\NDCHelper.cs" /> <Compile Include="util\HttpHelper.cs" /> <Compile Include="wms\WCSHelper.cs" /> <Compile Include="util\SqlHelper.cs" /> api/AgvController.cs
@@ -8,7 +8,7 @@ using System.Web.Http; using static HH.WCS.Mobox3.AnGang.dispatch.NDC; using System.Linq; using HH.WCS.Mobox3.AnGang.config; using HH.WCS.Mobox3.AnGang.util; using static HH.WCS.Mobox3.AnGang.api.ApiModel; api/WmsController.cs
@@ -1,5 +1,5 @@ using HH.WCS.Mobox3.AnGang.config; using HH.WCS.Mobox3.AnGang.util; using Newtonsoft.Json; using System.Collections.Generic; using System.Web.Http; core/WCSCore.cs
@@ -2,7 +2,6 @@ using HH.WCS.Mobox3.AnGang.dispatch; using HH.WCS.Mobox3.AnGang.models; using HH.WCS.Mobox3.AnGang.process; using HH.WCS.Mobox3.AnGang.config; using Newtonsoft.Json; using SqlSugar; using System; device/TcpServer.cs
@@ -1,5 +1,5 @@ using HH.WCS.Mobox3.AnGang.dispatch; using HH.WCS.Mobox3.AnGang.config; using HH.WCS.Mobox3.AnGang.util; using Newtonsoft.Json; using System; using System.Collections.Generic; dispatchs/GZRobot.cs
File was renamed from Dispatch/GZRobot.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.IdentityModel.Protocols.WSTrust; using System.Threading.Tasks; using HH.WCS.Mobox3.AnGang.config; using HH.WCS.Mobox3.AnGang.util; using HH.WCS.Mobox3.AnGang.core; using HH.WCS.Mobox3.AnGang.models; using Newtonsoft.Json; dispatchs/HanAo.cs
File was renamed from Dispatch/HanAo.cs @@ -1,4 +1,4 @@ using HH.WCS.Mobox3.AnGang.config; using HH.WCS.Mobox3.AnGang.util; using Newtonsoft.Json; using System; using System.Collections.Generic; dispatchs/HostToAGV.cs
dispatchs/NDC.cs
dispatchs/NDCApi.cs
File was renamed from Dispatch/NDCApi.cs @@ -1,7 +1,7 @@ using System; using System.Collections.Generic; using HH.WCS.Mobox3.AnGang.config; using HH.WCS.Mobox3.AnGang.util; using Newtonsoft.Json; dispatchs/NDCHelper.cs
model/BaseModel.cs
model/TN_CAR_IN.cs
model/TN_CG_Detail.cs
model/TN_Container.cs
model/TN_Count_CG_Detail.cs
model/TN_Count_Diff.cs
model/TN_Count_Order.cs
model/TN_Count_Plan.cs
model/TN_Inbound_Order.cs
model/TN_Loc_Container.cs
model/TN_Location.cs
model/TN_Outbound_Order.cs
model/TN_Task.cs
model/TN_Task_Action.cs
model/Table.cs
process/DeviceProcess.cs
@@ -1,7 +1,7 @@ using HH.WCS.Mobox3.AnGang.device; using HH.WCS.Mobox3.AnGang.dispatch; using HH.WCS.Mobox3.AnGang.config; using HH.WCS.Mobox3.AnGang.util; using System; using System.Collections.Generic; using System.Linq; util/HttpHelper.cs
@@ -5,7 +5,7 @@ using System.Net; using System.Text; namespace HH.WCS.Mobox3.AnGang.config { namespace HH.WCS.Mobox3.AnGang.util { public class HttpHelper { public string WebPost(string url, string postData, string cotentType = "application/json") { wms/ContainerHelper.cs
@@ -1,5 +1,4 @@ using HH.WCS.Mobox3.AnGang.models; using HH.WCS.Mobox3.AnGang.config; using Newtonsoft.Json; using System; using System.Collections.Generic; wms/LocationHelper.cs
@@ -1,5 +1,4 @@ using HH.WCS.Mobox3.AnGang.models; using HH.WCS.Mobox3.AnGang.config; using Newtonsoft.Json; using SqlSugar; using System; wms/SYSHelper.cs
@@ -1,5 +1,4 @@ using HH.WCS.Mobox3.AnGang.config; using HH.WCS.Mobox3.AnGang.util; using HH.WCS.Mobox3.AnGang.util; using SqlSugar; using System; wms/WCSHelper.cs
@@ -1,5 +1,4 @@ using HH.WCS.Mobox3.AnGang.models; using HH.WCS.Mobox3.AnGang.config; using Newtonsoft.Json; using System; using System.Collections.Generic; wms/WMSHelper.cs
@@ -1,7 +1,6 @@ using HH.WCS.Mobox3.AnGang.api; using HH.WCS.Mobox3.AnGang.dispatch; using HH.WCS.Mobox3.AnGang.models; using HH.WCS.Mobox3.AnGang.config; using System; using System.Collections.Generic; using System.Linq;