1
0
forked from dyf/dyf-vue-ui
# Conflicts:
#	.env.development
This commit is contained in:
liub
2025-09-22 10:33:06 +08:00
10 changed files with 188 additions and 56 deletions

View File

@ -16,6 +16,7 @@ export interface AlarmVO {
deviceMac: string;
devicePic:string;
finishTime: string;
timeDiff:string
}