@using DTO; @{ Layout = null; List wfApplytypeDTOs = ViewData["wfApplytypeDTOs"] as List; //流程 } @(SiteConfig.SiteName) @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@
  发起申请
@*
  
*@
@if (wfApplytypeDTOs != null && wfApplytypeDTOs.Count > 0) { foreach (var wfApplytypeDTO in wfApplytypeDTOs) { } }