完成管理后台新闻详情搜索
This commit is contained in:
parent
e7052f07d0
commit
bc76c659ca
|
|
@ -1,5 +1,6 @@
|
||||||
package com.jinrui.reference.core.model.vo.news;
|
package com.jinrui.reference.core.model.vo.news;
|
||||||
|
|
||||||
|
@SuppressWarnings("unused")
|
||||||
public class NewsDetailColumnVip {
|
public class NewsDetailColumnVip {
|
||||||
|
|
||||||
private Long id;
|
private Long id;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,5 @@
|
||||||
package com.jinrui.reference.core.model.vo.news;
|
package com.jinrui.reference.core.model.vo.news;
|
||||||
|
|
||||||
import com.jinrui.reference.core.model.dto.news.SaveDraftColumn;
|
|
||||||
import com.jinrui.reference.core.model.dto.news.SaveDraftTag;
|
|
||||||
import com.jinrui.reference.core.model.entity.News;
|
import com.jinrui.reference.core.model.entity.News;
|
||||||
import com.jinrui.reference.core.model.entity.NewsDraft;
|
import com.jinrui.reference.core.model.entity.NewsDraft;
|
||||||
|
|
||||||
|
|
@ -22,7 +20,8 @@ public class NewsDetailVO {
|
||||||
|
|
||||||
private String content;
|
private String content;
|
||||||
|
|
||||||
public NewsDetailVO() {}
|
public NewsDetailVO() {
|
||||||
|
}
|
||||||
|
|
||||||
public NewsDetailVO(News news) {
|
public NewsDetailVO(News news) {
|
||||||
this.id = news.getId();
|
this.id = news.getId();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue