Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
legobackend
/
lego-manage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e388e044
authored
2025-06-14 15:57:24 +0800
by
chentao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
f2d74e4a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
lego-core/src/main/java/com/lego/core/domin/vo/CourseVo.java
lego-core/src/main/java/com/lego/core/domin/vo/CourseVo.java
View file @
e388e04
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
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment