| | |
| | | package com.yeshi.buwan.tencent.entity; |
| | | |
| | | import org.springframework.data.annotation.Id; |
| | | import org.springframework.data.annotation.Transient; |
| | | import org.springframework.data.mongodb.core.mapping.Document; |
| | | |
| | | import java.util.Date; |
| | |
| | | private List<String> sub_genre; |
| | | private Date createTime; |
| | | private Date updateTime; |
| | | |
| | | @Transient |
| | | private List<TencentCoverVideo> videoList; |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | |
| | | this.sub_genre = sub_genre; |
| | | } |
| | | |
| | | |
| | | public List<TencentCoverVideo> getVideoList() { |
| | | return videoList; |
| | | } |
| | | |
| | | public void setVideoList(List<TencentCoverVideo> videoList) { |
| | | this.videoList = videoList; |
| | | } |
| | | |
| | | public static class ScoreBean { |
| | | /** |
| | | * c_mix_score : 8.4 |