From 0e67f002a7b4d033ef739fe56cb8bc4fed1b7455 Mon Sep 17 00:00:00 2001 From: zhoukeda <1315948824@qq.com> Date: Tue, 7 Nov 2023 10:42:19 +0800 Subject: [PATCH] 1 --- ProductionMgr/Tnb.ProductionMgr/PrdOutstockService.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ProductionMgr/Tnb.ProductionMgr/PrdOutstockService.cs b/ProductionMgr/Tnb.ProductionMgr/PrdOutstockService.cs index d810f4d7..1ba42f52 100644 --- a/ProductionMgr/Tnb.ProductionMgr/PrdOutstockService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/PrdOutstockService.cs @@ -122,6 +122,7 @@ namespace Tnb.ProductionMgr } + [HttpPost] public async Task GeneralOutstock(GeneralOutstockInput generalOutstockInput) { try @@ -244,6 +245,7 @@ namespace Tnb.ProductionMgr } } + [HttpPost] public async Task MaterialOutstock(MaterialOutstockInput materialOutstockInput) { try