| | |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.ruoyi.common.core.web.domain.BaseModel; |
| | | import lombok.Data; |
| | | |
| | | /** |
| | | * <p> |
| | |
| | | * @author 无关风月 |
| | | * @since 2024-04-26 |
| | | */ |
| | | @Data |
| | | @TableName("t_story") |
| | | public class TStory extends BaseModel { |
| | | |
| | |
| | | /** |
| | | * 正确语音 |
| | | */ |
| | | private String right; |
| | | private String correct; |
| | | /** |
| | | * 错误语音 要么没有 要么两个逗号隔开 |
| | | */ |
| | |
| | | this.img = img; |
| | | } |
| | | |
| | | public String getRight() { |
| | | return right; |
| | | } |
| | | |
| | | public void setRight(String right) { |
| | | this.right = right; |
| | | } |
| | | |
| | | public String getError() { |
| | | return error; |
| | |
| | | ", type=" + type + |
| | | ", state=" + state + |
| | | ", img=" + img + |
| | | ", right=" + right + |
| | | ", correct=" + correct + |
| | | ", error=" + error + |
| | | "}"; |
| | | } |