|
@@ -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{
|
|
|
|