课程多选查询

This commit is contained in:
daihh
2022-12-14 18:52:36 +08:00
parent 97a83f6326
commit 8dc050e01c
2 changed files with 33 additions and 4 deletions

View File

@@ -15,7 +15,6 @@ public class CourseFullText {
/**es中的id*/
private String esId;
/**名称*/
private String name;
@@ -29,6 +28,8 @@ public class CourseFullText {
/**10无目录录播课20 有目录录播课30:面授课40学习项目*/
private Integer type;
/**多个时用到*/
private String types;
/**原系统的企业id,对应sass模式的字段*/
private String companyId;