user personal

education,graduateFrom
This commit is contained in:
MaxKey
2022-12-11 15:42:26 +08:00
parent 5e1d560fc6
commit ff0f6fc1f3
12 changed files with 659 additions and 729 deletions

View File

@@ -51,6 +51,9 @@ export class Users extends BaseEntity {
pictureBase64!: string;
idType!: Number;
idCardNo!: String;
education!: String;
graduateFrom!: String;
graduateDate!: String;
webSite!: String;
startWorkDate!: String;

View File

@@ -113,6 +113,9 @@
"idtype.studentcard": "studentcard",
"idtype.militarycard": "militarycard",
"idCardNo": "idCardNo",
"education": "education",
"graduateFrom": "graduateFrom",
"graduateDate": "graduateDate",
"startWorkDate": "startWorkDate",
"preferredLanguage": "preferredLanguage",
"timeZone": "timeZone",

View File

@@ -117,7 +117,10 @@
"idtype.studentcard": "学生证",
"idtype.militarycard": "军人证",
"idCardNo": "证件号码",
"startWorkDate": "工作开始时间",
"education": "学历",
"graduateFrom": "毕业院校",
"graduateDate": "毕业时间",
"startWorkDate": "工作时间",
"preferredLanguage": "语言偏好",
"timeZone": "时区",
"locale": "语言选择",

View File

@@ -117,7 +117,10 @@
"idtype.studentcard": "學生證",
"idtype.militarycard": "軍人證",
"idCardNo": "證件號碼",
"startWorkDate": "工作開始時間",
"education": "學歷",
"graduateFrom": "畢業院校",
"graduateDate": "畢業時間",
"startWorkDate": "工作時間",
"preferredLanguage": "語言偏好",
"timeZone": "時區",
"locale": "語言選擇",