接口 OrderImportRpcService


@FeignClient(name="yst-dms2-sopt", path="/rpc/order/so/template/execute") @Validated @Deprecated public interface OrderImportRpcService
已过时。
  • 字段概要

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

    修饰符和类型
    方法
    说明
    com.elitesland.ystdms.sys.dto.ApiResult<com.elitesland.ystdms.data.api.dto.DataImportResponse>
    executeImport(com.elitesland.ystdms.data.api.dto.DataImportRequest dataImportRequest)
    已过时。
     
  • 字段详细资料

  • 方法详细资料

    • executeImport

      @PostMapping("/import") com.elitesland.ystdms.sys.dto.ApiResult<com.elitesland.ystdms.data.api.dto.DataImportResponse> executeImport(@RequestBody com.elitesland.ystdms.data.api.dto.DataImportRequest dataImportRequest)
      已过时。