파일 count 기능 추가

This commit is contained in:
2026-02-13 10:38:24 +09:00
parent 1e62a8b097
commit 11d3afe295
8 changed files with 169 additions and 8 deletions

View File

@@ -41,6 +41,7 @@ public class ModelTrainMngDto {
private String trainType;
private String modelNo;
private Long currentAttemptId;
private String requestPath;
public String getStatusName() {
if (this.statusCd == null || this.statusCd.isBlank()) return null;