mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-08 02:16:49 +08:00
分割关键字返回
This commit is contained in:
@@ -2,6 +2,8 @@ package com.xboe.module.course.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 课程的全文检索索引
|
||||
*
|
||||
@@ -117,5 +119,10 @@ public class CourseFullText {
|
||||
* 是否公开0表非公开报名,1表公开报名-字段需新增,按管理端需求增加
|
||||
*/
|
||||
private Integer openEnroll;
|
||||
|
||||
|
||||
/**
|
||||
* keywords字段分割
|
||||
*/
|
||||
private List<String> keywordsList;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user