增加:selectAllProcessList
This commit is contained in:
parent
3c3a654dbd
commit
009c8aae0d
@ -37,6 +37,13 @@ public interface IWfProcessService {
|
||||
*/
|
||||
TableDataInfo<WfTaskVo> selectPageAllProcessList(ProcessQuery processQuery, PageQuery pageQuery);
|
||||
TableDataInfo<WfTaskVo> selectPageAllProcessList1(ProcessQuery processQuery, PageQuery pageQuery);
|
||||
|
||||
/**
|
||||
* 查询所有流程列表
|
||||
*/
|
||||
List<WfTaskVo> selectAllProcessList(ProcessQuery processQuery);
|
||||
|
||||
|
||||
/**
|
||||
* 查询我的流程列表
|
||||
* @param pageQuery 分页参数
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user