优化修改

This commit is contained in:
tongfei
2024-03-30 09:23:40 +08:00
parent 06a2d23ff5
commit cdabe7b1b6
6 changed files with 102 additions and 1 deletions

View File

@@ -44,6 +44,12 @@ namespace WMS.Web.Core.Dto
/// </summary>
public class SendDataDetailsDto
{
/// <summary>
/// 任务明细ID
/// </summary>
public int TaskDetailId { get; set; }
/// <summary>
/// 物料名称
/// </summary>