refactor project

This commit is contained in:
Cauchy
2023-10-19 15:04:31 +08:00
parent 19a2ef58a9
commit 1994ba60ae
35 changed files with 274 additions and 226 deletions

View File

@@ -151,7 +151,7 @@ public class BookEntity implements Serializable {
private AuthorEntity author;
@TableField(exist = false)
private PublisherEntity publisher;
private Publisher publisher;
@TableField(exist = false)
private String authorName;