| | |
| | | return R.fail("远程调用失败"); |
| | | } |
| | | |
| | | @Override |
| | | public R<List<BladeFlow>> historyFlowList(String processInstanceId, String startActivityId, String endActivityId) { |
| | | return R.fail("远程调用失败"); |
| | | } |
| | | |
| | | @Override |
| | | public List<BladeFlow> getMyToDoList(BladeFlow bladeFlow,String currentUserId) { |
| | | return null; |
| | | } |
| | | |
| | | @Override |
| | | public List<BladeFlow> getMyDoneList(BladeFlow bladeFlow, String currentUserId) { |
| | | return null; |
| | | } |
| | | |
| | | @Override |
| | | public List<BladeFlow> getMyDonePage(BladeFlow bladeFlow, String currentUserId, Integer current, Integer size) { |
| | | return null; |
| | | } |
| | | |
| | | |
| | | } |