From eef16e0bb8ddb518c6726f04d4ac43dfd3feca2a Mon Sep 17 00:00:00 2001 From: zxx <Zxx@HanInfo> Date: 星期四, 03 七月 2025 10:28:08 +0800 Subject: [PATCH] 大件 --- HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/WmsController.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/WmsController.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/WmsController.cs index 3e6bb1c..fc18b23 100644 --- a/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/WmsController.cs +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/WmsController.cs @@ -32,5 +32,15 @@ return res; } + + [HttpPost] + public TaskResponse autoSmallMaterial(smallMaterial model) + { + LogHelper.Info("autoSmallMaterial 鍙傛暟锛� + JsonConvert.SerializeObject(model), "WMSAPI"); + var res = TaskProcess.autoSmallMaterial(model); + LogHelper.Info("autoSmallMaterial 杩斿洖锛� + JsonConvert.SerializeObject(res), "WMSAPI"); + return res; + } + } } -- Gitblit v1.9.1