Dto/service/ProductionPickDto.cs
@@ -20,8 +20,9 @@ //返回参数类型 -1:失败 1:成功 public string? result { get; set; } //待扫 public List<ItemDetailModel>? items { get; set; } //已扫 public List<ItemDetailModel>? Ysitems { get; set; } public List<Womdab>? totals { get; set; }