feat:增加查找替换逻辑
This commit is contained in:
parent
8c4f0d0307
commit
45dd39fd95
@ -231,7 +231,7 @@ public class BeanProperty {
|
||||
DBRefValue dbRefValue = annotations.get(DBRefValue.class).synthesize();
|
||||
processDbRef(dbRefValue.value()).ifPresent(ref -> {
|
||||
property.setType(BeanPropertyType.DB_REF);
|
||||
property.prop("uri", ref).prop("multiple", "true");
|
||||
property.prop("uri", ref).prop("mode", "multiple");
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user