Commit ea7f73f3 authored by 王亚雷's avatar 王亚雷

课程下架后,用户的已购列表和订单列表需要保留

parent 2121adca
...@@ -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