feat: sync-camera-result-modal

This commit is contained in:
yangsy
2025-12-03 16:48:33 +08:00
parent a215f2e391
commit 8e9bd75067
9 changed files with 129 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
export interface SyncCameraResultDetail {
name: string;
deviceId: string;
ipAddress: string;
gbCode: string;
}