| | |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import javax.validation.constraints.NotNull; |
| | | import java.io.IOException; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | void deleteEmpAccessory(String accessoryids); |
| | | |
| | | void download(String accessoryids, HttpServletRequest request, HttpServletResponse response); |
| | | |
| | | void mvFiles(String accessoryids,Long labelid,Long empId); |
| | | |
| | | void singledownload(String empIds, Long labelid, HttpServletRequest request, HttpServletResponse response) throws Exception; |
| | | |
| | | |
| | | Integer getLabelCount(Long labelId); |
| | | } |