接口 RpcLandProductService


@FeignClient(name="yst-dms2-sopt", path="/rpc/landProduct") @Validated public interface RpcLandProductService
  • 字段概要

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

    修饰符和类型
    方法
    说明
    com.elitesland.ystdms.sys.dto.ApiResult<Boolean>
    checkValidLandProduct(String whCode, String goods11Code)
    校验仓库+商品是否存在有效落地配数据
  • 字段详细资料

  • 方法详细资料

    • checkValidLandProduct

      @PostMapping("/checkValidLandProduct") com.elitesland.ystdms.sys.dto.ApiResult<Boolean> checkValidLandProduct(@RequestParam("whCode") String whCode, @RequestParam("goods11Code") String goods11Code)
      校验仓库+商品是否存在有效落地配数据