瀏覽代碼

vip定制课

zouxuan 4 月之前
父節點
當前提交
63fa886818

+ 1 - 1
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/entity/CourseSchedule.java

@@ -113,6 +113,6 @@ public class CourseSchedule implements Serializable {
 
     @ApiModelProperty("是否推送过开课消息")
     @TableField("push_start_msg_")
-    private Boolean pushStartMsg = false;
+    private Boolean pushStartMsg;
 }