[xingyu.guo] feat: 【结束一个【学习会话】】API

This commit is contained in:
guo
2024-09-22 15:52:08 +08:00
parent 54af814b5e
commit cecfa7a800
6 changed files with 71 additions and 8 deletions
@@ -5,7 +5,7 @@ import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import java.io.Serializable;
import java.time.LocalDateTime;
import lombok.Data;
/**
@@ -18,14 +18,14 @@ public class StudyReportsEntity extends BaseEntity implements Serializable {
/**
*
*/
@TableId(value = "report_id", type = IdType.AUTO)
private Integer reportId;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
/**
*
* 会话编码
*/
@TableField(value = "session_id")
private Integer sessionId;
@TableField(value = "session_num")
private String sessionNum;
/**
* 完整的学习报告内容