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