HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/HH.WCS.XiaoMi.csproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/WmsController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/HH.WCS.XiaoMi.csproj
@@ -220,8 +220,8 @@ <Compile Include="dispatch\RcsHelper.cs" /> <Compile Include="dispatch\XMWcsHelper.cs" /> <Compile Include="models\LocFrameRel.cs" /> <Compile Include="models\smallMaterial.cs" /> <Compile Include="models\bigMaterial.cs" /> <Compile Include="models\smallMaterial.cs" /> <Compile Include="models\AutoRepairEmptyTray.cs" /> <Compile Include="models\TN_ISUSING.cs" /> <Compile Include="models\BaseModel.cs" /> HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/WmsController.cs
@@ -33,14 +33,14 @@ } [HttpPost] public TaskResponse smallMaterial(smallMaterial model) { LogHelper.Info("smallMaterial 参数:" + JsonConvert.SerializeObject(model), "WMSAPI"); var res = TaskProcess.smallMaterial(model); LogHelper.Info("smallMaterial 返回:" + JsonConvert.SerializeObject(res), "WMSAPI"); return res; } //[HttpPost] //public TaskResponse smallMaterial(smallMaterial model) //{ // LogHelper.Info("smallMaterial 参数:" + JsonConvert.SerializeObject(model), "WMSAPI"); // var res = TaskProcess.smallMaterial(model); // LogHelper.Info("smallMaterial 返回:" + JsonConvert.SerializeObject(res), "WMSAPI"); // return res; //} } }