问题单修复
This commit is contained in:
@@ -37,12 +37,15 @@ public class ConfigParam {
|
||||
*/
|
||||
@ApiModelProperty("审计日志大小(MB)")
|
||||
@NotNull(message = "审计日志大小不可为空")
|
||||
@Min(value = 0,message = "审计日志大小不能小于0")
|
||||
private BigDecimal logSize;
|
||||
|
||||
/**
|
||||
* 审计日志大小
|
||||
*/
|
||||
@ApiModelProperty("审计日志存储时间(1-6个月,默认3个月)")
|
||||
@Min(value = 1,message = "审计日志保留时间不能小于1")
|
||||
@Max(value = 6,message = "审计日志保留时间不能大于6")
|
||||
private Integer logTime;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user