修复一下bug

This commit is contained in:
wangjinlei
2024-04-22 15:48:09 +08:00
parent faec32c4a8
commit 311dd6ed70
4 changed files with 14 additions and 25 deletions

View File

@@ -38,4 +38,9 @@ public class CourseCatalogueEntity{
*/
@TableField(exist = false)
private Integer needCreate;
/**
* isBuy0否1是
*/
@TableField(exist = false)
private Integer isBuy;
}