라벨 재할당 가능한 대상자 목록 API
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user