feat:验证框架进一步完善,支持前后端同步动态验证
This commit is contained in:
parent
17184dd829
commit
9d96a4af23
@ -29,6 +29,13 @@ public @interface FormItem {
|
||||
*/
|
||||
String layout() default "";
|
||||
|
||||
/**
|
||||
* 提示信息
|
||||
*
|
||||
* @return 结果
|
||||
*/
|
||||
String help() default "";
|
||||
|
||||
/**
|
||||
* 表单域属性
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user