Dto/service/WarehouseQuery.cs @@ -4,6 +4,7 @@ public class WarehouseQuery : Page { public string? blNo { get; set; } //补料单号 public string? id { get; set; } public string? sectionCode { get; set; } public string? barcode { get; set; }