Dto/service/WarehouseQuery.cs
@@ -9,6 +9,7 @@ public string? sectionCode { get; set; } //条码编号 public string? barcode { get; set; } public string? userName { get; set; } @@ -54,4 +55,6 @@ public string? cgrkType { get; set; } public string? hbNo { get; set; } //合并单号 }