projectInfo 조회 추가

This commit is contained in:
DanielLee
2026-01-05 15:54:22 +09:00
parent 0129dcacc5
commit 0595f9ad5b
5 changed files with 76 additions and 14 deletions

View File

@@ -28,6 +28,9 @@ public class WorkerStatsDto {
@Schema(description = "작업 시작일 (예: 2026-04-06)")
private String startDate;
@Schema(description = "프로젝트 UUID")
private String uuid;
}
@Getter