Skip to content

Commit

Permalink
add req
Browse files Browse the repository at this point in the history
  • Loading branch information
facming committed Sep 15, 2024
1 parent 0cfb601 commit 496b853
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public class CourseQueryVo {
//更新时间
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Long updateTime;
//状态,0:进行中,1:已结束
private Integer status;
// //状态,0:进行中,1:已结束
// private Integer status;

private Page<Share> sharePage;
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ public class CourseUpdateVo {
private String remark;
//合作社区
private String cooperateCommunity;
//课程状态
private Integer status;
// //课程状态
// private Integer status;

/**
* 分享id列表
Expand Down

0 comments on commit 496b853

Please sign in to comment.