This commit is contained in:
tongfei
2024-03-14 11:30:59 +08:00
parent de5c70a657
commit c97cb61def
3 changed files with 39 additions and 3 deletions

View File

@@ -16,6 +16,18 @@ namespace WMS.Web.Core.Dto
[Ignore]
public int Id { get; set; }
/// <summary>
/// 任务单
/// </summary>
[Ignore]
public int TaskId { get; set; }
/// <summary>
/// 物料ID
/// </summary>
[Ignore]
public int MaterialId { get; set; }
/// <summary>
/// 明细ID
/// </summary>