|
|
@ -14,7 +14,7 @@ import cokr.xit.base.web.ApplicationController;
|
|
|
|
import cokr.xit.fims.crdn.service.ImportService;
|
|
|
|
import cokr.xit.fims.crdn.service.ImportService;
|
|
|
|
|
|
|
|
|
|
|
|
@Controller("fimsInterface")
|
|
|
|
@Controller("fimsInterface")
|
|
|
|
@RequestMapping(value = "/interface/smg", name = "국민 신문고 민원")
|
|
|
|
@RequestMapping(value = "/intf/fims/smg", name = "국민 신문고 민원")
|
|
|
|
public class InterfaceController extends ApplicationController {
|
|
|
|
public class InterfaceController extends ApplicationController {
|
|
|
|
@Resource(name = "importService")
|
|
|
|
@Resource(name = "importService")
|
|
|
|
private ImportService importService;
|
|
|
|
private ImportService importService;
|
|
|
|