|
|
@ApiOperation(value = "学生信息导出模板", notes = "学生信息导出模板", httpMethod = "GET")
|
|
@ApiOperation(value = "学生信息导出模板", notes = "学生信息导出模板", httpMethod = "GET")
|
|
|
@ApiOperation(value = "导出学生信息数据", notes = "导出学生信息数据", httpMethod = "GET")
|
|
@ApiOperation(value = "导出学生信息数据", notes = "导出学生信息数据", httpMethod = "GET")
|
|
|
void welcomeStudentExport(@RequestAttribute String userId, HttpServletResponse response, Integer collegeId, Integer majorId, Integer classstrId, String trafficMethod, String name, String fillStatus, Integer isRegistered, Integer isPay, Integer isCheck, String school, String batchValue, Integer carNumber,Integer yearId) throws ParseException;
|
|
void welcomeStudentExport(@RequestAttribute String userId, HttpServletResponse response, Integer collegeId, Integer majorId, Integer classstrId, String trafficMethod, String name, String fillStatus, Integer isRegistered, Integer isPay, Integer isCheck, String school, String batchValue, Integer carNumber,Integer yearId) throws ParseException;
|