diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/EmpInfo/EmpInfoEntity.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/EmpInfo/EmpInfoEntity.cs
index 7062a5ae7..804041fcc 100644
--- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/EmpInfo/EmpInfoEntity.cs
+++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/EmpInfo/EmpInfoEntity.cs
@@ -636,6 +636,21 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
[Column("RECRUITPOSTLEVEL")]
public string RecruitPostLevel { get; set; }
///
+ /// 管理岗位级别
+ ///
+ [Column("MANAGEPOSTLEVEL")]
+ public string ManagePostLevel { get; set; }
+ ///
+ /// 专技岗位级别
+ ///
+ [Column("SPECIALPOSTLEVEL")]
+ public string SpecialPostLevel { get; set; }
+ ///
+ /// 工勤岗位级别
+ ///
+ [Column("LOGISTICPOSTLEVEL")]
+ public string LogisticPostLevel { get; set; }
+ ///
/// 初始学历取得时间
///
[Column("INITALRECORDGETTIME")]