收货接口

This commit is contained in:
tongfei
2023-11-06 12:34:39 +08:00
parent 79484c24ee
commit 784c5cf27e
10 changed files with 38 additions and 43 deletions

View File

@@ -13,10 +13,6 @@ namespace WMS.Web.Core.Dto.InStockTask
/// ID
/// </summary>
public override int Id { get; set; } = 0;
/// <summary>
/// 单据ID(等同-入库任务单ID)
/// </summary>
public int TaskId { get; set; }
/// <summary>
/// 箱信息ID

View File

@@ -14,10 +14,6 @@ namespace WMS.Web.Core.Dto.InStockTask
/// </summary>
public override int Id { get; set; } = 0;
/// <summary>
/// 单据ID(等同-入库任务单ID)
/// </summary>
public int Fid { get; set; }
/// <summary>
/// 物料ID
/// </summary>
public int MaterialId { get; set; }