TimeMapper.xml
페이지 정보
작성자 관리자 작성일 24-07-16 14:48 조회 524 댓글 0본문
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.pkt.mapper.TimeMapper">
<select id="getTime" resultType="string">
select now()
</select>
</mapper>
댓글목록 0
등록된 댓글이 없습니다.