|
@@ -130,11 +130,11 @@ public class Course implements Serializable {
|
|
|
private String examTitle;
|
|
|
|
|
|
/**
|
|
|
- * 1公开2部门3定员
|
|
|
+ * 学习权限 1公开2部门3定员
|
|
|
*/
|
|
|
- @Excel(name = "1公开2部门3定员", width = 15)
|
|
|
- @ApiModelProperty(value = "1公开2部门3定员")
|
|
|
- @Dict(dicCode = "open_type")
|
|
|
+ @Excel(name = "学习权限", width = 15)
|
|
|
+ @ApiModelProperty(value = "学习权限")
|
|
|
+ @Dict(dicCode = "course_open_type")
|
|
|
private Integer openType;
|
|
|
/**
|
|
|
* 学员
|