提交修改

This commit is contained in:
daihh
2023-01-07 13:43:27 +08:00
parent 0d00d0f3bf
commit ef7232ec96

View File

@@ -33,7 +33,7 @@ public class CourseStudyDto {
private Integer source;
/**报名时间,时间秒*/
private Integer startTime;
private Long startTime;
/**状态1表未开始2表进行中9表已完成*/
private Integer status;