接口 FinishedProductFactoryRpcService
@FeignClient(name="yst-dms2-ss",
path="/rpc/template/template/factory-product/open-api")
@Validated
public interface FinishedProductFactoryRpcService
产成品工厂关联RPC服务接口
-
字段概要
字段 -
方法概要
修饰符和类型方法说明com.elitesland.ystdms.sys.dto.ApiResult<List<FinishedProductFactoryRespVO>> 查询产成品工厂关联列表(不分页)com.elitesland.ystdms.sys.dto.ApiResult<com.elitesland.ystdms.sys.dto.PagingVO<FinishedProductFactoryRespVO>> 分页查询产成品工厂关联列表
-
字段详细资料
-
URI
- 另请参阅:
-
-
方法详细资料
-
queryPage
@PostMapping("/queryPage") com.elitesland.ystdms.sys.dto.ApiResult<com.elitesland.ystdms.sys.dto.PagingVO<FinishedProductFactoryRespVO>> queryPage(@RequestBody FinishedProductFactoryPageParam param) 分页查询产成品工厂关联列表- 参数:
param- 查询参数- 返回:
- 产成品工厂关联分页列表
-
queryList
@PostMapping("/queryList") com.elitesland.ystdms.sys.dto.ApiResult<List<FinishedProductFactoryRespVO>> queryList(@RequestBody FinishedProductFactoryPageParam param) 查询产成品工厂关联列表(不分页)- 参数:
param- 查询参数- 返回:
- 产成品工厂关联列表
-