| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| StaffID | integer |
None. |
|
| Genre |
人才类型 |
SkilledWorkerGenres |
None. |
| Name | string |
None. |
|
| Sex | SexEnum |
None. |
|
| Industry |
个人行业 |
string |
None. |
| Position |
职务 |
string |
None. |
| CompanyID | integer |
None. |
|
| Company | Company |
None. |
|
| CompanyName | string |
None. |
|
| HasHomePage |
是否有主页 即Introduction字段是否有值 |
boolean |
None. |
| PicturePath | string |
None. |
|
| Introduction |
事迹介绍 |
string |
None. |
| LikeAmounts |
点赞数量 |
integer |
None. |
| Likers |
点赞人 |
Collection of LikeInStuff |
None. |
| HasLiked |
临时变量,保存登陆用户是否对当前对象点赞 |
boolean |
None. |
| CareAmounts |
关注数量 |
integer |
None. |
| Carers |
关注人 |
Collection of CareInStuff |
None. |
| HasCared |
临时变量,保存登陆用户是否对关注当前对象 |
boolean |
None. |
| KeyWords | string |
None. |
|
| Files |
简介视频/图片资料 |
Collection of StuffInFile |
None. |
| CreateTime | date |
None. |
|
| UpdateTime | date |
None. |