文章分类 -  yii2

摘要:1、表结构分别有: order表: create table 'order'( 'order_id' int(11) not null auto_increment, 'order_info_id' int(11) not null, 'name' varchar(50) not null, 'nu 阅读全文
posted @ 2018-01-26 14:59 Mr*wang 阅读(237) 评论(0) 推荐(0)