Exemplo n.º 1
0
 /// <summary>
 /// 查询单条记录
 /// </summary>
 public Data.Model.WorkFlowData Get(Guid id)
 {
     return(dataWorkFlowData.Get(id));
 }