1
This commit is contained in:
@@ -56,4 +56,19 @@ namespace ZR.Model.MES.wms.Dto
|
||||
|
||||
public DateTime? UpdatedTime { get; set; }
|
||||
}
|
||||
// 一次合格导出
|
||||
public class WmOneTimeInventoryExportDto
|
||||
{
|
||||
public string 零件号 { get; set; }
|
||||
|
||||
public string 颜色 { get; set; }
|
||||
|
||||
public string 规格 { get; set; }
|
||||
|
||||
public string 描述 { get; set; }
|
||||
|
||||
public int 盘点数 { get; set; } = 0;
|
||||
|
||||
public int 现有库存 { get; set; } = 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,6 +35,8 @@ namespace ZR.Model.MES.wms.Dto
|
||||
|
||||
public int? Quantity { get; set; }
|
||||
|
||||
public int RealQuantity { get; set; } = 0;
|
||||
|
||||
public int? MaxNum { get; set; }
|
||||
|
||||
public int? MinNum { get; set; }
|
||||
@@ -57,4 +59,20 @@ namespace ZR.Model.MES.wms.Dto
|
||||
|
||||
public DateTime? UpdatedTime { get; set; }
|
||||
}
|
||||
|
||||
public class WmPolishInventoryExportDto
|
||||
{
|
||||
public string 零件号 { get; set; }
|
||||
|
||||
public string 颜色 { get; set; }
|
||||
|
||||
public string 规格 { get; set; }
|
||||
|
||||
public string 描述 { get; set; }
|
||||
|
||||
public int 盘点数 { get; set; } = 0;
|
||||
|
||||
public int 现有库存 { get; set; } = 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -72,7 +72,7 @@ namespace ZR.Model.MES.wms
|
||||
public DateTime? EndTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 类别(0-默认 1-直接出库)
|
||||
/// 类别(0-默认 1-跳过后道)
|
||||
/// </summary>
|
||||
public int? Type { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user