收货-优化

This commit is contained in:
tongfei
2023-12-01 18:18:23 +08:00
parent c501aa2f8c
commit baf9ec4ec4
16 changed files with 350 additions and 160 deletions

View File

@@ -19,6 +19,11 @@ namespace WMS.Web.Core.Dto.InStockTask
/// </summary>
public int BoxId { get; set; }
/// <summary>
/// 对应金蝶的明细ID
/// </summary>
public int ErpDetailId { get; set; }
/// <summary>
/// 箱号
/// </summary>

View File

@@ -9,11 +9,12 @@ namespace WMS.Web.Core.Dto.InStockTask
/// </summary>
public class UpdateInStockTaskDetailsRequest : EntityBase
{
/// <summary>
/// 明细ID
/// 对应金蝶的明细ID
/// </summary>
public override int Id { get; set; } = 0;
public int ErpDetailId { get; set; }
/// <summary>
/// 物料ID
/// </summary>