car brand.zip
----品牌 INSERT INTO `car_brand` (`id`, `brand_name`, `create_time`, `deleted`, `first_word`, `pinyin`, `update_time`) VALUES (2, '奔驰', '2020-1-2 22:49:38', 0, 'B', 'benchi', '2020-1-2 22:49:38'); ----车型 INSERT INTO `car_model` (`id`, `brand_id`, `create_time`, `introduction`, `update_time`) VALU
用户评论