국유인 실태조사 적합여부 업데이트 로직 수정, 라벨링 건수 조건 수정

This commit is contained in:
2026-02-06 11:12:15 +09:00
parent 581b8c968e
commit 0e45adc52e
6 changed files with 83 additions and 15 deletions

View File

@@ -137,4 +137,15 @@ public class ChngDetectContDto {
private String reqIp;
private String reqEpno;
}
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public static class StbltResult {
private String stbltYn;
private String incyCd;
private String incyCmnt;
}
}