Просмотр исходного кода

论文实体

怀来职教中心中职
ndbs 1 год назад
Родитель
Сommit
3039c3f4e0
1 измененных файлов: 2 добавлений и 1 удалений
  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 Просмотреть файл

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


Загрузка…
Отмена
Сохранить