|
@@ -48,7 +48,7 @@ public class TmsStudentInfoController extends BaseController {
|
|
|
* 查询我的学员信息列表(查询用)
|
|
|
*/
|
|
|
@GetMapping("/allStudentInfoList")
|
|
|
- @ApiOperation("查询我的学员信息列表(查询用)")
|
|
|
+ @ApiOperation("预报地区-查询我的学员信息列表(查询用)")
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "pageNum", value = "当前页码", dataType = "int", paramType = "query", required = false),
|
|
|
@ApiImplicitParam(name = "pageSize", value = "每页数据量", dataType = "int", paramType = "query", required = false),
|
|
@@ -64,7 +64,7 @@ public class TmsStudentInfoController extends BaseController {
|
|
|
* 查询在校学员信息列表(查询用)
|
|
|
*/
|
|
|
@GetMapping("/allSchoolStudentInfoList")
|
|
|
- @ApiOperation("查询在校学员信息列表(查询用)")
|
|
|
+ @ApiOperation("预报地区-查询在校学员信息列表(查询用)")
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "pageNum", value = "当前页码", dataType = "int", paramType = "query", required = false),
|
|
|
@ApiImplicitParam(name = "pageSize", value = "每页数据量", dataType = "int", paramType = "query", required = false),
|