kyy
2025-10-08 1213b4e85ca1da4627f6452bd69ee25ef16bfbd8
Dto/service/WarehouseQuery.cs
@@ -15,6 +15,11 @@
    public DateTime? date { get; set; }
    public string? Type { get; set; }
    //验退条码、数量
    public string? returnBarcode { get; set; }
    public decimal? returnQuantity { get; set; }
    //库位编码
    public string? DepotCode { get; set; }
@@ -35,7 +40,6 @@
    public string? itemNo { get; set; }
    public string? message { get; set; }
    public string? cgrkType { get; set; }
    public string? hbNo { get; set; } //合并单号
}