|
@@ -12,12 +12,11 @@ import org.springframework.stereotype.Controller;
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
|
|
-import java.util.Arrays;
|
|
|
import java.util.List;
|
|
|
|
|
|
@Controller
|
|
|
@RequestMapping("/alarm")
|
|
|
-@Api(value = "权限管理", tags = "权限管理")
|
|
|
+@Api(value = "预警", tags = "预警")
|
|
|
public class AlarmTsController {
|
|
|
|
|
|
|