This commit is contained in:
wangjinlei
2023-10-17 15:45:28 +08:00
parent 93eddae8f0
commit bb9be1748b
8 changed files with 45 additions and 16 deletions

View File

@@ -12,7 +12,7 @@ import java.util.List;
@Data
@TableName("book_clock_entry_chat")
public class BookClockInChatEntity implements Serializable {
public class BookClockEntryChatEntity implements Serializable {
private static final long serialVersionUID = 1L;
@TableId

View File

@@ -169,4 +169,7 @@ public class BuyOrderEntity implements Serializable {
@TableField(exist = false)
private Long timestamp;
@TableField(exist = false)
private MyUserEntity user;
}