This commit is contained in:
2024-10-25 19:01:06 +08:00
parent 0f3232d32b
commit 58994f4d7a
14 changed files with 414 additions and 10 deletions

View File

@@ -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;
}
}

View File

@@ -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;
}
}

View File

@@ -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; }