From 91c2eabf30f60918f98001ad4088bf9295ceab6e Mon Sep 17 00:00:00 2001
From: dyy <18335927079@163.com>
Date: Wed, 13 Apr 2022 11:13:52 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91EmpInfoEnti?=
=?UTF-8?q?ty=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../EmpInfo/EmpInfoEntity.cs | 15 +++++++++++++++
1 file changed, 15 insertions(+)
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")]