worklist delete

This commit is contained in:
DanielLee
2026-01-05 13:37:30 +09:00
parent 877de7f17e
commit 462cdc0241
3 changed files with 4 additions and 83 deletions

View File

@@ -200,19 +200,6 @@ public class WorkerStatsDto {
@Schema(description = "작업 진행 현황 정보")
private WorkProgressInfo progressInfo;
@Schema(description = "작업자 목록")
private List<WorkerStatistics> workers;
@Schema(description = "현재 페이지 번호 (0부터 시작)")
private Integer currentPage;
@Schema(description = "페이지 크기")
private Integer pageSize;
@Schema(description = "전체 데이터 수")
private Long totalElements;
@Schema(description = "전체 페이지 수")
private Integer totalPages;
// workers 필드는 제거되었습니다 (프로젝트 정보와 진행현황만 반환)
}
}