Administrator
2025-05-15 1fc8fde81cbf79ebe95e927f9099cf94c2ccc6e5
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;
}