zhangherong
2025-06-07 f9b0a5f16a7445a7af82cfb9291e1157ee7f4909
lxzn-module-dnc/src/main/java/org/jeecg/modules/dncFlow/service/IDispatchFileService.java
@@ -23,6 +23,13 @@
    Result<?> saveDispatchFile(DispatchFile dispatchFile);
    /**
     * 文件查询审签流程
     * @param attributionId,attributionType,docId
     * @return
     */
    Result<?> queryDispatchDocFile(String attributionId, String attributionType, String docId);
    /**
     * 重新启动
     * @param dispatchFileFlowTaskVo
     */