| | |
| | | * |
| | | * @param empAccessory empAccessory |
| | | */ |
| | | void updateEmpAccessory(EmpAccessory empAccessory); |
| | | void updateEmpAccessory(EmpAccessory empAccessory) throws FebsException; |
| | | |
| | | /** |
| | | * 删除 |
| | |
| | | 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); |
| | | |
| | | void getImage(String accessoryid,HttpServletResponse response) throws Exception; |
| | | } |