|
|
@ -179,15 +179,10 @@ public class ResidentAndDisabledController {
|
|
|
|
//---------------------------------------------------------------------------------
|
|
|
|
//---------------------------------------------------------------------------------
|
|
|
|
// 심사자
|
|
|
|
// 심사자
|
|
|
|
//---------------------------------------------------------------------------------
|
|
|
|
//---------------------------------------------------------------------------------
|
|
|
|
//@Secured(policy = SecurityPolicy.TOKEN)
|
|
|
|
@Secured(policy = SecurityPolicy.TOKEN)
|
|
|
|
@Operation(summary = "심사자별 거주자/장애인 의견진술 심의목록 조회" , description = "심사자별 거주자/장애인 의견진술 심의목록 조회")
|
|
|
|
@Operation(summary = "심사자별 거주자/장애인 의견진술 심의목록 조회" , description = "심사자별 거주자/장애인 의견진술 심의목록 조회")
|
|
|
|
@Parameters({
|
|
|
|
@Parameters({
|
|
|
|
@Parameter(in = ParameterIn.QUERY, name = "msDatagb", description = "데이타구분(1-거주자, 2-장애인)", required = true, example = "1"),
|
|
|
|
@Parameter(in = ParameterIn.QUERY, name = "msDatagb", description = "데이타구분(1-거주자, 2-장애인)", required = true, example = "1")
|
|
|
|
//@Parameter(in = ParameterIn.QUERY, name = "scYear", description = "심사년도", required = true, example = "2021"),
|
|
|
|
|
|
|
|
//@Parameter(in = ParameterIn.QUERY, name = "scChasu", description = "차수", required = false, example = " "),
|
|
|
|
|
|
|
|
//@Parameter(in = ParameterIn.QUERY, name = "page", description = "페이지", required = true, example = "0"),
|
|
|
|
|
|
|
|
//@Parameter(in = ParameterIn.QUERY, name = "size", description = "페이지당갯수", required = true, example = "10")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
})
|
|
|
|
@GetMapping(value = "/judge", produces = MediaType.APPLICATION_JSON_VALUE)
|
|
|
|
@GetMapping(value = "/judge", produces = MediaType.APPLICATION_JSON_VALUE)
|
|
|
|
public ResponseEntity<? extends IRestResponse> findByUserJudges(
|
|
|
|
public ResponseEntity<? extends IRestResponse> findByUserJudges(
|
|
|
|