xiaoyang
2024-11-08 824853fe17b79ed253cd52db58459806bf0371ee
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/RequestTaskDto.cs
@@ -17,5 +17,10 @@
        /// 托盘号
        /// </summary>
        public string PalletCode { get; set; }
        /// <summary>
        /// 空托盘可入巷到
        /// </summary>
        public string PositionList { get; set; }
    }
}