작업현황 수정

This commit is contained in:
Moon
2026-01-06 12:02:37 +09:00
parent 89459b780f
commit 341b1c8f2e
3 changed files with 85 additions and 64 deletions

View File

@@ -211,6 +211,9 @@ public class LabelWorkDto {
@Schema(description = "종료일", example = "20261201")
private String uuid;
@Schema(description = "정렬(remindCnt desc, doneCnt desc)", example = "remindCnt desc")
private String sort;
public Pageable toPageable() {
return PageRequest.of(page, size);