worklist delete
This commit is contained in:
@@ -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 필드는 제거되었습니다 (프로젝트 정보와 진행현황만 반환)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user