이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
bjquanjiang
/
DigitalScholl
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
【修改】教学业务档案增加创建人编号;
怀来职教中心中职
dyy
1 년 전
부모
87ed6c4557
커밋
c6f5d275a3
1개의 변경된 파일
과
3개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
/// 编辑调用
쓰기
미리보기
불러오는 중...
취소
저장