|  |  | 
 |  |  | import com.ruoyi.framework.web.domain.AjaxResult; | 
 |  |  | import io.swagger.annotations.Api; | 
 |  |  | import io.swagger.annotations.ApiModelProperty; | 
 |  |  | import io.swagger.annotations.ApiOperation; | 
 |  |  | import org.apache.commons.lang3.ArrayUtils; | 
 |  |  | import org.ehcache.spi.service.MaintainableService; | 
 |  |  | import org.springframework.beans.factory.annotation.Autowired; | 
 |  |  | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     @GetMapping("scanDevice") | 
 |  |  |     @ApiModelProperty("获取设备台账") | 
 |  |  |     @ApiOperation("获取设备台账") | 
 |  |  |     @Anonymous | 
 |  |  |     public AjaxResult scanDevice(Long id) { | 
 |  |  |         List<DeviceMaintenance> list = deviceMaintenanceMapper.list1(id); |