shp 파일 생성 수정

This commit is contained in:
2025-12-29 14:10:22 +09:00
parent 6343a5a781
commit f48c444f6c
4 changed files with 34 additions and 0 deletions

View File

@@ -71,6 +71,9 @@ public class InferenceResultShpDto {
@NoArgsConstructor
public static class InferenceCntDto {
@Schema(description = "추론 결과(inference_results)를 기준으로 신규 목록 저장 터이터 건수", example = "120")
int sheetAnalDataCnt;
@Schema(description = "추론 결과(inference_results)를 기준으로 신규 저장 데이터 건수", example = "120")
int inferenceCnt;