| | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ruoyi.common.core.domain.entity.DepartmentDto; |
| | | import com.ruoyi.common.core.domain.entity.DepartmentLims; |
| | | import com.ruoyi.personnel.dto.PersonBasicInfoDto; |
| | | import com.ruoyi.personnel.dto.UserPageDto; |
| | | import com.ruoyi.personnel.pojo.PersonBasicInfo; |
| | |
| | | * @return |
| | | */ |
| | | boolean uploadBasicInfoFile(Integer basicInfoId, MultipartFile file); |
| | | |
| | | /** |
| | | * 添加组织架构 |
| | | * @param department |
| | | * @return |
| | | */ |
| | | int addDepartment(DepartmentLims department); |
| | | |
| | | /** |
| | | * 删除组织架构 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | boolean delDepartment(Integer id); |
| | | } |