接口 FactoryRpcService


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

  • 方法详细资料

    • queryPage

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

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