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