接口 CustBusinessCategoryRpcService
@FeignClient(name="yst-dms2-ss",
path="/rpc/template/template/sales/open-api")
@Validated
public interface CustBusinessCategoryRpcService
客户业务分类RPC服务接口
-
字段概要
字段 -
方法概要
修饰符和类型方法说明com.elitesland.ystdms.sys.dto.ApiResult<List<CustBusinessCategoryDto>> 查询业务分类列表 根据业务分类编码列表查询业务分类信息com.elitesland.ystdms.sys.dto.ApiResult<List<CustBusinessCodeAndNameDto>> 根据业务分类编码列表查询业务分类名称列表 根据业务分类编码列表查询业务分类编码和名称
-
字段详细资料
-
URI
- 另请参阅:
-
-
方法详细资料
-
businessCategoryListByCodeList
@PostMapping("/businessCategoryListByCodeList") com.elitesland.ystdms.sys.dto.ApiResult<List<CustBusinessCategoryDto>> businessCategoryListByCodeList(@RequestBody CustBusinessCategoryRpcParam param) 查询业务分类列表 根据业务分类编码列表查询业务分类信息- 参数:
param- 业务分类查询参数- 返回:
- 业务分类信息列表
-
businessCodeAndNameListByCodeList
@PostMapping("/businessCodeAndNameListByCodeList") com.elitesland.ystdms.sys.dto.ApiResult<List<CustBusinessCodeAndNameDto>> businessCodeAndNameListByCodeList(@RequestBody CustBusinessCategoryRpcParam param) 根据业务分类编码列表查询业务分类名称列表 根据业务分类编码列表查询业务分类编码和名称- 参数:
param- 业务分类查询参数- 返回:
- 业务分类编码和名称列表
-