浏览代码

论文实体

怀来职教中心中职
ndbs 1年前
父节点
当前提交
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; }


正在加载...
取消
保存