xiaoyong931011
2022-08-29 9a7df3839465ec038b8b017c2dcc357e7cb60de0
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;
}