| | |
| | | import com.ruoyi.system.service.ISysUserService; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import org.checkerframework.checker.units.qual.C; |
| | | import org.quartz.SchedulerException; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.context.annotation.Lazy; |
| | |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.util.ArrayList; |
| | | import java.util.Collection; |
| | | import java.util.Collections; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | ExcelUtil<Device> util = new ExcelUtil<Device>(Device.class); |
| | | util.exportExcel(response, list, "设备数据"); |
| | | } |
| | | |
| | | |
| | | //http://localhost/dev-api/iot/device/60 |
| | | |
| | | /** |
| | | * 获取设备详细信息 |