zbj//1.系统配置操作出现两个已激活状态bug修改
This commit is contained in:
@@ -45,6 +45,15 @@ public class ConfigParam {
|
||||
@ApiModelProperty("审计日志存储时间(1-6个月,默认3个月)")
|
||||
private Integer logTime;
|
||||
|
||||
/**
|
||||
* 系统类型
|
||||
*/
|
||||
@ApiModelProperty("激活状态:0-未激活;1-激活")
|
||||
@NotNull(message = "激活状态不可为空")
|
||||
@Max(value = 1)
|
||||
@Min(value = 0)
|
||||
private Integer state;
|
||||
|
||||
/**
|
||||
* 更新操作实体
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user