caishunfeng commented on code in PR #14544:
URL: 
https://github.com/apache/dolphinscheduler/pull/14544#discussion_r1263242528


##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/dto/gantt/GanttDto.java:
##########
@@ -37,9 +38,9 @@ public class GanttDto {
     private List<Task> tasks = new ArrayList<>();
 
     /**
-     * task name list
+     * task code list
      */
-    private List<String> taskNames;
+    private List<Long> taskNames;

Review Comment:
   ```suggestion
       private List<Long> taskCodes;
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to