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 8b36e1476..bc2b4a3be 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 @@ -51,6 +51,18 @@ namespace Learun.Application.TwoDevelopment.PersonnelManagement public DateTime? PostedTime { get; set; } [Column("PATH")] public string Path { get; set; } + + + [Column("DEPTTIME")] + public DateTime? DeptTime { get; set; } + [Column("DEPTUSER")] + public string DeptUser { get; set; } + [Column("SCHOOLTIME")] + public DateTime? SchoolTime { get; set; } + [Column("SCHOOLUSER")] + public string SchoolUser { get; set; } + [Column("STATE")] + public int? State { get; set; } #endregion #region 扩展操作 diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/SRProject/SRProjectEntity.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/SRProject/SRProjectEntity.cs index 1ad6ea369..f54ce11d4 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/SRProject/SRProjectEntity.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/SRProject/SRProjectEntity.cs @@ -71,6 +71,18 @@ namespace Learun.Application.TwoDevelopment.PersonnelManagement public DateTime? AuditTime { get; set; } [Column("PATH")] public string Path { get; set; } + + + [Column("DEPTTIME")] + public DateTime? DeptTime { get; set; } + [Column("DEPTUSER")] + public string DeptUser { get; set; } + [Column("SCHOOLTIME")] + public DateTime? SchoolTime { get; set; } + [Column("SCHOOLUSER")] + public string SchoolUser { get; set; } + [Column("STATE")] + public int? State { get; set; } #endregion #region 扩展操作 diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/SRWork/SRWorkEntity.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/SRWork/SRWorkEntity.cs index 90ad1402c..5fade47c7 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/SRWork/SRWorkEntity.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/SRWork/SRWorkEntity.cs @@ -51,6 +51,17 @@ namespace Learun.Application.TwoDevelopment.PersonnelManagement public DateTime? PostedTime { get; set; } [Column("PATH")] public string Path { get; set; } + + [Column("DEPTTIME")] + public DateTime? DeptTime { get; set; } + [Column("DEPTUSER")] + public string DeptUser { get; set; } + [Column("SCHOOLTIME")] + public DateTime? SchoolTime { get; set; } + [Column("SCHOOLUSER")] + public string SchoolUser { get; set; } + [Column("STATUS")] + public int? Status { get; set; } #endregion #region 扩展操作