public interface CertificateWorkflowRestService
@RequestMapping(value="/realestate-certificate/rest/v1.0/workflow/fzr",
method=PUT)
int updateFzr(@RequestParam(value="processInsId")
String processInsId,
@RequestParam(value="currentUserName")
String currentUserName)
processInsId - 工作流实例currentUserName - 当前用户名/账户名@RequestMapping(value="/realestate-certificate/rest/v1.0/workflow/szr",
method=PUT)
BdcSzxxVO updateSzr(@RequestParam(value="processInsId")
String processInsId,
@RequestParam(value="currentUserName")
String currentUserName)
processInsId - 工作流实例IDcurrentUserName - 当前用户名/账户名Copyright © 2020 GTMAP. All rights reserved.