Commit 256b6b40 authored by chenzhao's avatar chenzhao

增加注解

parent 5dd9aff2
...@@ -9,6 +9,7 @@ import com.yeejoin.equipmanage.service.impl.MonitorEventService; ...@@ -9,6 +9,7 @@ import com.yeejoin.equipmanage.service.impl.MonitorEventService;
import io.swagger.annotations.Api; import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.http.MediaType; import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
import org.typroject.tyboot.core.foundation.enumeration.UserType; import org.typroject.tyboot.core.foundation.enumeration.UserType;
...@@ -26,6 +27,7 @@ import java.util.Map; ...@@ -26,6 +27,7 @@ import java.util.Map;
public class ConfirmAlarmController extends AbstractBaseController { public class ConfirmAlarmController extends AbstractBaseController {
@Autowired @Autowired
@Lazy
IConfirmAlarmService iConfirmAlarmService; IConfirmAlarmService iConfirmAlarmService;
@Autowired @Autowired
EquipmentSpecificAlarmLogMapper equipmentSpecificAlarmLogMapper; EquipmentSpecificAlarmLogMapper equipmentSpecificAlarmLogMapper;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment