接口 FactoryRpcService


@FeignClient(name="yst-dms2-ss", path="/rpc/template/template/material/open-api") @Validated public interface FactoryRpcService
工厂RPC服务接口
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final String
     
  • 方法概要

    修饰符和类型
    方法
    说明
    com.elitesland.ystdms.sys.dto.ApiResult<com.elitesland.ystdms.sys.dto.PagingVO<FactoryRespVO>>
    分页查询工厂列表
  • 字段详细资料

  • 方法详细资料

    • queryPage

      @PostMapping("/queryPage") com.elitesland.ystdms.sys.dto.ApiResult<com.elitesland.ystdms.sys.dto.PagingVO<FactoryRespVO>> queryPage(@RequestBody FactoryPageParam param)
      分页查询工厂列表
      参数:
      param - 查询参数
      返回:
      工厂分页列表