Ejemplo n.º 1
0
 /**
  * 查询流程列表
  *
  * @return
  */
 public String list() {
   pdList = flowService.pdList();
   return LISTVIEW;
 }