mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-07 01:46:47 +08:00
ES增加字段
This commit is contained in:
@@ -112,5 +112,10 @@ public class CourseFullText {
|
|||||||
* 是否公开课,0表非公开课,1表公开课
|
* 是否公开课,0表非公开课,1表公开课
|
||||||
*/
|
*/
|
||||||
private Integer openCourse;
|
private Integer openCourse;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 是否公开0表非公开报名,1表公开报名-字段需新增,按管理端需求增加
|
||||||
|
*/
|
||||||
|
private Integer openEnroll;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -40,4 +40,9 @@ public class CourseStudyDto {
|
|||||||
|
|
||||||
/**学习进度0-100的值*/
|
/**学习进度0-100的值*/
|
||||||
private Integer progress;
|
private Integer progress;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 10-报名未审核 20-报名被拒绝 30-报名审核通过-字段新,应管理端需求增加
|
||||||
|
*/
|
||||||
|
private Integer applyStatus;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user