我有一个类似的对象
public GenericBO { private int id; private String code; private int parentId; private List<GenericBO> child = new ArrayList<GenericBO>(); //getters and setters respectively }
如何在大张旗鼓中为其创建模型?
注释嵌套的或未嵌套的Swagger模型之间没有区别。