|
|
|
@ -73,6 +73,11 @@ public class ResourcesInfoQuery extends PageParam {
|
|
|
|
|
|
|
|
|
|
private Integer sourceType;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 资源类型(1视频 2课件 3附件pdf)
|
|
|
|
|
*/
|
|
|
|
|
private String resourcesInfoTypePlural;
|
|
|
|
|
|
|
|
|
|
public Long getResourcesInfoId(){
|
|
|
|
|
return resourcesInfoId;
|
|
|
|
|
}
|
|
|
|
@ -276,4 +281,12 @@ public class ResourcesInfoQuery extends PageParam {
|
|
|
|
|
public void setResourcesInfoStatus(Integer resourcesInfoStatus) {
|
|
|
|
|
this.resourcesInfoStatus = resourcesInfoStatus;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getResourcesInfoTypePlural() {
|
|
|
|
|
return resourcesInfoTypePlural;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setResourcesInfoTypePlural(String resourcesInfoTypePlural) {
|
|
|
|
|
this.resourcesInfoTypePlural = resourcesInfoTypePlural;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|