From b4d6944076f1df6eedaae35c4c2a7072fe988e8a Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期二, 30 四月 2024 15:34:02 +0800
Subject: [PATCH] update: package-lock.json

---
 PAMapp/shared/models/account.model.ts |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/PAMapp/shared/models/account.model.ts b/PAMapp/shared/models/account.model.ts
index f2e0e03..9975a23 100644
--- a/PAMapp/shared/models/account.model.ts
+++ b/PAMapp/shared/models/account.model.ts
@@ -14,11 +14,13 @@
     gender            : string;
     phoneNumber       : string;
     companyAddress    : string;
-    seniorityYear     : number;
-    seniorityMonth    : number;
+    seniorityYear?    : number;
+    seniorityMonth?   : number;
     concept           : string;
-    experiences        : string;
-    awards           : string;
+    experiences       : string;
+    awards            : string;
     communicationStyle: string;
     photoBase64       : string;
+    email             : string;
+    entryDate         : string;
 }

--
Gitblit v1.8.0