[KC-148] 학습데이터관리 > 목록 항목 추가 (기획안 수정)
This commit is contained in:
@@ -259,32 +259,32 @@ public class LabelAllocateApiController {
|
||||
name = "라벨링 종료",
|
||||
value =
|
||||
"""
|
||||
{"closedType": "LABELING", "closedYn": "Y"}
|
||||
"""),
|
||||
{"closedType": "LABELING", "closedYn": "Y"}
|
||||
"""),
|
||||
@io.swagger.v3.oas.annotations.media.ExampleObject(
|
||||
name = "검수 종료",
|
||||
value =
|
||||
"""
|
||||
{"closedType": "INSPECTION", "closedYn": "Y"}
|
||||
"""),
|
||||
{"closedType": "INSPECTION", "closedYn": "Y"}
|
||||
"""),
|
||||
@io.swagger.v3.oas.annotations.media.ExampleObject(
|
||||
name = "라벨링 재개",
|
||||
value =
|
||||
"""
|
||||
{"closedType": "LABELING", "closedYn": "N"}
|
||||
"""),
|
||||
{"closedType": "LABELING", "closedYn": "N"}
|
||||
"""),
|
||||
@io.swagger.v3.oas.annotations.media.ExampleObject(
|
||||
name = "검수 재개",
|
||||
value =
|
||||
"""
|
||||
{"closedType": "INSPECTION", "closedYn": "N"}
|
||||
"""),
|
||||
{"closedType": "INSPECTION", "closedYn": "N"}
|
||||
"""),
|
||||
@io.swagger.v3.oas.annotations.media.ExampleObject(
|
||||
name = "특정 프로젝트 라벨링 종료",
|
||||
name = "특정 프로젝트 라벨링 전체 종료",
|
||||
value =
|
||||
"""
|
||||
{"uuid": "f97dc186-e6d3-4645-9737-3173dde8dc64", "closedType": "LABELING", "closedYn": "Y"}
|
||||
""")
|
||||
{"uuid": "f97dc186-e6d3-4645-9737-3173dde8dc64", "closedType": "INSPECTION", "closedYn": "Y"}
|
||||
""")
|
||||
}))
|
||||
@RequestBody
|
||||
@Valid
|
||||
|
||||
@@ -58,6 +58,10 @@ public class LabelWorkDto {
|
||||
private String labelingClosedYn;
|
||||
private String inspectionClosedYn;
|
||||
|
||||
private Long inspectorCompleteTotCnt;
|
||||
private Long inspectorRemainCnt;
|
||||
private ZonedDateTime projectCloseDttm;
|
||||
|
||||
@JsonProperty("detectYear")
|
||||
public String getDetectYear() {
|
||||
if (compareYyyy == null || targetYyyy == null) {
|
||||
|
||||
Reference in New Issue
Block a user