파일 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

@@ -127,6 +127,7 @@ public class ModelMasterEntity {
this.statusCd,
this.trainType,
this.modelNo,
this.currentAttemptId);
this.currentAttemptId,
this.requestPath);
}
}