| | |
| | | import com.panzhihua.common.model.dtos.community.ComCvtServeDTO; |
| | | import com.panzhihua.common.model.dtos.community.PageComCvtServeDTO; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.community.ComCvtBusinessCategoryServeVO; |
| | | import com.panzhihua.common.model.vos.community.ComCvtServeExcelVO; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @description: 社区 便民服务接口 |
| | |
| | | * @return |
| | | */ |
| | | R deleteComCvtServe(Long id); |
| | | |
| | | |
| | | /** |
| | | * 查询商家服务 |
| | | * @param businessId 商家主键 |
| | | * @return |
| | | */ |
| | | List<ComCvtBusinessCategoryServeVO> getBusinessCategoryServeVOS(Long businessId); |
| | | |
| | | /** |
| | | * 导入便民服务 |
| | | * @param list |
| | | * @return |
| | | */ |
| | | R listSaveConvenientServeExcelVO(List<ComCvtServeExcelVO> list,Long communityId); |
| | | } |