| | |
| | | @AutoLog(value = "文档表-定型流程发起") |
| | | @ApiOperation(value = "文档表-定型流程发起", notes = "文档表-定型流程发起") |
| | | @PostMapping("/submitProccess") |
| | | public ResponseResult submitProccess(@RequestBody DispatchFile dispatchFile) { |
| | | dispatchFileService.submitProccess(dispatchFile); |
| | | return new ResponseResult(CommonCode.SUCCESS); |
| | | public Result<?> submitProccess(@RequestBody DispatchFile dispatchFile) { |
| | | return dispatchFileService.submitProccess(dispatchFile); |
| | | } |
| | | @AutoLog(value = "文档表-信息查询") |
| | | @ApiOperation(value = "文档表-信息查询", notes = "文档表-信息查询") |