| | |
| | | @DeleteMapping("/point/delete") |
| | | R deletePoint(@RequestParam("pointId") Long pointId, @RequestParam("operator") Long operator); |
| | | |
| | | /** |
| | | * 便民服务详情 自提点 |
| | | * @param pointId |
| | | * @return |
| | | */ |
| | | @GetMapping("/point/detail") |
| | | R detailPoint(@RequestParam("pointId") Long pointId); |
| | | |
| | | /** |
| | | * 新增商品分类 |
| | |
| | | |
| | | @GetMapping("/dataCount") |
| | | R dataCount(); |
| | | |
| | | @DeleteMapping("/proceedings/remove") |
| | | R removeProceedings(@RequestParam("id") Long id); |
| | | |
| | | /** |
| | | * 获取物业公司通知公告列表 |
| | | * */ |
| | | @GetMapping("comProperty/noticeList") |
| | | R noticeList(@RequestParam("page")Integer page,@RequestParam("size")Integer size,@RequestParam("propertyId")Long propertyId); |
| | | } |