lyh
2025-04-02 0990dd4a4a52a6d26ff4d640980206fbff392dfb
lxzn-module-dnc/src/main/java/org/jeecg/modules/dncFlow/service/IDispatchFileService.java
@@ -5,6 +5,8 @@
import org.jeecg.modules.dncFlow.entity.DispatchFile;
import org.jeecg.modules.dncFlow.vo.DispatchFileFlowTaskVo;
import java.lang.reflect.InvocationTargetException;
/**
 * @Description: nc程序与电子图版签派
 * @Author: jeecg-boot
@@ -34,6 +36,12 @@
    Result<?> auditDispatchFile(DispatchFileFlowTaskVo dispatchFileFlowTaskVo);
    /**
     * 批量审批操作
     * @param dispatchFileFlowTaskVo
     * @return
     */
    Result<?> auditBatchDispatchFile(DispatchFileFlowTaskVo dispatchFileFlowTaskVo) throws InvocationTargetException, IllegalAccessException;
    /**
     * 查询审签基本信息
     * @param id
     */