大屏接口调整

This commit is contained in:
songxudong 2025-06-06 17:19:46 +08:00
parent 5738dcc3dc
commit 8661f7e61d
1 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@ public class BigScreenController {
public BigScreenController(BigScreenService bigScreenService) {
this.bigScreenService = bigScreenService;
}
/**
* 数据概览统计
*
@ -39,7 +38,6 @@ public class BigScreenController {
public Result<Map> getDataOverview() {
return Ok.of(bigScreenService.getDataOverview());
}
/**
* 企业信息统计
*