|
@ -48,7 +48,9 @@ public class StatusController extends BaseController { |
|
|
/** |
|
|
/** |
|
|
* 导出【请填写功能名称】列表 |
|
|
* 导出【请填写功能名称】列表 |
|
|
*/ |
|
|
*/ |
|
|
@Log(title = "【请填写功能名称】", businessType = BusinessType.EXPORT) |
|
|
|
|
|
|
|
|
@ApiOperation("设备状态导出") |
|
|
|
|
|
@Log(title = "【设备状态导出】", businessType = BusinessType.EXPORT) |
|
|
@PostMapping("/export") |
|
|
@PostMapping("/export") |
|
|
public void export(HttpServletResponse response, Status status) |
|
|
public void export(HttpServletResponse response, Status status) |
|
|
{ |
|
|
{ |
|
|