package com.example.server.progressTrack.Dto; import lombok.Data; @Data public class Level3ExportCloum { String deptName; String teamName; Long deptId; Long teamgroupId; String name; String processName; String requiredCompletionTime; String actualCompletion; String status; Integer currentStatus; }