liujie
2025-05-09 e94744d49d3a98960204af1ce10616d0a991d0f0
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);
}