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