| | |
| | | import com.panzhihua.common.model.dtos.civil.ComActSocialWorkerExcelVO; |
| | | import com.panzhihua.common.model.dtos.civil.PageComActSocialWorkerDTO; |
| | | import com.panzhihua.common.model.vos.civil.ComActSocialWorkerVO; |
| | | import com.panzhihua.common.model.vos.community.bigscreen.BigScreenHmkProjectTypeInfo; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import com.panzhihua.service_community.entity.ComActSocialWorker; |
| | | import org.apache.ibatis.annotations.Param; |
| | |
| | | */ |
| | | IPage<ComActSocialWorkerVO> findByPage(Page page, @Param("pageComActSocialWorkerDTO") PageComActSocialWorkerDTO pageComActSocialWorkerDTO); |
| | | |
| | | /** |
| | | * 导出 |
| | | * @param comActSocialWorkerDO |
| | | * @return |
| | | */ |
| | | List<ComActSocialWorkerExcelVO> queryAll(ComActSocialExportVO comActSocialWorkerDO); |
| | | |
| | | /** |
| | | * 查询社工人数 |
| | | * @param type |
| | | * @return |
| | | */ |
| | | Integer selectType(Integer type); |
| | | |
| | | /** |
| | | * 社工技能分布查询 |
| | | * @return |
| | | */ |
| | | List<BigScreenHmkProjectTypeInfo> selectSkillType(); |
| | | } |