huanghongfa
2021-09-02 c3e1cda0b4c8bebef839e69be3b05ffb1402316c
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,Integer isBack);
}