할당 가능한 라벨러, 검수자 목록 API

This commit is contained in:
2026-01-02 18:17:46 +09:00
parent d72e9de61e
commit fd5d0976fc
7 changed files with 156 additions and 84 deletions

View File

@@ -115,4 +115,14 @@ public class LabelAllocateDto {
private ZonedDateTime createdDttm;
private ZonedDateTime updatedDttm;
}
@Getter
@Setter
@AllArgsConstructor
public static class UserList {
private String userRole;
private String employeeNo;
private String name;
}
}