|
@@ -49,4 +49,5 @@ public class FsCoursePlaySourceConfigVO {
|
|
|
@ApiModelProperty("修改时间")
|
|
@ApiModelProperty("修改时间")
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
private LocalDateTime updateTime;
|
|
private LocalDateTime updateTime;
|
|
|
|
|
+ private Long createDeptId;
|
|
|
}
|
|
}
|