@@ -45,4 +45,5 @@ public class FsCoursePlaySourceConfigCreateParam {
@ApiModelProperty("所属公司")
private Long companyId;
+ private Long createDeptId;
}
@@ -42,4 +42,5 @@ public class FsCoursePlaySourceConfigEditParam {
@@ -49,4 +49,5 @@ public class FsCoursePlaySourceConfigVO {
@ApiModelProperty("修改时间")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private LocalDateTime updateTime;