e388e044 by chentao

no message

1 parent f2d74e4a
package com.lego.core.domin.vo;
import com.lego.common.core.domain.dto.BizFileVo;
import lombok.Data;
import java.util.List;
/**
* 课程视图对象 core_course
*
......@@ -87,6 +90,7 @@ public class CourseVo {
* 案例oss_URL
*/
private String caseOssUrl;
private List<BizFileVo> caseFileVoList;
/**
* 案例名称
......@@ -102,6 +106,7 @@ public class CourseVo {
* 教案 oss_URL
*/
private String teachingOssUrl;
private List<BizFileVo> teachingFileVoList;
/**
* 教案名称
......@@ -118,6 +123,11 @@ public class CourseVo {
private String pptOssUrl;
/**
*
*/
private List<BizFileVo> pptFileVoList;
/**
* ppt名称
*/
private String pptName;
......@@ -135,4 +145,9 @@ public class CourseVo {
* 前端APP数据国际化(zh_CN、en_US、ru_RU)
*/
private String language;
/**
* 是否打包,默认否
*/
private Integer canPack;
}
\ No newline at end of file
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!