11
啊鑫
2024-12-30 250ae3deeabd8e0818f4adf57f747b71fefd5ef3
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,7 @@
    public string? daa001 { get; set; }
    public decimal? Num { get; set; }
    public decimal? Fum { get; set; }
    public string? itemNo { get; set; }
}