mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-18 23:36:52 +08:00
预留一套完整的DTO,未完待续
This commit is contained in:
@@ -49,6 +49,19 @@ public class CourseContentDTO {
|
|||||||
*/
|
*/
|
||||||
private String content;
|
private String content;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 是否使用新上传的课件
|
||||||
|
* 0-否
|
||||||
|
* 1-是
|
||||||
|
*/
|
||||||
|
private Integer isNewFile;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 课件内容引用ID
|
||||||
|
* 当课件不是新上传,而是选择已有的情况下,用这个字段
|
||||||
|
*/
|
||||||
|
private String contentRefId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 文件相关信息
|
* 文件相关信息
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user