完成管理后台新闻详情搜索

This commit is contained in:
xpecya 2024-12-11 08:47:01 +08:00
parent e7052f07d0
commit bc76c659ca
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,6 @@
package com.jinrui.reference.core.model.vo.news;
@SuppressWarnings("unused")
public class NewsDetailColumnVip {
private Long id;

View File

@ -1,7 +1,5 @@
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.NewsDraft;
@ -22,7 +20,8 @@ public class NewsDetailVO {
private String content;
public NewsDetailVO() {}
public NewsDetailVO() {
}
public NewsDetailVO(News news) {
this.id = news.getId();