接口 SysTaskFlowUserConfigFeignClient
@FeignClient(name="${yst.service.system:yst-dms2-newsys}",
path="/api/v1/taskflow/user-config")
public interface SysTaskFlowUserConfigFeignClient
系统流程用户配置 Feign 客户端。
-
方法概要
-
方法详细资料
-
list
@PostMapping("/list") ApiResult<List<SysTaskFlowUserConfigPageRespVO>> list(@RequestBody SysTaskFlowUserConfigListQueryParam queryVO)
-