feat(property):

- 数字孪生接口
- xcx活动接口权限
This commit is contained in:
2025-09-12 14:52:43 +08:00
parent 8a80f96f0c
commit 714b7905fb
8 changed files with 97 additions and 17 deletions

View File

@@ -77,4 +77,9 @@ public interface RemoteDeviceService {
*/
RemoteDeviceStateStatistics statisticsMonitorState();
/**
* 统计富士门禁设备在线数量
* @return 统计数据
*/
RemoteDeviceStateStatistics statisticsDoorState();
}