dd
This commit is contained in:
parent
0ca6bd0f20
commit
58b252111f
@ -71,7 +71,7 @@ namespace VOL.Business.Services.Norm
|
|||||||
EndTime = s.EndTime,
|
EndTime = s.EndTime,
|
||||||
StudentScopeStr = s.StudentScope.GetDescription(),
|
StudentScopeStr = s.StudentScope.GetDescription(),
|
||||||
WorkStatusStr = s.WorkStatus.GetDescription(),
|
WorkStatusStr = s.WorkStatus.GetDescription(),
|
||||||
WorkTypeStr = s.WorkType.GetDescription()
|
WorkTypeName = s.WorkTypeName
|
||||||
};
|
};
|
||||||
|
|
||||||
if (paramDto.WorkType > 0)
|
if (paramDto.WorkType > 0)
|
||||||
|
@ -37,7 +37,7 @@ namespace VOL.Model.HomeWork
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 作业类型
|
/// 作业类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string WorkTypeStr { get; set; }
|
public string WorkTypeName { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 模式类型
|
/// 模式类型
|
||||||
|
Loading…
x
Reference in New Issue
Block a user