搜索页修复
This commit is contained in:
@@ -24,6 +24,7 @@ public class TaskItemVO extends TbLearningTask {
|
||||
private Integer status;
|
||||
private BigDecimal progress;
|
||||
private Date completeTime;
|
||||
private String tagID;
|
||||
|
||||
// 搜索结果展示字段
|
||||
private String coverImage;
|
||||
@@ -32,6 +33,13 @@ public class TaskItemVO extends TbLearningTask {
|
||||
private Integer viewCount;
|
||||
private Date publishTime;
|
||||
|
||||
public String getTagID() {
|
||||
return tagID;
|
||||
}
|
||||
public void setTagID(String tagID) {
|
||||
this.tagID = tagID;
|
||||
}
|
||||
|
||||
public String getDeptID() {
|
||||
return deptID;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user