lin
2024-03-14 c4e2c196aad8af656d94bc47e9f1a80bc504b5d7
src/main/java/org/springblade/modules/community/mapper/CommunityMapper.java
@@ -49,4 +49,9 @@
    * @return
    */
   List<String> getCommunityCodeListByUserId(@Param("userId") Long userId);
   /**
    * 社区表 自定义详情
    */
    CommunityVO getDetail(@Param("community") CommunityEntity community);
}