feat:增加表单级别默认布局
This commit is contained in:
parent
fa30ebb8c2
commit
726a59627f
@ -23,6 +23,9 @@ public class BeanInfo {
|
||||
// bean的类型
|
||||
private String type;
|
||||
|
||||
// 默认layout
|
||||
private String layout;
|
||||
|
||||
// 分组们
|
||||
private List<BeanPropertyGroup> groups;
|
||||
|
||||
|
@ -29,7 +29,6 @@ import java.beans.PropertyDescriptor;
|
||||
import java.lang.reflect.Field;
|
||||
import java.lang.reflect.ParameterizedType;
|
||||
import java.lang.reflect.Type;
|
||||
import java.sql.Ref;
|
||||
import java.util.*;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
|
@ -18,6 +18,8 @@ public interface BeanProps {
|
||||
|
||||
String LAYOUT_TABLE = "table";
|
||||
|
||||
String LAYOUT_SINGLE = "single";
|
||||
|
||||
String COMPONENT = "component";
|
||||
|
||||
String HELP = "help";
|
||||
|
Loading…
Reference in New Issue
Block a user