Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/TaskInfo/WMSTaskDTO.cs
@@ -52,5 +52,10 @@ /// 优先级 /// </summary> public int Grade { get; set; } /// <summary> /// 备 注: 托盘产线 ///</summary> public string? ProductionLine { get; set; } } }