This commit is contained in:
wangjinlei
2024-06-13 13:21:13 +08:00
parent 73304d738a
commit b6bf65ec76
6 changed files with 28 additions and 5 deletions

View File

@@ -46,4 +46,6 @@ public class CourseEntity {
private Integer level;
@TableField(exist = false)
private Integer selective;
@TableField(exist = false)
private boolean isBuy;
}