初始版本提交

This commit is contained in:
hzj
2025-06-24 10:32:12 +08:00
parent f0566a5969
commit bd6af21b99
2 changed files with 17 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ import java.util.List;
@Slf4j
@Api(tags = "大屏统计")
@RestController
@RequestMapping("/ledgercount")
@RequestMapping("/largescreen")
@RequiredArgsConstructor
public class LargeScreenCountController extends BaseController {