Exemplo n.º 1
0
 /// <summary>
 /// 新增
 /// </summary>
 public int Add(Data.Model.WorkFlowData model)
 {
     return(dataWorkFlowData.Add(model));
 }