linwe
2024-05-15 047ced202f052d70c50f4365b2d86810de076489
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);
}