Dto/service/ProductionPickDto.cs
@@ -14,6 +14,11 @@
    public string? barcode { get; set; }
    //返回信息
    public string? strMsg { get; set; }
    //返回参数类型 -1:失败 1:成功
    public string? result { get; set; }
    public List<Womdab>? totals { get; set; }
    public List<WwGdDetail>? totals1 { get; set; }