manailin
2022-09-24 ffb18ccfe6750f4a65bce6e02e7f6edb54a5d76f
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/sanshuo/ExpertShowVO.java
@@ -19,6 +19,9 @@
    @ApiModelProperty("专家数量")
    private Integer count;
    @ApiModelProperty("对应的行业分中心或街道/社区id")
    private Long id;
    @ApiModelProperty("子列表")
    List<ExpertShowVO> childList;
}