작업현황 수정
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user