CoreCms.Net.Model/Entities/baifenbingfa/job/ApplicantProfile.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
CoreCms.Net.Model/Entities/baifenbingfa/job/ApplicantProfile.cs
@@ -157,7 +157,18 @@ /// 生育情况(例如,无子女、有子女等)。 /// </summary> [SugarColumn(IsIgnore = true)] public string createTimetxt { get; set; } public string? createTimetxt { get; set; } /// <summary> /// 形象图片地址 /// </summary> [SugarColumn(IsIgnore = true)] public string? avatar { get; set; } /// <summary> /// 证件照 用,分隔 /// </summary> [SugarColumn(IsIgnore = true,ColumnDescription = "证件照 用,分隔")] public string iDPicture { get; set; } } /// <summary>