|
|
@ -27,11 +27,11 @@ public class HandsOn extends BaseEntity{
|
|
|
|
private Long handsOnId ;
|
|
|
|
private Long handsOnId ;
|
|
|
|
|
|
|
|
|
|
|
|
//归属课程
|
|
|
|
//归属课程
|
|
|
|
|
|
|
|
@Dict(type = "course_info.course_info_name.course_info_status=1")
|
|
|
|
private Long courseInfoId ;
|
|
|
|
private Long courseInfoId ;
|
|
|
|
|
|
|
|
|
|
|
|
//归属章节
|
|
|
|
//归属章节
|
|
|
|
|
|
|
|
@Dict(type = "course_info.course_info_name.course_info_status=1")
|
|
|
|
private String courseChildNode ;
|
|
|
|
private String courseChildNode ;
|
|
|
|
|
|
|
|
|
|
|
|
//实操名称
|
|
|
|
//实操名称
|
|
|
|