Package com.elitesland.ystdms.sys.feign
Interface SysTaskFlowUserConfigFeignClient
@FeignClient(name="${yst.service.system:yst-dms2-newsys}",
path="/api/v1/sys/taskflow/user-config",
primary=false)
public interface SysTaskFlowUserConfigFeignClient
系统流程用户配置 Feign 客户端。
-
Method Summary
-
Method Details
-
list
@PostMapping("/list") ApiResult<List<SysTaskFlowUserConfigPageRespVO>> list(@RequestBody SysTaskFlowUserConfigListQueryParam queryVO)
-