This commit is contained in:
wangjinlei
2023-09-25 17:52:33 +08:00
parent bba5a6f4e0
commit 03816ced8a

View File

@@ -15,7 +15,7 @@ public class BookTeachEntity {
@TableId
@TableField("teach_id")
private Integer teachID;
private Integer teachId;
@TableField("book_id")
private Integer bookId;