| | |
| | | |
| | | /** |
| | | * 分页查询便民服务商家 |
| | | * @param pageComCvtBusinessDTO 查询参数 |
| | | * |
| | | * @param pageComCvtBusinessDTO |
| | | * 查询参数 |
| | | * @return 分页集合 |
| | | */ |
| | | R pageComCvtBusiness(PageComCvtBusinessDTO pageComCvtBusinessDTO); |
| | | |
| | | /** |
| | | * 添加便民服务商家信息 |
| | | * |
| | | * @param comCvtBusinessDTO |
| | | * @return |
| | | */ |
| | | R addComCvtBusiness(ComCvtBusinessDTO comCvtBusinessDTO); |
| | | |
| | | |
| | | /** |
| | | * 编辑便民服务商家信息 |
| | | * |
| | | * @param comCvtBusinessDTO |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 查询便民服务商家详情 |
| | | * @param id 商家主键 |
| | | * |
| | | * @param id |
| | | * 商家主键 |
| | | * @return |
| | | */ |
| | | R getComCvtBusiness(Long id); |
| | | |
| | | /** |
| | | * 删除便民服务商家信息 |
| | | * |
| | | * @return |
| | | */ |
| | | R deleteComCvtBusiness(Long id); |
| | | |
| | | /** |
| | | * 通过服务区域 分页查询便民服务商家 |
| | | * @param comCvtBusinessAppletsDTO 查询参数 |
| | | * |
| | | * @param comCvtBusinessAppletsDTO |
| | | * 查询参数 |
| | | * @return 分页集合 |
| | | */ |
| | | R pageComCvtBusinessByServiceArea(PageComCvtBusinessAppletsDTO comCvtBusinessAppletsDTO); |
| | | |
| | | /** |
| | | * 小程序便民服务商家详情 |
| | | * |
| | | * @param id |
| | | * @return |
| | | */ |