1
helongyang
2025-06-06 261993e4e0f135b01e15a7ddf3e1d2fd290044b0
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/TaskInfo/WMSTaskDTO.cs
@@ -52,5 +52,21 @@
        /// ä¼˜å…ˆçº§
        /// </summary>
        public int Grade { get; set; }
        public int WarehouseId { get; set; }
        /// <summary>
        /// ä»»åŠ¡ç»„
        /// </summary>
        public string GroupId { get; set; }
        /// <summary>
        /// ä»»åŠ¡ç‰©æ–™é•¿åº¦
        /// </summary>
        public int TaskLength { get; set; }
        public string AGVArea { get; set; }
        public int PalletType { get; set; }
    }
}