|
@@ -68,7 +68,6 @@ public class SysConfig extends BaseEntity
|
|
}
|
|
}
|
|
|
|
|
|
@NotBlank(message = "参数键值不能为空")
|
|
@NotBlank(message = "参数键值不能为空")
|
|
- @Size(min = 0, max = 500, message = "参数键值长度不能超过500个字符")
|
|
|
|
public String getConfigValue()
|
|
public String getConfigValue()
|
|
{
|
|
{
|
|
return configValue;
|
|
return configValue;
|