码迷,mamicode.com
首页 > 移动开发 > 详细

mapper文件简单格式

时间:2019-10-24 10:14:17      阅读:90      评论:0      收藏:0      [点我收藏+]

标签:des   order by   方法   包名   utf-8   count   type   文件   last   

<?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="包名">

<select id="接口方法名" resultType=model地址">
select id , title ,detail_desc , answer_count,last_modified
from questions order by last_modified desc
</select>

mapper文件简单格式

标签:des   order by   方法   包名   utf-8   count   type   文件   last   

原文地址:https://www.cnblogs.com/mobies/p/11730011.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!