admin
2021-03-24 c44a4296e8913080bff7ca0ee1b65356ed34ec3d
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;
    }