clock打卡
This commit is contained in:
@@ -9,7 +9,7 @@ import java.io.Serializable;
|
||||
import java.util.Date;
|
||||
|
||||
@Data
|
||||
@TableName("user_clock_entry")
|
||||
@TableName("book_clock_entry")
|
||||
public class BookClockEntryEntity implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
@@ -19,6 +19,10 @@ public class BookClockEntryEntity implements Serializable {
|
||||
|
||||
private Integer bookId;
|
||||
|
||||
private String image;
|
||||
|
||||
private String video;
|
||||
|
||||
private String content;
|
||||
|
||||
private Date createTime;
|
||||
|
||||
Reference in New Issue
Block a user