Tjiny
2025-06-04 9067ccda40f7656ac352711727ce5a8b70382e16
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace HH.WCS.Mobox3.Template.Entity.Dto
{
    /// <summary>
    /// 托盘编号
    /// </summary>
    public class ContainerDto
    {
        /// <summary>
        /// 任务编号
        /// </summary>
        public string trayCode { get; set; }
    }
}