학습데이터관리 > 작업이력 진행중
This commit is contained in:
@@ -314,4 +314,25 @@ public class LabelAllocateDto {
|
||||
private Long totalCnt;
|
||||
private List<MoveUserList> moveUserList;
|
||||
}
|
||||
|
||||
@Schema(name = "WorkHistoryDto", description = "WorkHistoryDto")
|
||||
@Getter
|
||||
@Setter
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
public static class WorkHistoryDto {
|
||||
|
||||
private Integer rowNum;
|
||||
private String changeDetectionYear;
|
||||
private Long stage;
|
||||
private ZonedDateTime gukyuinApplyDttm;
|
||||
private Long assignedCnt;
|
||||
private Long completeCnt;
|
||||
private Long skipCnt;
|
||||
private Long remainCnt;
|
||||
// private String status;
|
||||
private Double percent;
|
||||
private ZonedDateTime createdDttm;
|
||||
private ZonedDateTime projectCloseDttm;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user