Quellcode durchsuchen

论文实体

怀来职教中心中职
ndbs vor 1 Jahr
Ursprung
Commit
3039c3f4e0
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. +2
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/SRPaper/SRPaperEntity.cs

+ 2
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/SRPaper/SRPaperEntity.cs Datei anzeigen

@@ -11,7 +11,7 @@ namespace Learun.Application.TwoDevelopment.PersonnelManagement
/// 日 期:2019-12-31 10:54
/// 描 述:科技论文
/// </summary>
public class SRPaperEntity
public class SRPaperEntity
{
#region 实体成员
/// <summary>
@@ -19,6 +19,7 @@ namespace Learun.Application.TwoDevelopment.PersonnelManagement
/// </summary>
[Column("ID")]
public string ID { get; set; }
[Column("DEPARTMENTID")]
public string DepartmentId { get; set; }
[Column("NAME")]
public string Name { get; set; }


Laden…
Abbrechen
Speichern