接口 ChannelCustomerSettleRpcService
@FeignClient(name="yst-dms2-ss",
path="/rpc/template/template/channel-customer-settle/open-api")
@Validated
public interface ChannelCustomerSettleRpcService
渠道客户结算RPC服务接口
-
字段概要
字段 -
方法概要
修饰符和类型方法说明com.elitesland.ystdms.sys.dto.ApiResult<com.elitesland.ystdms.sys.dto.PagingVO<ChannelCustomerSettleRespVO>> paging(ChannelCustomerSettlePageParam pageParam) com.elitesland.ystdms.sys.dto.ApiResult<List<ChannelCustomerSettleComplexRespVO>> queryComplexList(ChannelCustomerSettlePageParam pageParam) com.elitesland.ystdms.sys.dto.ApiResult<com.elitesland.ystdms.sys.dto.PagingVO<ChannelCustomerSettleComplexRespVO>> queryComplexPage(ChannelCustomerSettlePageParam pageParam) com.elitesland.ystdms.sys.dto.ApiResult<List<ChannelCustomerSettleRespVO>> queryList(ChannelCustomerSettlePageParam pageParam)
-
字段详细资料
-
URI
- 另请参阅:
-
-
方法详细资料
-
paging
@PostMapping("/queryPage") com.elitesland.ystdms.sys.dto.ApiResult<com.elitesland.ystdms.sys.dto.PagingVO<ChannelCustomerSettleRespVO>> paging(@RequestBody ChannelCustomerSettlePageParam pageParam) -
queryList
@PostMapping("/queryList") com.elitesland.ystdms.sys.dto.ApiResult<List<ChannelCustomerSettleRespVO>> queryList(@RequestBody ChannelCustomerSettlePageParam pageParam) -
queryComplexList
@PostMapping("/queryComplexList") com.elitesland.ystdms.sys.dto.ApiResult<List<ChannelCustomerSettleComplexRespVO>> queryComplexList(@RequestBody ChannelCustomerSettlePageParam pageParam) -
queryComplexPage
@PostMapping("/queryComplexPage") com.elitesland.ystdms.sys.dto.ApiResult<com.elitesland.ystdms.sys.dto.PagingVO<ChannelCustomerSettleComplexRespVO>> queryComplexPage(@RequestBody ChannelCustomerSettlePageParam pageParam)
-