표지정보 조회 관련 파일명 변경
parent
47f090cdfd
commit
32c094dd70
@ -1,39 +0,0 @@
|
|||||||
package cokr.xit.fims.crdn.web;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Map;
|
|
||||||
|
|
||||||
import javax.annotation.Resource;
|
|
||||||
|
|
||||||
import org.springframework.stereotype.Controller;
|
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
|
||||||
import org.springframework.web.servlet.ModelAndView;
|
|
||||||
|
|
||||||
import cokr.xit.base.code.CommonCode;
|
|
||||||
import cokr.xit.base.web.ApplicationController;
|
|
||||||
|
|
||||||
/** 표지정보 미확인 자료 확인을 위한 서비스 웹 컨트롤러.<br />
|
|
||||||
* {웹 컨텍스트}/crdn/crdn08 로 접근할 수 있다.
|
|
||||||
* @author leebj
|
|
||||||
*/
|
|
||||||
@Controller
|
|
||||||
@RequestMapping(name="표지정보 미확인 자료", value="/crdn/crdn08")
|
|
||||||
public class Crdn08Controller extends ApplicationController {
|
|
||||||
|
|
||||||
//@Resource(name="crdn08Service")
|
|
||||||
//private Crdn08Service crdn08Service;
|
|
||||||
|
|
||||||
/** 표지정보 미확인 자료 메인화면을 연다.
|
|
||||||
* @return fims/crdn/crdn08010-main
|
|
||||||
*/
|
|
||||||
@RequestMapping(name="표지정보 미확인 자료 메인", value="/010/main.do")
|
|
||||||
public ModelAndView tagInformationUndefinedDataMain() {
|
|
||||||
ModelAndView mav = new ModelAndView();
|
|
||||||
mav.setViewName("fims/crdn/crdn08010-main");
|
|
||||||
mav.addObject("pageSuffix","crdn08010-main");
|
|
||||||
|
|
||||||
|
|
||||||
return mav;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue