箱库存

This commit is contained in:
tongfei
2023-11-23 14:07:50 +08:00
parent ce3f3912b5
commit e57377009b
2 changed files with 4 additions and 1 deletions

View File

@@ -609,6 +609,9 @@ namespace WMS.Web.Domain.Services
return Result.ReFailure(ResultCodes.InventoryNoSourceError);
var generateDtoList = new List<BoxInventoryBackGenerateDto>();
return null;
}