课程详情添加购买后开始、结束时间

This commit is contained in:
wuchunlei
2024-06-17 14:13:22 +08:00
parent 073870209b
commit 264f1f7ab9
3 changed files with 24 additions and 5 deletions

View File

@@ -60,4 +60,15 @@ public class CourseCatalogueEntity{
*/
@TableField(exist = false)
private int buyPeoples;
/**
* 购买后开始时间
*/
@TableField(exist = false)
private Date startTime;
/**
* 购买后结束时间
*/
@TableField(exist = false)
private Date endTime;
}