用户开课管理

This commit is contained in:
wuchunlei
2024-09-20 16:20:56 +08:00
parent ec02ce9b43
commit c542f06f4a
11 changed files with 162 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ public class UserCourseBuyEntity {
private Integer days;
private String come;
private Date startTime;
private Date endTime;