微调
This commit is contained in:
@@ -20,7 +20,7 @@ public class SysTestConfigParam {
|
||||
@Max(value = 1, message = SystemValidMessage.AUTO_GENERATE_FORMAT_ERROR)
|
||||
private Integer autoGenerate;
|
||||
|
||||
@ApiModelProperty(value = "最大复检次数")
|
||||
@ApiModelProperty(value = "最大检测次数")
|
||||
@NotNull(message = SystemValidMessage.MAX_RECHECK_NOT_NULL)
|
||||
private Integer maxTime;
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ public class SysTestConfig extends BaseEntity implements Serializable {
|
||||
private Integer autoGenerate;
|
||||
|
||||
/**
|
||||
* 最大复检次数,默认3次
|
||||
* 最大检测次数,默认3次
|
||||
*/
|
||||
@TableField("Max_Time")
|
||||
private Integer maxTime;
|
||||
|
||||
@@ -77,7 +77,7 @@ public interface SystemValidMessage {
|
||||
|
||||
String AUTO_GENERATE_NOT_NULL = "是否自动生成不能为空,请检查autoGenerate参数";
|
||||
|
||||
String MAX_RECHECK_NOT_NULL = "最大复检次数不能为空,请检查maxRecheck参数";
|
||||
String MAX_RECHECK_NOT_NULL = "最大检测次数不能为空,请检查maxRecheck参数";
|
||||
|
||||
String DATA_RULE_NOT_BLANK = "数据处理规则不能为空,请检查dataRule参数";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user