feat:验证框架进一步完善,支持前后端同步动态验证

This commit is contained in:
wangyu 2021-09-30 15:56:38 +08:00
parent 17184dd829
commit 9d96a4af23
1 changed files with 7 additions and 0 deletions

View File

@ -29,6 +29,13 @@ public @interface FormItem {
*/
String layout() default "";
/**
* 提示信息
*
* @return 结果
*/
String help() default "";
/**
* 表单域属性
*