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
相關文章
相關標籤/搜索