febs-server/febs-server-hr/src/main/java/cc/mrbird/febs/server/hr/service/IEmpAccessoryService.java
@@ -50,7 +50,7 @@ * * @param empAccessory empAccessory */ void updateEmpAccessory(EmpAccessory empAccessory); void updateEmpAccessory(EmpAccessory empAccessory) throws FebsException; /** * 删除 @@ -63,4 +63,10 @@ void mvFiles(String accessoryids,Long labelid,Long empId); void singledownload(String empIds, Long labelid, HttpServletRequest request, HttpServletResponse response) throws Exception; Integer getLabelCount(Long labelId); void autoInstall(String fileids); }