admin
2020-09-12 2778cf2a16823f9b1153a0549b47f7b503176a17
src/main/java/com/yeshi/buwan/domain/SolrVideo.java
@@ -50,7 +50,26 @@
    private String name;
    @Field
    private String updatetime;
    @Field("root_video_type")
    private long rootVideoType;//视频主分类
    @Field
    private String year;
    public String getYear() {
        return year;
    }
    public void setYear(String year) {
        this.year = year;
    }
    public long getRootVideoType() {
        return rootVideoType;
    }
    public void setRootVideoType(long rootVideoType) {
        this.rootVideoType = rootVideoType;
    }
    public String getId() {
        return id;