Interface SysUnSaleCenterSettingFeignClient


@FeignClient(name="${yst.service.system:yst-dms2-newsys}", path="/api/v1/sys/unSaleCenterSetting") public interface SysUnSaleCenterSettingFeignClient
销售中心设置控制器
Since:
2026-01-20
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • oneByBuCode

      @GetMapping("/byBuCode/{buCode}") ApiResult<?> oneByBuCode(@PathVariable("buCode") String buCode)