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;