플랜 프토토타입 완료

This commit is contained in:
girinb
2025-07-16 00:23:54 +09:00
parent 5f79863698
commit a926d9c7bc
4 changed files with 124 additions and 57 deletions

View File

@@ -16,7 +16,7 @@ class CaseStudyPlan {
return CaseStudyPlan(
planId: json['casestudy lesson id'] ?? '아이디 없음',
planTitle: json['course_name'] ?? '제목 없음',
planTeacher: json['planTeacher'] ?? '',
planTeacher: json['course_description'] ?? '',
thumbnail: json['course_thumbnail'] ?? '',
);
}