OMS-GW-企业国别

This commit is contained in:
zhaoqing
2026-05-07 18:29:40 +08:00
parent 9139485e6d
commit 9b67df1e88
2 changed files with 122 additions and 0 deletions
@@ -53,5 +53,10 @@ public class ErpCountryApi extends BaseController{
return toAjax(erpCountryApplicationService.deleteByIds(idList));
}
@ApiOperation("批量推送企业国别")
@PostMapping("/batchPush")
public AjaxResult batchPush(@RequestBody List<ErpCountryDTO> dtoList) {
return erpCountryApplicationService.batchPush(dtoList);
}
}