入库模块init
This commit is contained in:
23
ZR.Model/MES/wms/Dto/WmgoodsDto.cs
Normal file
23
ZR.Model/MES/wms/Dto/WmgoodsDto.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ZR.Model.MES.wms.Dto
|
||||
{
|
||||
/// <summary>
|
||||
/// 待入库货物
|
||||
/// </summary>
|
||||
public class WmgoodsDto
|
||||
{
|
||||
/// <summary>
|
||||
/// 货架
|
||||
/// </summary>
|
||||
public string location { set; get; }
|
||||
/// <summary>
|
||||
/// 箱子列表
|
||||
/// </summary>
|
||||
public string[] packagelist { set; get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user