huanghongfa
2021-08-30 22498e4ff995e9069ad0ed72b2a249172375a714
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActReserveService.java
@@ -98,4 +98,11 @@
     */
    R listReserveAdmin(Long communityId);
    /**
     * 小程序预约登记查询详情
     * @param id
     * @return
     */
    R getById(Long id,Long userId,Long recordId);
}