催办
This commit is contained in:
@@ -26,12 +26,18 @@ public class MessageRemindrule extends BaseEntity {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
||||
@ApiModelProperty("代码")
|
||||
/* @ApiModelProperty("代码")
|
||||
private String ruleCode;
|
||||
|
||||
@ApiModelProperty("提前提醒0,超期循环提醒1,循环提醒2")
|
||||
private Integer rules;
|
||||
|
||||
@ApiModelProperty("系统消息0,手机短信1")
|
||||
private Integer remindWay;
|
||||
private Integer remindWay;*/
|
||||
|
||||
private String ruleCode;
|
||||
private Integer rules;
|
||||
private Integer timeInterval;
|
||||
private String frequency;
|
||||
private String remindWay;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user