springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/service/IComActService.java
@@ -12,5 +12,11 @@ * @since 2025-02-23 */ public interface IComActService extends IService<ComAct> { /** * 根据社区名称和街道id查询社区 * @param communityName * @param streetId * @return */ ComAct getCommunityByNameAndStreet(String communityName, String streetId); }