Atomeocean 员工模板
json
在assets目录下添加员工的json文件,文件名为员工的英文名,例如john-doe.json。
json5
{
"staffPersonalInfo": {
"personName": {
"firstName": "",
"lastName": "",
"fullName": ""
},
"alias": "",
"gender": 0,
"birthDate": "1949-10-01"
},
"staffContactInformation": {
"contactInformation": {
"phoneNumber": "",
"email": "",
"usAddress": {
"addressLine1": "",
"addressLine2": "",
"county": "",
"cityOrTown": "",
"state": "",
"zipCode": ""
}
},
"atomeoceanEmail": "",
"wechatAccount": "",
"githubAccount": "",
"linkedinAccount": "",
"slackAccount": "",
"larkEmail": "",
"larkUserUnionId": "",
"discordUserId": "",
"wechatWorkRemark": "",
"wechatWorkRemarkCorpName": ""
},
"employment": {
"lcaNumber": "",
"workStatus": 2,
"employmentType": 2,
"positionInfo": {
"jobTitle": "Software Engineer",
"isFullTime": true,
"beginDate": "",
"endDate": "",
"workAddress": {
"addressLine1": "",
"addressLine2": "",
"county": "",
"cityOrTown": "",
"state": "",
"zipCode": ""
},
"jobDuty": ""
},
"staffDepartmentInfo": {
"departmentName": "Engineering"
},
"wageInformation": {
"wageRate": 0,
"wageAmount": 0,
"currency": "usd"
},
"workLocationInformation": {
"workAddress": {
"addressLine1": "",
"addressLine2": "",
"county": "",
"cityOrTown": "",
"state": "",
"zipCode": ""
}
}
},
"usaIdentityInfo": {
"eadInfo": {
"eadNumber": "",
"eadIssueDate": "",
"eadExpiryDate": ""
},
"visaInfo": {
"visaType": "",
"visaIssueDate": "",
"visaExpiryDate": ""
},
"ssn": ""
},
"educationInfo": {
"degreeLevel": 1,
"institutionName": "",
"major": "",
"startDate": "",
"endDate": "",
"isCompleted": true
},
"payrollInfo": {
"Bank Account Number": "",
"Bank Account Type": "",
"Account Routing Number": "",
"Account Holder Phone Number": "",
"Account Holder Full Name": "",
"Address": {
"addressLine1": "",
"addressLine2": "",
"county": "",
"cityOrTown": "",
"state": "",
"zipCode": ""
},
"SSN": ""
}
}创建新员工md文件
markdown
---
passwordKey:
lastUpdated:
description:
prev: false
next: false
sidebar: false
email:
githubUsername:
issues:
workStatus:
---
# Atomeocean Staff 员工信息
> [!CAUTION] 文件仅供Atomeocean员工和HR使用
> 仅员工本人可通过密码查看并确认信息准确
> 如需要信息更新请联系[微信或discord](/about-us/contact)
<PasswordReveal>
## Atomeocean信息同步
Atomeocean已为您存储并确认了以下基础信息。若有任何差异或需要更新之处,请及时联系我们。
<StaffInformation staffJsonPath="" />
> [!NOTE] 信息保密
> 该信息仅供本人查看,涉及个人身份等敏感数据,请注意保密。
## 其他个人信息备注
<StaffIssues />
</PasswordReveal>
## 备注 / 说明
- **隐私保护**:本页面包含个人隐私信息,仅限Atomeocean成员本人及Atomeocean管理员查看,禁止外传。
- **联系我们**:如有紧急情况,请通过[企业微信](/about-us/contact)与我们联系。
Bojian