公告板
版本库
filestore
活动
搜索
登录
WMSPrjInstance
/
HH-0118_HaiChengSiXiangChe
海成四向车
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
海成
Tjiny
2025-05-19
e07896ea2d4d7cbe2b351c35db37939cadce8c70
[WMSPrjInstance/HH-0118_HaiChengSiXiangChe.git]
/
HH.WCS.Mobox3.HaiCheng
/
Entity
/
Dto
/
ContainerDto.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace HH.WCS.Mobox3.HaiCheng.Entity.Dto
{
/// <summary>
/// 托盘编号
/// </summary>
public class ContainerDto
{
/// <summary>
/// 任务编号
/// </summary>
public string trayCode { get; set; }
}
}