[KC-148] 학습데이터관리 > 목록 항목 추가 (기획안 수정)

This commit is contained in:
2026-01-14 11:45:01 +09:00
parent 5120793933
commit dab6be68f8
3 changed files with 35 additions and 12 deletions

View File

@@ -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) {