");
+ body.AppendLine($"| {prc} | ");
+ body.AppendLine($"[{dr.idx}] {dr.name} | ");
+ body.AppendLine($"{dr.userManager} | ");
+ body.AppendLine($"{dr.pdate} | ");
+ body.AppendLine("");
+ body.AppendLine("");
+ body.AppendLine("");
+ body.AppendLine("| No | Title | Plan(ww) | Actual(ww) | 진행 | 비고 | ");
+ body.AppendLine(" ");
+ body.AppendLine("");
+ body.AppendLine("| 시작 | 완료 | 시작 | 완료 | % | | ");
+ body.AppendLine(" ");
+ var ll = row.OrderBy(t => t.seq).ToList();
+ foreach (var srow in ll)
+ {
+ body.AppendLine($"");
+ body.AppendLine($"| {srow.seq} | ");
+ body.AppendLine($"{srow.title} | ");
+ body.AppendLine($"{srow.sw} | ");
+ body.AppendLine($"{srow.ew} | ");
+ body.AppendLine($"{srow.swa} | ");
+ body.AppendLine($"{srow.ewa} | ");
+ body.AppendLine($"{srow.progress} | ");
+ body.AppendLine($"{srow.memo} | ");
+ body.AppendLine($" ");
+ }
+ body.AppendLine(" ");
+ body.AppendLine(" | ");
+ //여기에 스케쥴이 들어가야한다
+ body.AppendLine($"
");
+ }
+ body.AppendLine("