浏览代码

vip定制课

zouxuan 9 月之前
父节点
当前提交
570858abf7

+ 0 - 17
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/wrapper/TeacherSubjectPriceWrapper.java

@@ -18,23 +18,6 @@ public class TeacherSubjectPriceWrapper {
         private String courseType;
     }
 
-    //是否需要提醒
-    @Data
-    public static class UserRemindDto{
-
-        @ApiModelProperty(value = "是否需要提醒")
-        private Boolean remind;
-
-        @ApiModelProperty(value = "用户id")
-        private Long userId;
-
-        @ApiModelProperty(value = "提醒类型")
-        private String remindType;
-
-        @ApiModelProperty(value = "客户端")
-        private String client;
-    }
-
     @Data
     public static class TeacherSubjectPriceDto{