feat:框架完善,增加完整的支持
This commit is contained in:
parent
6f5c0a17dd
commit
7d2eedb231
@ -407,7 +407,7 @@ public class BeanProperty {
|
||||
}
|
||||
// 处理值生成策略,此处可清除原策略
|
||||
if (ArrayUtils.isNotEmpty(prop.generated())) {
|
||||
property.extra.put(BeanProps.GENERATED, MergedAnnotations.from(prop.mapping()).get(MappedTo.class).asMap());
|
||||
property.extra.put(BeanProps.GENERATED, MergedAnnotations.from(prop.generated()).get(Generation.class).asMap());
|
||||
if (StringUtils.isBlank((String)property.extra.get(BeanProps.COMPONENT))) {
|
||||
property.extra.put(BeanProps.COMPONENT, "input-hidden");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user