mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 03:46:50 +08:00
同步一下
This commit is contained in:
@@ -82,8 +82,9 @@ public class StudyCourse extends IdEntity{
|
||||
private LocalDateTime addTime;
|
||||
|
||||
/*
|
||||
* 开始学习时间
|
||||
* 开始学习时间,报名和学习是一体的,此字段为后续报名学习不致的情况,当前这种情况没有
|
||||
* */
|
||||
@Deprecated
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@Column(name = "start_time")
|
||||
private LocalDateTime startTime;
|
||||
|
||||
Reference in New Issue
Block a user