라벨 재할당 가능한 대상자 목록 API

This commit is contained in:
2026-01-06 15:31:52 +09:00
parent 89290678e4
commit 4a5bbd4cf3
6 changed files with 108 additions and 9 deletions

View File

@@ -308,4 +308,16 @@ public class LabelAllocateDto {
return PageRequest.of(page, size);
}
}
@Getter
@Setter
@AllArgsConstructor
public static class MoveUserList {
private String userRole;
private String employeeNo;
private String name;
private Long remainCnt;
private Double percent;
}
}