|
|
@ -23,4 +23,8 @@ public interface RemoteOpenService {
|
|
|
|
|
|
|
|
|
|
|
|
@GetMapping("/openInterface/GetOaNodeInfo/{requestid}")
|
|
|
|
@GetMapping("/openInterface/GetOaNodeInfo/{requestid}")
|
|
|
|
public AjaxResult GetOaNodeInfo(@PathVariable("requestid") String requestId);
|
|
|
|
public AjaxResult GetOaNodeInfo(@PathVariable("requestid") String requestId);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**获取HR人员信息**/
|
|
|
|
|
|
|
|
@GetMapping("/openInterface/GetHrUserInfo")
|
|
|
|
|
|
|
|
public AjaxResult GetHrUserInfo(@PathVariable("dateTime") String dateTime);
|
|
|
|
}
|
|
|
|
}
|
|
|
|