|
|
@@ -324,6 +324,12 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
/// <returns></returns> |
|
|
|
[Column("REMARK")] |
|
|
|
public string Remark { get; set; } |
|
|
|
/// <summary> |
|
|
|
/// StuInfoBasicTran表主键 |
|
|
|
/// </summary> |
|
|
|
/// <returns></returns> |
|
|
|
[Column("STUTRANID")] |
|
|
|
public string StuTranId { get; set; } |
|
|
|
#endregion |
|
|
|
|
|
|
|
#region 扩展操作 |
|
|
@@ -336,8 +342,8 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
UserInfo userInfo = LoginUserInfo.Get(); |
|
|
|
this.CreateTime = DateTime.Now; |
|
|
|
this.CreateUserId = userInfo.userId; |
|
|
|
this.F_EnabledMark = 0;//0未审核,1已审核 2 作废 |
|
|
|
this.IsReturnSchool = "1"; |
|
|
|
this.F_EnabledMark = 0;//0未审核,1已审核 |
|
|
|
this.IsReturnSchool = "0"; |
|
|
|
} |
|
|
|
/// <summary> |
|
|
|
/// 编辑调用 |
|
|
|