|
|
@@ -74,7 +74,7 @@ public class FsVideoResourceVO {
|
|
|
/**
|
|
|
* 创建时间
|
|
|
*/
|
|
|
- private LocalDateTime createTime;
|
|
|
+ private String createTime;
|
|
|
|
|
|
/**
|
|
|
* 是否已删除 0未删除 1已删除
|
|
|
@@ -87,4 +87,6 @@ public class FsVideoResourceVO {
|
|
|
private String projectIds;
|
|
|
|
|
|
private Integer sort;
|
|
|
+
|
|
|
+ private String updateTime;
|
|
|
}
|