From 3039c3f4e0a6348479e9bd5abf8da3cba4735b04 Mon Sep 17 00:00:00 2001 From: ndbs Date: Wed, 21 Jun 2023 15:20:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BA=E6=96=87=E5=AE=9E=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PersonnelManagement/SRPaper/SRPaperEntity.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/SRPaper/SRPaperEntity.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/SRPaper/SRPaperEntity.cs index bf96e671e..9022bfe79 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/SRPaper/SRPaperEntity.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/SRPaper/SRPaperEntity.cs @@ -11,7 +11,7 @@ namespace Learun.Application.TwoDevelopment.PersonnelManagement /// 日 期:2019-12-31 10:54 /// 描 述:科技论文 /// - public class SRPaperEntity + public class SRPaperEntity { #region 实体成员 /// @@ -19,6 +19,7 @@ namespace Learun.Application.TwoDevelopment.PersonnelManagement /// [Column("ID")] public string ID { get; set; } + [Column("DEPARTMENTID")] public string DepartmentId { get; set; } [Column("NAME")] public string Name { get; set; }