去除标识符

This commit is contained in:
FanLian
2023-09-06 10:27:53 +08:00
parent a115761ff2
commit dd9458f92f

View File

@@ -56,7 +56,6 @@ namespace Tnb.WarehouseMgr
_prdInstockService = prdInstockService;
OverideFuncs.CreateAsync = ScanInStock;
}
[HttpPost("xxx")]
public async Task<dynamic> ScanInStock(VisualDevModelDataCrInput input)
{
try