Administrator
2025-08-21 03a268e51ee60f45b6a0ee88f62c20ec1783c715
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;
}