This commit is contained in:
2026-01-02 21:42:13 +09:00
parent e80144d5fc
commit b06c5a88ff
6 changed files with 448 additions and 448 deletions

View File

@@ -177,7 +177,7 @@ public class LabelAllocateDto {
private String roleType;
private String name;
private String userId; //사번
private String userId; // 사번
private Long count;
private Long completeCnt;
private Long skipCnt;
@@ -198,5 +198,4 @@ public class LabelAllocateDto {
@Schema(description = "라벨러 할당 목록")
private List<TargetUser> labelers;
}
}