1
hutongqing
2024-12-17 f142e86b68f5480f342442b1a4ae4c6a4fc3d912
WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DTO/RoutersAddDTO.cs
@@ -8,14 +8,29 @@
{
    public class RoutersAddDTO
    {
        /// <summary>
        /// 位置编号
        /// </summary>
        public string PositionCode { get; set; }
        /// <summary>
        /// 子位置编号
        /// </summary>
        public string ChildPositionCode { get; set; }
        /// <summary>
        /// 堆垛机行
        /// </summary>
        public string SCRow { get; set; }
        /// <summary>
        /// 堆垛机列
        /// </summary>
        public string SCColumn {  get; set; }
        /// <summary>
        /// 堆垛机层
        /// </summary>
        public string SCLayer { get; set; }
    }
}