| | |
| | | import org.sxkj.gd.workorder.entity.GdClueEventEntity; |
| | | import org.sxkj.gd.workorder.param.GdClueEventDistributeParam; |
| | | import org.sxkj.gd.workorder.param.GdClueEventRejectParam; |
| | | import org.sxkj.gd.workorder.vo.GdClueEventCountVO; |
| | | import org.sxkj.gd.workorder.vo.GdClueEventListVO; |
| | | import org.sxkj.gd.workorder.vo.GdClueEventVO; |
| | | import org.sxkj.gd.workorder.excel.GdClueEventExcel; |
| | |
| | | GdClueEventVO getGdClueEventDetail(Long id); |
| | | |
| | | /** |
| | | * 数量统计 |
| | | * |
| | | * @return |
| | | */ |
| | | GdClueEventCountVO getGdClueEventCount(); |
| | | |
| | | /** |
| | | * 分发事件 |
| | | * |
| | | * @param distributeParam |