接口 WdtOrderPageRpcService


@FeignClient(name="yst-dms2-sopt", path="/rpc/wdtorder/stock-doc") public interface WdtOrderPageRpcService
旺店通销售订单 / 销售退货单按店铺与时间查询 RPC(明细行平铺)。
  • 字段详细资料

  • 方法详细资料

    • listSalesOrderLines

      @PostMapping("/listSalesOrderLines") com.elitesland.ystdms.sys.dto.ApiResult<com.elitesland.ystdms.sys.dto.PagingVO<WdtSalesOrderLineRpcVO>> listSalesOrderLines(@RequestBody WdtOrderShopTimeRpcParamDTO param)
      按店铺编码列表 + 下单时间范围查询销售订单明细行(主表+明细平铺),分页返回。
    • listReturnOrderLines

      @PostMapping("/listReturnOrderLines") com.elitesland.ystdms.sys.dto.ApiResult<com.elitesland.ystdms.sys.dto.PagingVO<WdtReturnOrderLineRpcVO>> listReturnOrderLines(@RequestBody WdtOrderShopTimeRpcParamDTO param)
      按店铺编码列表 + 退货时间范围查询销售退货单明细行(主表+明细平铺),分页返回。