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; }