配置修改

This commit is contained in:
秦鸿展
2026-05-11 09:06:04 +08:00
parent 11a0b15d19
commit 836e058249
@@ -41,6 +41,7 @@ public interface OmsServiceFeign {
@GetMapping("/erpEnterpriseUnitApi/unitList")
public AjaxResult getUnitList(ErpEnterpriseUnitDTO erpEnterpriseUnitDTO);
//查询企业国别列表-新增物料时显示下拉框数据
@ApiOperation("查询企业国别列表-新增物料时显示下拉框数据")
@GetMapping("/erpCountryApi/countryList")
public AjaxResult getCountryList(ErpCountryDTO erpCountryDTO);