hcm前端2版
This commit is contained in:
@@ -85,7 +85,7 @@ public class SysDictData extends BaseEntity
|
||||
}
|
||||
|
||||
@NotBlank(message = "字典键值不能为空")
|
||||
@Size(min = 0, max = 100, message = "字典键值长度不能超过100个字符")
|
||||
@Size(min = 0, max = 10000, message = "字典键值长度不能超过10000个字符")
|
||||
public String getDictValue()
|
||||
{
|
||||
return dictValue;
|
||||
|
||||
Reference in New Issue
Block a user