|
@@ -26,6 +26,7 @@ import java.util.List;
|
|
@Validated
|
|
@Validated
|
|
@RestController
|
|
@RestController
|
|
@RequestMapping("alarmConditions")
|
|
@RequestMapping("alarmConditions")
|
|
|
|
+@ApiIgnore
|
|
public class AlarmConditionController {
|
|
public class AlarmConditionController {
|
|
@Autowired
|
|
@Autowired
|
|
private IAlarmConditionService alarmConditionService;
|
|
private IAlarmConditionService alarmConditionService;
|