移动系统liao
2024-05-17 516bb40b43811dec0e0b266b211945883314b3a1
no message
2个文件已修改
8 ■■■■ 已修改文件
CoreCms.Net.Model/Entities/baifenbingfa/job/ApplicantProfile.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CoreCms.Net.Model/Entities/baifenbingfa/job/ApplicantProfilePartial.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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; }
    }
CoreCms.Net.Model/Entities/baifenbingfa/job/ApplicantProfilePartial.cs
@@ -34,8 +34,8 @@
        [Navigate(NavigateType.OneToMany, nameof(Job_FamilyMember.ApplicantProfileId))]
        public List<Job_FamilyMember>? FamilyMembers { get; set; }
    }