cnf
2025-11-05 058e5ab99d57995d834b16fc4937a4bc559fe117
Dto/service/WarehouseQuery.cs
@@ -17,6 +17,11 @@
    public DateTime? date { get; set; }
    public string? Type { get; set; }
    //验退条码、数量
    public string? returnBarcode { get; set; }
    public decimal? returnQuantity { get; set; }
    //库位编码
    public string? DepotCode { get; set; }
@@ -37,6 +42,16 @@
    public string? itemNo { get; set; }
    public string? message { get; set; }
    public string? orgid { get; set; }
    public string? dckw { get; set; }
    public decimal? dbNum { get; set; }
    public string? remark { get; set; }
    public string? drkw { get; set; }
    //克重
    public decimal? weight { get; set; }
    public string? cgrkType { get; set; }
    public string? hbNo { get; set; } //合并单号
}