Quellcode durchsuchen

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

怀来职教中心中职
dyy vor 1 Jahr
Ursprung
Commit
c6f5d275a3
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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 Datei anzeigen

@@ -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>
/// 编辑调用


Laden…
Abbrechen
Speichern