zhaozhengjie
2022-09-09 8cdaf6e5eacd24f6f0691ef8b430c43339f4ac5e
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActSocialProjectPublicityService.java
@@ -19,4 +19,11 @@
     * @return
     */
    R pageList(CommonPage commonPage);
    /**
     * 详情
     * @param id
     * @return
     */
    R selectOne(Long id);
}