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(IsNullable = true,Length =1024)] public string? avatar { get; set; } /// <summary> /// 证件照 用,分隔 /// </summary> [SugarColumn(IsNullable = true,ColumnDescription = "证件照 用,分隔",Length =2048)] public string iDPicture { get; set; } } /// <summary>