huanghongfa
2020-12-31 17bccd09afb6e6a4fffa0409d7d5285e88442103
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngVolunteerMngService.java
@@ -65,5 +65,10 @@
     * @return 修改结果
     */
    R putVolunteerPhone(UserPhoneVO userPhoneVO);
    /**
     * 志愿者详情
     * @param id 主键
     * @return 志愿者
     */
    R detailVolunteer(Long id);
}