Browse Source

科研功能类修改

怀来职教中心中职
hwh2023 1 year ago
parent
commit
5b7baab434
3 changed files with 35 additions and 0 deletions
  1. +12
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/SRPaper/SRPaperEntity.cs
  2. +12
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/SRProject/SRProjectEntity.cs
  3. +11
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/SRWork/SRWorkEntity.cs

+ 12
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/SRPaper/SRPaperEntity.cs View File

@@ -51,6 +51,18 @@ namespace Learun.Application.TwoDevelopment.PersonnelManagement
public DateTime? PostedTime { get; set; } public DateTime? PostedTime { get; set; }
[Column("PATH")] [Column("PATH")]
public string Path { get; set; } 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 #endregion


#region 扩展操作 #region 扩展操作


+ 12
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/SRProject/SRProjectEntity.cs View File

@@ -71,6 +71,18 @@ namespace Learun.Application.TwoDevelopment.PersonnelManagement
public DateTime? AuditTime { get; set; } public DateTime? AuditTime { get; set; }
[Column("PATH")] [Column("PATH")]
public string Path { get; set; } 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 #endregion


#region 扩展操作 #region 扩展操作


+ 11
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/SRWork/SRWorkEntity.cs View File

@@ -51,6 +51,17 @@ namespace Learun.Application.TwoDevelopment.PersonnelManagement
public DateTime? PostedTime { get; set; } public DateTime? PostedTime { get; set; }
[Column("PATH")] [Column("PATH")]
public string Path { get; set; } 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 #endregion


#region 扩展操作 #region 扩展操作


Loading…
Cancel
Save