| | |
| | | package com.ruoyi.study.domain; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.ruoyi.common.core.web.domain.BaseModel; |
| | |
| | | * 用户id |
| | | */ |
| | | @ApiModelProperty(value = "用户id") |
| | | private Integer userId;/** |
| | | private Integer userId; |
| | | /** |
| | | * 剩余进度 |
| | | */ |
| | | @ApiModelProperty(value = "剩余周目") |
| | | @TableField(exist = false) |
| | | private Integer surplus; |
| | | |
| | | /** |
| | | * 所属周目 |
| | | */ |
| | | @ApiModelProperty(value = "所属周目") |
| | | private Integer week;/** |
| | | private Integer week; |
| | | /** |
| | | * 故事名称 |
| | | */ |
| | | @ApiModelProperty(value = "学习进度dayXX") |
| | | private Integer day;/** |
| | | private Integer day; |
| | | /** |
| | | * 故事名称 |
| | | */ |
| | | @ApiModelProperty(value = "总学习时长 单位小时") |
| | | private Integer totalStudy;/** |
| | | private Integer totalStudy; |
| | | /** |
| | | * 故事名称 |
| | | */ |
| | | @ApiModelProperty(value = "今日学习时长 单位小时") |
| | | private Integer todayStudy;/** |
| | | private Integer todayStudy; |
| | | /** |
| | | * 故事名称 |
| | | */ |
| | | @ApiModelProperty(value = "本周学习时长") |
| | | private Integer weekStudy;/** |
| | | private Integer weekStudy; |
| | | /** |
| | | * 故事名称 |
| | | */ |
| | | @ApiModelProperty(value = "本月学习时长") |