南骏 池
2025-03-26 17a83d6932d17686e65b563e339716cbcf7a5b4c
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; }