接口 OtherMaterialRpcService
@FeignClient(name="yst-dms2-ss",
path="/rpc/template/template/other-material/open-api")
@Validated
public interface OtherMaterialRpcService
其他物料RPC服务接口
-
字段概要
字段 -
方法概要
修饰符和类型方法说明com.elitesland.ystdms.sys.dto.ApiResult<List<OtherMaterialRespVO>> list(OtherMaterialPageParam pageParam) com.elitesland.ystdms.sys.dto.ApiResult<com.elitesland.ystdms.sys.dto.PagingVO<OtherMaterialRespVO>> page(OtherMaterialPageParam pageParam) com.elitesland.ystdms.sys.dto.ApiResult<List<OtherMaterialSaleRespVO>> querySaleOrg(List<OtherMaterialSalePageParam> paramList)
-
字段详细资料
-
URI
- 另请参阅:
-
-
方法详细资料
-
page
@PostMapping("/page") com.elitesland.ystdms.sys.dto.ApiResult<com.elitesland.ystdms.sys.dto.PagingVO<OtherMaterialRespVO>> page(@RequestBody OtherMaterialPageParam pageParam) -
list
@PostMapping("/list") com.elitesland.ystdms.sys.dto.ApiResult<List<OtherMaterialRespVO>> list(@RequestBody OtherMaterialPageParam pageParam) -
querySaleOrg
@PostMapping("/querySaleOrg") com.elitesland.ystdms.sys.dto.ApiResult<List<OtherMaterialSaleRespVO>> querySaleOrg(@RequestBody List<OtherMaterialSalePageParam> paramList)
-