接口优化

This commit is contained in:
tongfei
2023-11-03 16:35:22 +08:00
parent 79eeeeb697
commit ab056052f2
8 changed files with 95 additions and 1 deletions

View File

@@ -22,5 +22,10 @@ namespace WMS.Web.Core.Dto.InStockTask
/// 箱信息ID
/// </summary>
public int BoxId { get; set; }
/// <summary>
/// 箱号
/// </summary>
public string BoxBillNo { get; set; }
}
}