diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/TeacherServiceInfo/TeacherServiceInfoEntity.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/TeacherServiceInfo/TeacherServiceInfoEntity.cs index eeb76ccbd..4f4a5c329 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/TeacherServiceInfo/TeacherServiceInfoEntity.cs +++ b/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; } /// /// 编辑调用