java110
2021-09-04 576c52d8d8e6fb1e738380cc5fc101a6a2b0b3a8
java110-interface/src/main/java/com/java110/intf/common/IOaWorkflowUserInnerServiceSMO.java
@@ -11,6 +11,7 @@
import java.util.List;
@FeignClient(name = "common-service", configuration = {FeignConfiguration.class})
@RequestMapping("/oaWorkflowUserApi")
public interface IOaWorkflowUserInnerServiceSMO {
@@ -104,4 +105,6 @@
    @RequestMapping(value = "/getTaskCurrentUser", method = RequestMethod.POST)
    JSONObject getTaskCurrentUser(@RequestBody JSONObject reqJson);
    @RequestMapping(value = "/nextAllNodeTaskList", method = RequestMethod.POST)
    List<JSONObject> nextAllNodeTaskList(@RequestBody JSONObject reqJson);
}