|
@@ -13,6 +13,8 @@ import com.persagy.apm.common.response.*;
|
|
|
import com.persagy.apm.common.utils.ResultHelper;
|
|
|
import org.springframework.validation.annotation.Validated;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
+import springfox.documentation.annotations.ApiIgnore;
|
|
|
+
|
|
|
import javax.validation.Valid;
|
|
|
import java.util.List;
|
|
|
|
|
@@ -25,6 +27,7 @@ import java.util.List;
|
|
|
@Validated
|
|
|
@RestController
|
|
|
@RequestMapping("alarmConditions")
|
|
|
+@ApiIgnore
|
|
|
public class AlarmConditionController {
|
|
|
@Autowired
|
|
|
private IAlarmConditionService alarmConditionService;
|