| | |
| | | import com.ruoyi.device.dto.DeviceCollectionDto; |
| | | import com.ruoyi.device.dto.DeviceDto; |
| | | import com.ruoyi.device.pojo.Device; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | | import javax.servlet.http.HttpServletResponse; |
| | |
| | | |
| | | List<Device> search(Integer status, String deviceName, String specificationModel, String largeCategory); |
| | | |
| | | List<Device> selectDevicePrincipal(); |
| | | |
| | | List<Device> selectDeviceByCategory(String inspectionItem, String inspectionItemSubclass,String laboratory); |
| | | |
| | | DeviceDto selectDeviceByCode(Integer id); |
| | |
| | | * @param response |
| | | */ |
| | | void exportEquipmentDetails(HttpServletResponse response); |
| | | |
| | | void downloadImportTemplate(HttpServletResponse response); |
| | | |
| | | int importDevice(MultipartFile file); |
| | | } |