权限问题修改

This commit is contained in:
mi9688
2024-12-19 23:41:48 +08:00
parent 615500f7b6
commit 5c1c29ee4a
5 changed files with 12 additions and 30 deletions

View File

@ -1,18 +0,0 @@
package com.fastbee.deviceData.api.devlink.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class ZhanLianCountService {
@Autowired
private ZhanLianAuthorizationService authorizationService;
/**
* 统计在线设备数量
*/
public void countOnlineDevice() {
// authorizationService.countOnlineDevice();
}
}