箱库存获取-修复
This commit is contained in:
22
src/WMS.Web.Core/Dto/Inventory/BoxTaskGenerateDto.cs
Normal file
22
src/WMS.Web.Core/Dto/Inventory/BoxTaskGenerateDto.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Core.Dto.Inventory
|
||||
{
|
||||
/// <summary>
|
||||
/// 盘点-原来箱子
|
||||
/// </summary>
|
||||
public class BoxTaskGenerateDto
|
||||
{
|
||||
/// <summary>
|
||||
/// 箱子ID
|
||||
/// </summary>
|
||||
public int BoxId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 类型:1为入库,2为出库
|
||||
/// </summary>
|
||||
public int InventoryInOutType { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user