移动系统liao
2024-05-17 516bb40b43811dec0e0b266b211945883314b3a1
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; }
    }