admin
2021-04-13 5300c070d95f9f3d6222b149e8431e77e9337637
src/main/java/com/yeshi/buwan/pptv/entity/VideoPPTVMap.java
@@ -12,15 +12,15 @@
    }
    @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;
    }