MES.Service/Dto/service/WarehouseQuery.cs
@@ -17,4 +17,6 @@
    public short? status { get; set; }
    public DateTime? date { get; set; }
    public string? Type { get; set; }
    public string? DepotCode { get; set; }
    public string? SuppNo { get; set; }
}