调整任务完成,代码逻辑

This commit is contained in:
alex
2023-06-19 16:55:33 +08:00
parent d206493396
commit c33feb8b7f
3 changed files with 40 additions and 27 deletions

View File

@@ -32,6 +32,7 @@ namespace Tnb.WarehouseMgr
private async Task<dynamic> OutStockApplyFor(VisualDevModelDataCrInput input)
{
return Task.FromResult(0);
}