This commit is contained in:
wuchunlei
2024-06-18 09:45:07 +08:00
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;
}