Add visitor phone lookup flow

This commit is contained in:
wangxuming
2026-07-15 11:26:37 +08:00
parent 331e30894b
commit 7f751bebae
21 changed files with 971 additions and 104 deletions

View File

@@ -137,6 +137,10 @@ export interface PublicStatusDto {
visitor_notice?: string | null;
}
export interface PublicStatusSearchDto {
tickets: PublicStatusDto[];
}
export interface DisplaySnapshotDto {
project_name: string;
status: ProjectStatus;