OMS-GW-企业国别
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user