|
|
|
@ -1,14 +1,12 @@
|
|
|
|
package go.kr.project.crdn.crndRegistAndView.main.controller;
|
|
|
|
package go.kr.project.crdn.crndRegistAndView.main.controller;
|
|
|
|
|
|
|
|
|
|
|
|
import egovframework.constant.MessageConstants;
|
|
|
|
|
|
|
|
import egovframework.constant.TilesConstants;
|
|
|
|
import egovframework.constant.TilesConstants;
|
|
|
|
import egovframework.exception.MessageException;
|
|
|
|
import egovframework.exception.MessageException;
|
|
|
|
import egovframework.util.ApiResponseUtil;
|
|
|
|
import egovframework.util.ApiResponseUtil;
|
|
|
|
import egovframework.util.SessionUtil;
|
|
|
|
import egovframework.util.SessionUtil;
|
|
|
|
import go.kr.project.crdn.crndRegistAndView.main.model.CrdnRegistAndViewVO;
|
|
|
|
|
|
|
|
import go.kr.project.crdn.crndRegistAndView.main.model.CrdnRelevyVO;
|
|
|
|
import go.kr.project.crdn.crndRegistAndView.main.model.CrdnRelevyVO;
|
|
|
|
import go.kr.project.crdn.crndRegistAndView.main.service.CrdnRelevyService;
|
|
|
|
|
|
|
|
import go.kr.project.crdn.crndRegistAndView.main.service.CrdnRegistAndViewService;
|
|
|
|
import go.kr.project.crdn.crndRegistAndView.main.service.CrdnRegistAndViewService;
|
|
|
|
|
|
|
|
import go.kr.project.crdn.crndRegistAndView.main.service.CrdnRelevyService;
|
|
|
|
import io.swagger.v3.oas.annotations.Operation;
|
|
|
|
import io.swagger.v3.oas.annotations.Operation;
|
|
|
|
import io.swagger.v3.oas.annotations.Parameter;
|
|
|
|
import io.swagger.v3.oas.annotations.Parameter;
|
|
|
|
import io.swagger.v3.oas.annotations.responses.ApiResponse;
|
|
|
|
import io.swagger.v3.oas.annotations.responses.ApiResponse;
|
|
|
|
@ -20,9 +18,7 @@ import org.springframework.http.ResponseEntity;
|
|
|
|
import org.springframework.stereotype.Controller;
|
|
|
|
import org.springframework.stereotype.Controller;
|
|
|
|
import org.springframework.ui.Model;
|
|
|
|
import org.springframework.ui.Model;
|
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
import org.springframework.web.servlet.ModelAndView;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import java.util.HashMap;
|
|
|
|
|
|
|
|
import java.util.Map;
|
|
|
|
import java.util.Map;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
|