| | |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.ruoyi.common.basic.PageInfo; |
| | | import com.ruoyi.system.export.TCrmSalespersonExport; |
| | | import com.ruoyi.system.model.TCrmSalesperson; |
| | | import com.ruoyi.system.query.TCrmSalespersonQuery; |
| | | import com.ruoyi.system.vo.TCrmSalespersonVO; |
| | |
| | | * @return |
| | | */ |
| | | List<TCrmSalespersonVO> pageList(@Param("query") TCrmSalespersonQuery query, @Param("pageInfo")PageInfo<TCrmSalespersonVO> pageInfo); |
| | | |
| | | /** |
| | | * 导出列表查询 |
| | | * |
| | | * @param query 列表查询参数 |
| | | * @return |
| | | */ |
| | | List<TCrmSalespersonExport> listExport(@Param("query")TCrmSalespersonQuery query); |
| | | } |