| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ruoyi.common.core.utils.page.PageDTO; |
| | | import com.ruoyi.common.core.web.domain.AjaxResult; |
| | | import com.ruoyi.common.core.web.page.PageInfo; |
| | | import com.ruoyi.system.api.domain.SysUser; |
| | | import com.ruoyi.system.domain.dto.ConservatorDTO; |
| | |
| | | public String importUser(List<SysUser> userList, Boolean isUpdateSupport, String operName); |
| | | |
| | | PageInfo<SysUser> getList(PageInfo<SysUser> pageInfo, String nickname, String phonenumber, |
| | | Integer status); |
| | | Integer status,Long deptId); |
| | | |
| | | |
| | | PageInfo<SysUser> getAllList(PageInfo<SysUser> pageInfo, List<Integer> collect); |
| | |
| | | */ |
| | | PageDTO<SupplierVO> getSupplierPage(SupplierQuery query); |
| | | |
| | | List<SysUser> getSupplierPage1(); |
| | | |
| | | /** |
| | | * 添加/编辑供应商 |
| | | * |
| | |
| | | |
| | | PageDTO<ConservatorVO> getConservatorPage(ConservatorQuery query); |
| | | |
| | | List<SysUser> getConservatorPage1(); |
| | | |
| | | void saveConservator(ConservatorDTO dto); |
| | | |
| | | void deleteConservator( Long id); |