仓库-拼箱,拆箱基础代码上传
This commit is contained in:
22
ZR.Model/MES/wms/Dto/WmGoodsActionDto.cs
Normal file
22
ZR.Model/MES/wms/Dto/WmGoodsActionDto.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace ZR.Model.MES.wms.Dto
|
||||
{
|
||||
/// <summary>
|
||||
/// 拼箱操作
|
||||
/// </summary>
|
||||
public class WmGoodsConsolidationDto
|
||||
{
|
||||
public List<ResultionPackageCodeDto> List { get; set; }
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 拆箱操作
|
||||
/// </summary>
|
||||
public class WmGoodsUnpackingDto
|
||||
{
|
||||
public List<ResultionPackageCodeDto> List { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user