采购上架-getTaskByBox接口优化
This commit is contained in:
22
src/WMS.Web.Core/Dto/InStock/BoxInStockTaskRequest.cs
Normal file
22
src/WMS.Web.Core/Dto/InStock/BoxInStockTaskRequest.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Core.Dto.InStock
|
||||
{
|
||||
/// <summary>
|
||||
/// 箱号-获取来源单信息-请求对象
|
||||
/// </summary>
|
||||
public class BoxInStockTaskRequest
|
||||
{
|
||||
/// <summary>
|
||||
/// 箱号
|
||||
/// </summary>
|
||||
public string BoxBillNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 仓库编码
|
||||
/// </summary>
|
||||
public string StockCode { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user