This commit is contained in:
tanglong 2025-08-13 11:10:48 +08:00
parent 0ca6bd0f20
commit 58b252111f
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -37,7 +37,7 @@ namespace VOL.Model.HomeWork
/// <summary> /// <summary>
/// 作业类型 /// 作业类型
/// </summary> /// </summary>
public string WorkTypeStr { get; set; } public string WorkTypeName { get; set; }
/// <summary> /// <summary>
/// 模式类型 /// 模式类型