Commit 5cf99e31 authored by 王亚雷's avatar 王亚雷

Merge remote-tracking branch 'origin/v2.2.7-course'

parents 2121adca ea7f73f3
...@@ -47,4 +47,6 @@ public class CourseSimpleResp { ...@@ -47,4 +47,6 @@ public class CourseSimpleResp {
@ApiModelProperty("1:音频 2:视频") @ApiModelProperty("1:音频 2:视频")
private Integer type; private Integer type;
@ApiModelProperty("状态 0:待上架 1:上架 2:下架")
private Integer status;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment