[KC-108] 분석도엽 ai api호출 테스트중, 모델타입 조회 컬럼 추가

This commit is contained in:
2026-01-12 16:59:00 +09:00
parent cd1a79049a
commit cb9de9a95d
11 changed files with 259 additions and 100 deletions

View File

@@ -58,19 +58,6 @@ public class MapInkxMngDto {
private ZonedDateTime updatedDttm;
}
@Schema(name = "MapInkList", description = "5k 리스트")
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public static class MapInkList {
private Integer fid;
private String mapidcdNo;
private String mapidNm;
private CommonUseStatus useInference;
}
@Getter
@Schema(name = "MapListEntity", description = "목록 항목")
public static class MapListEntity {