CoreCms.Net.Model/Entities/baifenbingfa/job/ApplicantProfile.cs
@@ -159,15 +159,15 @@ [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; } }