라벨링 작업할당 stage 조회 제거하기
This commit is contained in:
@@ -86,6 +86,12 @@ public class LabelAllocateDto {
|
||||
@AllArgsConstructor
|
||||
public static class AllocateDto {
|
||||
|
||||
@Schema(
|
||||
description = "회차 마스터 key",
|
||||
example = "f97dc186-e6d3-4645-9737-3173dde8dc64",
|
||||
required = true)
|
||||
private UUID uuid;
|
||||
|
||||
@Schema(description = "비교년도-기준년도", example = "2022-2024", required = true)
|
||||
private String yyyy;
|
||||
|
||||
@@ -95,7 +101,7 @@ public class LabelAllocateDto {
|
||||
// @Schema(description = "기준년도", example = "2024", required = true)
|
||||
// private Integer targetYyyy;
|
||||
|
||||
@Schema(description = "회차", example = "4", required = true)
|
||||
@Schema(description = "회차", example = "4")
|
||||
private Integer stage;
|
||||
|
||||
@Schema(
|
||||
|
||||
Reference in New Issue
Block a user