优化接口参数

This commit is contained in:
tongfei
2024-04-12 09:46:56 +08:00
parent 9088f22ffc
commit 32828f69f8
3 changed files with 15 additions and 0 deletions

View File

@@ -23,5 +23,10 @@ namespace WMS.Web.Core.Dto.InStock
/// 任务来源单的ID
/// </summary>
public int? TaskId { get; set; }
/// <summary>
/// 所选物料
/// </summary>
public string MaterialNumber { get; set; }
}
}