|
|
|
@ -1,10 +1,11 @@
|
|
|
|
|
package com.jingcheng.cms.vo;
|
|
|
|
|
|
|
|
|
|
import com.jingcheng.cms.model.Article;
|
|
|
|
|
import com.jingcheng.cms.model.Category;
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
|
|
@Data
|
|
|
|
|
public class ArticleVo extends Category {
|
|
|
|
|
public class ArticleVo extends Article {
|
|
|
|
|
|
|
|
|
|
private String firstCategoryName;
|
|
|
|
|
|
|
|
|
|