hutongqing
2024-10-25 d85a4b97325020b7efe1a6cdbd55025c6408cec9
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; }
    }
}