首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

批量增多

2012-11-18 
批量增加public String batchAddStudents() {ListInteger ids new ArrayListInteger()ids.add(id)

批量增加




public String batchAddStudents() {List<Integer> ids = new ArrayList<Integer>();ids.add(id);studentService.saveStudentCourse(ids);return SUCCESS;}

热点排行