修改注解
This commit is contained in:
parent
d98fdd15cb
commit
f9f9c998ec
@ -15,7 +15,7 @@ import lombok.Setter;
|
||||
@Setter
|
||||
@NoArgsConstructor
|
||||
public class ValueVO implements ValuableVO {
|
||||
@JsonTypeInfo(use = JsonTypeInfo.Id.MINIMAL_CLASS)
|
||||
@JsonTypeInfo(use = JsonTypeInfo.Id.MINIMAL_CLASS, include = JsonTypeInfo.As.WRAPPER_ARRAY)
|
||||
private Object v;
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user