cnf
9 天以前 cb73f52a96897b9fb77a0faadc12aed395e55c85
Dto/service/WarehouseQuery.cs
@@ -6,7 +6,9 @@
{
    public string? blNo { get; set; } //补料单号
    public string? id { get; set; }
    public string? sectionCode { get; set; }
    //条码编号
    public string? barcode { get; set; }
    public string? userName { get; set; }
@@ -14,6 +16,11 @@
    public short? status { get; set; }
    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 +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; } //合并单号
}