플랜 프토토타입 완료
This commit is contained in:
@@ -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'] ?? '',
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user