kyy
2025-11-26 fcb8e83d836be06804ac518746d4fb03d30b084e
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; } //合并单号
}