mybatis的一对一 一对多 多对多

1、表 2、建表语句     order_t表 CREATE TABLE `order_t` (   `id` int(11) NOT NULL,   `user_id` int(11) DEFAULT NULL,   `createtime` datetime DEFAULT NULL,   `note` varchar(255) DEFAULT NULL,   PRIMARY KEY (`id
相关文章
相关标签/搜索