This commit is contained in:
2023-11-07 10:42:19 +08:00
parent 4029614a87
commit 0e67f002a7

View File

@@ -122,6 +122,7 @@ namespace Tnb.ProductionMgr
}
[HttpPost]
public async Task<dynamic> GeneralOutstock(GeneralOutstockInput generalOutstockInput)
{
try
@@ -244,6 +245,7 @@ namespace Tnb.ProductionMgr
}
}
[HttpPost]
public async Task<dynamic> MaterialOutstock(MaterialOutstockInput materialOutstockInput)
{
try