Ai
2 Star 0 Fork 0

舞尖芭蕾/mybatis-pagination

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tb_employee.sql 958 Bytes
一键复制 编辑 原始数据 按行查看 历史
Archx 提交于 2015-02-12 23:43 +08:00 . 更多测试
/*
Navicat MySQL Data Transfer
Source Server : localhost_3306
Source Server Version : 50622
Source Host : localhost:3306
Source Database : devdb
Target Server Type : MYSQL
Target Server Version : 50622
File Encoding : 65001
Date: 2015-02-12 23:41:21
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `tb_employee`
-- ----------------------------
DROP TABLE IF EXISTS `tb_employee`;
CREATE TABLE `tb_employee` (
`id` int(11) NOT NULL,
`name` varchar(20) DEFAULT NULL,
`age` int(11) DEFAULT NULL,
`gender` varchar(20) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of tb_employee
-- ----------------------------
INSERT INTO `tb_employee` VALUES ('1', '似玉', '20', 'Male');
INSERT INTO `tb_employee` VALUES ('2', '如花', '18', 'Femal');
INSERT INTO `tb_employee` VALUES ('3', '张小花', '17', 'Male');
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangdanqing/mybatis-pagination.git
git@gitee.com:wangdanqing/mybatis-pagination.git
wangdanqing
mybatis-pagination
mybatis-pagination
master

搜索帮助