|
@@ -931,5 +931,14 @@ public class CentermonitorTUavController extends BaseController {
|
|
|
centermonitorTUavFileMapper.insertCentermonitorTUavFile(saveVo);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 获取无人机数量
|
|
|
+ */
|
|
|
+ @GetMapping("/selectCentermonitorTUavByCount")
|
|
|
+ public AjaxResult selectCentermonitorTUavByCount( ) {
|
|
|
+ int totalCount = centermonitorTUavService.selectCentermonitorTUavByCount();
|
|
|
+ return AjaxResult.success(totalCount);
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
}
|