mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-10 11:26:50 +08:00
提交修改
This commit is contained in:
@@ -33,7 +33,7 @@ public class CourseStudyDto {
|
|||||||
private Integer source;
|
private Integer source;
|
||||||
|
|
||||||
/**报名时间,时间秒*/
|
/**报名时间,时间秒*/
|
||||||
private Integer startTime;
|
private Long startTime;
|
||||||
|
|
||||||
/**状态,1表未开始,2表进行中,9表已完成*/
|
/**状态,1表未开始,2表进行中,9表已完成*/
|
||||||
private Integer status;
|
private Integer status;
|
||||||
|
|||||||
Reference in New Issue
Block a user