| | |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string? createTimetxt { get; set; } |
| | | /// <summary> |
| | | /// 形象图片地址 |
| | | /// 形象图片 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true)] |
| | | [SugarColumn(IsNullable = true,Length =1024)] |
| | | public string? avatar { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 证件照 用,分隔 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true,ColumnDescription = "证件照 用,分隔")] |
| | | [SugarColumn(IsNullable = true,ColumnDescription = "证件照 用,分隔",Length =2048)] |
| | | public string iDPicture { get; set; } |
| | | |
| | | } |
| | |
| | | [Navigate(NavigateType.OneToMany, nameof(Job_FamilyMember.ApplicantProfileId))] |
| | | public List<Job_FamilyMember>? FamilyMembers { get; set; } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | } |
| | | |