mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-08 18:36:51 +08:00
增加对课程学习的处理
This commit is contained in:
@@ -4,8 +4,6 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* 课程学习的传输类
|
||||
* @author seastar
|
||||
*
|
||||
*/
|
||||
@Data
|
||||
public class CourseStudyDto {
|
||||
@@ -16,15 +14,19 @@ public class CourseStudyDto {
|
||||
/**es中的id*/
|
||||
private String esId;
|
||||
|
||||
/**用户账号的id*/
|
||||
private String accountId;
|
||||
|
||||
/**课程的id*/
|
||||
private String courseId;
|
||||
|
||||
/**课程类型,10无目录录播课,20 有目录录播课,30:面授课;40学习项目*/
|
||||
private Integer courseType;
|
||||
|
||||
/**课程的名称*/
|
||||
private String courseName;
|
||||
|
||||
/**课程的图片*/
|
||||
private String courseImage;
|
||||
|
||||
/**课程来源,1表老系统,2表学员端,3表管理端*/
|
||||
|
||||
Reference in New Issue
Block a user