接口 FactoryRpcService
@FeignClient(name="yst-dms2-ss",
path="/rpc/template/template/factory")
@Validated
public interface FactoryRpcService
工厂RPC服务接口
-
方法概要
修饰符和类型方法说明com.elitesland.ystdms.sys.dto.ApiResult<com.elitesland.ystdms.sys.dto.PagingVO<FactoryRespVO>> queryPage(FactoryPageParam param) 分页查询工厂列表
-
方法详细资料
-
queryPage
@PostMapping("/queryPage") com.elitesland.ystdms.sys.dto.ApiResult<com.elitesland.ystdms.sys.dto.PagingVO<FactoryRespVO>> queryPage(@RequestBody FactoryPageParam param) 分页查询工厂列表- 参数:
param- 查询参数- 返回:
- 工厂分页列表
-