| | |
| | | import org.jeecg.modules.dncFlow.entity.DispatchFile; |
| | | import org.jeecg.modules.dncFlow.vo.DispatchFileFlowTaskVo; |
| | | |
| | | import java.lang.reflect.InvocationTargetException; |
| | | |
| | | /** |
| | | * @Description: nc程序与电子图版签派 |
| | | * @Author: jeecg-boot |
| | |
| | | Result<?> auditDispatchFile(DispatchFileFlowTaskVo dispatchFileFlowTaskVo); |
| | | |
| | | /** |
| | | * 批量审批操作 |
| | | * @param dispatchFileFlowTaskVo |
| | | * @return |
| | | */ |
| | | Result<?> auditBatchDispatchFile(DispatchFileFlowTaskVo dispatchFileFlowTaskVo) throws InvocationTargetException, IllegalAccessException; |
| | | /** |
| | | * 查询审签基本信息 |
| | | * @param id |
| | | */ |