|
@ -25,6 +25,8 @@ public class NoticeVo { |
|
|
private String publishName; |
|
|
private String publishName; |
|
|
@ApiModelProperty("排序") |
|
|
@ApiModelProperty("排序") |
|
|
private int sort; |
|
|
private int sort; |
|
|
|
|
|
@ApiModelProperty("跳转链接类型 0外部页面 1内部页面 2文档 3图片") |
|
|
|
|
|
private Byte jumpType; |
|
|
@ApiModelProperty("文章链接") |
|
|
@ApiModelProperty("文章链接") |
|
|
private String articleUrl; |
|
|
private String articleUrl; |
|
|
|
|
|
|
|
|