|
|
@ -4,6 +4,7 @@ import java.util.List;
|
|
|
|
|
|
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
|
import javax.annotation.Resource;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import org.springframework.http.MediaType;
|
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
@ -33,7 +34,7 @@ import lombok.Setter;
|
|
|
|
* </pre>
|
|
|
|
* </pre>
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@RestController
|
|
|
|
@RestController
|
|
|
|
@RequestMapping(name = "과태료 대장 단속정보", value = "/intf/lntris")
|
|
|
|
@RequestMapping(name = "과태료 대장 단속정보", value = "/intf/lntris", produces = MediaType.APPLICATION_JSON_VALUE)
|
|
|
|
public class LntrisAController extends AbstractController {
|
|
|
|
public class LntrisAController extends AbstractController {
|
|
|
|
/**과태료 대장 단속정보 서비스*/
|
|
|
|
/**과태료 대장 단속정보 서비스*/
|
|
|
|
@Resource(name = "lntrisAService")
|
|
|
|
@Resource(name = "lntrisAService")
|
|
|
|