spotless
This commit is contained in:
@@ -54,9 +54,7 @@ public class LabelAllocateApiController {
|
||||
return ApiResponseDto.ok(labelAllocateService.availUserList(role));
|
||||
}
|
||||
|
||||
@Operation(
|
||||
summary = "작업현황 관리 (라벨링, 검수 진행률 요약정보)",
|
||||
description = "작업현황 관리 (라벨링, 검수 진행률 요약정보)")
|
||||
@Operation(summary = "작업현황 관리 (라벨링, 검수 진행률 요약정보)", description = "작업현황 관리 (라벨링, 검수 진행률 요약정보)")
|
||||
@ApiResponses(
|
||||
value = {
|
||||
@ApiResponse(responseCode = "200", description = "조회 성공"),
|
||||
|
||||
Reference in New Issue
Block a user