KKSU
2024-01-19 c5a31ac30649d53cf3100193c71c5c229b62e285
src/main/java/cc/mrbird/febs/mall/vo/AdminMallNewsInfoVo.java
@@ -16,6 +16,8 @@
    private String content;
    private String thumb;
    private Long targetId;
    private String targetName;
@@ -27,4 +29,8 @@
     * 1-文章2-跳转到产品
     */
    private Integer type;
    private String categoryName;
    private Integer isTop;
}