1、入住人员添加字段

This commit is contained in:
2025-07-23 20:57:17 +08:00
parent 9d75dd2168
commit 4ff469f0ae
5 changed files with 195 additions and 111 deletions

View File

@@ -274,4 +274,7 @@ export interface Person extends BaseEntity {
*/
remark: string
idCard: string
email: string
}