|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
package com.ibeetl.jlw.entity;
|
|
|
|
|
|
|
|
|
|
import cn.jlw.util.excel.ExcelSelector;
|
|
|
|
|
import com.alibaba.excel.annotation.ExcelIgnore;
|
|
|
|
|
import com.alibaba.excel.annotation.ExcelProperty;
|
|
|
|
|
import com.ibeetl.admin.core.annotation.Dict;
|
|
|
|
|
import com.ibeetl.admin.core.entity.BaseEntity;
|
|
|
|
@ -20,6 +21,7 @@ public class TeacherOpenCourseMergeResourcesQuestion extends BaseEntity{
|
|
|
|
|
@NotNull(message = "ID不能为空", groups =ValidateConfig.UPDATE.class)
|
|
|
|
|
// @SeqID(name = ORACLE_CORE_SEQ_NAME)
|
|
|
|
|
@AssignID(value = "maskAutoID",param = "com.ibeetl.jlw.entity.TeacherOpenCourseMergeResourcesQuestion")
|
|
|
|
|
@ExcelIgnore
|
|
|
|
|
|
|
|
|
|
private Long teacherOpenCourseMergeResourcesQuestionId ;
|
|
|
|
|
|
|
|
|
@ -92,14 +94,17 @@ public class TeacherOpenCourseMergeResourcesQuestion extends BaseEntity{
|
|
|
|
|
|
|
|
|
|
//题目状态 (1上架, 2下架)
|
|
|
|
|
@Dict(type="up_status")
|
|
|
|
|
@ExcelIgnore
|
|
|
|
|
|
|
|
|
|
private Integer questionStatus ;
|
|
|
|
|
|
|
|
|
|
//后台用户ID
|
|
|
|
|
@ExcelIgnore
|
|
|
|
|
|
|
|
|
|
private Long userId ;
|
|
|
|
|
|
|
|
|
|
//组织机构ID
|
|
|
|
|
@ExcelIgnore
|
|
|
|
|
|
|
|
|
|
private Long orgId ;
|
|
|
|
|
|
|
|
|
|