|
|
@ -15,9 +15,9 @@ public class MessageRemindruleInitVo implements Vo { |
|
|
|
@ApiModelProperty("规则编码") |
|
|
|
private String ruleCode; |
|
|
|
@ApiModelProperty("提醒方式(事前提醒0,事后提醒1)") |
|
|
|
private Integer rules; |
|
|
|
private String rules; |
|
|
|
@ApiModelProperty("提醒时间间隔") |
|
|
|
private Integer timeInterval; |
|
|
|
private String timeInterval; |
|
|
|
@ApiModelProperty("提醒次数,超过次数不提醒") |
|
|
|
private String frequency; |
|
|
|
@ApiModelProperty("提醒渠道") |
|
|
|