| | |
| | | import com.ruoyi.system.domain.dto.MgtStaffEditDto; |
| | | import com.ruoyi.system.domain.dto.MgtStaffPageDto; |
| | | import com.ruoyi.system.domain.dto.MgtSysStaffImportDto; |
| | | import com.ruoyi.system.domain.pojo.staff.SysStaff; |
| | | import com.ruoyi.system.api.domain.poji.sys.SysStaff; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ruoyi.system.domain.vo.MgtDeptStaffListVo; |
| | | import com.ruoyi.system.domain.vo.MgtStaffPageVo; |
| | |
| | | * @param |
| | | * @return List<MgtDeptStaffListVo> |
| | | */ |
| | | List<MgtDeptStaffListVo> listMgtDeptStaff(); |
| | | List<MgtDeptStaffListVo> listMgtDeptStaff(Long deptId,Long userId, String name); |
| | | |
| | | /** |
| | | * @description 通过权限获取部门员工列表 |
| | |
| | | * @return void |
| | | */ |
| | | String importSysStaff(List<MgtSysStaffImportDto> staffImportDtoList); |
| | | |
| | | /** |
| | | * @description 通过id获取员工列表 |
| | | * @author jqs |
| | | * @date 2023/9/5 10:02 |
| | | * @param userIdList |
| | | * @return List<SysStaff> |
| | | */ |
| | | List<SysStaff> listSysStaffByIds(List<Long> userIdList); |
| | | |
| | | |
| | | |
| | | /** |
| | | * @description 企业微信消息推送 |
| | | * @author jqs |
| | | * @date 2023/8/29 11:05 |
| | | * @return void |
| | | */ |
| | | void sendTaskMessage(); |
| | | } |