admin
2021-04-16 6e365a48a83e628759df3a5f25b3db97009c9f26
src/main/java/com/yeshi/buwan/pptv/entity/VideoPPTVMap.java
@@ -8,16 +8,19 @@
@Document(collection = "videoPPTVMap")
public class VideoPPTVMap {
    public VideoPPTVMap() {
    }
    @Id
    private Long videoId;
    private String videoId;
    private String infoId;
    private Date createTime;
    public Long getVideoId() {
    public String getVideoId() {
        return videoId;
    }
    public void setVideoId(Long videoId) {
    public void setVideoId(String videoId) {
        this.videoId = videoId;
    }