Commit c5ff8231 authored by R10's avatar R10

单据识别保存

parent 80039a42
......@@ -32,7 +32,7 @@ public interface BizExtractionDocFlowRest extends BaseRest {
* @return BizExtractionDocFlowDto 业务提取文档流程数据传输对象
* @throws Exception 当更新过程中发生异常时抛出
*/
BizExtractionDocFlowDto update(BizExtractionDocFlowDto bizExtractionDocFlowDto) throws Exception;
BizExtractionDocFlowDto update(@RequestBody BizExtractionDocFlowDto bizExtractionDocFlowDto) throws Exception;
/**
* @param bizTextInTaskId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment