打印退库单问题、销售政策停用启用、还款计划表问题
This commit is contained in:
@@ -38,9 +38,9 @@ public class MessageRemindrule extends BaseEntity {
|
||||
@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("提醒渠道")
|
||||
|
||||
@@ -28,9 +28,9 @@ public class MessageRemindruleDto implements Dto {
|
||||
@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("提醒渠道")
|
||||
|
||||
@@ -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("提醒渠道")
|
||||
|
||||
@@ -28,5 +28,5 @@ public class MessageRemindruleQuery implements Query {
|
||||
@ApiModelProperty("规则编码")
|
||||
private String ruleCode;
|
||||
@ApiModelProperty("提醒方式(事前提醒0,事后提醒1)")
|
||||
private Integer rules;
|
||||
private String rules;
|
||||
}
|
||||
|
||||
@@ -28,9 +28,9 @@ public class MessageRemindruleVo 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("提醒渠道")
|
||||
|
||||
Reference in New Issue
Block a user