初版代码’

This commit is contained in:
2025-06-19 09:50:46 +08:00
parent 06a0e3649d
commit d980195302
20 changed files with 470 additions and 163 deletions

View File

@@ -1,6 +1,11 @@
import type { PageQuery, BaseEntity } from '#/api/common';
export interface VisitorManagementVO {
/**
* id
*/
id: string | number;
/**
* 访客姓名
*/