浏览代码

【修改】教学业务档案增加创建人编号;

怀来职教中心中职
dyy 1年前
父节点
当前提交
c6f5d275a3
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/TeacherServiceInfo/TeacherServiceInfoEntity.cs

+ 3
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/TeacherServiceInfo/TeacherServiceInfoEntity.cs 查看文件

@@ -42,6 +42,8 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
public string Remark { get; set; }
[Column("PATH")]
public string Path { get; set; }
[Column("CREATEUSERNO")]
public string CreateUserNo { get; set; }


#endregion
@@ -55,6 +57,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
this.ID = Guid.NewGuid().ToString();
this.CreateTime = DateTime.Now;
this.CreateUser = LoginUserInfo.Get().userId;
this.CreateUserNo = LoginUserInfo.Get().account;
}
/// <summary>
/// 编辑调用


正在加载...
取消
保存