基础信息-物料管理-新增页面 添加新下拉框数据
This commit is contained in:
@@ -70,4 +70,11 @@ public class ErpCountryApi extends BaseController{
|
||||
return AjaxResult.success(erpCountry);
|
||||
}
|
||||
|
||||
@ApiOperation("查询企业国别列表-下拉框用")
|
||||
@GetMapping("/countryList")
|
||||
public AjaxResult countryList(ErpCountryDTO erpCountryDTO){
|
||||
TableDataInfo tableDataInfo = erpCountryApplicationService.queryList(erpCountryDTO);
|
||||
return AjaxResult.success(tableDataInfo.getData());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user