--新增书评接口,端口修改

This commit is contained in:
yc13649764453
2023-09-12 18:10:26 +08:00
parent 408782f7aa
commit 4deeb605f8
28 changed files with 703 additions and 563 deletions

View File

@@ -7,6 +7,12 @@ import lombok.Data;
import java.io.Serializable;
import java.util.Date;
/**
* 打卡评论追评表
*
*/
@Data
@TableName("book_clockin_comment")
public class BookClockinCommentEntity implements Serializable {

View File

@@ -9,7 +9,7 @@ import java.util.Date;
/**
*
* 打卡表
* 打卡评论
* @author
* @email
* @date

View File

@@ -5,7 +5,7 @@ import java.io.Serializable;
import java.util.Date;
/**
* 签到
* 签到
*/
@Data
@TableName("book_clockin_punch")

View File

@@ -68,4 +68,14 @@ public class BookForumArticlesEntity {
@TableField("del_flag")
@TableLogic
private Integer delflag;
@TableField("author")
private String author;
@TableField("publishername")
private String publishername;
}

View File

@@ -14,9 +14,7 @@ import java.util.Date;
@TableName("book_forum_comment")
public class BookForumCommentEntity {
/**
* id bfa_id userid content images create_time update_time
*/
/**
* id
*/

View File

@@ -11,7 +11,7 @@ import java.math.BigDecimal;
import java.util.Date;
/**
* 签到列表内容
* 发布打卡内容
*
*/
@Data