移动系统liao
2024-05-17 67dd4a2ed9316a6c800503eaecf4d6a014653e47
萨达
1个文件已修改
13 ■■■■■ 已修改文件
CoreCms.Net.Model/Entities/baifenbingfa/job/ApplicantProfile.cs 13 ●●●●● 补丁 | 查看 | 原始文档 | 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>