| | |
| | | import com.panzhihua.common.model.dtos.community.dpc.PageDpcDTO; |
| | | import com.panzhihua.common.model.dtos.community.enterprise.*; |
| | | import com.panzhihua.common.model.dtos.community.reserve.*; |
| | | import com.panzhihua.common.model.dtos.community.sanshuo.ComSanShuoIndustryCenterDTO; |
| | | import com.panzhihua.common.model.dtos.community.sanshuo.ComSanshuoEventDTO; |
| | | import com.panzhihua.common.model.dtos.community.sanshuo.ComSanshuoExpertDTO; |
| | | import com.panzhihua.common.model.dtos.community.sanshuo.*; |
| | | import com.panzhihua.common.model.dtos.community.warehouse.ComActWarehouseApplyDTO; |
| | | import com.panzhihua.common.model.dtos.community.GetIdentityEidTokenDTO; |
| | | import com.panzhihua.common.model.dtos.community.cluster.PageClusterMemberDto; |
| | |
| | | * 新增事件类型 |
| | | * */ |
| | | @PostMapping("/sanshuo/event") |
| | | R addEvent(@RequestBody ComSanshuoEventDTO comSanshuoEventDTO); |
| | | R addEvent(@RequestBody ComMediateTypeDTO comSanshuoEventDTO); |
| | | |
| | | /** |
| | | * 新增事件类型 |
| | | * */ |
| | | @PutMapping("/sanshuo/event") |
| | | R updateEvent(@RequestBody ComSanshuoEventDTO comSanshuoEventDTO); |
| | | R updateEvent(@RequestBody ComMediateTypeDTO comSanshuoEventDTO); |
| | | |
| | | /** |
| | | * 删除事件类型 |
| | |
| | | |
| | | @GetMapping("/sanshuo/expert/expertRange") |
| | | R expertRange(); |
| | | |
| | | /** |
| | | * 大屏事件统计 |
| | | * */ |
| | | @PostMapping("/sanshuo/comEvent/indexData") |
| | | R sanshuoIndexDate(IndexDateDTO indexDateDTO); |
| | | |
| | | /** |
| | | * 事件占比统计饼图 |
| | | * */ |
| | | @GetMapping("/indexData/event") |
| | | R eventIndexData(@RequestParam Integer type); |
| | | } |