wanshenmean
2026-03-09 ca0a0dffd906162c49c7cefed3846a1bc1b3e6cc
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Stock/StockDTO.cs
@@ -48,4 +48,16 @@
        /// </summary>
        public string CellBarcode { get; set; }
    }
    public class StockInfoDTO
    {
        /// <summary>
        /// 托盘码
        /// </summary>
        public string PalletCode { get; set; }
        /// <summary>
        /// 任务号
        /// </summary>
        public int TaskNum { get; set; }
    }
}