하이퍼 파라미터 미사용 컬럼제거, 사용횟수 컬럼 추가

This commit is contained in:
2026-02-23 14:30:29 +09:00
parent 8a44df26b8
commit fd63824edc
6 changed files with 28 additions and 33 deletions

View File

@@ -115,10 +115,7 @@ public class HyperParamDto {
@JsonFormatDttm private ZonedDateTime createDttm;
@JsonFormatDttm private ZonedDateTime lastUsedDttm;
private String memo;
private Long m1UseCnt;
private Long m2UseCnt;
private Long m3UseCnt;
private Long totalCnt;
private Long totalUseCnt;
}
@Getter