국유인 실태조사 적합여부 임의로 업데이트 API
This commit is contained in:
@@ -175,4 +175,11 @@ public class SchedulerApiController {
|
||||
inferenceResultShpService.createShp(uuid);
|
||||
return ApiResponseDto.createOK(null);
|
||||
}
|
||||
|
||||
@Operation(summary = "국유인 실태조사 적합여부 랜덤 업데이트", description = "국유인 실태조사 적합여부 랜덤 업데이트")
|
||||
@PutMapping("/gukyuin/random-stblt-update/{uid}/{updateCnt}")
|
||||
public ApiResponseDto<Integer> updateStbltRandomData(
|
||||
@PathVariable String uid, @PathVariable int updateCnt) {
|
||||
return ApiResponseDto.ok(gukYuinApiService.updateStbltRandomData(uid, updateCnt));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user