ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/domain/vo/MgtPopGetVo.java
@@ -25,6 +25,9 @@ @ApiModelProperty(value = "链接类型1.外部2.内部3.无") private Integer targetType; @ApiModelProperty(value = "链接类型1.手动输入/跳转地址 2.选择已有/跳转小程序") private Integer linkType; @ApiModelProperty(value = "链接地址") private String linkUrl; @@ -45,4 +48,7 @@ @ApiModelProperty(value = "展示结束时间 yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd") private Date showEndTime; @ApiModelProperty(value = "小程序APPID") private String appid; }