zhaozhengjie
2022-09-09 b72d8fea21aa1cda28c44c57e3cee78c42db5847
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);
}