yangpeixing
2025-12-05 4fc31b41c205507607c91ab3afe10fbc06a9aa09
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/TaskInfo/WMSTaskDTO.cs
@@ -55,8 +55,13 @@
        public int Grade { get; set; }
        /// <summary>
        /// å¤‡  æ³¨: æ‰˜ç›˜äº§çº¿
        /// AGV任务号
        ///</summary>
        public string? ProductionLine { get; set; }
        public string AGVTaskNum { get; set; }
        public string Remark { get; set; }
        public string Floor { get; set; }
        public int DoubleTray { get; set; }
    }
}