1
啊鑫
2025-01-16 1cbc388ff997593f2c9dcae81f657b71eaef07b7
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; }
@@ -25,4 +26,8 @@
    public string? daa001 { get; set; }
    public decimal? Num { get; set; }
    public decimal? Fum { get; set; }
    public string? itemNo { get; set; }
    public string? message { get; set; }
}