kyy
2025-11-26 2f42eb72901f3f18aee8e51295af3280dca3d839
Dto/service/WarehouseQuery.cs
@@ -15,6 +15,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; }
@@ -35,4 +40,13 @@
    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; }
}