From 83d3dbeb477e1bae7b9f80cbe46c4e4c619175b5 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Mon, 30 Sep 2024 16:33:41 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.0.122:9527/r/cms into xincheng --- src/main/java/com/xcong/farmer/cms/modules/system/vo/AdminSeeColumnInfoVo.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/xcong/farmer/cms/modules/system/vo/AdminSeeColumnInfoVo.java b/src/main/java/com/xcong/farmer/cms/modules/system/vo/AdminSeeColumnInfoVo.java index ad8660c..ec74019 100644 --- a/src/main/java/com/xcong/farmer/cms/modules/system/vo/AdminSeeColumnInfoVo.java +++ b/src/main/java/com/xcong/farmer/cms/modules/system/vo/AdminSeeColumnInfoVo.java @@ -49,4 +49,10 @@ @ApiModelProperty(value = "是否为导航 1-是 2-否") private Integer isNav; + @ApiModelProperty(value = "内容类型 1:文章 2:图片 3:文件 4:音频") + private Integer contentType; + + @ApiModelProperty(value = "栏目地址") + private String url; + } -- Gitblit v1.9.1