하이퍼 파라미터 사용회수 카운트 기능 추가 및 조회 수정

This commit is contained in:
2026-02-23 15:37:28 +09:00
parent e6caea05b3
commit 4f3fb675be
4 changed files with 12 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ public class HyperParamDto {
@JsonFormatDttm private ZonedDateTime createDttm;
@JsonFormatDttm private ZonedDateTime lastUsedDttm;
private String memo;
private Long totalUseCnt;
private Integer totalUseCnt;
}
@Getter