张天森
2022-09-23 7f26476bb092080e68dd0a17d4d299e70806f58a
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;
}