11
啊鑫
2024-08-14 e93d2a1c8fdfadf50f9fbf9e30c04ffe73df023a
MES.Service/Dto/service/WarehouseQuery.cs
@@ -7,4 +7,16 @@
    public decimal? id { get; set; }
    public decimal[]? ItemArnDetailIds { get; set; }
    public string? itemInId { get; set; }
    public string? sectionCode { get; set; }
    public string? barcode { get; set; }
    public string? userName { get; set; }
    public string? billNo { get; set; }
    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; }
}