Procházet zdrojové kódy

论文实体

怀来职教中心中职
ndbs před 1 rokem
rodič
revize
3039c3f4e0
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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 Zobrazit soubor

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


Načítá se…
Zrušit
Uložit