ESS端针对每个附件的展示应学习时长、已学习时长、学习完成百分比

master
xiaochanghai 3 months ago
parent 33bc76a753
commit cddb765704
  1. 2
      Tiobon.Core.Model/View/Ghre/Ghre_CourseWareAttachment.Dto.View.cs

@ -36,5 +36,5 @@ public class Ghre_CourseWareAttachmentDto : Ghre_CourseWareAttachment
/// <summary>
/// 已学习进度百分比
/// </summary>
public decimal? HasLearnPercent { get; set; }
public decimal? HasLearnPercent { get; set; } = 0;
}

Loading…
Cancel
Save