yanghui
2022-10-13 f1bcbc43e988d0d1a91bea66a9ebbf6d601e48c0
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;
}