This commit is contained in:
wangjinlei
2024-06-17 15:47:44 +08:00
parent 073870209b
commit 27557eb7ea
3 changed files with 24 additions and 24 deletions

View File

@@ -47,5 +47,5 @@ public class CourseEntity {
@TableField(exist = false)
private Integer selective;
@TableField(exist = false)
private boolean isBuy;
private Integer isBuy;
}