mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 11:56:50 +08:00
zcwy-dev
This commit is contained in:
@@ -2,6 +2,8 @@ package com.xboe.module.course.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 课程的全文检索索引
|
||||
*
|
||||
@@ -28,7 +30,6 @@ public class CourseFullText {
|
||||
|
||||
/**10无目录录播课,20 有目录录播课,30:面授课;40学习项目*/
|
||||
private Integer type;
|
||||
|
||||
/**多个时用到*/
|
||||
private String types;
|
||||
|
||||
@@ -118,5 +119,11 @@ public class CourseFullText {
|
||||
* 是否公开0表非公开报名,1表公开报名-字段需新增,按管理端需求增加
|
||||
*/
|
||||
private Integer openEnroll;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* keywords字段分割
|
||||
*/
|
||||
private List<String> keywordsList;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user