mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-08 22:40:43 +08:00
7672 lines
611 KiB
SQL
7672 lines
611 KiB
SQL
# ************************************************************
|
||
# Sequel Pro SQL dump
|
||
# Version 4541
|
||
#
|
||
# http://www.sequelpro.com/
|
||
# https://github.com/sequelpro/sequelpro
|
||
#
|
||
# Host: 127.0.0.1 (MySQL 5.7.31)
|
||
# Database: shopxo_online
|
||
# Generation Time: 2023-04-08 11:17:23 +0000
|
||
# ************************************************************
|
||
|
||
|
||
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
||
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
|
||
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
|
||
/*!40101 SET NAMES utf8 */;
|
||
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
|
||
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
|
||
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
|
||
|
||
|
||
# Dump of table sxo_admin
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_admin`;
|
||
|
||
CREATE TABLE `sxo_admin` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '管理员id',
|
||
`username` char(30) NOT NULL DEFAULT '' COMMENT '用户名',
|
||
`login_pwd` char(32) NOT NULL DEFAULT '' COMMENT '登录密码',
|
||
`login_salt` char(6) NOT NULL DEFAULT '' COMMENT '登录密码配合加密字符串',
|
||
`mobile` char(11) NOT NULL DEFAULT '' COMMENT '手机号码',
|
||
`email` char(60) NOT NULL DEFAULT '' COMMENT '邮箱',
|
||
`gender` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '性别(0保密,1女,2男)',
|
||
`status` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '状态(0正常, 1无效)',
|
||
`login_total` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '登录次数',
|
||
`login_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '最后登录时间',
|
||
`role_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '所属角色组',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='管理员';
|
||
|
||
LOCK TABLES `sxo_admin` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_admin` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_admin` (`id`, `username`, `login_pwd`, `login_salt`, `mobile`, `email`, `gender`, `status`, `login_total`, `login_time`, `role_id`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(1,'admin','80b2c73b6e40c82ca7bf14d340ef3d48','611817','','xxx@email.com',0,0,1538,1680849732,1,1481350313,1659361312),
|
||
(4,'shopxo','8a0be7d8918209aab38b41514bed6791','112418','','',2,0,19,1667467387,13,1580807200,1659361305);
|
||
|
||
/*!40000 ALTER TABLE `sxo_admin` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_answer
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_answer`;
|
||
|
||
CREATE TABLE `sxo_answer` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户id',
|
||
`name` char(30) NOT NULL DEFAULT '' COMMENT '联系人',
|
||
`tel` char(20) NOT NULL DEFAULT '' COMMENT '联系电话',
|
||
`title` char(60) NOT NULL DEFAULT '' COMMENT '标题',
|
||
`content` text COMMENT '详细内容',
|
||
`reply` text COMMENT '回复内容',
|
||
`is_reply` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否已回复(0否, 1是)',
|
||
`reply_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '回复时间',
|
||
`is_show` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否显示(0不显示, 1显示)',
|
||
`access_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '访问次数',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `user_id` (`name`) USING BTREE,
|
||
KEY `is_show` (`is_show`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='用户留言/问答';
|
||
|
||
|
||
|
||
# Dump of table sxo_app_center_nav
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_app_center_nav`;
|
||
|
||
CREATE TABLE `sxo_app_center_nav` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`platform` char(30) NOT NULL DEFAULT 'pc' COMMENT '所属平台(pc PC网站, h5 H5手机网站, ios 苹果APP, android 安卓APP, alipay 支付宝小程序, weixin 微信小程序, baidu 百度小程序, toutiao 头条小程序, qq QQ小程序)',
|
||
`event_type` tinyint(4) NOT NULL DEFAULT '-1' COMMENT '事件类型(0 WEB页面, 1 内部页面(小程序或APP内部地址), 2 外部小程序(同一个主体下的小程序appid), 3 打开地图, 4 拨打电话)',
|
||
`event_value` char(255) NOT NULL DEFAULT '' COMMENT '事件值',
|
||
`images_url` char(255) NOT NULL DEFAULT '' COMMENT '图片地址',
|
||
`name` char(60) NOT NULL DEFAULT '' COMMENT '名称',
|
||
`desc` char(18) NOT NULL DEFAULT '' COMMENT '描述',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否启用(0否,1是)',
|
||
`is_need_login` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否需要登录(0否,1是)',
|
||
`sort` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '排序',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `platform` (`platform`) USING BTREE,
|
||
KEY `is_enable` (`is_enable`) USING BTREE,
|
||
KEY `sort` (`sort`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='手机 - 用户中心导航';
|
||
|
||
LOCK TABLES `sxo_app_center_nav` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_app_center_nav` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_app_center_nav` (`id`, `platform`, `event_type`, `event_value`, `images_url`, `name`, `desc`, `is_enable`, `is_need_login`, `sort`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(1,'weixin',1,'/pages/user-order/user-order?id=100','/static/upload/images/app_center_nav/2019/11/05/1572932149956815.png','我的订单','',1,0,0,1562159178,1659428012),
|
||
(2,'weixin',1,'/pages/user-favor/user-favor','/static/upload/images/app_center_nav/2019/07/03/1562157390405145.png','我的收藏','',1,1,0,1562155833,1562157399),
|
||
(3,'weixin',1,'/pages/user-address/user-address','/static/upload/images/app_center_nav/2019/07/03/1562157391533252.png','我的地址','',1,1,0,1562155871,1562157408),
|
||
(4,'weixin',1,'/pages/plugins/distribution/user/user','/static/upload/images/app_center_nav/2019/07/03/1562157391517979.png','我的分销','分享赚取佣金',1,1,0,1562155901,1572416957),
|
||
(5,'weixin',1,'/pages/plugins/membershiplevelvip/user/user','/static/upload/images/app_center_nav/2020/02/01/1580558516351420.png','我的会员','',1,1,0,1562159178,1592661221),
|
||
(6,'weixin',1,'/pages/plugins/wallet/user/user','/static/upload/images/app_center_nav/2020/02/01/1580558490671574.png','我的钱包','',1,1,0,1562159178,1580558500),
|
||
(7,'weixin',1,'/pages/plugins/coupon/user/user','/static/upload/images/app_center_nav/2019/10/16/1571231187362091.png','我的卡券','',1,1,0,1562159178,1562157435),
|
||
(8,'weixin',1,'/pages/user-answer-list/user-answer-list','/static/upload/images/app_center_nav/2019/07/03/1562157391428293.png','我的留言','',1,1,0,1562156178,1562157435),
|
||
(9,'alipay',1,'/pages/user-order/user-order','/static/upload/images/app_center_nav/2019/11/05/1572932149956815.png','我的订单','',1,1,0,1562159178,1572932155),
|
||
(10,'alipay',1,'/pages/user-favor/user-favor','/static/upload/images/app_center_nav/2019/07/03/1562157390405145.png','我的收藏','',1,1,0,1562155833,1562157399),
|
||
(11,'alipay',1,'/pages/user-address/user-address','/static/upload/images/app_center_nav/2019/07/03/1562157391533252.png','我的地址','',1,1,0,1562155871,1562157408),
|
||
(12,'alipay',1,'/pages/plugins/distribution/user/user','/static/upload/images/app_center_nav/2019/07/03/1562157391517979.png','我的分销','分享赚取佣金',1,1,0,1562155901,1572416957),
|
||
(13,'alipay',1,'/pages/plugins/membershiplevelvip/user/user','/static/upload/images/app_center_nav/2020/02/01/1580558516351420.png','我的会员','',1,1,0,1562159178,1580558518),
|
||
(14,'alipay',1,'/pages/plugins/wallet/user/user','/static/upload/images/app_center_nav/2020/02/01/1580558490671574.png','我的钱包','',1,1,0,1562159178,1580558500),
|
||
(15,'alipay',1,'/pages/plugins/coupon/user/user','/static/upload/images/app_center_nav/2019/10/16/1571231187362091.png','我的卡券','',1,1,0,1562159178,1562157435),
|
||
(16,'alipay',1,'/pages/user-answer-list/user-answer-list','/static/upload/images/app_center_nav/2019/07/03/1562157391428293.png','我的留言','',1,1,0,1562156178,1562157435),
|
||
(17,'toutiao',1,'/pages/user-order/user-order','/static/upload/images/app_center_nav/2019/11/05/1572932149956815.png','我的订单','',1,1,0,1562159178,1572932155),
|
||
(18,'toutiao',1,'/pages/user-favor/user-favor','/static/upload/images/app_center_nav/2019/07/03/1562157390405145.png','我的收藏','',1,1,0,1562155833,1562157399),
|
||
(19,'toutiao',1,'/pages/user-address/user-address','/static/upload/images/app_center_nav/2019/07/03/1562157391533252.png','我的地址','',1,1,0,1562155871,1562157408),
|
||
(20,'toutiao',1,'/pages/plugins/distribution/user/user','/static/upload/images/app_center_nav/2019/07/03/1562157391517979.png','我的分销','分享赚取佣金',1,1,0,1562155901,1572416957),
|
||
(21,'toutiao',1,'/pages/plugins/membershiplevelvip/user/user','/static/upload/images/app_center_nav/2020/02/01/1580558516351420.png','我的会员','',1,1,0,1562159178,1580558518),
|
||
(22,'toutiao',1,'/pages/plugins/wallet/user/user','/static/upload/images/app_center_nav/2020/02/01/1580558490671574.png','我的钱包','',1,1,0,1562159178,1580558500),
|
||
(23,'toutiao',1,'/pages/plugins/coupon/user/user','/static/upload/images/app_center_nav/2019/10/16/1571231187362091.png','我的卡券','',1,1,0,1562159178,1562157435),
|
||
(24,'toutiao',1,'/pages/user-answer-list/user-answer-list','/static/upload/images/app_center_nav/2019/07/03/1562157391428293.png','我的留言','',1,1,0,1562156178,1562157435),
|
||
(25,'baidu',1,'/pages/user-order/user-order','/static/upload/images/app_center_nav/2019/11/05/1572932149956815.png','我的订单','',1,1,0,1562159178,1572932155),
|
||
(26,'baidu',1,'/pages/user-favor/user-favor','/static/upload/images/app_center_nav/2019/07/03/1562157390405145.png','我的收藏','',1,1,0,1562155833,1562157399),
|
||
(27,'baidu',1,'/pages/user-address/user-address','/static/upload/images/app_center_nav/2019/07/03/1562157391533252.png','我的地址','',1,1,0,1562155871,1562157408),
|
||
(28,'baidu',1,'/pages/plugins/distribution/user/user','/static/upload/images/app_center_nav/2019/07/03/1562157391517979.png','我的分销','分享赚取佣金',1,1,0,1562155901,1572416957),
|
||
(29,'baidu',1,'/pages/plugins/membershiplevelvip/user/user','/static/upload/images/app_center_nav/2020/02/01/1580558516351420.png','我的会员','',0,1,0,1562159178,1580558518),
|
||
(30,'baidu',1,'/pages/plugins/wallet/user/user','/static/upload/images/app_center_nav/2020/02/01/1580558490671574.png','我的钱包','',0,1,0,1562159178,1580558500),
|
||
(31,'baidu',1,'/pages/plugins/coupon/user/user','/static/upload/images/app_center_nav/2019/10/16/1571231187362091.png','我的卡券','',1,1,0,1562159178,1562157435),
|
||
(32,'baidu',1,'/pages/user-answer-list/user-answer-list','/static/upload/images/app_center_nav/2019/07/03/1562157391428293.png','我的留言','',1,1,0,1562156178,1562157435),
|
||
(33,'qq',1,'/pages/user-order/user-order','/static/upload/images/app_center_nav/2019/11/05/1572932149956815.png','我的订单','',1,1,0,1562159178,1572932155),
|
||
(34,'qq',1,'/pages/user-favor/user-favor','/static/upload/images/app_center_nav/2019/07/03/1562157390405145.png','我的收藏','',1,1,0,1562155833,1562157399),
|
||
(35,'qq',1,'/pages/user-address/user-address','/static/upload/images/app_center_nav/2019/07/03/1562157391533252.png','我的地址','',1,1,0,1562155871,1562157408),
|
||
(36,'qq',1,'/pages/plugins/distribution/user/user','/static/upload/images/app_center_nav/2019/07/03/1562157391517979.png','我的分销','分享赚取佣金',0,1,0,1562155901,1572416957),
|
||
(37,'qq',1,'/pages/plugins/membershiplevelvip/user/user','/static/upload/images/app_center_nav/2020/02/01/1580558516351420.png','我的会员','',0,1,0,1562159178,1580558518),
|
||
(38,'qq',1,'/pages/plugins/wallet/user/user','/static/upload/images/app_center_nav/2020/02/01/1580558490671574.png','我的钱包','',1,1,0,1562159178,1580558500),
|
||
(39,'qq',1,'/pages/plugins/coupon/user/user','/static/upload/images/app_center_nav/2019/10/16/1571231187362091.png','我的卡券','',1,1,0,1562159178,1562157435),
|
||
(40,'qq',1,'/pages/user-answer-list/user-answer-list','/static/upload/images/app_center_nav/2019/07/03/1562157391428293.png','我的留言','',1,1,0,1562156178,1562157435),
|
||
(41,'weixin',1,'/pages/plugins/excellentbuyreturntocash/profit/profit','/static/upload/images/app_center_nav/2020/02/01/1580558490671574.png','优购返现','',1,0,0,1583745264,0),
|
||
(42,'weixin',1,'/pages/plugins/invoice/user/user','/static/upload/images/app_center_nav/2020/12/08/1607398361522502.png','我的发票','',1,0,0,1607398368,0),
|
||
(43,'alipay',1,'/pages/plugins/invoice/user/user','/static/upload/images/app_center_nav/2020/12/08/1607398361522502.png','我的发票','',1,0,0,1607398368,0),
|
||
(44,'baidu',1,'/pages/plugins/invoice/user/user','/static/upload/images/app_center_nav/2020/12/08/1607398361522502.png','我的发票','',1,0,0,1607398368,0),
|
||
(45,'toutiao',1,'/pages/plugins/invoice/user/user','/static/upload/images/app_center_nav/2020/12/08/1607398361522502.png','我的发票','',1,0,0,1607398368,0),
|
||
(46,'qq',1,'/pages/plugins/invoice/user/user','/static/upload/images/app_center_nav/2020/12/08/1607398361522502.png','我的发票','',1,0,0,1607398368,0),
|
||
(47,'weixin',1,'/pages/plugins/signin/user/user','/static/upload/images/app_center_nav/2020/12/22/1608608498784252.png','我的签到','',1,0,0,1607398368,1608608501),
|
||
(48,'alipay',1,'/pages/plugins/signin/user/user','/static/upload/images/app_center_nav/2020/12/22/1608608498784252.png','我的签到','',1,0,0,1607398368,0),
|
||
(49,'baidu',1,'/pages/plugins/signin/user/user','/static/upload/images/app_center_nav/2020/12/22/1608608498784252.png','我的签到','',1,0,0,1607398368,0),
|
||
(50,'toutiao',1,'/pages/plugins/signin/user/user','/static/upload/images/app_center_nav/2020/12/22/1608608498784252.png','我的签到','',1,0,0,1607398368,0),
|
||
(51,'qq',1,'/pages/plugins/signin/user/user','/static/upload/images/app_center_nav/2020/12/22/1608608498784252.png','我的签到','',1,0,0,1607398368,0),
|
||
(52,'h5',1,'/pages/user-order/user-order','/static/upload/images/app_center_nav/2019/11/05/1572932149956815.png','我的订单','',1,1,0,1562159178,1572932155),
|
||
(53,'h5',1,'/pages/user-favor/user-favor','/static/upload/images/app_center_nav/2019/07/03/1562157390405145.png','我的收藏','',1,1,0,1562155833,1562157399),
|
||
(54,'h5',1,'/pages/user-address/user-address','/static/upload/images/app_center_nav/2019/07/03/1562157391533252.png','我的地址','',1,1,0,1562155871,1562157408),
|
||
(55,'h5',1,'/pages/plugins/distribution/user/user','/static/upload/images/app_center_nav/2019/07/03/1562157391517979.png','我的分销','分享赚取佣金',1,1,0,1562155901,1572416957),
|
||
(56,'h5',1,'/pages/plugins/membershiplevelvip/user/user','/static/upload/images/app_center_nav/2020/02/01/1580558516351420.png','我的会员','',1,1,0,1562159178,1580558518),
|
||
(57,'h5',1,'/pages/plugins/wallet/user/user','/static/upload/images/app_center_nav/2020/02/01/1580558490671574.png','我的钱包','',1,1,0,1562159178,1580558500),
|
||
(58,'h5',1,'/pages/plugins/coupon/user/user','/static/upload/images/app_center_nav/2019/10/16/1571231187362091.png','我的卡券','',1,1,0,1562159178,1562157435),
|
||
(59,'h5',1,'/pages/user-answer-list/user-answer-list','/static/upload/images/app_center_nav/2019/07/03/1562157391428293.png','我的留言','',1,1,0,1562156178,1562157435),
|
||
(60,'h5',1,'/pages/plugins/invoice/user/user','/static/upload/images/app_center_nav/2020/12/08/1607398361522502.png','我的发票','',1,0,0,1607398368,0),
|
||
(61,'h5',1,'/pages/plugins/signin/user/user','/static/upload/images/app_center_nav/2020/12/22/1608608498784252.png','我的签到','',1,0,0,1607398368,0),
|
||
(62,'kuaishou',1,'/pages/user-order/user-order?id=100','/static/upload/images/app_center_nav/2019/11/05/1572932149956815.png','我的订单','',1,0,0,1562159178,1638879567),
|
||
(63,'kuaishou',1,'/pages/user-favor/user-favor','/static/upload/images/app_center_nav/2019/07/03/1562157390405145.png','我的收藏','',1,1,0,1562155833,1562157399),
|
||
(64,'kuaishou',1,'/pages/user-address/user-address','/static/upload/images/app_center_nav/2019/07/03/1562157391533252.png','我的地址','',1,1,0,1562155871,1562157408),
|
||
(65,'kuaishou',1,'/pages/plugins/distribution/user/user','/static/upload/images/app_center_nav/2019/07/03/1562157391517979.png','我的分销','分享赚取佣金',1,1,0,1562155901,1572416957),
|
||
(66,'kuaishou',1,'/pages/plugins/membershiplevelvip/user/user','/static/upload/images/app_center_nav/2020/02/01/1580558516351420.png','我的会员','',1,1,0,1562159178,1592661221),
|
||
(67,'kuaishou',1,'/pages/plugins/wallet/user/user','/static/upload/images/app_center_nav/2020/02/01/1580558490671574.png','我的钱包','',1,1,0,1562159178,1580558500),
|
||
(68,'kuaishou',1,'/pages/plugins/coupon/user/user','/static/upload/images/app_center_nav/2019/10/16/1571231187362091.png','我的卡券','',1,1,0,1562159178,1562157435),
|
||
(69,'kuaishou',1,'/pages/user-answer-list/user-answer-list','/static/upload/images/app_center_nav/2019/07/03/1562157391428293.png','我的留言','',1,1,0,1562156178,1562157435),
|
||
(70,'kuaishou',1,'/pages/plugins/excellentbuyreturntocash/profit/profit','/static/upload/images/app_center_nav/2020/02/01/1580558490671574.png','优购返现','',1,0,0,1583745264,0),
|
||
(71,'kuaishou',1,'/pages/plugins/invoice/user/user','/static/upload/images/app_center_nav/2020/12/08/1607398361522502.png','我的发票','',1,0,0,1607398368,0),
|
||
(72,'kuaishou',1,'/pages/plugins/signin/user/user','/static/upload/images/app_center_nav/2020/12/22/1608608498784252.png','我的签到','',1,0,0,1607398368,1608608501);
|
||
|
||
/*!40000 ALTER TABLE `sxo_app_center_nav` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_app_home_nav
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_app_home_nav`;
|
||
|
||
CREATE TABLE `sxo_app_home_nav` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`platform` char(30) NOT NULL DEFAULT 'pc' COMMENT '所属平台(pc PC网站, h5 H5手机网站, ios 苹果APP, android 安卓APP, alipay 支付宝小程序, weixin 微信小程序, baidu 百度小程序, toutiao 头条小程序, qq QQ小程序)',
|
||
`event_type` tinyint(4) NOT NULL DEFAULT '-1' COMMENT '事件类型(0 WEB页面, 1 内部页面(小程序或APP内部地址), 2 外部小程序(同一个主体下的小程序appid), 3 打开地图, 4 拨打电话)',
|
||
`event_value` char(255) NOT NULL DEFAULT '' COMMENT '事件值',
|
||
`images_url` char(255) NOT NULL DEFAULT '' COMMENT '图片地址',
|
||
`name` char(60) NOT NULL DEFAULT '' COMMENT '名称',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否启用(0否,1是)',
|
||
`is_need_login` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否需要登录(0否,1是)',
|
||
`bg_color` char(30) NOT NULL DEFAULT '' COMMENT 'css背景色值',
|
||
`sort` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '排序',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `platform` (`platform`) USING BTREE,
|
||
KEY `is_enable` (`is_enable`) USING BTREE,
|
||
KEY `sort` (`sort`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='手机 - 首页导航';
|
||
|
||
LOCK TABLES `sxo_app_home_nav` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_app_home_nav` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_app_home_nav` (`id`, `platform`, `event_type`, `event_value`, `images_url`, `name`, `is_enable`, `is_need_login`, `bg_color`, `sort`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(1,'weixin',1,'/pages/goods-category/goods-category','/static/upload/images/app_nav/2018/11/19/2018111915461980516.png','分类',1,0,'#48CFAE',0,1542563498,1592659437),
|
||
(2,'weixin',1,'/pages/plugins/coupon/index/index','/static/upload/images/app_nav/2019/10/16/1571231655606153.png','优惠券',1,0,'#FF0066',0,1542613659,1592659444),
|
||
(3,'weixin',1,'/pages/user-order/user-order','/static/upload/images/app_nav/2018/11/19/2018111915482687655.png','订单',1,0,'#CC6633',0,1542613706,1572417702),
|
||
(4,'weixin',1,'/pages/plugins/weixinliveplayer/index/index','/static/upload/images/app_nav/2020/04/19/1587304154495133.png','直播',1,0,'#FF00CC',0,1542613752,1635418356),
|
||
(5,'pc',4,'17600000000','/static/upload/images/app_nav/2018/11/19/2018111915461980516.png','拨打电话',1,0,'#FB6E52',0,1555913238,1609165650),
|
||
(6,'pc',3,'ShopXO|上海浦东新区张江高科技园区XXX号|121.626444|31.20843','/static/upload/images/app_nav/2018/11/19/2018111915473948001.png','地图测试',1,0,'#48CFAE',0,1555913479,1609165802),
|
||
(7,'pc',0,'index.php?s=plugins/index/pluginsname/coupon/pluginscontrol/index/pluginsaction/index.html','/static/upload/images/app_nav/2019/10/16/1571231655606153.png','优惠券',1,0,'#FF0066',0,1555914517,1629617449),
|
||
(8,'pc',0,'index.php?s=user/index.html','/static/upload/images/app_nav/2018/11/19/2018111915491258361.png','我的',1,1,'#49acfa',0,1555914623,1629617460),
|
||
(9,'alipay',1,'/pages/goods-category/goods-category','/static/upload/images/app_nav/2018/11/19/2018111915461980516.png','分类',1,0,'#48CFAE',0,1542563498,1571231781),
|
||
(10,'alipay',1,'/pages/plugins/coupon/index/index','/static/upload/images/app_nav/2019/10/16/1571231655606153.png','优惠券',1,0,'#FF0066',0,1542613659,1571231802),
|
||
(11,'alipay',1,'/pages/user-order/user-order','/static/upload/images/app_nav/2018/11/19/2018111915482687655.png','订单',1,0,'#CC6633',0,1542613706,1573648088),
|
||
(12,'alipay',1,'/pages/user/user','/static/upload/images/app_nav/2018/11/19/2018111915491258361.png','我的',1,0,'#49acfa',0,1542613752,1555913113),
|
||
(13,'baidu',1,'/pages/goods-category/goods-category','/static/upload/images/app_nav/2018/11/19/2018111915461980516.png','分类',1,0,'#48CFAE',0,1542563498,1571231781),
|
||
(14,'baidu',1,'/pages/plugins/coupon/index/index','/static/upload/images/app_nav/2019/10/16/1571231655606153.png','优惠券',1,0,'#FF0066',0,1542613659,1571231802),
|
||
(15,'baidu',1,'/pages/user-order/user-order','/static/upload/images/app_nav/2018/11/19/2018111915482687655.png','订单',1,0,'#CC6633',0,1542613706,1563363613),
|
||
(16,'baidu',1,'/pages/user/user','/static/upload/images/app_nav/2018/11/19/2018111915491258361.png','我的',1,0,'#49acfa',0,1542613752,1555913113),
|
||
(17,'toutiao',1,'/pages/goods-category/goods-category','/static/upload/images/app_nav/2018/11/19/2018111915461980516.png','分类',1,0,'#48CFAE',0,1542563498,1571231781),
|
||
(18,'toutiao',1,'/pages/plugins/coupon/index/index','/static/upload/images/app_nav/2019/10/16/1571231655606153.png','优惠券',1,0,'#FF0066',0,1542613659,1571231802),
|
||
(19,'toutiao',1,'/pages/user-order/user-order','/static/upload/images/app_nav/2018/11/19/2018111915482687655.png','订单',1,0,'#CC6633',0,1542613706,1563363613),
|
||
(20,'toutiao',1,'/pages/user/user','/static/upload/images/app_nav/2018/11/19/2018111915491258361.png','我的',1,0,'#49acfa',0,1542613752,1555913113),
|
||
(21,'qq',1,'/pages/goods-category/goods-category','/static/upload/images/app_nav/2018/11/19/2018111915461980516.png','分类',1,0,'#48CFAE',0,1542563498,1571231781),
|
||
(22,'qq',1,'/pages/plugins/coupon/index/index','/static/upload/images/app_nav/2019/10/16/1571231655606153.png','优惠券',1,0,'#FF0066',0,1542613659,1571231802),
|
||
(23,'qq',1,'/pages/user-order/user-order','/static/upload/images/app_nav/2018/11/19/2018111915482687655.png','订单',1,0,'#CC6633',0,1542613706,1563363613),
|
||
(24,'qq',1,'/pages/user/user','/static/upload/images/app_nav/2018/11/19/2018111915491258361.png','我的',1,0,'#49acfa',0,1542613752,1592659845),
|
||
(25,'weixin',1,'/pages/plugins/seckill/index/index','/static/upload/images/app_nav/2018/11/19/2018111915473948001.png','秒杀',1,0,'#FF0066',0,1635418404,1635418455),
|
||
(26,'h5',1,'/pages/goods-category/goods-category','/static/upload/images/app_nav/2018/11/19/2018111915461980516.png','分类',1,0,'#48CFAE',0,1542563498,1592659437),
|
||
(27,'h5',1,'/pages/plugins/coupon/index/index','/static/upload/images/app_nav/2019/10/16/1571231655606153.png','优惠券',1,0,'#FF0066',0,1542613659,1592659444),
|
||
(28,'h5',1,'/pages/user-order/user-order','/static/upload/images/app_nav/2018/11/19/2018111915482687655.png','订单',1,0,'#CC6633',0,1542613706,1572417702),
|
||
(29,'h5',3,'ShopXO|上海闵行区浦江科技广场|121.514056|31.102357','/static/upload/images/app_nav/2018/11/19/2018111915482687655.png','地图位置',1,0,'#3333FF',0,1542613752,1638932047),
|
||
(30,'h5',1,'/pages/plugins/seckill/index/index','/static/upload/images/app_nav/2018/11/19/2018111915473948001.png','秒杀',1,0,'#FF0066',0,1635418404,1635418455),
|
||
(31,'kuaishou',1,'/pages/goods-category/goods-category','/static/upload/images/app_nav/2018/11/19/2018111915461980516.png','分类',1,0,'#48CFAE',0,1542563498,1592659437),
|
||
(32,'kuaishou',1,'/pages/plugins/coupon/index/index','/static/upload/images/app_nav/2019/10/16/1571231655606153.png','优惠券',1,0,'#FF0066',0,1542613659,1592659444),
|
||
(33,'kuaishou',1,'/pages/user-order/user-order','/static/upload/images/app_nav/2018/11/19/2018111915482687655.png','订单',1,0,'#CC6633',0,1542613706,1572417702),
|
||
(34,'kuaishou',1,'/pages/plugins/weixinliveplayer/index/index','/static/upload/images/app_nav/2020/04/19/1587304154495133.png','直播',1,0,'#FF00CC',0,1542613752,1635418356),
|
||
(35,'kuaishou',1,'/pages/plugins/seckill/index/index','/static/upload/images/app_nav/2018/11/19/2018111915473948001.png','秒杀',1,0,'#FF0066',0,1635418404,1635418455);
|
||
|
||
/*!40000 ALTER TABLE `sxo_app_home_nav` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_article
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_article`;
|
||
|
||
CREATE TABLE `sxo_article` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`title` char(60) NOT NULL DEFAULT '' COMMENT '标题',
|
||
`article_category_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '文章分类',
|
||
`title_color` char(7) NOT NULL DEFAULT '' COMMENT '标题颜色',
|
||
`jump_url` char(255) NOT NULL DEFAULT '' COMMENT '跳转url地址',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否启用(0否,1是)',
|
||
`content` longtext COMMENT '内容',
|
||
`images` text COMMENT '图片数据(一维数组json)',
|
||
`images_count` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '图片数量',
|
||
`access_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '访问次数',
|
||
`is_home_recommended` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否首页推荐(0否, 1是)',
|
||
`seo_title` char(100) NOT NULL DEFAULT '' COMMENT 'SEO标题',
|
||
`seo_keywords` char(130) NOT NULL DEFAULT '' COMMENT 'SEO关键字',
|
||
`seo_desc` char(230) NOT NULL DEFAULT '' COMMENT 'SEO描述',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `title` (`title`) USING BTREE,
|
||
KEY `is_enable` (`is_enable`) USING BTREE,
|
||
KEY `access_count` (`access_count`) USING BTREE,
|
||
KEY `image_count` (`images_count`) USING BTREE,
|
||
KEY `article_category_id` (`article_category_id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='文章';
|
||
|
||
LOCK TABLES `sxo_article` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_article` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_article` (`id`, `title`, `article_category_id`, `title_color`, `jump_url`, `is_enable`, `content`, `images`, `images_count`, `access_count`, `is_home_recommended`, `seo_title`, `seo_keywords`, `seo_desc`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(1,'如何注册成为会员',7,'','',1,'<p>如何注册成为会员</p><p>如何注册成为会员</p><p>如何注册成为会员</p><p>如何注册成为会员</p>','[]',0,266,1,'','','',1484965691,1534228456),
|
||
(3,'积分细则',7,'#FF0000','',1,'<p>积分细则</p><p>积分细则</p><p>积分细则</p><p>积分细则</p><p>积分细则</p><p>积分细则</p><p>积分细则</p>','[]',0,107,1,'','','',1484985139,1534228496),
|
||
(4,'积分兑换说明',17,'','',1,'<p>积分兑换说明</p><p>积分兑换说明</p><p>积分兑换说明</p><p>积分兑换说明</p><p>积分兑换说明</p><p>积分兑换说明</p>','[]',0,55,1,'','','',1484989903,1534228520),
|
||
(5,'如何搜索',7,'','',1,'<p>如何搜索</p><p>如何搜索</p><p>如何搜索</p><p>如何搜索</p><p>如何搜索</p><p>如何搜索</p><p>如何搜索</p>','[]',0,98,1,'','','',1485064767,1534228544),
|
||
(6,'忘记密码',17,'','',1,'<p>忘记密码</p><p>忘记密码</p><p>忘记密码</p><p>忘记密码</p><p>忘记密码</p>','[]',0,30,1,'','','',1485073500,1534228567),
|
||
(7,'如何管理店铺',10,'','',1,'<p>如何管理店铺</p><p>如何管理店铺</p><p>如何管理店铺</p><p>如何管理店铺</p><p>如何管理店铺</p><p>如何管理店铺</p>','[]',0,86,1,'','','',1487819252,1534228589),
|
||
(8,'查看售出商品',10,'','',1,'<p>查看售出商品</p><p>查看售出商品</p><p>查看售出商品</p><p>查看售出商品</p><p>查看售出商品</p>','[]',0,63,1,'','','',1487819408,1534228614),
|
||
(9,'如何发货',10,'#CC0066','',1,'<p>如何发货</p><p>如何发货</p><p>如何发货</p><p>如何发货</p><p>如何发货</p>','',0,49,1,'','','',1487920130,1545500851),
|
||
(10,'商城商品推荐',10,'','',1,'<p>商城商品推荐</p><p>商城商品推荐</p><p>商城商品推荐</p><p>商城商品推荐</p><p>商城商品推荐</p>','[]',0,24,1,'','','',1534228650,1534228650),
|
||
(11,'如何申请开店',10,'','',1,'<p>如何申请开店</p><p>如何申请开店</p><p>如何申请开店</p><p>如何申请开店</p>','[]',0,15,1,'','','',1534228676,1534228676),
|
||
(12,'分期付款',16,'','',1,'<p>分期付款</p><p>分期付款</p><p>分期付款</p><p>分期付款</p><p>分期付款</p>','[]',0,44,1,'','','',1534228694,1534228694),
|
||
(13,'邮局汇款',16,'','',1,'<p>邮局汇款</p><p>邮局汇款</p><p>邮局汇款</p><p>邮局汇款</p><p>邮局汇款</p>','[]',0,45,1,'','','',1534228710,1534228710),
|
||
(14,'公司转账',16,'','',1,'<p>公司转账</p><p>公司转账</p><p>公司转账</p><p>公司转账</p><p>公司转账</p>','[]',0,47,1,'','','',1534228732,1534228732),
|
||
(15,'如何注册支付宝',16,'','',1,'<p>如何注册支付宝</p><p>如何注册支付宝</p><p>如何注册支付宝</p><p>如何注册支付宝</p><p>如何注册支付宝</p>','[]',0,35,1,'','','',1534228748,1534228748),
|
||
(16,'在线支付',16,'','',1,'<p>在线支付</p><p>在线支付</p><p>在线支付</p><p>在线支付</p><p>在线支付</p>','[]',0,41,1,'','','',1534228764,1534228764),
|
||
(17,'联系卖家',17,'','',1,'<p>联系卖家</p><p>联系卖家</p><p>联系卖家</p><p>联系卖家</p><p>联系卖家</p><p>联系卖家</p>','[]',0,11,1,'','','',1534228781,1534228781),
|
||
(18,'退换货政策',17,'','',1,'<p>退换货政策</p><p>退换货政策</p><p>退换货政策</p><p>退换货政策</p><p>退换货政策</p>','[]',0,6,1,'','','',1534228802,1534228802),
|
||
(19,'退换货流程',17,'','',1,'<p>退换货流程</p><p>退换货流程</p><p>退换货流程</p><p>退换货流程</p><p>退换货流程</p>','[]',0,3,1,'','','',1534228850,1534228850),
|
||
(20,'返修/退换货',17,'','',1,'<p>返修/退换货</p><p>返修/退换货</p><p>返修/退换货</p><p>返修/退换货</p><p>返修/退换货</p>','[]',0,37,1,'','','',1534228867,1534228867),
|
||
(21,'退款申请',17,'','',1,'<p>退款申请</p><p>退款申请</p><p>退款申请</p><p>退款申请</p><p>退款申请</p>','[]',0,66,1,'','','',1534228885,1534228885),
|
||
(22,'会员修改密码',18,'','',1,'<p>会员修改密码</p><p>会员修改密码</p><p>会员修改密码</p><p>会员修改密码</p>','[]',0,77,1,'','','',1534228900,1534228900),
|
||
(23,'会员修改个人资料',18,'','',1,'<p>会员修改个人资料</p><p>会员修改个人资料</p><p>会员修改个人资料</p><p>会员修改个人资料</p><p>会员修改个人资料</p>','[]',0,74,1,'','','',1534228916,1534228916),
|
||
(24,'商品发布',18,'','',1,'<p>商品发布</p><p>商品发布</p><p>商品发布</p><p>商品发布</p><p>商品发布</p>','[]',0,71,1,'','','',1534228931,1534228931),
|
||
(25,'修改收货地址',18,'','',1,'<p>修改收货地址</p><p>修改收货地址</p><p>修改收货地址</p><p>修改收货地址</p><p>修改收货地址</p>','[]',0,66,1,'','','',1534228948,1534228948),
|
||
(26,'合作及洽谈',24,'','',1,'<p>合作及洽谈</p><p>合作及洽谈</p><p>合作及洽谈</p><p>合作及洽谈</p><p>合作及洽谈</p>','[]',0,142,1,'','','',1534228968,1534228968),
|
||
(27,'招聘英才',24,'','',1,'<h2 style=\"text-align: center;\"><strong style=\"text-align: center; white-space: normal;\"><span style=\"color: rgb(255, 0, 0); font-size: 36px;\">演示站点、请勿下单支付。</span></strong></h2><h2>PHP工程师</h2><p>岗位描述:</p><p>1.负责项目后端系统的研发和维护工作。</p><p>2.负责跟进平台的运营监控和数据分析工作。</p><p>3.按时保质保量完成项目开发,研究新兴技术,持续优化系统架构,完善基础服务。<br/></p><p>4.思维敏捷,责任心强,能承受工作压力。</p><p><br/></p><p>任职资格:</p><p>1、本科及以上学历,计算机相关专业,3年以上相关开发工作经验。</p><p>2、精通基于LNMP的Web开发技术, 熟悉yii, yaf, ThinkPHP, zend等框架的是用及实现原理。</p><p>3、熟悉mysql、redis等应用开发,精通SQL调优和数据结构设计。</p><p>4、熟悉使用Javascript、Ajax,Html,Div+CSS,Vue等技术。</p><p>5、有大型项目开发经验,系统调优经验者优先。</p><p>6、对LNMP/LAMP架构的部署、搭建、优化、排错等方面有经验者优先。</p><p>7、事业心强,勤奋好学,有团队精神。</p><p><br/></p><h2>前端工程师</h2><p>岗位描述:</p><p>1.配合项目经理和设计师快速实现一流的前端界面,优化代码并保持良好的兼容性,改善用户体验。</p><p>2.根据业务和项目需求,进行技术创新,分析并给出最优的前台技术实现方案。</p><p>3.对前端开发的新技术有敏锐嗅觉,推进前端技术演进。</p><p>4.进行新技术调研,持续对产品前端进行维护和升级。</p><p><br/></p><p>任职资格:</p><p>1、了解Web 标准,熟悉 HTML、CSS、JavaScript 各种前端技术。</p><p>2、熟悉 HTTP 协议。</p><p>3、认真负责,积极主动,有良好的团队合作意识。</p><p>4、了解 Angularjs,前端工程化或者 Node.js 等技术有研究。</p><p>5、有Vue开发经验者优先。</p><p>6、事业心强,勤奋好学,有团队精神。</p><p><br/></p>','',0,268,1,'','','',1534228987,1627540318),
|
||
(28,'联系我们',24,'','',1,'<p style=\"padding: 5px; margin-top: 0px; margin-bottom: 0px; clear: both; color: rgb(102, 102, 102); text-align: center;\"><strong style=\"text-align: center; white-space: normal;\"><span style=\"color: rgb(255, 0, 0); font-size: 36px;\">演示站点、请勿下单支付。</span></strong></p><p style=\"padding: 5px; margin-top: 0px; margin-bottom: 0px; clear: both; color: rgb(102, 102, 102); font-family: \">欢迎您对我们的站点、工作、产品和服务提出自己宝贵的意见或建议。我们将给予您及时答复。同时也欢迎您到我们公司来洽商业务。</p><p style=\"padding: 5px; margin-top: 0px; margin-bottom: 0px; clear: both; color: rgb(102, 102, 102); font-family: \"><br/><strong style=\"font-size: 1em;\">公司名称</strong>: ShopXO</p><p style=\"padding: 5px; margin-top: 0px; margin-bottom: 0px; clear: both; color: rgb(102, 102, 102); font-family: \"><strong style=\"font-size: 1em;\">通信地址</strong>: 上海市xxxx 号</p><p style=\"padding: 5px; margin-top: 0px; margin-bottom: 0px; clear: both; color: rgb(102, 102, 102); font-family: \"><strong style=\"font-size: 1em;\">商务洽谈</strong>: 176-8888-8888</p><table class=\"am-table am-table-bordered\"><tbody><tr class=\"firstRow\"><td width=\"301\" valign=\"top\" style=\"word-break: break-all;\"><strong>标题表格演功能示</strong></td><td width=\"301\" valign=\"top\" style=\"word-break: break-all;\"><strong>价格(元)</strong></td><td width=\"301\" valign=\"top\" style=\"word-break: break-all;\"><strong>状态</strong></td></tr><tr><td width=\"301\" valign=\"top\" style=\"word-break: break-all;\">商品名称</td><td width=\"301\" valign=\"top\" style=\"word-break: break-all;\"><span style=\"color: rgb(227, 108, 9);\">¥100.00</span></td><td width=\"301\" valign=\"top\" style=\"word-break: break-all;\"><span style=\"color: rgb(0, 176, 80);\">有效</span></td></tr></tbody></table>','',0,287,1,'联系我们文章详情ShopXO','联系我们,ShopXO开源商城','国内领先企业级B2C开源电商系统!',1534229110,1657353466),
|
||
(29,'关于ShopXO',24,'#FF0000','',1,'<p style=\"text-align: center;\"><strong><span style=\"color: rgb(255, 0, 0); font-size: 36px;\">演示站点、请勿下单支付。</span></strong></p><p>ShopXO位于上海市浦东新区,是专业从事生产管理信息化领域技术咨询和软件开发的高新技术企业。公司拥有多名技术人才和资深的行业解决方案专家。</p><p><br/></p><p>公司拥有一支勇于开拓、具有战略眼光和敏锐市场判断力的市场营销队伍,一批求实敬业,追求卓越的行政管理人才,一个能征善战,技术优秀,经验丰富的开发团队。公司坚持按现代企业制度和市场规律办事,在扩大经营规模的同时,注重企业经济运行质量,在自主产品研发及承接软件项目方面获得了很强的竞争力。 我公司也积极参与国内传统企业的信息化改造,引进国际化产品开发的标准,规范软件开发流程,通过提升各层面的软件开发人才的技术素质,打造国产软件精品,目前已经开发出具有自主知识产权的网络商城软件,还在积极开发基于电子商务平台高效能、高效益的管理系统。为今后进一步开拓国内市场打下坚实的基础。公司致力于构造一个开放、发展的人才平台,积极营造追求卓越、积极奉献的工作氛围,把“以人为本”的理念落实到每一项具体工作中,为那些锋芒内敛,激情无限的业界精英提供充分的发展空间,优雅自信、从容自得的工作环境,事业雄心与生活情趣两相兼顾的生活方式。并通过每个员工不断提升自我,以自己的独特价值观对工作与生活作最准确的判断,使我们每一个员工彰显出他们出色的自我品位,独有的工作个性和卓越的创新风格,让他们时刻保持振奋、不断鼓舞内心深处的梦想,永远走在时代潮流前端。公司发展趋势 励精图治,展望未来。公司把发展产业策略与发掘人才策略紧密结合,广纳社会精英,挖掘创新潜能,以人为本,凝聚人气,努力营造和谐宽松的工作氛围,为优秀人才的脱颖而出提供机遇。公司将在深入发展软件产业的同时,通过不懈的努力,来塑造大型软件公司的辉煌形象。</p>','',0,91,1,'','','',1534229221,1627540294);
|
||
|
||
/*!40000 ALTER TABLE `sxo_article` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_article_category
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_article_category`;
|
||
|
||
CREATE TABLE `sxo_article_category` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '分类id',
|
||
`pid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '父id',
|
||
`name` char(30) NOT NULL COMMENT '名称',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否启用(0否,1是)',
|
||
`sort` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '顺序',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `pid` (`pid`) USING BTREE,
|
||
KEY `is_enable` (`is_enable`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='文章分类';
|
||
|
||
LOCK TABLES `sxo_article_category` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_article_category` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_article_category` (`id`, `pid`, `name`, `is_enable`, `sort`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(7,0,'帮助中心',1,0,0,1545501262),
|
||
(10,0,'店主之家',1,0,0,1607494981),
|
||
(16,0,'支付方式',1,0,1482840545,1534228311),
|
||
(17,0,'售后服务',1,0,1482840557,1605774851),
|
||
(18,0,'客服中心',1,0,1482840577,1605775056),
|
||
(24,0,'关于我们',1,0,1483951541,1605775135);
|
||
|
||
/*!40000 ALTER TABLE `sxo_article_category` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_attachment
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_attachment`;
|
||
|
||
CREATE TABLE `sxo_attachment` (
|
||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`title` char(160) NOT NULL DEFAULT '' COMMENT '名称',
|
||
`original` char(160) NOT NULL DEFAULT '' COMMENT '原始名称',
|
||
`path_type` char(80) NOT NULL DEFAULT '' COMMENT '路径标记',
|
||
`size` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT '大小(单位b)',
|
||
`ext` char(30) NOT NULL DEFAULT '' COMMENT '类型(后缀名)',
|
||
`type` char(30) NOT NULL DEFAULT '' COMMENT '类型(file文件, image图片, scrawl涂鸦, video视频, remote远程抓取文件)',
|
||
`url` char(255) NOT NULL DEFAULT '' COMMENT 'url路径',
|
||
`hash` text COMMENT 'hash值',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `path_type` (`path_type`) USING BTREE,
|
||
KEY `type` (`type`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='附件';
|
||
|
||
LOCK TABLES `sxo_attachment` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_attachment` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_attachment` (`id`, `title`, `original`, `path_type`, `size`, `ext`, `type`, `url`, `hash`, `add_time`)
|
||
VALUES
|
||
(1,'1547458876723311.mp4','1547458876723311.mp4','goods',5212749,'.mp4','video','/static/upload/video/goods/2019/01/14/1547458876723311.mp4','7a926ee38e8c53b128b6ea9559ae0af95324dbbb4e8b8bff55c8020b72a8261e',1561538565),
|
||
(2,'2018111915461980516.png','2018111915461980516.png','app_nav',730,'.png','image','/static/upload/images/app_nav/2018/11/19/2018111915461980516.png','7b7c3e3b0dcad495d0929f3c7b868aa08e753d7ed32e69c680479a31b8530ac4',1561538565),
|
||
(3,'2018111915473948001.png','2018111915473948001.png','app_nav',894,'.png','image','/static/upload/images/app_nav/2018/11/19/2018111915473948001.png','bb122d0a92cc8472561ded9febb86704777541b0cc5f2582a2a78b51fb9c96f4',1561538565),
|
||
(4,'2018111915482687655.png','2018111915482687655.png','app_nav',1430,'.png','image','/static/upload/images/app_nav/2018/11/19/2018111915482687655.png','6ff6f72142d89359a57d63c7684e40f06f4a76f71648a745b8c9607b0b04e486',1561538565),
|
||
(5,'2018111915491258361.png','2018111915491258361.png','app_nav',879,'.png','image','/static/upload/images/app_nav/2018/11/19/2018111915491258361.png','d76f8244968847868b66cd055f03a29afc3476e5385cef6b27351df7f54f98de',1561538565),
|
||
(6,'1551064260180298.jpeg','1551064260180298.jpeg','brand',2393,'.jpeg','image','/static/upload/images/brand/2019/02/25/1551064260180298.jpeg','858f2f5aa01d2cecdc907b93a99765b8dccc6a8d1015a0ab048ad2a46c96e65e',1561538565),
|
||
(7,'1551064277207182.jpeg','1551064277207182.jpeg','brand',3063,'.jpeg','image','/static/upload/images/brand/2019/02/25/1551064277207182.jpeg','b1a4f186af72f1a2bb6cb425c5eff59c10fe11289a91944f016b0156021e55e6',1561538565),
|
||
(8,'1547448705165706.png','1547448705165706.png','common',8725,'.png','image','/static/upload/images/common/2019/01/14/1547448705165706.png','3e4a6cf6ea3ed26836a59275cdbe58d441109717dd9b961bd912cbc5f336c556',1561538565),
|
||
(9,'1547448728921121.jpg','1547448728921121.jpg','common',43556,'.jpg','image','/static/upload/images/common/2019/01/14/1547448728921121.jpg','829a7f9988db882fbd643ffdbd9a646e169b31f89641b3d4904338758016c2b4',1561538565),
|
||
(10,'1547448748316693.png','1547448748316693.png','common',21102,'.png','image','/static/upload/images/common/2019/01/14/1547448748316693.png','2db8ea9424e63d4a2affcd0ac52f8f0e89c417f5725833a97d5afd534809d9b4',1561538565),
|
||
(11,'1554805439263794.jpeg','1554805439263794.jpeg','common',19885,'.jpeg','image','/static/upload/images/common/2019/04/09/1554805439263794.jpeg','f4b731035bac0627508caa101e1f537d25592c5201455647d2f1d1c5b7c3e3c4',1561538565),
|
||
(12,'1558025141249118.png','1558025141249118.png','common',146965,'.png','image','/static/upload/images/common/2019/05/17/1558025141249118.png','316b56dec84b3c8dcc01b7672c6dad6eff88a518495f6cf81ccf45e58306bf58',1561538565),
|
||
(13,'1558062481107570.jpg','1558062481107570.jpg','common',67729,'.jpg','image','/static/upload/images/common/2019/05/17/1558062481107570.jpg','66feea05a2fb10cb5983f4df2deeec6a35b5453876c14b7fabe62dbb3528d93c',1561538565),
|
||
(14,'1558072588843696.jpg','1558072588843696.jpg','common',61648,'.jpg','image','/static/upload/images/common/2019/05/17/1558072588843696.jpg','18739da62d47b0062eef55bff5464809ac18bbcf500c18e5e130661ff40ad223',1561538565),
|
||
(15,'1558073623385520.jpg','1558073623385520.jpg','common',83272,'.jpg','image','/static/upload/images/common/2019/05/17/1558073623385520.jpg','49acf5646f5ea6d7daf439fbea4cc9421d2d40f5979203a554e36a1da462ce7f',1561538565),
|
||
(16,'1558073623641199.jpg','1558073623641199.jpg','common',76591,'.jpg','image','/static/upload/images/common/2019/05/17/1558073623641199.jpg','ffdf93c767c65745d2e0cd1694548f689f6f0b9108c5b6d19f499f2bbe7e6417',1561538565),
|
||
(17,'1533779966550231.jpeg','1533779966550231.jpeg','customview',23584,'.jpeg','image','/static/upload/images/customview/image/2018/08/09/1533779966550231.jpeg','2aa35a2f5037edba292bee25bc693c30422e969a13ce9d2228224efa7cfc9175',1561538565),
|
||
(18,'20180917104528_logo.png','20180917104528_logo.png','express',1769,'.png','image','/static/upload/images/express/images/20180917104528_logo.png','c3d6d1a36d5f330f94c6135621ccb6d6f9b88ccb5f051aa3b6afc8142e3675b2',1561538565),
|
||
(19,'20180917104538_logo.png','20180917104538_logo.png','express',2169,'.png','image','/static/upload/images/express/images/20180917104538_logo.png','e4ec0945e81303dd2a4da37c355e27d93bd3f1d182f3aedb8fcd806072b2351c',1561538565),
|
||
(20,'20180917104550_logo.png','20180917104550_logo.png','express',3658,'.png','image','/static/upload/images/express/images/20180917104550_logo.png','6fa6d28c69cf0a9c6d9c1534746927b2e0d9e474bdcf3f3c1abca90e3cb36972',1561538565),
|
||
(21,'20180917104559_logo.png','20180917104559_logo.png','express',2250,'.png','image','/static/upload/images/express/images/20180917104559_logo.png','d3c077bfe057759182dc820f537a1e119141de61eaf8d2f3caa3830d18868278',1561538565),
|
||
(22,'20180917104616_logo.png','20180917104616_logo.png','express',2880,'.png','image','/static/upload/images/express/images/20180917104616_logo.png','cfa30c53c4f756c48867c0259832ac614aa2f7185c222c4aafc30501c3e6fd1c',1561538565),
|
||
(23,'20180917104631_logo.png','20180917104631_logo.png','express',2570,'.png','image','/static/upload/images/express/images/20180917104631_logo.png','a19bdf1d82804272e70a4203327fc8be94ca95b057e4f08cae0a595629c12164',1561538565),
|
||
(24,'20180917104650_logo.png','20180917104650_logo.png','express',2919,'.png','image','/static/upload/images/express/images/20180917104650_logo.png','3ffdacaef8dd508ea1f6638a31fe5cd29312797560bd10fea189bb762255fcb2',1561538565),
|
||
(25,'20180917104707_logo.png','20180917104707_logo.png','express',1933,'.png','image','/static/upload/images/express/images/20180917104707_logo.png','af8093064a780329b3e40e07de199910cd7faa956534b5a897f0bf59b94f4db2',1561538565),
|
||
(26,'20180917104722_logo.png','20180917104722_logo.png','express',1355,'.png','image','/static/upload/images/express/images/20180917104722_logo.png','577a12272983bf1d3a951466f9cd431da8f97f0663d668ac5976e15cf0d06130',1561538565),
|
||
(27,'20180917104750_logo.png','20180917104750_logo.png','express',2232,'.png','image','/static/upload/images/express/images/20180917104750_logo.png','1f5ed908b5d8b906886503929c0fa718cc963e5ffa90a4efefa5942c5d208f32',1561538565),
|
||
(28,'20180917104757_logo.png','20180917104757_logo.png','express',1459,'.png','image','/static/upload/images/express/images/20180917104757_logo.png','c6379303232e7a785aa5d936235e1332d9f855dc96bf7e4c5fd7303f383a91fe',1561538565),
|
||
(29,'20180917104816_logo.png','20180917104816_logo.png','express',3380,'.png','image','/static/upload/images/express/images/20180917104816_logo.png','6eed95dfa6bfa4c5df63674377375f87461c7b89a6e20de6485d4eb810990905',1561538565),
|
||
(30,'20180917104839_logo.png','20180917104839_logo.png','express',2881,'.png','image','/static/upload/images/express/images/20180917104839_logo.png','73819350d051a9b0954f46e4d110f5a4f071a34d7c3e3a90117e8e233b756cee',1561538565),
|
||
(31,'20180917104848_logo.png','20180917104848_logo.png','express',1582,'.png','image','/static/upload/images/express/images/20180917104848_logo.png','f937af6d4fbba40a4ec0ac51ec43573cb8271da6e708f71fa3d4fd6de9b0d82e',1561538565),
|
||
(32,'1547450781101144.jpg','1547450781101144.jpg','goods',14901,'.jpg','image','/static/upload/images/goods/2019/01/14/1547450781101144.jpg','548014a470048f943087ba0ddaae7945a2f2903e011403e4dc6c3d95f11f0bb3',1561538565),
|
||
(33,'1547450818141662.jpg','1547450818141662.jpg','goods',5155,'.jpg','image','/static/upload/images/goods/2019/01/14/1547450818141662.jpg','e3fe682515a38f482e400270c6836ab22d79e0f82bf786653635b7120e635c62',1561538565),
|
||
(34,'1547450880620837.png','1547450880620837.png','goods',144191,'.png','image','/static/upload/images/goods/2019/01/14/1547450880620837.png','79700495a967766808095ddbdf6f708d952ee203b62281846cc8a5a079abaf14',1561538565),
|
||
(35,'1547450880750687.png','1547450880750687.png','goods',118286,'.png','image','/static/upload/images/goods/2019/01/14/1547450880750687.png','903a054e636a21234954fdfb8a1bb0e9288e1bc9c214a621fc1742e4c8628738',1561538565),
|
||
(36,'1547450880917418.png','1547450880917418.png','goods',132895,'.png','image','/static/upload/images/goods/2019/01/14/1547450880917418.png','53f9fc26b0aaf49e5315d12d0d0307b683a48075e32c36f2d62e313e8e02507b',1561538565),
|
||
(37,'1547451274847894.jpg','1547451274847894.jpg','goods',18956,'.jpg','image','/static/upload/images/goods/2019/01/14/1547451274847894.jpg','e097db5e1506246fb9b984ec8b8b97d71bc8a5c205f5f06b0012bd1348f6a4a7',1561538565),
|
||
(38,'1547451576558478.jpg','1547451576558478.jpg','goods',17371,'.jpg','image','/static/upload/images/goods/2019/01/14/1547451576558478.jpg','fc11e1d41975dd8f721d272a41e909b9d5f1ce3dc6b67aa88deed0e9e2d9d2e6',1561538565),
|
||
(39,'1547451595528800.jpg','1547451595528800.jpg','goods',111955,'.jpg','image','/static/upload/images/goods/2019/01/14/1547451595528800.jpg','b5e076adebfc454c2abccab56d7d738ae959600cab37af767da0f822938b73bb',1561538565),
|
||
(40,'1547451595616298.jpg','1547451595616298.jpg','goods',67610,'.jpg','image','/static/upload/images/goods/2019/01/14/1547451595616298.jpg','96fa7081f31d372189efb4f7058747e3182e8f054f0de78bdc1051335cca292c',1561538565),
|
||
(41,'1547451595700972.jpg','1547451595700972.jpg','goods',194801,'.jpg','image','/static/upload/images/goods/2019/01/14/1547451595700972.jpg','af3f8d3a4c2ae124539a465d9026732fdad60959b37180a257b0163fe9515045',1561538565),
|
||
(42,'1547451909951171.jpg','1547451909951171.jpg','goods',11112,'.jpg','image','/static/upload/images/goods/2019/01/14/1547451909951171.jpg','b987362a8d3ac7fb38cd7f6bdc576fc89de9446e5eb149eacc2f1f6263f9fdb9',1561538565),
|
||
(43,'1547451936230948.jpg','1547451936230948.jpg','goods',7128,'.jpg','image','/static/upload/images/goods/2019/01/14/1547451936230948.jpg','37bd853c2c785734adaae00047674d33d825f56a7dfc6bbff282254d857ecb97',1561538565),
|
||
(44,'1547451947383902.jpg','1547451947383902.jpg','goods',121885,'.jpg','image','/static/upload/images/goods/2019/01/14/1547451947383902.jpg','5f3a7f8a470de35bc44f64a2fb3366fa24458f6fbe4e5dffbcfd726279f8d59f',1561538565),
|
||
(45,'1547451947676180.jpg','1547451947676180.jpg','goods',84716,'.jpg','image','/static/upload/images/goods/2019/01/14/1547451947676180.jpg','785f3b3231715489560d2a36afdb8a4a8051e301c177e13b07faec616fe533df',1561538565),
|
||
(46,'1547451947686990.jpg','1547451947686990.jpg','goods',140597,'.jpg','image','/static/upload/images/goods/2019/01/14/1547451947686990.jpg','8ea862a6b2a1fa077bec4d732cb81a64245d165ff407335b715e4c352d34d686',1561538565),
|
||
(47,'1547451947791154.jpg','1547451947791154.jpg','goods',172983,'.jpg','image','/static/upload/images/goods/2019/01/14/1547451947791154.jpg','5a0f20c9318bd56c54bc5360aeacca46438e3fb23800350043f4939a7a6d0fe7',1561538565),
|
||
(48,'1547452474332334.jpg','1547452474332334.jpg','goods',15870,'.jpg','image','/static/upload/images/goods/2019/01/14/1547452474332334.jpg','e73e50f6fdf1d623f73a745487d9ef1eb336e195fb868560ba7efa2b1f3d372e',1561538565),
|
||
(49,'1547452496713777.jpg','1547452496713777.jpg','goods',8334,'.jpg','image','/static/upload/images/goods/2019/01/14/1547452496713777.jpg','55adc8631fd2b16d1a1f53040396512b1ec5e125cd7a4eed7bde260b7e590662',1561538565),
|
||
(50,'1547452505184884.jpg','1547452505184884.jpg','goods',113172,'.jpg','image','/static/upload/images/goods/2019/01/14/1547452505184884.jpg','38ec49e622520bb5aabf2176deeb3b8aa50d9e504f6fbebc9864d56017429e5b',1561538565),
|
||
(51,'1547452505349986.jpg','1547452505349986.jpg','goods',169395,'.jpg','image','/static/upload/images/goods/2019/01/14/1547452505349986.jpg','c877804c890c596aa3ba505f11d086c8d02657a8df3149933ccf057c328876d5',1561538565),
|
||
(52,'1547452505568604.jpg','1547452505568604.jpg','goods',129041,'.jpg','image','/static/upload/images/goods/2019/01/14/1547452505568604.jpg','e62a8e2e5b8edaa0525a4e26c8d46ba525ca8bc1731eda40a0d0787cb1da7c68',1561538565),
|
||
(53,'1547452714324599.jpg','1547452714324599.jpg','goods',12257,'.jpg','image','/static/upload/images/goods/2019/01/14/1547452714324599.jpg','ecfdc8df0fd507ea1c8a2132f96e6cd272c50fbef307ef0de78d4555ffcc6c01',1561538565),
|
||
(54,'1547452752648264.jpg','1547452752648264.jpg','goods',6709,'.jpg','image','/static/upload/images/goods/2019/01/14/1547452752648264.jpg','04aded3d43bdccb7511b9e191078a438d4c814017fc899b11a0b138ea3d572ce',1561538565),
|
||
(55,'1547452760417982.jpg','1547452760417982.jpg','goods',174658,'.jpg','image','/static/upload/images/goods/2019/01/14/1547452760417982.jpg','c1b69d6d2edc862eb30dd491a9174c16bf8890b677872d04e7b83a205a5ba72a',1561538565),
|
||
(56,'1547452760659259.jpg','1547452760659259.jpg','goods',45372,'.jpg','image','/static/upload/images/goods/2019/01/14/1547452760659259.jpg','4e8ef5e733558a54007a7bbead41b0ec322dc94fccb1b5b451eb4c4931d9a709',1561538565),
|
||
(57,'1547452760984656.jpg','1547452760984656.jpg','goods',151927,'.jpg','image','/static/upload/images/goods/2019/01/14/1547452760984656.jpg','e09e88888925234da3a0cb68f5c1dfb5f98faa7e8c821bfd228a1d6a5f3d5804',1561538565),
|
||
(58,'1547453000703308.jpg','1547453000703308.jpg','goods',13542,'.jpg','image','/static/upload/images/goods/2019/01/14/1547453000703308.jpg','93d47b704048dffac4a2348cf1295c839dca870ff4895a41af12170e713976fd',1561538565),
|
||
(59,'1547453032949003.jpg','1547453032949003.jpg','goods',25414,'.jpg','image','/static/upload/images/goods/2019/01/14/1547453032949003.jpg','bd497615d2a034cf6b8a68484cb0ac06fe99db5788906a121c88d77f156e794e',1561538565),
|
||
(60,'1547453042405182.jpg','1547453042405182.jpg','goods',55003,'.jpg','image','/static/upload/images/goods/2019/01/14/1547453042405182.jpg','b40fcfbbd601ef3154d775228230b95d3496b563323eeb91e59898939433923e',1561538565),
|
||
(61,'1547453042614480.jpg','1547453042614480.jpg','goods',68898,'.jpg','image','/static/upload/images/goods/2019/01/14/1547453042614480.jpg','821fde779e4cf4a480d325f460ef24a4de69cb1e0bbdba3390714255fcfe00a7',1561538565),
|
||
(62,'1547453042816509.jpg','1547453042816509.jpg','goods',66675,'.jpg','image','/static/upload/images/goods/2019/01/14/1547453042816509.jpg','1fe6a552ea8a9be76860e75cfc21e65a4453eae42026eb3e45817a252c537e90',1561538565),
|
||
(63,'1547453895416529.jpg','1547453895416529.jpg','goods',33365,'.jpg','image','/static/upload/images/goods/2019/01/14/1547453895416529.jpg','e358c92060fadda7bc5752599423cb4efd714036568d9e90c8c7d2a4cfdaa624',1561538565),
|
||
(64,'1547453895864876.jpg','1547453895864876.jpg','goods',32578,'.jpg','image','/static/upload/images/goods/2019/01/14/1547453895864876.jpg','6f98f4b3c97d8f9d49a9b3fde340dcdcd1b52f6074995289f41d87650f8a9ae8',1561538565),
|
||
(65,'1547453910353340.jpg','1547453910353340.jpg','goods',244831,'.jpg','image','/static/upload/images/goods/2019/01/14/1547453910353340.jpg','3a2e801a92ec2ed54f71a7f235a94c501e623b47fe3ea2a307c173e93b4b49c2',1561538565),
|
||
(66,'1547453910394886.jpg','1547453910394886.jpg','goods',183330,'.jpg','image','/static/upload/images/goods/2019/01/14/1547453910394886.jpg','2a11688dcf7d26bf5977e83838ee1d125957825f8fb9210cae83ed59d46a644b',1561538565),
|
||
(67,'1547453910505349.jpg','1547453910505349.jpg','goods',290173,'.jpg','image','/static/upload/images/goods/2019/01/14/1547453910505349.jpg','ab71719764253af77474aacae2a56120d92ffa109b16b5d94664b728abd12129',1561538565),
|
||
(68,'1547454145355962.jpg','1547454145355962.jpg','goods',16127,'.jpg','image','/static/upload/images/goods/2019/01/14/1547454145355962.jpg','9adb321e82f4b216f4474eb773bb1c183129281e92415c137c4da0a34bdbb568',1561538565),
|
||
(69,'1547454172213779.jpg','1547454172213779.jpg','goods',65777,'.jpg','image','/static/upload/images/goods/2019/01/14/1547454172213779.jpg','43cb42e0ba7b9492f7ca21f9a7129eee5ffab84c66d219c4932f12c049cd3bde',1561538565),
|
||
(70,'1547454192301566.jpg','1547454192301566.jpg','goods',111478,'.jpg','image','/static/upload/images/goods/2019/01/14/1547454192301566.jpg','48118482c536e5491541e6ec229b5f67cb4d19c962d1165cad8fa1c426b93bc4',1561538565),
|
||
(71,'1547454192448116.jpg','1547454192448116.jpg','goods',145509,'.jpg','image','/static/upload/images/goods/2019/01/14/1547454192448116.jpg','63ae4245e94a23482ca92ca2679d775dcadf007dae19d4a74795e47c1f9dd34f',1561538565),
|
||
(72,'1547454192474638.jpg','1547454192474638.jpg','goods',123242,'.jpg','image','/static/upload/images/goods/2019/01/14/1547454192474638.jpg','24dd26d031c679910a01c9057979f5d9e3815179344308d7250c00aa7b6b5858',1561538565),
|
||
(73,'1547454567172116.jpg','1547454567172116.jpg','goods',30336,'.jpg','image','/static/upload/images/goods/2019/01/14/1547454567172116.jpg','9421fa1c61a5b70794bdfb22ae973803e62291006ffb875eb3eb724afd1e1ad4',1561538565),
|
||
(74,'1547454702272215.jpg','1547454702272215.jpg','goods',52594,'.jpg','image','/static/upload/images/goods/2019/01/14/1547454702272215.jpg','cfa2a20d625a8d20bdd01ce4a17a90d145e924969ddf51d9ddccafcbe886c67e',1561538565),
|
||
(75,'1547454702543219.jpg','1547454702543219.jpg','goods',49939,'.jpg','image','/static/upload/images/goods/2019/01/14/1547454702543219.jpg','f42a37ca673c0e4314cdf3405cee981c1c8a99e6b31ef65b791032daa0e843b2',1561538565),
|
||
(76,'1547454702814719.jpg','1547454702814719.jpg','goods',36336,'.jpg','image','/static/upload/images/goods/2019/01/14/1547454702814719.jpg','23ba085ed7e3ce9c15bb457a44a68d3cc27d607037933174f0456a9303c4f1e0',1561538565),
|
||
(77,'1547454712270511.jpg','1547454712270511.jpg','goods',204762,'.jpg','image','/static/upload/images/goods/2019/01/14/1547454712270511.jpg','8d1478eec21e62a6ad0fac2c7068396f9324689de5b461b781cdc692dc430147',1561538565),
|
||
(78,'1547454713456602.jpg','1547454713456602.jpg','goods',182430,'.jpg','image','/static/upload/images/goods/2019/01/14/1547454713456602.jpg','3552d483918fa4161ed2245d50dadbcf302f49846e57cbc36d07e9dba3e907f1',1561538565),
|
||
(79,'1547454713556301.jpg','1547454713556301.jpg','goods',282930,'.jpg','image','/static/upload/images/goods/2019/01/14/1547454713556301.jpg','4ff8fe8a136a4fd2473847203326358de4ae3facc9670c608985c9d112bad639',1561538565),
|
||
(80,'1547454713800333.jpg','1547454713800333.jpg','goods',153996,'.jpg','image','/static/upload/images/goods/2019/01/14/1547454713800333.jpg','5cab81d88d323d066fecb8adf2595edacc4ac56f5c0915cd94077004364ab6a0',1561538565),
|
||
(81,'1547455222990904.jpg','1547455222990904.jpg','goods',60408,'.jpg','image','/static/upload/images/goods/2019/01/14/1547455222990904.jpg','13e0b105048d1ea9190036270bafc72ca8993c3dfb6202fb1b51eba48d1143fb',1561538565),
|
||
(82,'1547455240700820.jpg','1547455240700820.jpg','goods',57485,'.jpg','image','/static/upload/images/goods/2019/01/14/1547455240700820.jpg','2ac111110be169cb2bb0624fc27f0d5fe6e776ecc20f9de18e3960434fc51627',1561538565),
|
||
(83,'1547455240794230.jpg','1547455240794230.jpg','goods',33401,'.jpg','image','/static/upload/images/goods/2019/01/14/1547455240794230.jpg','796fca8f28c0b5719c9ef514fd66eed2887f4280111c4c7e385c40b4d9eafb78',1561538565),
|
||
(84,'1547455266234658.jpg','1547455266234658.jpg','goods',87445,'.jpg','image','/static/upload/images/goods/2019/01/14/1547455266234658.jpg','19071cf0dd8cbbcd75f0be15085d842b319962eb0f5831cd120e8358834ff9f8',1561538565),
|
||
(85,'1547455266527628.jpg','1547455266527628.jpg','goods',172989,'.jpg','image','/static/upload/images/goods/2019/01/14/1547455266527628.jpg','06c6d4d7ede7059a0ab56f6e25df1488cfad994a5238ead93faed78645ef8dfc',1561538565),
|
||
(86,'1547455566118614.jpg','1547455566118614.jpg','goods',34569,'.jpg','image','/static/upload/images/goods/2019/01/14/1547455566118614.jpg','df56e92c8bf8d32ea469ac71716513e1e6f9354ee97e899bbda92e2fb7d401a5',1561538565),
|
||
(87,'1547455601168384.jpg','1547455601168384.jpg','goods',102302,'.jpg','image','/static/upload/images/goods/2019/01/14/1547455601168384.jpg','7b4a3af87e91c5dd1e49c0bc47c713aec8f48576959d8440907c26ff63aaf63d',1561538565),
|
||
(88,'1547455601314107.jpg','1547455601314107.jpg','goods',27581,'.jpg','image','/static/upload/images/goods/2019/01/14/1547455601314107.jpg','4ae84136adc0536c1bff8bd79d8f8377a60721928885695140ec6e8f0c8eea37',1561538565),
|
||
(89,'1547455601528614.jpg','1547455601528614.jpg','goods',188533,'.jpg','image','/static/upload/images/goods/2019/01/14/1547455601528614.jpg','44f734923517749cc0f96e335f7b8e5ffb5fa1a03f091b1f7db342095fc2fb4c',1561538565),
|
||
(90,'1547455601898622.jpg','1547455601898622.jpg','goods',114878,'.jpg','image','/static/upload/images/goods/2019/01/14/1547455601898622.jpg','99edb386546ea791e058ea984a1081bdca82a097cf5a42c1ff3c082f5fc7b674',1561538565),
|
||
(91,'1547455890402147.jpg','1547455890402147.jpg','goods',8748,'.jpg','image','/static/upload/images/goods/2019/01/14/1547455890402147.jpg','6e0fa754907bd333e41056a08d0168ecf1e1125f3bf22f6baba2599de99e15fd',1561538565),
|
||
(92,'1547455907256518.jpg','1547455907256518.jpg','goods',235240,'.jpg','image','/static/upload/images/goods/2019/01/14/1547455907256518.jpg','5210b4a18457f4e8f15ddda94756098aea31703575f98d620679b065bb67874d',1561538565),
|
||
(93,'1547455907486857.jpg','1547455907486857.jpg','goods',22077,'.jpg','image','/static/upload/images/goods/2019/01/14/1547455907486857.jpg','01447696b3ef51ba08d5b025a85d7f0414dd237b11a7e6b95b8f265355c46a9c',1561538565),
|
||
(94,'1547456214155362.jpg','1547456214155362.jpg','goods',11118,'.jpg','image','/static/upload/images/goods/2019/01/14/1547456214155362.jpg','a402374fefab509a6569a87e47829952510fb03ba2981cb774ebd958ff2ad931',1561538565),
|
||
(95,'1547456228913731.jpg','1547456228913731.jpg','goods',140415,'.jpg','image','/static/upload/images/goods/2019/01/14/1547456228913731.jpg','7ef00d40d8ecfd4cd3bbd8ec16699785ca9d050bae58a11022d1761fd866c095',1561538565),
|
||
(96,'1547540603500383.jpg','1547540603500383.jpg','goods',27527,'.jpg','image','/static/upload/images/goods/2019/01/15/1547540603500383.jpg','4898d06aa026c0453395e6ff624ed2a7b79c83124f21ca10b7ac6d21af12b4e7',1561538565),
|
||
(97,'20180814174251211789.png','20180814174251211789.png','goods_category',2209,'.png','image','/static/upload/images/goods_category/2018/08/20180814174251211789.png','c500e9507a07664224be0e51100f1577427d205a7333f64754464f2f606dba98',1561538565),
|
||
(98,'20180814174311166703.png','20180814174311166703.png','goods_category',1829,'.png','image','/static/upload/images/goods_category/2018/08/20180814174311166703.png','d8328277cca096ed83237f922db7d5719df92b4e02d5f089a8add4931ba1e3ee',1561538565),
|
||
(99,'20180814174638213368.png','20180814174638213368.png','goods_category',1975,'.png','image','/static/upload/images/goods_category/2018/08/20180814174638213368.png','f1fe15025d48dd62f3a76448dd313d354fc7a7d6c87ecb6059f129303af4006b',1561538565),
|
||
(100,'20180814174649846358.png','20180814174649846358.png','goods_category',3622,'.png','image','/static/upload/images/goods_category/2018/08/20180814174649846358.png','e9f0af2c0fcb2a920e0c42d031b5edf3205b601a0d6ca4d3243ee028259ba280',1561538565),
|
||
(101,'20180814174659916405.png','20180814174659916405.png','goods_category',3089,'.png','image','/static/upload/images/goods_category/2018/08/20180814174659916405.png','ac54e4e4bfa639f2d8350b15d9ebcee12d2aea38533c326c920f32dd5d5d408d',1561538565),
|
||
(102,'20180814174708327545.png','20180814174708327545.png','goods_category',2770,'.png','image','/static/upload/images/goods_category/2018/08/20180814174708327545.png','b90c3be2223b09deb331d9e03a201e9d193dbdacb54b7bf1b144140bd393ecf3',1561538565),
|
||
(103,'20180814174722490490.png','20180814174722490490.png','goods_category',2938,'.png','image','/static/upload/images/goods_category/2018/08/20180814174722490490.png','ddf5d194ff87438ccb7325235a2f392414aef8634dcadbc4e9bc14ce3b6cdd48',1561538565),
|
||
(104,'20180814174732569726.png','20180814174732569726.png','goods_category',4546,'.png','image','/static/upload/images/goods_category/2018/08/20180814174732569726.png','20ba9a93d8e4a826ac62293f4103dfd170d319c973accb956e864fd7d2ddde81',1561538565),
|
||
(105,'20180814174748738821.png','20180814174748738821.png','goods_category',1893,'.png','image','/static/upload/images/goods_category/2018/08/20180814174748738821.png','7c9e83c3405d040528fde44f972c3563e1c3b8c4320324d06bdf52a1a2cf97b5',1561538565),
|
||
(106,'20180814174757134754.png','20180814174757134754.png','goods_category',2352,'.png','image','/static/upload/images/goods_category/2018/08/20180814174757134754.png','777bc18045a9b3937f2a91faefd3053f772b7f7d9b0512079628042c6c578ab1',1561538565),
|
||
(107,'20180814180843848554.png','20180814180843848554.png','goods_category',82438,'.png','image','/static/upload/images/goods_category/2018/08/20180814180843848554.png','986a4b4c84fd1d201db31192840ec4a767bd3b8b850e900048bae0df469f12c4',1561538565),
|
||
(108,'20180815182045222850.png','20180815182045222850.png','goods_category',78877,'.png','image','/static/upload/images/goods_category/2018/08/20180815182045222850.png','6ce5e3eefe7aae134405cdcaa2c7cfaf58edba778545de0254c64f5fa078ead5',1561538565),
|
||
(109,'2018112015245128143.jpeg','2018112015245128143.jpeg','goods_category',31282,'.jpeg','image','/static/upload/images/goods_category/2018/11/20/2018112015245128143.jpeg','12caf7a29697c489af832d1083120cca3d7266cd3859709836c5034db0c48143',1561538565),
|
||
(110,'2018112015252193663.jpeg','2018112015252193663.jpeg','goods_category',24188,'.jpeg','image','/static/upload/images/goods_category/2018/11/20/2018112015252193663.jpeg','a11205863c0246630200dc4a4170370a1e715c18c4dbdd20090e12586d78c288',1561538565),
|
||
(111,'2018112015255390903.jpeg','2018112015255390903.jpeg','goods_category',28249,'.jpeg','image','/static/upload/images/goods_category/2018/11/20/2018112015255390903.jpeg','df72b0fabda2e3e957c563a375489deb7958fb449dc2b5cb41d1400ad50d6c94',1561538565),
|
||
(112,'2018112015273175122.jpeg','2018112015273175122.jpeg','goods_category',15581,'.jpeg','image','/static/upload/images/goods_category/2018/11/20/2018112015273175122.jpeg','83381549505c2af2b2d5a5b16226823203a8f7fc309f4efd6c631fa56f4baed4',1561538565),
|
||
(113,'2018112015441996472.jpeg','2018112015441996472.jpeg','goods_category',23870,'.jpeg','image','/static/upload/images/goods_category/2018/11/20/2018112015441996472.jpeg','9ee98d2fcdc54627346522f8ec04f95adb4f93792bea8132f2cf8574ed0bcea7',1561538565),
|
||
(114,'20180810094402044087.jpeg','20180810094402044087.jpeg','slide',231768,'.jpeg','image','/static/upload/images/slide/2018/08/20180810094402044087.jpeg','52532cd66bc5249287e83c64e1e87b22e2dd079ad09a294c3e307b99d6d60c4d',1561538565),
|
||
(115,'20180810095910423687.jpeg','20180810095910423687.jpeg','slide',165464,'.jpeg','image','/static/upload/images/slide/2018/08/20180810095910423687.jpeg','37767d1e538e88529e31f8903ba3be76ee4a86b83431578901e3ca81b796ebef',1561538565),
|
||
(116,'20180810100811853567.jpeg','20180810100811853567.jpeg','slide',181952,'.jpeg','image','/static/upload/images/slide/2018/08/20180810100811853567.jpeg','d91794e11f3af96546b83fe495671f128daf2785f1078c37b4a522a8a6c99a7c',1561538565),
|
||
(117,'20180810101045451156.jpeg','20180810101045451156.jpeg','slide',208674,'.jpeg','image','/static/upload/images/slide/2018/08/20180810101045451156.jpeg','4082eb4720e7b8a2023bde66a1392774a52ca95f73469504c9e37ff866590a39',1561538565),
|
||
(118,'20180810101106984022.jpeg','20180810101106984022.jpeg','slide',98192,'.jpeg','image','/static/upload/images/slide/2018/08/20180810101106984022.jpeg','830adcae5b9bf36b6454c5e18d1db4b2b7a2e92f08cd3d280856139026f38f4d',1561538565),
|
||
(119,'20180810101154662873.jpeg','20180810101154662873.jpeg','slide',126780,'.jpeg','image','/static/upload/images/slide/2018/08/20180810101154662873.jpeg','46dc694b4e529e3a2eaec3cde9f7e936ec1ca4c3b45d07dff18430f2fa8c97e3',1561538565),
|
||
(120,'20180810101224227323.jpeg','20180810101224227323.jpeg','slide',99619,'.jpeg','image','/static/upload/images/slide/2018/08/20180810101224227323.jpeg','e6e19ac0ed61b97a5353cc99839504b48a3318422a8dd1ec205d00bfa74c3a9c',1561538565),
|
||
(121,'20180810101305611263.jpeg','20180810101305611263.jpeg','slide',177630,'.jpeg','image','/static/upload/images/slide/2018/08/20180810101305611263.jpeg','552385fc97af0852266b7c1197a9f20d61f676fa8c7d3e248325e973974a4175',1561538565),
|
||
(123,'1562157390405145.png','-收藏.png','app_center_nav',4485,'.png','image','/static/upload/images/app_center_nav/2019/07/03/1562157390405145.png','f2c623efc421e9a0a68edc118b57ec73108273677dfd469e93b77a8ca33070b8',1562157390),
|
||
(124,'1562157391428293.png','问答-蓝.png','app_center_nav',2033,'.png','image','/static/upload/images/app_center_nav/2019/07/03/1562157391428293.png','e31e67a0765688899e4dcd75f446220091f766fdd65d4ba744aa38f1094ddf16',1562157391),
|
||
(125,'1562157391533252.png','我的地址.png','app_center_nav',4557,'.png','image','/static/upload/images/app_center_nav/2019/07/03/1562157391533252.png','bf7baeff6f58676ae31afc579b1b904ed6f747101c84d883134789369a94db59',1562157391),
|
||
(127,'1562157391517979.png','小折-分销.png','app_center_nav',3468,'.png','image','/static/upload/images/app_center_nav/2019/07/03/1562157391517979.png','2811fe5fe831b8d65b9c3741c8ea1fffbfc4b2d80810abbba27fc3b42b4c75fb',1562157391),
|
||
(246,'1571231187362091.png','优惠劵.png','app_center_nav',3472,'.png','image','/static/upload/images/app_center_nav/2019/10/16/1571231187362091.png','775b2ebf349a94fddb90fd6b7f9b9bc5ed4a7099d5e676bef71c2f9aa3e03178',1571231187),
|
||
(247,'1571231655606153.png','优惠劵 (1).png','app_nav',1952,'.png','image','/static/upload/images/app_nav/2019/10/16/1571231655606153.png','ff059091c4d7749f10d05905f6691ec79140474e187c64dc63b3ddbfb7bd7f8a',1571231655),
|
||
(249,'1572932149956815.png','我的订单.png','app_center_nav',3097,'.png','image','/static/upload/images/app_center_nav/2019/11/05/1572932149956815.png','c671163407ddc9bcf04d7ead288aa319f16a92b0e9f486b8072d8f3213da33b5',1572932150),
|
||
(299,'1580558490671574.png','钱包.png','app_center_nav',2953,'.png','image','/static/upload/images/app_center_nav/2020/02/01/1580558490671574.png','c13566205e8a1fe0472abd150f84507b45b01fc3e7cc58a6c30d1782cc642c2e',1580558490),
|
||
(300,'1580558516351420.png','会员.png','app_center_nav',3002,'.png','image','/static/upload/images/app_center_nav/2020/02/01/1580558516351420.png','b04cc8fad2bd975c824e3392cc1c022051fdcfef3a41286ff145735e068cb7cc',1580558516),
|
||
(470,'1587304154495133.png','直播 (1).png','app_nav',1546,'.png','image','/static/upload/images/app_nav/2020/04/19/1587304154495133.png','d791343787f2bb54e6e66d29eb4d256bec37f18b0a2ac9c9ab8246af73723304',1587304154),
|
||
(512,'1599806728463641.png','2018111915461980516.png','quick_nav',730,'.png','image','/static/upload/images/quick_nav/2020/09/11/1599806728463641.png','52eff07577a7e548179b431713510293e84f28a7de1730f77a6b1bdec3732813',1599806728),
|
||
(514,'1599808001838784.png','2018111915482687655.png','quick_nav',1430,'.png','image','/static/upload/images/quick_nav/2020/09/11/1599808001838784.png','86a1e78258600f4bdb822c993025e38daf1bcf06552e4d48a9c93350cbf2a4d8',1599808001),
|
||
(518,'1600321639662998.png','位置.png','quick_nav',3573,'.png','image','/static/upload/images/quick_nav/2020/09/17/1600321639662998.png','a64df8d480c7d0bc47dd5cc0dd59ebf4cd09e833ce80802d857f51c857b76686',1600321639),
|
||
(519,'1600322667732829.png','电话.png','quick_nav',3842,'.png','image','/static/upload/images/quick_nav/2020/09/17/1600322667732829.png','a1038b6b9a2b2a1fee13d306b07f6d44a897911f5f314f1259aa9dba5090c3c7',1600322667),
|
||
(595,'1607398361522502.png','发票100x100.png','app_center_nav',4645,'.png','image','/static/upload/images/app_center_nav/2020/12/08/1607398361522502.png','a3e6a81b9982d32595cef9094d71ea14ae38fff34a8e71ae535d567b635c239b',1607398361),
|
||
(598,'1608608498784252.png','签到 (1).png','app_center_nav',5724,'.png','image','/static/upload/images/app_center_nav/2020/12/22/1608608498784252.png','cbf6976b0a54761334c97f0c46dc21f391bd7cf2862aaa2b1acd4c0d4116e6a8',1608608498),
|
||
(767,'1637564231868321.png','手机轮播-01.png','slide',350892,'.png','image','/static/upload/images/slide/2021/11/22/1637564231868321.png','753579fda43dfb6c0877d4c132d2ff6284a9b12366b759077c3ea0b7a5308823',1637564231),
|
||
(768,'1637564273444601.jpeg','手机轮播-02.jpeg','slide',111636,'.jpeg','image','/static/upload/images/slide/2021/11/22/1637564273444601.jpeg','51dfb75c953ae2d5779d255e09ee5bbb3b9adb87e4b1d2b998d8e12e6ebda644',1637564273),
|
||
(1442,'1653645476953808.jpg','banner-2.jpg','slide',357229,'.jpg','image','/static/upload/images/slide/2022/05/27/1653645476953808.jpg','17023b096dc23594b66d5222424b4e067703c5dad3079fa24f717c141753353a',1653645476),
|
||
(1444,'1653646660511503.jpg','banner-1.jpg','slide',416202,'.jpg','image','/static/upload/images/slide/2022/05/27/1653646660511503.jpg','9b9c44ec3ea0c4367208a1b93b3ad580097d47e8fcb46f0c581a234d9c6ea173',1653646660);
|
||
|
||
/*!40000 ALTER TABLE `sxo_attachment` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_brand
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_brand`;
|
||
|
||
CREATE TABLE `sxo_brand` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`logo` char(255) NOT NULL DEFAULT '' COMMENT 'logo图标',
|
||
`name` char(30) NOT NULL COMMENT '名称',
|
||
`describe` char(255) NOT NULL DEFAULT '' COMMENT '描述',
|
||
`website_url` char(255) NOT NULL DEFAULT '' COMMENT '官网地址',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否启用(0否,1是)',
|
||
`sort` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '顺序',
|
||
`seo_title` char(100) NOT NULL DEFAULT '' COMMENT 'SEO标题',
|
||
`seo_keywords` char(130) NOT NULL DEFAULT '' COMMENT 'SEO关键字',
|
||
`seo_desc` char(230) NOT NULL DEFAULT '' COMMENT 'SEO描述',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `is_enable` (`is_enable`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='品牌';
|
||
|
||
LOCK TABLES `sxo_brand` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_brand` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_brand` (`id`, `logo`, `name`, `describe`, `website_url`, `is_enable`, `sort`, `seo_title`, `seo_keywords`, `seo_desc`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(1,'/static/upload/images/brand/2019/02/25/1551064260180298.jpeg','强生','强生公司一直注重在中国的发展,强生(中国)有限公司1992年1月在上海闵行经济技术开发区注册成立,注册资本超过一亿美元,是强生公司在中国大陆设立的首家独资企业。','https://www.johnsonsbaby.com.cn/',1,0,'','','',1551064263,1610346871),
|
||
(2,'/static/upload/images/brand/2019/02/25/1551064277207182.jpeg','佳洁士','佳洁士是享誉全球的口腔护理品牌,旗下有牙膏,牙刷,牙贴和漱口水等多种产品。上佳洁士官网,了解更多佳洁士产品和口腔保健的资讯。','https://www.crest.com.cn/',1,0,'','','',1551064299,1610346851),
|
||
(3,'','阿迪达斯','阿迪达斯一般指adidas。adidas(阿迪达斯)创办于1949年,是德国运动用品制造商阿迪达斯AG成员公司。以其创办人阿道夫·阿迪·达斯勒(Adolf Adi Dassler)。','https://www.adidas.com.cn/',1,0,'','','',1610019864,1610351690);
|
||
|
||
/*!40000 ALTER TABLE `sxo_brand` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_brand_category
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_brand_category`;
|
||
|
||
CREATE TABLE `sxo_brand_category` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '分类id',
|
||
`name` char(30) NOT NULL COMMENT '名称',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否启用(0否,1是)',
|
||
`sort` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '顺序',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `is_enable` (`is_enable`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='品牌分类';
|
||
|
||
LOCK TABLES `sxo_brand_category` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_brand_category` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_brand_category` (`id`, `name`, `is_enable`, `sort`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(7,'母婴用品',1,0,0,1606397242),
|
||
(10,'运动健康',1,0,0,1610281945),
|
||
(16,'食品饮料',1,0,1482840545,1535684635),
|
||
(17,'珠宝手表',1,0,1482840557,1610281948),
|
||
(18,'个护化妆',1,0,1482840577,1605775417),
|
||
(24,'家用电器',1,0,1483951541,1535684669),
|
||
(25,'数码办公',1,0,1535684676,0),
|
||
(26,'服装鞋帽',1,0,1535684688,1605775408),
|
||
(27,'家居家装',1,0,1535684701,1605775405),
|
||
(28,'厨房餐饮',1,0,1535684707,1535684722),
|
||
(29,'汽车用品',1,0,1535684729,0),
|
||
(30,'虚拟充值',1,0,1535684745,1605775402),
|
||
(31,'其他',1,0,1535684797,1605775399);
|
||
|
||
/*!40000 ALTER TABLE `sxo_brand_category` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_brand_category_join
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_brand_category_join`;
|
||
|
||
CREATE TABLE `sxo_brand_category_join` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`brand_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '品牌id',
|
||
`brand_category_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '分类id',
|
||
`add_time` int(10) unsigned DEFAULT '0' COMMENT '添加时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `brand_id` (`brand_id`) USING BTREE,
|
||
KEY `brand_category_id` (`brand_category_id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='品牌分类关联';
|
||
|
||
LOCK TABLES `sxo_brand_category_join` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_brand_category_join` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_brand_category_join` (`id`, `brand_id`, `brand_category_id`, `add_time`)
|
||
VALUES
|
||
(19,4,16,1598276011),
|
||
(29,5,10,1598276166),
|
||
(51,2,18,1610346851),
|
||
(52,1,7,1610346871),
|
||
(53,1,18,1610346871),
|
||
(54,1,27,1610346871),
|
||
(55,3,10,1610351690);
|
||
|
||
/*!40000 ALTER TABLE `sxo_brand_category_join` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_cart
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_cart`;
|
||
|
||
CREATE TABLE `sxo_cart` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`user_id` int(10) unsigned DEFAULT '0' COMMENT '用户id',
|
||
`goods_id` int(10) unsigned DEFAULT '0' COMMENT '商品id',
|
||
`title` char(160) NOT NULL DEFAULT '' COMMENT '标题',
|
||
`images` char(255) NOT NULL DEFAULT '' COMMENT '封面图片',
|
||
`original_price` decimal(10,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '原价',
|
||
`price` decimal(10,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '销售价格',
|
||
`stock` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '购买数量',
|
||
`spec` text COMMENT '规格',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `user_id` (`user_id`) USING BTREE,
|
||
KEY `goods_id` (`goods_id`) USING BTREE,
|
||
KEY `title` (`title`) USING BTREE,
|
||
KEY `stock` (`stock`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='购物车';
|
||
|
||
|
||
|
||
# Dump of table sxo_config
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_config`;
|
||
|
||
CREATE TABLE `sxo_config` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '基本设置id',
|
||
`value` mediumtext COMMENT '数据值',
|
||
`name` char(60) NOT NULL DEFAULT '' COMMENT '名称',
|
||
`describe` char(255) NOT NULL DEFAULT '' COMMENT '描述',
|
||
`error_tips` char(150) NOT NULL DEFAULT '' COMMENT '错误提示',
|
||
`type` char(30) NOT NULL DEFAULT '' COMMENT '类型(admin后台, home前台)',
|
||
`only_tag` char(60) NOT NULL DEFAULT '' COMMENT '唯一的标记',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE KEY `only_tag` (`only_tag`) USING BTREE
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COMMENT='基本配置参数';
|
||
|
||
LOCK TABLES `sxo_config` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_config` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_config` (`id`, `value`, `name`, `describe`, `error_tips`, `type`, `only_tag`, `upd_time`)
|
||
VALUES
|
||
(15,'30','分页数量','分页显示数量','分页不能超过3位数','admin','common_page_size',1669710025),
|
||
(59,'1','订单商品扣减库存规则','需扣减库存开启方可有效,默认订单支付成功','','common','common_deduction_inventory_rules',1669710124),
|
||
(60,'1','是否扣减库存','建议不要随意修改,以免造成库存数据错乱,关闭不影响库存回滚','','common','common_is_deduction_inventory',1669710124),
|
||
(11,'0','Excel编码','excel模块编码选择','请选择编码','admin','admin_excel_charset',1669710025),
|
||
(16,'ShopXO企业级B2C电商系统提供商 - 演示站点','站点标题','浏览器标题,一般不超过80个字符','站点标题不能为空','home','home_seo_site_title',1669014158),
|
||
(17,'商城系统,开源电商系统,免费电商系统,PHP电商系统,商城系统,B2C电商系统,B2B2C电商系统','站点关键字','一般不超过100个字符,多个关键字以半圆角逗号 [ , ] 隔开','站点关键字不能为空','home','home_seo_site_keywords',1669014158),
|
||
(18,'ShopXO是国内领先的商城系统提供商,为企业提供php商城系统、微信商城、小程序。','站点描述','站点描述,一般不超过200个字符','站点描述不能为空','home','home_seo_site_description',1669014158),
|
||
(19,'沪ICP备xxx号','ICP证书号','如:沪ICP备xxx号','','home','home_site_icp',1669710067),
|
||
(20,'','底部统计代码','支持html,可用于添加流量统计代码','','home','home_statistics_code',0),
|
||
(21,'1','站点状态','可暂时将站点关闭,其他人无法访问,但不影响管理员访问后台','请选择站点状态','home','home_site_state',1669710067),
|
||
(22,'升级中...','关闭原因','支持html,当网站处于关闭状态时,关闭原因将显示在前台','','home','home_site_close_reason',1669710067),
|
||
(23,'Asia/Shanghai','默认时区','默认 亚洲/上海 [标准时+8]','请选择默认时区','common','common_timezone',1669710067),
|
||
(24,'<div style=\"background: rgb(255 224 224 / 60%);color: #f00;padding: 2px 5px;text-align:left;font-size: 12px;position: fixed;bottom: 0px;left: 0px;width: 195px;z-index: 100;border-top-right-radius: 3px;border: 1px solid #fc9797;\">\r\n演示站点请勿支付,可在后台站点配置->基础配置(底部代码)修改</div>','底部代码','支持html,可用于添加流量统计代码','','home','home_footer_info',1669710067),
|
||
(28,'ShopXO','站点名称','','站点名称不能为空','home','home_site_name',1669710067),
|
||
(29,'0','链接模式','非兼容模式请确保配置好伪静态规则','请选择url模式','home','home_seo_url_model',1669014158),
|
||
(25,'20480000','图片最大限制','单位B [上传图片还受到服务器空间PHP配置最大上传 20M 限制]','请填写图片上传最大限制','home','home_max_limit_image',1629514223),
|
||
(26,'51200000','文件最大限制','单位B [上传文件还受到服务器空间PHP配置最大上传 20M 限制]','请填写文件上传最大限制','home','home_max_limit_file',1629514223),
|
||
(27,'102400000','视频最大限制','单位B [上传视频还受到服务器空间PHP配置最大上传 20M 限制]','请填写视频上传最大限制','home','home_max_limit_video',1629514223),
|
||
(30,'html','伪静态后缀','链接后面的后缀别名,默认 [ html ]','小写字母,不能超过8个字符','home','home_seo_url_html_suffix',1669014158),
|
||
(31,'0','用户注册开启审核','默认关闭,开启后用户注册需要审核通过方可登录','请选择用户注册开启审核','common','common_register_is_enable_audit',1626017004),
|
||
(32,'/static/upload/images/common/2019/01/14/1547448748316693.png','手机端logo','支持 [jpg, png, gif],建议220x66px','请上传手机端网站logo','home','home_site_logo_wap',1669710067),
|
||
(33,'/static/upload/images/common/2019/01/14/1547448705165706.png','电脑端logo','支持 [jpg, png, gif],建议220x60px','请上传电脑端网站logo','home','home_site_logo',1669710067),
|
||
(34,'1200','页面最大宽度','页面最大宽度,单位px,0则100%','请填写页面宽度值','home','home_content_max_width',1600008688),
|
||
(35,'/static/upload/images/common/2019/01/14/1547448728921121.jpg','正方形logo','建议使用png格式,建议300x300px','请上传正方形logo','common','home_site_logo_square',1669710067),
|
||
(36,'sms,email,username','注册方式','未选择、前端站点将无法注册,可选择 [ 短信, 邮箱, 用户名 ]','请选择注册方式','home','home_user_reg_type',1626017004),
|
||
(37,'username,email,sms','登录方式','默认帐号密码,可选择 [ 帐号密码, 邮箱验证码, 手机验证码 ]','请选择登录方式','home','home_user_login_type',1649604946),
|
||
(38,'1','获取验证码-开启图片验证码','防止短信轰炸','请选择是否开启强制图片验证码','common','common_img_verify_state',1614779408),
|
||
(39,'60','获取验证码时间间隔','防止频繁获取验证码,一般在 30~120 秒之间,单位 [秒]','请填写获取验证码时间间隔','home','common_verify_interval_time',1614779408),
|
||
(40,'','用户注册-短信模板ID','验证码code','请填写用户注册短信模板内容','home','home_sms_user_reg',1669710212),
|
||
(41,'','短信签名','发送短信包含的签名','短信签名 3~8 个的中英文字符','common','common_sms_sign',1669710200),
|
||
(42,'','短信KeyID','Access Key ID','请填写Access Key ID','common','common_sms_apikey',1669710200),
|
||
(43,'','密码找回-短信模板ID','验证码code','请填写密码找回短信模板内容','home','home_sms_user_forget_pwd',1669710212),
|
||
(44,'600','验证码有效时间','验证码过期时间,一般10分钟左右,单位 [秒]','请填写验证码有效时间','home','common_verify_expire_time',1614779408),
|
||
(45,'','SMTP服务器','设置SMTP服务器的地址,如 smtp.163.com','请填写SMTP服务器','common','common_email_smtp_host',1669710246),
|
||
(46,'','SMTP端口','设置SMTP服务器的端口,默认为 25','请填写SMTP端口号','common','common_email_smtp_port',1669710246),
|
||
(47,'','发信人邮件地址','发信人邮件地址,使用SMTP协议发送的邮件地址,如 shopxo@163.com','请填写发信人邮件地址','common','common_email_smtp_account',1669710246),
|
||
(48,'','SMTP身份验证用户名','如 shopxo@163.com','请填写SMTP身份验证用户名','common','common_email_smtp_name',1669710246),
|
||
(49,'','SMTP身份验证密码','shopxo@163.com邮件的密码或授权码','请填写SMTP身份验证密码','common','common_email_smtp_pwd',1669710246),
|
||
(50,'','发件人显示名称','如 ShopXO','','common','common_email_smtp_send_name',1669710246),
|
||
(51,'','通用-短信模板ID','验证码code','请填写通用短信模板内容','common','common_sms_currency_template',1669710212),
|
||
(58,'','短信KeySecret','Access Key Secret','请填写Access Key Secret','common','common_sms_apisecret',1669710200),
|
||
(53,'021-88888888','商店电话','空则不显示','','common','common_customer_store_tel',1615861913),
|
||
(56,'<p>通用模板,你的验证码是 #code#</p>','通用-邮件模板','验证码变量标识符 [ #code# ]','','common','common_email_currency_template',1614775674),
|
||
(57,'default','默认模板','前台默认模板','请选择默认模板','common','common_default_theme',1619166802),
|
||
(62,'','百度地图api密钥','百度地图2.0起必须配置AK密钥','请填写百度地图api密钥','common','common_baidu_map_ak',1669710025),
|
||
(63,'<p>用户注册,你的验证码是 #code#</p>','用户注册-邮件模板','验证码变量标识符 [ #code# ]','','home','home_email_user_reg',1614775674),
|
||
(64,'<p>密码找回,你的验证码是 #code#</p>','密码找回-邮件模板','验证码变量标识符 [ #code# ]','','home','home_email_user_forget_pwd',1614775674),
|
||
(65,'<p style=\"white-space: normal;\">邮箱绑定,你的验证码是 #code#</p>','邮箱绑定-邮件模板','验证码变量标识符 [ #code# ]','','home','home_email_user_email_binding',1614775674),
|
||
(66,'20221130','css/js版本标记','用于css/js浏览器缓存版本识别','','home','home_static_cache_version',1669710067),
|
||
(67,'','手机号码绑定-短信模板ID','验证码code','请填写手机号码绑定短信模板内容','home','home_sms_user_mobile_binding',1669710212),
|
||
(68,'连衣裙,帐篷,iphone,包包','搜索关键字','搜索框下热门关键字(输入回车)','请填写关键字','home','home_search_keywords',1666346528),
|
||
(69,'2','搜索关键字类型','自定义需要配置以下关键字','请选择关键字类型','home','home_search_keywords_type',1666346528),
|
||
(70,'0','订单预约模式','开启后用户提交订单需要管理员确认','请选择是否开启预约模式','common','common_order_is_booking',1669710124),
|
||
(71,'ShopXO','名称','','请填写名称','common','common_app_mini_alipay_title',1652847626),
|
||
(72,'企业级B2C开源电商系统!','描述','','请填写描述','common','common_app_mini_alipay_describe',1652847626),
|
||
(73,'021-88888888','客服电话','空则不显示','请填写客服电话','common','common_app_customer_service_tel',1669710318),
|
||
(74,'','AppID','小程序ID','请填写AppID','common','common_app_mini_alipay_appid',1652847626),
|
||
(75,'','应用公钥','','请填写应用公钥','common','common_app_mini_alipay_rsa_public',1652847626),
|
||
(182,'','前缀','默认 shopxo','请填写前缀','common','common_cache_session_redis_prefix',1626343978),
|
||
(76,'','应用私钥','','请填写应用私钥','common','common_app_mini_alipay_rsa_private',1652847626),
|
||
(171,'4','首页楼层商品排序类型','默认综合','请选择首页楼层商品排序类型','home','home_index_floor_goods_order_by_type',1669700832),
|
||
(173,'百宝箱','快捷导航名称','默认 百宝箱','请填写快捷导航名称','home','home_navigation_main_quick_name',1669710155),
|
||
(172,'0','首页楼层商品排序规则','默认降序(desc)','请选择首页楼层商品排序规则','home','home_index_floor_goods_order_by_rule',1669700832),
|
||
(188,'default','默认主题','微信小程序默认主题','请选择微信小程序默认主题','common','common_app_mini_weixin_default_theme',1628599597),
|
||
(174,'','获取账户手机一键登录','默认关闭','请选择获取账户手机一键登录','common','common_user_onekey_bind_mobile_list',1669710342),
|
||
(175,'0','启用订单批量支付','默认否','请选择获启用订单批量支付','home','home_is_enable_order_bulk_pay',1669710124),
|
||
(176,'0','Session使用缓存','默认否','请选择Session使用缓存','common','common_session_is_use_cache',1626343978),
|
||
(177,'0','数据使用缓存','默认否','请选择数据使用缓存','common','common_data_is_use_cache',1626343978),
|
||
(78,'1','是否启用搜索','默认是','','common','common_app_is_enable_search',1669710342),
|
||
(77,'','支付宝公钥','','请填写支付宝公钥','common','common_app_mini_alipay_out_rsa_public',1652847626),
|
||
(167,'','css/js静态文件cdn域名','css/js静态文件','请填写正确的css/js静态文件cdn域名','common','common_cdn_public_host',1669710067),
|
||
(168,'8','首页楼层商品数量','默认8个','请填写首页楼层商品数量','home','home_index_floor_goods_max_count',1669700832),
|
||
(170,'{\"1\":\"手机,iphone,小米\",\"2\":\"包包,夏装,连衣裙,短袖\"}','首页楼层顶部右侧关键字','楼层下关键字(输入回车)','请填写首页楼层顶部右侧关键字','home','home_index_floor_top_right_keywords',1669700832),
|
||
(79,'0','是否启用留言','默认否','','common','common_app_is_enable_answer',1669710342),
|
||
(80,'3','商品可添加规格最大数量','建议不超过3个规格','请填写谷歌最大数','common','common_spec_add_max_number',1669710025),
|
||
(81,'-','路由分隔符','建议填写 [ - ] 默认 [ - ] ,仅PATHINFO模式+短地址模式下有效','请填写路由分隔符','common','common_route_separator',1669014158),
|
||
(82,'','AppID','小程序ID','请填写appid','common','common_app_mini_weixin_appid',1669710363),
|
||
(83,'','AppSecret ','小程序密钥','请填写appsecret','common','common_app_mini_weixin_appsecret',1669710363),
|
||
(84,'ShopXO-weixin','名称','','请填写名称','common','common_app_mini_weixin_title',1669710363),
|
||
(85,'企业级B2C开源电商系统!','描述','','请填写描述','common','common_app_mini_weixin_describe',1669710363),
|
||
(61,'用户中心公告文字,后台手机管理、基础配置中修改,演示站点请勿下单。','用户中心公告','空则不显示公告','','common','common_user_center_notice',1669710318),
|
||
(8,'公告内容','商城公告','空则不显示公告','','common','common_shop_notice',1669710318),
|
||
(86,'test@qq.com','商店邮箱','空则不显示','客服邮箱格式有误','common','common_customer_store_email',1615861913),
|
||
(87,'/static/upload/images/common/2019/04/09/1554805439263794.jpeg','商店二维码','空则不展示','','common','common_customer_store_qrcode',1615861913),
|
||
(152,'[{\"alias\":\"总部\",\"name\":\"devil\",\"tel\":\"13222333333\",\"lng\":\"121.594278\",\"lat\":\"31.207917\",\"address\":\"张江高科\",\"province\":\"9\",\"city\":\"155\",\"county\":\"1937\",\"province_name\":\"上海市\",\"city_name\":\"浦东新区\",\"county_name\":\"张江镇\",\"id\":0,\"logo\":\"\"},{\"logo\":\"\\/static\\/upload\\/images\\/common\\/2019\\/01\\/14\\/1547448728921121.jpg\",\"alias\":\"\",\"name\":\"sky\",\"tel\":\"021-88888888\",\"lng\":\"121.515632\",\"lat\":\"31.102277\",\"address\":\"浦江科技广场\",\"province\":\"9\",\"city\":\"152\",\"county\":\"1896\",\"province_name\":\"上海市\",\"city_name\":\"闵行区\",\"county_name\":\"浦江镇\",\"id\":1}]','自提点地址','','请填写自提点地址','common','common_self_extraction_address',1659945215),
|
||
(88,'上海市 浦东新区','商店地址','空则不展示','','common','common_customer_store_address',1615861913),
|
||
(89,'<p>用户注册协议</p><p><br/></p>','用户注册协议','最多 105000 个字符','用户注册协议最多 105000 个字符','common','common_agreement_userregister',1621174317),
|
||
(90,'/static/upload/images/common/2019/05/17/1558025141249118.png','用户注册背景图片','','请上传用户注册背景图片','home','home_site_user_register_bg_images',1626017004),
|
||
(91,'/static/upload/images/common/2019/05/17/1558062481107570.jpg','图片','图片1 [ 建议使用 450X350 像数 ]','','home','home_site_user_login_ad1_images',1649604946),
|
||
(92,'/static/upload/images/common/2019/05/17/1558072588843696.jpg','图片','图片2 [ 建议使用 450X350 像数 ]','','home','home_site_user_login_ad2_images',1649604946),
|
||
(93,'/static/upload/images/common/2019/05/17/1558073623385520.jpg','图片','图片2 [ 建议使用 450X350 像数 ]','','home','home_site_user_login_ad3_images',1649604946),
|
||
(94,'https://shopxo.net/','url地址','地址1 [ 带http://或https:// ]','','home','home_site_user_login_ad1_url',1649604946),
|
||
(95,'https://ask.shopxo.net/','url地址','地址2 [ 带http://或https:// ]','','home','home_site_user_login_ad2_url',1649604946),
|
||
(96,'https://shopxo.net/vip.html','url地址','地址3 [ 带http://或https:// ]','','home','home_site_user_login_ad3_url',1649604946),
|
||
(97,'','背景色','背景色1','','home','home_site_user_login_ad1_bg_color',1649604946),
|
||
(98,'#FAFAFA','背景色','背景色2','','home','home_site_user_login_ad2_bg_color',1649604946),
|
||
(99,'#FAFAFA','背景色','背景色3','','home','home_site_user_login_ad3_bg_color',1649604946),
|
||
(100,'1','登录图片验证码','默认关闭,可以防止非法登录','请选择是否开启登录图片验证码','home','home_user_login_img_verify_state',1649604946),
|
||
(101,'/static/upload/images/common/2019/05/17/1558072588843696.jpg','图片','图片1 [ 建议使用 450X350 像数 ]','','home','home_site_user_forgetpwd_ad1_images',1558084915),
|
||
(102,'/static/upload/images/common/2019/05/17/1558073623641199.jpg','图片','图片2 [ 建议使用 450X350 像数 ]','','home','home_site_user_forgetpwd_ad2_images',1558084915),
|
||
(103,'','图片','图片2 [ 建议使用 450X350 像数 ]','','home','home_site_user_forgetpwd_ad3_images',1558084915),
|
||
(104,'https://shopxo.net/','url地址','地址1 [ 带http://或https:// ]','','home','home_site_user_forgetpwd_ad1_url',1558084915),
|
||
(105,'','url地址','地址2 [ 带http://或https:// ]','','home','home_site_user_forgetpwd_ad2_url',1558084915),
|
||
(106,'','url地址','地址3 [ 带http://或https:// ]','','home','home_site_user_forgetpwd_ad3_url',1558084915),
|
||
(107,'#FAFAFA','背景色','背景色1','','home','home_site_user_forgetpwd_ad1_bg_color',1558084915),
|
||
(108,'#FAFAFA','背景色','背景色2','','home','home_site_user_forgetpwd_ad2_bg_color',1558084915),
|
||
(109,'','背景色','背景色3','','home','home_site_user_forgetpwd_ad3_bg_color',1558084915),
|
||
(110,'0','用户注册图片验证码','默认关闭,可以防止非法注册','请选择是否开启用户注册图片验证码','home','home_user_register_img_verify_state',1626017004),
|
||
(111,'','图片验证码规则','默认白底黑字,可根据需求i加大验证码识别难度','','common','common_images_verify_rules',1614779408),
|
||
(112,'1','SSL方式加密','','请选择是否使用SSL方式加密','common','common_email_is_use_ssl',1669710246),
|
||
(113,'活动/优惠未生效\n空包裹\n包裹丢失\n配送超时\n未按约定时间发货\n未送货上门\n物流显示签收但实际未收到货\n不喜欢/不想要','仅退款原因','可换行,一行一个','请填写仅退款原因','home','home_order_aftersale_return_only_money_reason',1626017036),
|
||
(114,'7天无理由退换货\n配送超时\n未按约定时间发货\n未送货上门\n卖家发错货\n少件/漏发\n包装/商品破损/污渍\n商品信息描述不符\n使用后过敏\n已过/临近保质期\n无法溶解/结块/有异物','退货退款原因','可换行,一行一个','请填写退货退款原因','home','home_order_aftersale_return_money_goods_reason',1626017036),
|
||
(115,'1','用户注册协议','默认关闭,开启后用户注册需要同意协议才可以注册','请选择是否启用用户注册协议','home','home_is_enable_userregister_agreement',1626017004),
|
||
(116,'收件人:Devil,电话:13888888888,地址:上海市闵行区浦江科技广场','退货地址','用户退货货物收货地址','请填写退货地址','home','home_order_aftersale_return_goods_address',1626017036),
|
||
(117,'0','使用独立手机详情','默认使用web详情','请选择使用独立手机详情','common','common_app_is_use_mobile_detail',1669710342),
|
||
(118,'0','强制绑定手机','默认否','请选择是否强制绑定手机','common','common_user_is_mandatory_bind_mobile',1669710342),
|
||
(121,'1','固定顶部导航','默认是、必须启用搜索','请选择是否固定顶部导航','common','common_app_is_header_nav_fixed',1669710342),
|
||
(122,'0','开启在线客服','默认否','请选择是否开启在线客服','common','common_app_is_online_service',1669710342),
|
||
(169,'10','首页楼层左侧二级商品分类数量','默认6个','请填写首页楼层左侧二级商品分类数量','home','home_index_floor_left_goods_category_max_count',1606316065),
|
||
(163,'30','订单完成可发起售后时限','单位 天,0则关闭售后、建议30天左右','请填写订单完成可发起售后时限','common','home_order_aftersale_return_launch_day',1626017036),
|
||
(240,'21600','商品赠送积分时长','单位 分钟,默认21600分钟/15天','请填写商品赠送积分时长','common','common_goods_give_integral_limit_time',1647520290),
|
||
(125,'','AppID','智能小程序ID','请填写AppID','common','common_app_mini_baidu_appid',1669710379),
|
||
(126,'','AppKey','智能小程序KEY','请填写AppKey','common','common_app_mini_baidu_appkey',1669710379),
|
||
(127,'','AppSecret','智能小程序密匙','请填写AppSecret','common','common_app_mini_baidu_appsecret',1669710379),
|
||
(128,'ShopXO','名称','','请填写名称','common','common_app_mini_baidu_title',1669710379),
|
||
(129,'企业级B2C开源电商系统!','描述','','请填写描述','common','common_app_mini_baidu_describe',1669710379),
|
||
(130,'0','留言需要登录','默认否','请选择是否留言需要登录','common','common_is_login_answer',1647520290),
|
||
(132,'30','订单关闭脚本时长','单位 分钟,默认30分钟','请填写订单关闭脚本时长','common','common_order_close_limit_time',1647520290),
|
||
(133,'21600','订单自动收货脚本时长','单位 分钟,默认21600分钟/15天','请填写订单自动收货脚本时长','common','common_order_success_limit_time',1647520290),
|
||
(134,'','AppID','小程序ID','请填写AppID','common','common_app_mini_toutiao_appid',1669710386),
|
||
(135,'','AppSecret','小程序Secret','请填写AppSecret','common','common_app_mini_toutiao_appsecret',1669710386),
|
||
(139,'ShopXO-toutiao','名称','','请填写名称','common','common_app_mini_toutiao_title',1669710386),
|
||
(140,'企业级B2C开源电商系统!','描述','','请填写描述','common','common_app_mini_toutiao_describe',1669710386),
|
||
(141,'京公网安备xxx号','公安备案号','如:京公网安备xxx号','请填写公安备案号','home','home_site_security_record_name',1669710067),
|
||
(142,'','公安备案地址','备案展示页面的url地址','请填写公安备案地址','home','home_site_security_record_url',1669710067),
|
||
(143,'','AppID','小程序ID','请填写AppID','common','common_app_mini_qq_appid',1669710395),
|
||
(144,'','AppSecret','小程序Secret','请填写AppSecret','common','common_app_mini_qq_appsecret',1669710395),
|
||
(145,'','AppToken','小程序Token','请填写AppToken','common','common_app_mini_qq_apptoken',1669710395),
|
||
(146,'ShopXO','名称','','请填写名称','common','common_app_mini_qq_title',1669710395),
|
||
(147,'企业级B2C开源电商系统!','描述','','请填写描述','common','common_app_mini_qq_describe',1669710395),
|
||
(148,'1','是否启用用户中心头部小导航','默认是','请选择是否启用用户中心头部小导航','common','common_app_is_head_vice_nav',1669710342),
|
||
(151,'4','站点类型','默认快递','请选择站点类型','common','common_site_type',1659945215),
|
||
(150,'','展示型操作名称','默认 立即咨询','请填写展示型操作名称','common','common_is_exhibition_mode_btn_text',1659945215),
|
||
(153,'','虚拟信息标题','默认密钥信息','请填写虚拟信息标题','common','common_site_fictitious_return_title',1659945215),
|
||
(154,'','提示信息','','请填写提示信息','common','common_site_fictitious_return_tips',1659945215),
|
||
(155,'','在线客服-企业编码','空则不显示在线客服','请填写在线客服-企业编码','common','common_app_mini_alipay_tnt_inst_id',1652847626),
|
||
(156,'','在线客服-聊天窗编码','空则不显示在线客服','请填写在线客服-聊天窗编码','common','common_app_mini_alipay_scene',1652847626),
|
||
(157,'0','商品详情页展示相册','默认否','请选择是否商品详情页展示相册','common','common_is_goods_detail_show_photo',1669097835),
|
||
(158,'0','手机简洁模式','默认否','请选择是否手机简洁模式','common','common_is_mobile_concise_model',1669710318),
|
||
(159,'0','启用直播','默认否,需重新生成小程序包(启用则需到微信小程序后台申请权限)','请选择是否启用直播','common','common_app_weixin_liveplayer',1669710363),
|
||
(161,'1.3.0','直播组件版本号','','请填写直播组件版本号','common','common_app_weixin_liveplayer_ver',1669710363),
|
||
(162,'1','后台登录页随机背景图','默认启用','请选择后台登录页随机背景图','common','admin_login_info_bg_images_rand',1669710025),
|
||
(164,'30','支付日志订单关闭脚本时长','单位 分钟,默认30分钟','请填写支付日志订单关闭脚本时长','common','common_pay_log_order_close_limit_time',1647520290),
|
||
(165,'0','分类展示层级','默认0级','请填写分类展示层级','common','common_show_goods_category_level',1669097835),
|
||
(166,'','附件cdn域名','图片/视频/文件','请填写正确的附件cdn域名','common','common_cdn_attachment_host',1669710067),
|
||
(183,'','连接地址','默认 127.0.0.1','请填写连接地址','common','common_cache_data_redis_host',1626343978),
|
||
(184,'','端口号','默认 6379','请填写端口号','common','common_cache_data_redis_port',1626343978),
|
||
(185,'','密码','默认无密码','请填写密码','common','common_cache_data_redis_password',1626343978),
|
||
(186,'','有效时间','默认0表示永久','请填写有效时间','common','common_cache_data_redis_expire',1626343978),
|
||
(187,'','前缀','默认 shopxo','请填写前缀','common','common_cache_data_redis_prefix',1626343978),
|
||
(189,'default','默认主题','支付宝小程序默认主题','请选择支付宝小程序默认主题','common','common_app_mini_alipay_default_theme',1572350417),
|
||
(190,'default','默认主题','百度小程序默认主题','请选择百度小程序默认主题','common','common_app_mini_baidu_default_theme',1605944646),
|
||
(191,'default','默认主题','头条小程序默认主题','请选择头条小程序默认主题','common','common_app_mini_toutiao_default_theme',1605945236),
|
||
(192,'default','默认主题','QQ小程序默认主题','请选择QQ小程序默认主题','common','common_app_mini_qq_default_theme',1605947370),
|
||
(193,'0','首页楼层数据模式类型','默认自动模式','请选择首页楼层数据模式类型','home','home_index_floor_data_type',1669700832),
|
||
(194,'{\"1\":[\"7\",\"8\",\"3\",\"2\",\"1\",\"6\",\"5\",\"4\",\"11\",\"12\",\"10\",\"9\"]}','首页楼层商品配置','自定义添加商品','请选择首页楼层商品配置','home','home_index_floor_manual_mode_goods',1669700832),
|
||
(195,'{\"1\":\"58,59,60,61,62,63\",\"2\":\"304,305,306,307,308,309\"}','首页楼层左侧二级商品分类','楼层下分类(下拉多选)','请填写首页楼层左侧二级商品分类','home','home_index_floor_left_top_category',1669700832),
|
||
(196,'0','快捷导航状态','默认关闭','请选择快捷导航状态','home','home_navigation_main_quick_status',1669710155),
|
||
(197,'0','用户地址地图','默认关闭','请选择用户地址地图','home','home_user_address_map_status',1669710155),
|
||
(198,'0','用户地址身份证','默认关闭','请选择用户地址身份证','home','home_user_address_idcard_status',1669710155),
|
||
(199,'1','首页轮播左侧商品分类','默认开启','请选择首页轮播左侧商品分类','home','home_index_banner_left_status',1669700832),
|
||
(200,'1','首页轮播右侧聚合内容','默认开启','请选择首页轮播右侧聚合内容','home','home_index_banner_right_status',1669700832),
|
||
(202,'20','搜索展示数据条数','默认20','请填写搜索展示数据条数','home','home_search_limit_number',1666346528),
|
||
(201,'0','手机模式下友情链接状态','默认关闭','请选择手机模式下友情链接状态','home','home_index_friendship_link_status',1669710155),
|
||
(203,'1','订单支付状态改变支付金额必须大于等于','默认开启','请选择订单支付状态改变支付金额必须大于等于','common','common_is_pay_price_must_max_equal',1669710124),
|
||
(204,'1','搜索页开启规格','默认开启','请选择搜索页开启规格','home','home_search_is_spec',1666346528),
|
||
(205,'1','搜索页开启参数','默认开启','请选择搜索页开启参数','home','home_search_is_params',1666346528),
|
||
(206,'1','搜索页开启价格','默认开启','请选择搜索页开启价格','home','home_search_is_price',1666346528),
|
||
(207,'1','顶部小导航非首页入口','默认开启','请选择顶部小导航非首页入口','home','home_header_top_is_home',1669710155),
|
||
(208,'1','搜索页开启品牌','默认开启','请选择搜索页开启品牌','home','home_search_is_brand',1666346528),
|
||
(209,'1','搜索页开启分类','默认开启','请选择搜索页开启分类','home','home_search_is_category',1666346528),
|
||
(210,'username','登录方式','默认帐号密码,可选择 [ 帐号密码, 邮箱验证码, 手机验证码 ]','请至少选择一种登录方式','admin','admin_login_type',1669710025),
|
||
(211,'0','登录图片验证码','默认关闭,可以防止非法登录','请选择是否开启登录图片验证码','admin','admin_login_img_verify_state',1669710025),
|
||
(212,'','后台登录-短信模板ID','验证码code','请填写后台登录短信模板内容','admin','admin_sms_login_template',1669710212),
|
||
(213,'<p>后台登录模板,你的验证码是 #code#</p>','后台登录-邮件模板','验证码变量标识符 [ #code# ]','','admin','admin_email_login_template',1614775674),
|
||
(214,'','用户登录-短信模板ID','验证码code','请填写用户登录短信模板内容','home','home_sms_login_template',1669710212),
|
||
(215,'登录模板,你的验证码是 #code#','用户登录-邮件模板','验证码变量标识符 [ #code# ]','','home','home_email_login_template',1557728601),
|
||
(216,'0','自提选择地理位置','默认关闭','请选择自提选择地理位置','home','home_extraction_address_position',1669710155),
|
||
(217,'0','搜索多个关键字并且关系','默认否、或关系','请选择搜索多个关键字并且关系','home','home_search_is_keywords_where_and',1666346528),
|
||
(233,'0','连接商店采用https','默认http','请选择连接商店采用https','common','common_is_https_connect_store',1669710025),
|
||
(219,'0','关闭商品优惠重叠','默认否','请选择关闭商品优惠重叠','common','is_close_goods_discount_overlap',1669710131),
|
||
(221,'Powered by <a href=\"http://shopxo.net/\" title=\"ShopXO电商系统\" target=\"_blank\"><span class=\"b\">Shop</span><span class=\"o\">XO</span></a>','web端底部版权信息','','请填写web端底部版权信息','home','home_theme_footer_bottom_powered',1618304831),
|
||
(224,'','应用商店帐号','','请填写应用商店帐号','common','common_store_accounts',1644856817),
|
||
(222,'ShopXO','后端站点名称','','请填写后端站点名称','admin','admin_theme_site_name',1618304831),
|
||
(223,'2','搜索参数类型','默认基础','请选择搜索参数类型','home','home_search_params_type',1666346528),
|
||
(225,'','应用商店密码','','请填写应用商店密码','common','common_store_password',1644856817),
|
||
(226,'0','搜索关键字包含SEO字段','默认否','请选择搜索关键字包含SEO字段','home','home_search_is_keywords_seo_fields',1666346528),
|
||
(227,'<p>用户隐私政策内容</p>','用户隐私政策','最多 105000 个字符','用户隐私政策最多 105000 个字符','common','common_agreement_userprivacy',1627181355),
|
||
(231,'后台通知信息,系统配置中修改','后台管理公告','空则不显示、仅后台管理人员可见','请填写后台管理公告','admin','admin_notice',1669710025),
|
||
(229,'0','退货地址使用仓库地址','默认否、根据订单所属仓库','请选择是否退货地址使用仓库地址','home','home_order_aftersale_is_use_warehouse_address',1626017036),
|
||
(230,'1','订单商品销量增加规则','默认订单收货,请勿随意切换该配置、会造成商品销量不符','请选择订单商品销量增加规则','common','common_goods_sales_count_inc_rules',1669710124),
|
||
(232,'1','展示商品评价','默认是','请选择是否展示商品评价','common','common_is_show_goods_comments',1669097835),
|
||
(234,'','手机端h5地址','uniapp端地址以(#/)结尾、比如:https://h5.shopxo.vip/#/','请填写手机端h5地址','common','common_app_h5_url',1669710318),
|
||
(235,'0','线下支付正常进行','默认否,线下支付提交进入正常订单状态流程、后续管理员可在后台确认操作收款','请选择线下支付正常进行','common','common_is_under_line_order_normal',1669710124),
|
||
(236,'增值电信业务经营许可证:沪B2-xxx','增值电信业务经营许可证','如:沪B2-xxx','','home','home_site_telecom_license',1669710067),
|
||
(237,'1','web端首页访问','默认开启,仅针对web端首页,其他页面不受影响','','home','home_site_web_home_state',1669710067),
|
||
(238,'https://zzlz.gsxt.gov.cn/businessShow','电子营业执照亮照','执照页面展示地址、申请地址:https://zzlz.gsxt.gov.cn/businessShow','','home','home_site_company_license',1669710067),
|
||
(239,'1','web端PC访问','默认开启,仅针对web端PC','','home','home_site_web_pc_state',1669710067),
|
||
(250,'','天地图api秘钥','天地图的应用Key','请填写天地图api秘钥','common','common_tianditu_map_ak',1669710025),
|
||
(241,'','主域名','站点地址','请填写正确的主域名','common','common_domain_host',1669710067),
|
||
(242,'','获取账户地址一键导入','默认关闭','请选择获取账户地址一键导入','common','common_user_address_platform_import_list',1669710342),
|
||
(243,'','AppID','小程序ID','请填写AppID','common','common_app_mini_kuaishou_appid',1652847650),
|
||
(244,'','AppSecret','小程序Secret','请填写AppSecret','common','common_app_mini_kuaishou_appsecret',1652847650),
|
||
(245,'ShopXO','名称','','请填写名称','common','common_app_mini_kuaishou_title',1652847650),
|
||
(246,'企业级B2C开源电商系统!','描述','','请填写描述','common','common_app_mini_kuaishou_describe',1652847650),
|
||
(247,'36a69c797f3a3ddab274486cc63488c2','数据加密秘钥','默认安装系统已自动生成、可以修改','请填写数据加密秘钥','common','common_data_encryption_secret',1669710025),
|
||
(248,'','Cookie有效域名','默认空则是当前访问域名有效','请填写Cookie有效域名','common','common_cookie_domain',1669710025),
|
||
(249,'0','Excel导出类型','默认CSV','请选择Excel导出类型','common','common_excel_export_type',1669710025),
|
||
(251,'baidu','地图类型','默认百度地图','请选择地图类型','common','common_map_type',1669710025),
|
||
(252,'','高德地图api秘钥','高德地图的应用Key和安全秘钥','请填写高德地图api秘钥','common','common_amap_map_ak',1669710025),
|
||
(253,'','腾讯地图api秘钥','腾讯地图的应用Key','请填写腾讯地图api秘钥','common','common_tencent_map_ak',1669710025),
|
||
(254,'','高德地图安全秘钥','高德地图的应用安全密钥','请填写高德地图安全秘钥','common','common_amap_map_safety_ak',1669710025),
|
||
(255,'{\"pc\":\"\",\"h5\":\"\",\"ios\":\"\",\"android\":\"\",\"weixin\":\"\",\"alipay\":\"\",\"baidu\":\"\",\"toutiao\":\"\",\"qq\":\"\",\"kuaishou\":\"\"}','默认支付方式','可对应平台设置','请选择默认支付方式','common','common_default_payment',1669710124),
|
||
(256,'0','虚拟订单直接提交支付','默认否,虚拟订单自动创建订单并直接进入订单列表发起支付、省去订单确认环节(请先设置默认支付方式)','请选择是否虚拟订单直接提交支付','common','common_fictitious_order_direct_pay',1669710124),
|
||
(257,'0','开启搜索记录','默认否','请选择开启搜索记录','home','home_search_history_record',1666346528),
|
||
(258,'<p>账号注销协议内容</p><p style=\"position: absolute; width: 1px; height: 1px; overflow: hidden; left: -1000px; top: 30px;\">账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容</p><p style=\"position: absolute; width: 1px; height: 1px; overflow: hidden; left: -1000px; top: 30px;\"><br/></p><p style=\"position: absolute; width: 1px; height: 1px; overflow: hidden; left: -1000px; top: 30px;\">账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容</p><p style=\"position: absolute; width: 1px; height: 1px; overflow: hidden; left: -1000px; top: 30px;\"><br/></p><p style=\"position: absolute; width: 1px; height: 1px; overflow: hidden; left: -1000px; top: 30px;\"><br/></p><p style=\"position: absolute; width: 1px; height: 1px; overflow: hidden; left: -1000px; white-space: nowrap; top: 30px;\">账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容<br/></p><p style=\"position: absolute; width: 1px; height: 1px; overflow: hidden; left: -1000px; white-space: nowrap; top: 30px;\"><br/></p><p style=\"position: absolute; width: 1px; height: 1px; overflow: hidden; left: -1000px; white-space: nowrap; top: 30px;\">账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容</p><p style=\"position: absolute; width: 1px; height: 1px; overflow: hidden; left: -1000px; white-space: nowrap; top: 30px;\"><br/></p><p style=\"position: absolute; width: 1px; height: 1px; overflow: hidden; left: -1000px; white-space: nowrap; top: 30px;\"><br/></p><p style=\"position: absolute; width: 1px; height: 1px; overflow: hidden; left: -1000px; white-space: nowrap; top: 30px;\"><br/></p>','账号注销协议','最多 105000 个字符','账号注销协议最多 105000 个字符','common','common_agreement_userlogout',1669710280),
|
||
(259,'1','主导航','默认开启','请选择主导航状态','home','home_main_header_status',1669710155),
|
||
(260,'1','顶部小导航','默认开启','请选择顶部小导航状态','home','home_main_top_header_status',1669710155),
|
||
(261,'1','logo及搜索栏','默认开启','请选择logo及搜索栏状态','home','home_main_logo_search_status',1669710155),
|
||
(262,'1','面包屑导航','默认开启','请选择面包屑导航状态','home','home_main_breadcrumb_header_status',1669710155),
|
||
(263,'1','底部页脚内容','默认开启','请选择底部页脚内容状态','home','home_main_footer_content_status',1669710155),
|
||
(264,'','可用多语言','勾选则使用','请勾选需要使用的语言','common','common_multilingual_choose_list',1558022648),
|
||
(265,'0','自动识别用户语言','默认关闭','请选择自动识别用户语言','common','common_multilingual_auto_status',1558022648),
|
||
(266,'0','后端使用多语言','默认关闭','请选择后端使用多语言','admin','admin_use_multilingual_status',1558022648),
|
||
(267,'0','前端使用多语言','默认关闭','请选择前端使用多语言','home','home_use_multilingual_status',1558022648),
|
||
(268,'0','用户以系统类标识维度','默认关闭','请选择用户以系统类标识维度','common','common_user_unique_system_type_model',1558022648);
|
||
|
||
/*!40000 ALTER TABLE `sxo_config` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_custom_view
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_custom_view`;
|
||
|
||
CREATE TABLE `sxo_custom_view` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`logo` char(255) NOT NULL DEFAULT '' COMMENT 'logo',
|
||
`name` char(60) NOT NULL DEFAULT '' COMMENT '名称',
|
||
`html_content` longtext COMMENT 'html代码',
|
||
`css_content` longtext COMMENT 'css样式',
|
||
`js_content` longtext COMMENT 'js代码',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否启用(0否,1是)',
|
||
`is_header` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否包含头部(0否, 1是)',
|
||
`is_footer` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否包含尾部(0否, 1是)',
|
||
`is_full_screen` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否满屏(0否, 1是)',
|
||
`access_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '访问次数',
|
||
`seo_title` char(100) NOT NULL DEFAULT '' COMMENT 'SEO标题',
|
||
`seo_keywords` char(130) NOT NULL DEFAULT '' COMMENT 'SEO关键字',
|
||
`seo_desc` char(230) NOT NULL DEFAULT '' COMMENT 'SEO描述',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `title` (`name`) USING BTREE,
|
||
KEY `is_enable` (`is_enable`) USING BTREE,
|
||
KEY `access_count` (`access_count`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='自定义页面';
|
||
|
||
LOCK TABLES `sxo_custom_view` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_custom_view` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_custom_view` (`id`, `logo`, `name`, `html_content`, `css_content`, `js_content`, `is_enable`, `is_header`, `is_footer`, `is_full_screen`, `access_count`, `seo_title`, `seo_keywords`, `seo_desc`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(1,'','测试自定义页面22沙发上冬瓜豆腐东方红甘肃光合谷 vV 币 vv 小白菜 v 吧俄国人搞活动个人风格 VC 不超过吧都是','<p><img src=\"/static/upload/images/customview/image/2018/08/09/1533779966550231.jpeg\" title=\"1533779966550231.jpeg\" alt=\"1.jpeg\"/></p><p><span style=\"color: rgb(255, 0, 0);\">ShopXO</span></p><p><span style=\"color: rgb(38, 38, 38); font-family: 微软雅黑, \">秀,身材苗条!</span></p><p><span style=\"color: rgb(38, 38, 38); font-family: 微软雅黑, \"></span></p><p style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1.6rem; color: rgb(51, 51, 51); font-family: \">在欧美的排版业界中,使用 Arial 的作品意即是「不使用 Helvetica 的作品」,会被认為是设计师对字体的使用没有概念或是太容易妥协,基本上我大致也是同意。</p><p style=\"box-sizing: border-box; margin-top: 1.6rem; margin-bottom: 1.6rem; color: rgb(51, 51, 51); font-family: \"><br/></p><p style=\"box-sizing: border-box; margin-top: 1.6rem; margin-bottom: 1.6rem; color: rgb(51, 51, 51); font-family: \">因為 Helvetica 只有 Mac 上才有內建,Windows 用戶除非花錢買,不然是沒有 Helvetica 能用,所以使用 Arial 的設計師往往被看成是不願意對 Typography 花錢,專業素養不到家的人。除了在確保網頁相容性等絕對必需的情況外,幾乎可以說是不應該使用的字體。</p><p><span style=\"color: rgb(38, 38, 38); font-family: 微软雅黑, \"><br/></span></p><p style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1.6rem; color: rgb(51, 51, 51); font-family: \">在欧美的排版业界中,使用 Arial 的作品意即是「不使用 Helvetica 的作品」,会被认為是设计师对字体的使用没有概念或是太容易妥协,基本上我大致也是同意。</p><p style=\"box-sizing: border-box; margin-top: 1.6rem; margin-bottom: 1.6rem; color: rgb(51, 51, 51); font-family: \">因為 Helvetica 只有 Mac 上才有內建,Windows 用戶除非花錢買,不然是沒有 Helvetica 能用,所以使用 Arial 的設計師往往被看成是不願意對 Typography 花錢,專業素養不到家的人。除了在確保網頁相容性等絕對必需的情況外,幾乎可以說是不應該使用的字體。</p><p><span style=\"color: rgb(38, 38, 38); font-family: 微软雅黑, \"><br/></span></p><p style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1.6rem; color: rgb(51, 51, 51); font-family: \">在欧美的排版业界中,使用 Arial 的作品意即是「不使用 Helvetica 的作品」,会被认為是设计师对字体的使用没有概念或是太容易妥协,基本上我大致也是同意。</p><p style=\"box-sizing: border-box; margin-top: 1.6rem; margin-bottom: 1.6rem; color: rgb(51, 51, 51); font-family: \">因為 Helvetica 只有 Mac 上才有內建,Windows 用戶除非花錢買,不然是沒有 Helvetica 能用,所以使用 Arial 的設計師往往被看成是不願意對 Typography 花錢,專業素養不到家的人。除了在確保網頁相容性等絕對必需的情況外,幾乎可以說是不應該使用的字體。</p><p><span style=\"color: rgb(38, 38, 38); font-family: 微软雅黑, \"><br/></span></p><p><span style=\"color: rgb(38, 38, 38); font-family: 微软雅黑, \"><br/></span></p><p style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1.6rem; color: rgb(51, 51, 51); font-family: \">在欧美的排版业界中,使用 Arial 的作品意即是「不使用 Helvetica 的作品」,会被认為是设计师对字体的使用没有概念或是太容易妥协,基本上我大致也是同意。</p><p style=\"box-sizing: border-box; margin-top: 1.6rem; margin-bottom: 1.6rem; color: rgb(51, 51, 51); font-family: \">因為 Helvetica 只有 Mac 上才有內建,Windows 用戶除非花錢買,不然是沒有 Helvetica 能用,所以使用 Arial 的設計師往往被看成是不願意對 Typography 花錢,專業素養不到家的人。除了在確保網頁相容性等絕對必需的情況外,幾乎可以說是不應該使用的字體。</p><p><span style=\"color: rgb(38, 38, 38); font-family: 微软雅黑, \"><br/></span></p><p style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1.6rem; color: rgb(51, 51, 51); font-family: \">在欧美的排版业界中,使用 Arial 的作品意即是「不使用 Helvetica 的作品」,会被认為是设计师对字体的使用没有概念或是太容易妥协,基本上我大致也是同意。</p><p style=\"box-sizing: border-box; margin-top: 1.6rem; margin-bottom: 1.6rem; color: rgb(51, 51, 51); font-family: \">因為 Helvetica 只有 Mac 上才有內建,Windows 用戶除非花錢買,不然是沒有 Helvetica 能用,所以使用 Arial 的設計師往往被看成是不願意對 Typography 花錢,專業素養不到家的人。除了在確保網頁相容性等絕對必需的情況外,幾乎可以說是不應該使用的字體。</p><p><br/></p>',NULL,NULL,1,1,1,0,937,'','','',1484965691,1669084761);
|
||
|
||
/*!40000 ALTER TABLE `sxo_custom_view` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_design
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_design`;
|
||
|
||
CREATE TABLE `sxo_design` (
|
||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`logo` char(255) NOT NULL DEFAULT '' COMMENT 'logo',
|
||
`name` char(60) NOT NULL DEFAULT '' COMMENT '名称',
|
||
`config` longtext COMMENT '页面配置信息',
|
||
`access_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '访问次数',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否启用(0否,1是)',
|
||
`is_header` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否含头部(0否,1是)',
|
||
`is_footer` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否含尾部(0否,1是)',
|
||
`seo_title` char(100) NOT NULL DEFAULT '' COMMENT 'SEO标题',
|
||
`seo_keywords` char(130) NOT NULL DEFAULT '' COMMENT 'SEO关键字',
|
||
`seo_desc` char(230) NOT NULL DEFAULT '' COMMENT 'SEO描述',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `name` (`name`) USING BTREE,
|
||
KEY `is_enable` (`is_enable`) USING BTREE,
|
||
KEY `is_header` (`is_header`) USING BTREE,
|
||
KEY `is_footer` (`is_footer`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='页面设计';
|
||
|
||
|
||
|
||
# Dump of table sxo_express
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_express`;
|
||
|
||
CREATE TABLE `sxo_express` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`pid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '父id',
|
||
`icon` char(255) NOT NULL DEFAULT '' COMMENT 'icon图标',
|
||
`name` char(30) NOT NULL COMMENT '名称',
|
||
`website_url` char(255) NOT NULL DEFAULT '' COMMENT '官网地址',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否启用(0否,1是)',
|
||
`sort` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '顺序',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `is_enable` (`is_enable`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='快递公司';
|
||
|
||
LOCK TABLES `sxo_express` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_express` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_express` (`id`, `pid`, `icon`, `name`, `website_url`, `is_enable`, `sort`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(1,0,'/static/upload/images/express/images/20180917104528_logo.png','顺丰快递','',1,0,1526350443,1613626001),
|
||
(2,0,'/static/upload/images/express/images/20180917104538_logo.png','圆通快递','',1,0,1526350453,1613626234),
|
||
(3,0,'/static/upload/images/express/images/20180917104550_logo.png','申通快递','',1,0,1526350461,1583070213),
|
||
(4,0,'/static/upload/images/express/images/20180917104559_logo.png','中通快递','',1,0,1526350469,1537152359),
|
||
(5,0,'/static/upload/images/express/images/20180917104839_logo.png','EMS速递','',1,0,1530429633,1537152519),
|
||
(6,0,'/static/upload/images/express/images/20180917104631_logo.png','韵达快递','',1,0,1530429687,1537152391),
|
||
(7,0,'/static/upload/images/express/images/20180917104848_logo.png','邮政包裹','',1,0,1530429743,1537152528),
|
||
(8,0,'/static/upload/images/express/images/20180917104816_logo.png','百世汇通','',1,0,1530429765,1537152496),
|
||
(9,0,'/static/upload/images/express/images/20180917104616_logo.png','国通快递','',1,0,1530429794,1537152376),
|
||
(10,0,'/static/upload/images/express/images/20180917104650_logo.png','天天快递','',1,0,1530429830,1537152410),
|
||
(11,0,'/static/upload/images/express/images/20180917104707_logo.png','优速快递','',1,0,1530429855,1537152427),
|
||
(12,0,'/static/upload/images/express/images/20180917104722_logo.png','全峰快递','',1,0,1530429873,1537152442),
|
||
(13,0,'/static/upload/images/express/images/20180917104750_logo.png','宅急送','',1,0,1530429907,1537152470),
|
||
(14,0,'/static/upload/images/express/images/20180917104757_logo.png','京东快递','',1,0,1530429926,1605775704);
|
||
|
||
/*!40000 ALTER TABLE `sxo_express` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_form_table_user_fields
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_form_table_user_fields`;
|
||
|
||
CREATE TABLE `sxo_form_table_user_fields` (
|
||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '管理员id或用户id',
|
||
`user_type` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '用户类型(0后台管理员, 1用户端)',
|
||
`md5_key` char(32) NOT NULL DEFAULT '' COMMENT 'form表格数据唯一key',
|
||
`fields` text COMMENT '字段数据(json格式存储)',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `user_id` (`user_id`) USING BTREE,
|
||
KEY `user_type` (`user_type`) USING BTREE,
|
||
KEY `md5_key` (`md5_key`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='动态表格用户自定义字段';
|
||
|
||
|
||
|
||
# Dump of table sxo_goods
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_goods`;
|
||
|
||
CREATE TABLE `sxo_goods` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`brand_id` int(10) unsigned DEFAULT '0' COMMENT '品牌id',
|
||
`site_type` tinyint(1) NOT NULL DEFAULT '-1' COMMENT '商品类型(跟随站点类型一致[0销售, 1展示, 2自提, 3虚拟销售, 4销售+自提])',
|
||
`title` char(160) NOT NULL DEFAULT '' COMMENT '标题',
|
||
`title_color` char(7) NOT NULL DEFAULT '' COMMENT '标题颜色',
|
||
`simple_desc` char(230) NOT NULL DEFAULT '' COMMENT '简述',
|
||
`model` char(30) NOT NULL DEFAULT '' COMMENT '型号',
|
||
`place_origin` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '产地(地区省id)',
|
||
`inventory` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '库存(所有规格库存总和)',
|
||
`inventory_unit` char(15) NOT NULL DEFAULT '' COMMENT '库存单位',
|
||
`images` char(255) NOT NULL DEFAULT '' COMMENT '封面图片',
|
||
`original_price` char(60) NOT NULL DEFAULT '' COMMENT '原价(单值:10, 区间:10.00-20.00)一般用于展示使用',
|
||
`min_original_price` decimal(10,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '最低原价',
|
||
`max_original_price` decimal(10,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '最大原价',
|
||
`price` char(60) NOT NULL DEFAULT '' COMMENT '销售价格(单值:10, 区间:10.00-20.00)一般用于展示使用',
|
||
`min_price` decimal(10,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '最低价格',
|
||
`max_price` decimal(10,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '最高价格',
|
||
`give_integral` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '购买赠送积分比例',
|
||
`buy_min_number` int(10) unsigned NOT NULL DEFAULT '1' COMMENT '最低起购数量 (默认1)',
|
||
`buy_max_number` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '最大购买数量(最大数值 100000000, 小于等于0或空则不限)',
|
||
`is_deduction_inventory` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否扣减库存(0否, 1是)',
|
||
`is_shelves` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否上架(下架后用户不可见, 0否, 1是)',
|
||
`content_web` mediumtext COMMENT '电脑端详情内容',
|
||
`photo_count` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '相册图片数量',
|
||
`sales_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '销量',
|
||
`access_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '访问次数',
|
||
`video` char(255) NOT NULL DEFAULT '' COMMENT '短视频',
|
||
`is_exist_many_spec` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否存在多个规格(0否, 1是)',
|
||
`spec_base` text COMMENT '规格基础数据',
|
||
`fictitious_goods_value` text COMMENT '虚拟商品展示数据',
|
||
`seo_title` char(100) NOT NULL DEFAULT '' COMMENT 'SEO标题',
|
||
`seo_keywords` char(130) NOT NULL DEFAULT '' COMMENT 'SEO关键字',
|
||
`seo_desc` char(230) NOT NULL DEFAULT '' COMMENT 'SEO描述',
|
||
`is_delete_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '是否已删除(0 未删除, 大于0则是删除时间)',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `title` (`title`) USING BTREE,
|
||
KEY `access_count` (`access_count`) USING BTREE,
|
||
KEY `photo_count` (`photo_count`) USING BTREE,
|
||
KEY `is_shelves` (`is_shelves`) USING BTREE,
|
||
KEY `brand_id` (`brand_id`) USING BTREE,
|
||
KEY `sales_count` (`sales_count`) USING BTREE,
|
||
KEY `is_delete_time` (`is_delete_time`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='商品';
|
||
|
||
LOCK TABLES `sxo_goods` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_goods` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_goods` (`id`, `brand_id`, `site_type`, `title`, `title_color`, `simple_desc`, `model`, `place_origin`, `inventory`, `inventory_unit`, `images`, `original_price`, `min_original_price`, `max_original_price`, `price`, `min_price`, `max_price`, `give_integral`, `buy_min_number`, `buy_max_number`, `is_deduction_inventory`, `is_shelves`, `content_web`, `photo_count`, `sales_count`, `access_count`, `video`, `is_exist_many_spec`, `spec_base`, `fictitious_goods_value`, `seo_title`, `seo_keywords`, `seo_desc`, `is_delete_time`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(1,1,-1,'MIUI/小米 小米手机4 小米4代 MI4智能4G手机包邮 黑色 D-LTE(4G)/TD-SCD-1','','','xxhh',0,1519,'步','/static/upload/images/goods/2019/01/14/1547450781101144.jpg','9200.00',9200.00,9200.00,'2100.12',2100.12,2100.12,10,1,6,1,1,'<p><img src=\"/static/upload/images/goods/2019/01/14/1547450880620837.png\" title=\"1547450880620837.png\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547450880750687.png\" title=\"1547450880750687.png\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547450880917418.png\" title=\"1547450880917418.png\"/></p><p><br/></p>',2,169,5882,'',0,'','<p><a href=\"https://pan.baidu.com/s/18xyUNruvohr5JCdorvaz5w\" target=\"_blank\" style=\"box-sizing: border-box; background-color: rgb(255, 255, 255); color: rgb(0, 154, 97); text-decoration-line: none; font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif; font-size: 14px; white-space: normal;\">https://pan.baidu.com/s/18xyUNruvohr5JCdorvaz5w</a><span style=\"box-sizing: border-box; color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif; font-size: 14px;\"> 提取码 </span><span style=\"box-sizing: border-box; color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif; font-size: 14px;\">v3y4-33</span></p>','','','',0,1547450921,1669711434),
|
||
(2,2,-1,'苹果(Apple)iPhone 6 Plus (A1524)移动联通电信4G手机 金色 16G','','','iPhone 6 Plus',0,7992,'步','/static/upload/images/goods/2019/01/14/1547451274847894.jpg','6000.00-7600.00',6000.00,7600.00,'4500.00-6800.00',4500.00,6800.00,30,1,0,1,1,'<p><img src=\"/static/upload/images/goods/2019/01/14/1547451595700972.jpg\" title=\"1547451595700972.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547451595528800.jpg\" title=\"1547451595528800.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547451595616298.jpg\" title=\"1547451595616298.jpg\"/></p><p><br/></p>',2,199,9692,'/static/upload/video/goods/2019/01/14/1547458876723311.mp4',1,'','','','','',0,1547451624,1669711434),
|
||
(3,2,-1,'Samsung/三星 SM-G8508S GALAXY Alpha四核智能手机 新品 闪耀白','','','',0,888,'步','/static/upload/images/goods/2019/01/14/1547451909951171.jpg','6866.00',6866.00,6866.00,'3888.00',3888.00,3888.00,20,1,0,1,1,'<p><img src=\"/static/upload/images/goods/2019/01/14/1547451947383902.jpg\" title=\"1547451947383902.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547451947686990.jpg\" title=\"1547451947686990.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547451947676180.jpg\" title=\"1547451947676180.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547451947791154.jpg\" title=\"1547451947791154.jpg\"/></p><p><br/></p>',2,215,10071,'',0,'','','','','',0,1547452007,1669711434),
|
||
(4,1,-1,'Huawei/华为 H60-L01 荣耀6 移动4G版智能手机 安卓','','','',0,879,'步','/static/upload/images/goods/2019/01/14/1547452474332334.jpg','2300.00',2300.00,2300.00,'1999.00',1999.00,1999.00,19,1,0,1,1,'<p><img src=\"/static/upload/images/goods/2019/01/14/1547452505568604.jpg\" title=\"1547452505568604.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547452505349986.jpg\" title=\"1547452505349986.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547452505184884.jpg\" title=\"1547452505184884.jpg\"/></p><p><br/></p>',2,53,2443,'',0,'','','','','',0,1547452553,1669711434),
|
||
(5,2,-1,'Meizu/魅族 MX4 Pro移动版 八核大屏智能手机 黑色 16G','','','',0,877,'步','/static/upload/images/goods/2019/01/14/1547452714324599.jpg','0.00',0.00,0.00,'2499.00',2499.00,2499.00,56,1,0,1,1,'<p><img src=\"/static/upload/images/goods/2019/01/14/1547452760417982.jpg\" title=\"1547452760417982.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547452760659259.jpg\" title=\"1547452760659259.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547452760984656.jpg\" title=\"1547452760984656.jpg\"/></p><p><br/></p>',2,181,9010,'',0,'','','','','',0,1547452798,1669711434),
|
||
(6,1,-1,'vivo X5MAX L 移动4G 八核超薄大屏5.5吋双卡手机vivoX5max','','','',0,884,'步','/static/upload/images/goods/2019/01/14/1547453000703308.jpg','3200.00',3200.00,3200.00,'2998.90',2998.90,2998.90,65,1,0,1,1,'<p><span style=\"color: rgb(255, 0, 0); font-size: 18px;\"> X5L/SL/V/M (5.0寸) X5max钢化膜(5.5寸) X5pro钢化膜(5.2寸) </span></p><p><span style=\"color: rgb(255, 0, 0); font-size: 18px;\"><br/></span></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547453042405182.jpg\" title=\"1547453042405182.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547453042614480.jpg\" title=\"1547453042614480.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547453042816509.jpg\" title=\"1547453042816509.jpg\"/></p><p><br/></p>',14,146,7732,'',0,'','','','','',0,1547453135,1669711434),
|
||
(7,1,-1,'纽芝兰包包女士2018新款潮百搭韩版时尚单肩斜挎包少女小挎包链条','','','',0,879,'件','/static/upload/images/goods/2019/01/15/1547540603500383.jpg','700.00',700.00,700.00,'130.00',130.00,130.00,11,1,0,1,1,'<p><img src=\"/static/upload/images/goods/2019/01/14/1547453910353340.jpg\" title=\"1547453910353340.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547453910505349.jpg\" title=\"1547453910505349.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547453910394886.jpg\" title=\"1547453910394886.jpg\"/></p><p><br/></p>',2,60,1693,'',0,'','','','','',0,1547453967,1669711434),
|
||
(8,1,3,'MARNI Trunk 女士 中号拼色十字纹小牛皮 斜挎风琴包','','','',0,1776,'件','/static/upload/images/goods/2019/01/14/1547454145355962.jpg','299.00-428.00',299.00,428.00,'268.00-356.00',268.00,356.00,8,1,6,1,1,'<p><iframe src=\"http://player.youku.com/embed/XNDU0MDk5MTQ4OA==\" width=\"600\" height=\"400\" scrolling=\"no\" frameborder=\"0\" align=\"\"></iframe></p><p><br/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547454192301566.jpg\" title=\"1547454192301566.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547454192448116.jpg\" title=\"1547454192448116.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547454192474638.jpg\" title=\"1547454192474638.jpg\"/></p><p><br/></p>',2,213,9948,'',1,'[{\"title\":\"颜色\",\"value\":[\"红色\",\"蓝色\"]}]','<p><a href=\"https://pan.baidu.com/s/18xyUNruvohr5JCdorvaz5w\" target=\"_blank\" style=\"box-sizing: border-box; background-color: rgb(255, 255, 255); color: rgb(0, 154, 97); text-decoration-line: none; font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif; font-size: 14px; white-space: normal;\">https://pan.baidu.com/s/18xyUNruvohr5JCdorvaz5w</a><span style=\"box-sizing: border-box; color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif; font-size: 14px;\"> 提取码 </span><span style=\"box-sizing: border-box; color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif; font-size: 14px;\">v3y4-33</span></p>','','','',0,1547454269,1669711434),
|
||
(9,2,4,'睡衣女长袖春秋季纯棉韩版女士大码薄款春夏季全棉家居服两件套装','','','',0,10656,'件','/static/upload/images/goods/2019/01/14/1547454567172116.jpg','160.00',160.00,160.00,'120.00',120.00,120.00,2,1,1,1,1,'<p><img src=\"/static/upload/images/goods/2019/01/14/1547454712270511.jpg\" title=\"1547454712270511.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547454713556301.jpg\" title=\"1547454713556301.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547454713800333.jpg\" title=\"1547454713800333.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547454713456602.jpg\" title=\"1547454713456602.jpg\"/></p><p><br/></p>',3,194,8375,'',1,'[{\"title\":\"颜色\",\"value\":[\"白色\",\"粉色\",\"黑色\"]},{\"title\":\"尺码\",\"value\":[\"S\",\"M\",\"L\",\"XL\"]}]','','','','',0,1547454786,1669711434),
|
||
(10,0,1,'夏装女装古力娜扎明星同款一字领露肩蓝色蕾丝修身显瘦连衣裙礼服','','','',0,0,'件','/static/upload/images/goods/2019/01/14/1547455222990904.jpg','568.00',568.00,568.00,'228.00',228.00,228.00,20,1,1,1,1,'<p style=\"margin-top: 1.12em; margin-bottom: 1.12em; white-space: normal; padding: 0px; font-family: tahoma, arial, 宋体, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); text-align: center;\"><span style=\"font-size: 18px;\"><strong><strong><span style=\"color: rgb(153, 51, 255);\">【品牌】欧单 学媛风 猫咪良品</span></strong></strong></span></p><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; white-space: normal; padding: 0px; font-family: tahoma, arial, 宋体, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); text-align: center;\"><span style=\"font-size: 18px;\"><strong><span style=\"color: rgb(153, 51, 255);\"><strong><strong>【吊牌】xueyuanfeng </strong></strong></span></strong></span><strong style=\"font-size: 18px; line-height: 27px;\"><strong><span style=\"color: rgb(153, 51, 255);\">猫咪良品</span></strong></strong></p><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; white-space: normal; padding: 0px; font-family: tahoma, arial, 宋体, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); text-align: center;\"><span style=\"font-size: 18px;\"><strong><strong><strong>【面料质地】涤棉</strong></strong></strong></span><span style=\"font-size: 18px;\"><strong><strong><strong>拼接蕾丝 </strong></strong></strong></span><span style=\"font-size: 18px;\"><strong><strong><strong> </strong></strong></strong></span><strong style=\"font-size: 18px; line-height: 1.5;\"><strong><strong>后中拉链 有内衬</strong></strong></strong><strong style=\"font-size: 18px;\"><strong><strong><span style=\"font-family: 微软雅黑;\"><strong>(非专业机构鉴定,介意请慎拍)</strong></span></strong></strong></strong></p><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; white-space: normal; padding: 0px; font-family: tahoma, arial, 宋体, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(153, 51, 255);\"></span><span style=\"color: rgb(153, 51, 255);\"></span><span style=\"color: rgb(153, 51, 255);\"><span style=\"background-color: rgb(255, 255, 0);\"><strong style=\"color: rgb(0, 0, 0);\"><span style=\"color: rgb(153, 51, 255);\">好的衣服需要好好呵护,务必请冷水手洗(切记别浸泡)拧干就晾晒或则干洗哦~</span></strong></span></span></span></strong></p><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; white-space: normal; padding: 0px; font-family: tahoma, arial, 宋体, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); text-align: center;\"><span style=\"font-size: 18px;\"><strong><span style=\"color: rgb(153, 51, 255);\"><strong><span style=\"color: rgb(153, 51, 153);\"><strong>【商品颜色】实物拍摄 蓝色 颜色很难拍有小色差属正常现象哦</strong></span></strong></span></strong></span></p><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; white-space: normal; padding: 0px; font-family: tahoma, arial, 宋体, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); text-align: center;\"><span style=\"font-size: 18px;\"><strong><span style=\"color: rgb(153, 51, 255);\"><strong><span style=\"color: rgb(153, 51, 153);\"></span></strong></span></strong></span><span style=\"font-size: 18px;\"><strong><span style=\"color: rgb(153, 51, 255);\"><strong><span style=\"color: rgb(153, 51, 153);\"></span><strong>【商品尺寸】XS/S/M/L 小高腰设计 胸口纽扣是装饰的哦</strong></strong></span></strong></span></p><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; white-space: normal; padding: 0px; font-family: tahoma, arial, 宋体, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); text-align: center;\"><span style=\"font-size: 18px;\"><strong><span style=\"color: rgb(153, 51, 255);\"></span></strong></span></p><p style=\"white-space: normal;\"><span style=\"color: rgb(255, 0, 0); font-family: 微软雅黑;\"><span style=\"font-size: 18px; line-height: 27px;\"></span></span></p><p style=\"white-space: normal;\"><br/></p><p style=\"white-space: normal; text-align: center;\"><strong><strong><span style=\"color: rgb(64, 64, 64);\"><strong><span style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: 微软雅黑;\">XS码尺寸: 悬挂衣长81CM.胸围80</span></span></strong></span><strong style=\"color: rgb(64, 64, 64);\"><span style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: 微软雅黑;\">内合适</span></span></strong><span style=\"color: rgb(64, 64, 64);\"><strong><span style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: 微软雅黑;\">.腰围63CM</span></span></strong></span><strong style=\"color: rgb(64, 64, 64);\"><span style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: 微软雅黑;\">.臀围86CM</span></span></strong></strong></strong></p><p style=\"white-space: normal;\"><br/></p><p style=\"white-space: normal; text-align: center;\"><strong><strong><span style=\"color: rgb(255, 0, 0);\">S码尺寸: 悬挂衣长82CM.胸围84</span></strong><strong style=\"line-height: 27px;\"><span style=\"color: rgb(255, 0, 0);\">内合适</span></strong><strong><span style=\"color: rgb(255, 0, 0);\">.腰围67CM</span></strong><strong style=\"line-height: 27px;\"><span style=\"color: rgb(255, 0, 0);\">.臀围90CM</span></strong></strong></p><p style=\"white-space: normal; text-align: center;\"><strong><strong><span style=\"color: rgb(255, 0, 0);\">M码尺寸: 悬挂衣长83CM.胸围88</span></strong><strong style=\"line-height: 27px;\"><span style=\"color: rgb(255, 0, 0);\">内合适</span></strong><strong><span style=\"color: rgb(255, 0, 0);\">.腰围71CM</span></strong><strong style=\"line-height: 27px;\"><span style=\"color: rgb(255, 0, 0);\">.臀围94CM</span></strong></strong></p><p style=\"white-space: normal; text-align: center;\"><strong><strong><span style=\"color: rgb(255, 0, 0);\">L码尺寸: 悬挂衣长84CM.胸围92</span></strong><strong style=\"line-height: 27px;\"><span style=\"color: rgb(255, 0, 0);\">内合适</span></strong><strong><span style=\"color: rgb(255, 0, 0);\">.腰围75CM</span></strong><strong style=\"line-height: 27px;\"><span style=\"color: rgb(255, 0, 0);\">.臀围98CM</span></strong></strong></p><p style=\"white-space: normal;\"><br/></p><p style=\"white-space: normal; text-align: center;\"><strong style=\"font-size: 18px; line-height: 27px;\"><span style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: 微软雅黑;\"><strong><strong style=\"color: rgb(0, 0, 0);\"><span style=\"color: rgb(153, 51, 255);\"><strong><span style=\"color: rgb(0, 0, 255);\"><strong><span style=\"color: rgb(255, 0, 0); font-family: 新宋体;\">(测量单位是CM,每个人的测量方式不一样,测量的尺寸数据可能会有1~3厘米的差异,请MM们谅解哦)</span></strong></span></strong></span></strong></strong></span></span></strong></p><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; white-space: normal; padding: 0px; font-family: tahoma, arial, 宋体, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); text-align: center;\"><strong><span style=\"color: rgb(153, 51, 255);\"><strong><span style=\"color: rgb(153, 51, 153);\"><span style=\"color: rgb(0, 0, 255);\"><span style=\"color: rgb(255, 0, 0); font-family: 新宋体;\"></span></span></span></strong></span></strong></p><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; white-space: normal; padding: 0px; font-family: tahoma, arial, 宋体, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); text-align: center;\"><strong style=\"color: rgb(64, 64, 64);\"><span style=\"color: rgb(68, 68, 68);\"><span style=\"background-color: rgb(92, 81, 80);\"><span style=\"background-color: rgb(255, 255, 255);\">PS:常规码数,可按平时号选择哦。修身</span></span></span></strong><strong style=\"line-height: 1.5; color: rgb(64, 64, 64);\"><span style=\"color: rgb(68, 68, 68);\"><span style=\"background-color: rgb(92, 81, 80);\"><span style=\"background-color: rgb(255, 255, 255);\">版型~如果上身偏大可以适当考虑大1号~下摆蕾丝拼接不会很平整的哦~</span></span></span></strong></p><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; white-space: normal; padding: 0px; font-family: tahoma, arial, 宋体, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); text-align: center;\"><strong>蕾丝花是手工修剪出来的,每件都有不同和不规则的哦,有小线头和节点是正常现象哦~请亲们谅解哦~</strong></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547455266234658.jpg\" title=\"1547455266234658.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547455266527628.jpg\" title=\"1547455266527628.jpg\"/></p><p><br/></p>',2,52,7579,'',0,'','','','','',0,1547455375,1669711316),
|
||
(11,3,-1,'夏季复古ins风格网红SP同款 短袖大圆领香槟色蕾丝绣花钉珠连衣裙','','','',0,2664,'件','/static/upload/images/goods/2019/01/14/1547455566118614.jpg','0.00-422.00',0.00,422.00,'160.00-258.00',160.00,258.00,0,1,0,1,1,'<p style=\"margin-top: 1.12em; margin-bottom: 1.12em; white-space: normal; padding: 0px; font-family: tahoma, arial, 宋体, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); text-align: center;\"><span style=\"font-size: 18px;\"><strong><strong><span style=\"color: rgb(153, 51, 255);\">【品牌】欧单 学媛风 猫咪良品</span></strong></strong></span></p><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; white-space: normal; padding: 0px; font-family: tahoma, arial, 宋体, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); text-align: center;\"><span style=\"font-size: 18px;\"><strong><span style=\"color: rgb(153, 51, 255);\"><strong><strong>【吊牌】xueyuanfeng </strong></strong></span></strong></span><strong style=\"font-size: 18px; line-height: 27px;\"><strong><span style=\"color: rgb(153, 51, 255);\">猫咪良品</span></strong></strong></p><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; white-space: normal; padding: 0px; font-family: tahoma, arial, 宋体, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); text-align: center;\"><span style=\"font-size: 18px;\"><strong><strong><strong>【面料质地】网纱绣花钉珠拼接蕾丝</strong></strong></strong></span><span style=\"font-size: 18px;\"><strong><strong><strong> </strong></strong></strong></span><span style=\"font-size: 18px;\"><strong><strong><strong>有</strong></strong></strong></span><strong style=\"font-size: 18px; line-height: 1.5;\"><strong><strong>拉链有内衬</strong></strong></strong><strong style=\"font-size: 18px;\"><strong><strong><span style=\"font-family: 微软雅黑;\"><strong>(非专业机构鉴定,介意请慎拍)</strong></span></strong></strong></strong></p><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; white-space: normal; padding: 0px; font-family: tahoma, arial, 宋体, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"color: rgb(153, 51, 255);\"></span><span style=\"color: rgb(153, 51, 255);\"></span><span style=\"color: rgb(153, 51, 255);\"><span style=\"background-color: rgb(255, 255, 0);\"><strong style=\"color: rgb(0, 0, 0);\"><span style=\"color: rgb(153, 51, 255);\">好的衣服需要好好呵护,务必请冷水手洗(切记别浸泡)拧干就晾晒或则干洗哦~</span></strong></span></span></span></strong></p><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; white-space: normal; padding: 0px; font-family: tahoma, arial, 宋体, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); text-align: center;\"><span style=\"font-size: 18px;\"><strong><span style=\"color: rgb(153, 51, 255);\"><strong><span style=\"color: rgb(153, 51, 153);\"><strong>【商品颜色】实物拍摄 香槟色 颜色很难拍有小色差属正常现象哦</strong></span></strong></span></strong></span></p><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; white-space: normal; padding: 0px; font-family: tahoma, arial, 宋体, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); text-align: center;\"><span style=\"font-size: 18px;\"><strong><span style=\"color: rgb(153, 51, 255);\"><strong><span style=\"color: rgb(153, 51, 153);\"></span></strong></span></strong></span><span style=\"font-size: 18px;\"><strong><span style=\"color: rgb(153, 51, 255);\"><strong><span style=\"color: rgb(153, 51, 153);\"></span></strong></span></strong></span></p><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; white-space: normal; padding: 0px; font-family: tahoma, arial, 宋体, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); text-align: center;\"><span style=\"font-size: 18px;\"><strong><span style=\"color: rgb(153, 51, 255);\"><strong><strong>【商品尺寸】XS/S/M/L<strong style=\"color: rgb(0, 0, 0);\"><span style=\"color: rgb(153, 51, 255);\"><strong><strong> 小高腰设计 胸那考虑撑开因素哦 微弹的哦</strong></strong></span></strong><br/></strong></strong></span></strong></span></p><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; white-space: normal; padding: 0px; font-family: tahoma, arial, 宋体, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); text-align: center;\"><span style=\"font-size: 18px;\"><strong><span style=\"color: rgb(153, 51, 255);\"></span></strong></span></p><p style=\"white-space: normal; text-align: center;\"><span style=\"color: rgb(255, 0, 0); font-family: 微软雅黑;\"><span style=\"font-size: 18px; line-height: 27px;\"></span></span></p><p style=\"white-space: normal;\"><br/></p><p style=\"white-space: normal; text-align: center;\"><strong><strong><span style=\"color: rgb(64, 64, 64);\"><strong><span style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: 微软雅黑;\">XS码尺寸: 衣长82CM.胸围80</span></span></strong></span><strong style=\"color: rgb(64, 64, 64);\"><span style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: 微软雅黑;\">内合适</span></span></strong><span style=\"color: rgb(64, 64, 64);\"><strong><span style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: 微软雅黑;\">.腰围63CM</span></span></strong></span><strong style=\"color: rgb(64, 64, 64);\"><span style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: 微软雅黑;\">.臀围86CM</span></span></strong></strong></strong></p><p style=\"white-space: normal;\"><br/></p><p style=\"white-space: normal; text-align: center;\"><strong><strong><span style=\"color: rgb(255, 0, 0);\">S码尺寸: 衣长83CM.胸围84</span></strong><strong style=\"line-height: 27px;\"><span style=\"color: rgb(255, 0, 0);\">内合适</span></strong><strong><span style=\"color: rgb(255, 0, 0);\">.腰围67CM</span></strong><strong style=\"line-height: 27px;\"><span style=\"color: rgb(255, 0, 0);\">.臀围90CM</span></strong></strong></p><p style=\"white-space: normal; text-align: center;\"><strong><strong><span style=\"color: rgb(255, 0, 0);\">M码尺寸: 衣长84CM.胸围88</span></strong><strong style=\"line-height: 27px;\"><span style=\"color: rgb(255, 0, 0);\">内合适</span></strong><strong><span style=\"color: rgb(255, 0, 0);\">.腰围71CM</span></strong><strong style=\"line-height: 27px;\"><span style=\"color: rgb(255, 0, 0);\">.臀围94CM</span></strong></strong></p><p style=\"white-space: normal; text-align: center;\"><strong><strong><span style=\"color: rgb(255, 0, 0);\">L码尺寸: 衣长85CM.胸围92</span></strong><strong style=\"line-height: 27px;\"><span style=\"color: rgb(255, 0, 0);\">内合适</span></strong><strong><span style=\"color: rgb(255, 0, 0);\">.腰围75CM</span></strong><strong style=\"line-height: 27px;\"><span style=\"color: rgb(255, 0, 0);\">.臀围98CM</span></strong></strong></p><p style=\"white-space: normal;\"><br/></p><p style=\"white-space: normal; text-align: center;\"><strong style=\"font-size: 18px; line-height: 27px;\"><span style=\"color: rgb(255, 0, 0);\"><span style=\"font-family: 微软雅黑;\"><strong><strong style=\"color: rgb(0, 0, 0);\"><span style=\"color: rgb(153, 51, 255);\"><strong><span style=\"color: rgb(0, 0, 255);\"><strong><span style=\"color: rgb(255, 0, 0); font-family: 新宋体;\">(测量单位是CM,每个人的测量方式不一样,测量的尺寸数据可能会有1~3厘米的差异,请MM们谅解哦)</span></strong></span></strong></span></strong></strong></span></span></strong></p><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; white-space: normal; padding: 0px; font-family: tahoma, arial, 宋体, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); text-align: center;\"><strong><span style=\"color: rgb(153, 51, 255);\"><strong><span style=\"color: rgb(153, 51, 153);\"><span style=\"color: rgb(0, 0, 255);\"><span style=\"color: rgb(255, 0, 0); font-family: 新宋体;\"></span></span></span></strong></span></strong></p><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; white-space: normal; padding: 0px; font-family: tahoma, arial, 宋体, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); text-align: center;\"><strong style=\"color: rgb(64, 64, 64);\"><span style=\"color: rgb(68, 68, 68);\"><span style=\"background-color: rgb(92, 81, 80);\"><span style=\"background-color: rgb(255, 255, 255);\">PS:常规码数,可按平时号选择哦。修身</span></span></span></strong><strong style=\"line-height: 1.5; color: rgb(64, 64, 64);\"><span style=\"color: rgb(68, 68, 68);\"><span style=\"background-color: rgb(92, 81, 80);\"><span style=\"background-color: rgb(255, 255, 255);\">版型,如果腰粗可以适当考虑大1号哦~</span></span></span></strong></p><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; white-space: normal; padding: 0px; font-family: tahoma, arial, 宋体, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); text-align: center;\"><strong style=\"line-height: 1.5; color: rgb(64, 64, 64);\"><span style=\"color: rgb(68, 68, 68);\"><span style=\"background-color: rgb(92, 81, 80);\"><span style=\"background-color: rgb(255, 255, 255);\">大圆领,每个人的身材曲线不同,领口不会很平的哦,请谅解~</span></span></span></strong></p><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; white-space: normal; padding: 0px; font-family: tahoma, arial, 宋体, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255); text-align: center;\"><strong style=\"line-height: 1.5; color: rgb(64, 64, 64);\"><span style=\"color: rgb(68, 68, 68);\"><span style=\"background-color: rgb(92, 81, 80);\"><span style=\"background-color: rgb(255, 255, 255);\">肩膀那有暗扣哦,可以很好的隐藏了内衣的肩带哦~袖子那略硬哦~</span></span></span></strong></p><p><br/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547455601898622.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547455601528614.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547455601314107.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547455601168384.jpg\"/></p><p><br/></p>',4,200011,10000422,'',1,'','','','','',0,1547455700,1669711434),
|
||
(12,3,0,'ZK星星绣花雪纺连衣裙中长款sukol裙少女心温柔超仙女chic裙子夏','','轻奢醋酸面料,高标准的生产要求,品质保证','xxhh',2,3552,'条','/static/upload/images/goods/2019/01/14/1547455890402147.jpg','1.00-673.00',1.00,673.00,'0.00-200.00',0.00,200.00,100,1,0,0,1,'<p>ZK星星绣花雪纺连衣裙中长款sukol裙少女心温柔超仙女chic裙子夏</p><p>夏季爆款连衣裙</p><table class=\"am-table am-table-bordered\"><tbody><tr class=\"firstRow\"><td><span style=\"background-color: rgb(255, 0, 0);\"><strong>11</strong></span></td><td><strong>22</strong></td><td><strong>33</strong></td><td><strong>44</strong></td><td><strong>55</strong></td><td><strong>66</strong></td></tr><tr><td>q</td><td>w</td><td>e</td><td>r</td><td>t</td><td>y</td></tr><tr><td>a</td><td>s</td><td>d</td><td>f</td><td>g</td><td>h</td></tr><tr><td>z</td><td>x</td><td>c</td><td>v</td><td>b</td><td>n</td></tr></tbody></table><p><br/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547456214155362.jpg\" title=\"1547456214155362.jpg\" alt=\"d-1.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547455907486857.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547455907256518.jpg\"/></p><p><img src=\"/static/upload/images/goods/2019/01/14/1547456228913731.jpg\" title=\"1547456228913731.jpg\" alt=\"d-2.jpg\"/></p>',3,27,1057,'',1,'','','','连衣裙,裙子','夏季连衣裙,瘦身裙子',0,1547456230,1669711434);
|
||
|
||
/*!40000 ALTER TABLE `sxo_goods` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_goods_browse
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_goods_browse`;
|
||
|
||
CREATE TABLE `sxo_goods_browse` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`goods_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品id',
|
||
`user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户id',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='用户商品浏览';
|
||
|
||
|
||
|
||
# Dump of table sxo_goods_category
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_goods_category`;
|
||
|
||
CREATE TABLE `sxo_goods_category` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`pid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '父id',
|
||
`icon` char(255) NOT NULL DEFAULT '' COMMENT 'icon图标',
|
||
`name` char(60) NOT NULL DEFAULT '' COMMENT '名称',
|
||
`vice_name` char(80) NOT NULL DEFAULT '' COMMENT '副标题',
|
||
`describe` char(255) NOT NULL DEFAULT '' COMMENT '描述',
|
||
`bg_color` char(30) NOT NULL DEFAULT '' COMMENT 'css背景色值',
|
||
`big_images` char(255) NOT NULL DEFAULT '' COMMENT '大图片',
|
||
`is_home_recommended` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否首页推荐(0否, 1是)',
|
||
`sort` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '排序',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否启用(0否,1是)',
|
||
`seo_title` char(100) NOT NULL DEFAULT '' COMMENT 'SEO标题',
|
||
`seo_keywords` char(130) NOT NULL DEFAULT '' COMMENT 'SEO关键字',
|
||
`seo_desc` char(230) NOT NULL DEFAULT '' COMMENT 'SEO描述',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `pid` (`pid`) USING BTREE,
|
||
KEY `is_enable` (`is_enable`) USING BTREE,
|
||
KEY `sort` (`sort`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='商品分类';
|
||
|
||
LOCK TABLES `sxo_goods_category` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_goods_category` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_goods_category` (`id`, `pid`, `icon`, `name`, `vice_name`, `describe`, `bg_color`, `big_images`, `is_home_recommended`, `sort`, `is_enable`, `seo_title`, `seo_keywords`, `seo_desc`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(1,0,'/static/upload/images/goods_category/2018/08/20180814174251211789.png','数码办公','天天新品,科技带来快乐!','iphoneX新品发布了','#23acff','/static/upload/images/goods_category/2018/08/20180814180843848554.png',1,0,1,'数码办公标题','数码办公,笔记本,手机','数码办公周边产品',1529042764,1659085659),
|
||
(2,0,'/static/upload/images/goods_category/2018/08/20180814174311166703.png','服饰鞋包','因为美丽、所以神秘!','追求美、你值得拥有','#9761f7','/static/upload/images/goods_category/2018/08/20180815182045222850.png',1,0,1,'','','',1529042764,1659085670),
|
||
(3,0,'/static/upload/images/goods_category/2018/08/20180814174638213368.png','食品饮料','每一道甜品都有一个故事','美食天下之美','#ff9229','',0,0,1,'','','',1529042764,1547456413),
|
||
(7,0,'/static/upload/images/goods_category/2018/08/20180814174649846358.png','个护化妆','','','','',0,0,1,'','','',1529042764,1534240009),
|
||
(52,0,'/static/upload/images/goods_category/2018/08/20180814174659916405.png','珠宝手表','','','','',0,0,1,'','','',1529042764,1606372820),
|
||
(53,0,'/static/upload/images/goods_category/2018/08/20180814174708327545.png','运动健康','','户外装备,应有尽有','#53c0f3','',0,0,1,'','','',1529042764,1547456464),
|
||
(54,0,'/static/upload/images/goods_category/2018/08/20180814174722490490.png','汽车用品','','','','',0,0,1,'','','',1529042764,1534240042),
|
||
(55,0,'/static/upload/images/goods_category/2018/08/20180814174732569726.png','玩具乐器','','','','',0,0,1,'','','',1529042764,1534240052),
|
||
(56,0,'/static/upload/images/goods_category/2018/08/20180814174748738821.png','母婴用品','','','','',0,0,1,'','','',1529042764,1566129608),
|
||
(57,0,'/static/upload/images/goods_category/2018/08/20180814174757134754.png','生活服务','','','','',0,0,1,'','','',1529042764,1534240077),
|
||
(58,1,'/static/upload/images/goods_category/2018/11/20/2018112015245128143.jpeg','手机通讯','','','','',1,0,1,'','','',1529042764,1605687744),
|
||
(59,1,'/static/upload/images/goods_category/2018/11/20/2018112015273175122.jpeg','手机配件','','','','',1,0,1,'','','',1529042764,1542698851),
|
||
(60,1,'/static/upload/images/goods_category/2018/11/20/2018112015252193663.jpeg','摄影摄像','','','','',1,0,1,'','','',1529042764,1542698721),
|
||
(61,1,'/static/upload/images/goods_category/2018/11/20/2018112015441996472.jpeg','时尚影音','','','','',1,0,1,'','','',1529042764,1542699859),
|
||
(62,1,'/static/upload/images/goods_category/2018/11/20/2018112015255390903.jpeg','电脑整机','','','','',1,0,1,'','','',1529042764,1542698753),
|
||
(63,1,'','电脑配件','','','','',1,0,1,'','','',1529042764,1534240077),
|
||
(64,1,'','外设产品','','','','',1,0,1,'','','',1529042764,1534240077),
|
||
(65,1,'','网络产品','','','','',1,0,1,'','','',1529042764,1534240077),
|
||
(66,1,'','办公打印','','','','',1,0,1,'','','',1529042764,1534240077),
|
||
(67,1,'','办公文仪','','','','',1,0,1,'','','',1529042764,1534240077),
|
||
(68,58,'/static/upload/images/goods_category/2018/11/20/2018112015245128143.jpeg','手机','','','','',1,0,1,'','','',1529042764,1596730214),
|
||
(69,58,'/static/upload/images/goods_category/2018/11/20/2018112015252193663.jpeg','合约机','','','','',1,0,1,'','','',1529042764,1596730232),
|
||
(70,58,'/static/upload/images/goods_category/2018/11/20/2018112015273175122.jpeg','对讲机','','','','',1,0,1,'','','',1529042764,1596730248),
|
||
(71,59,'','手机电池','','','','',1,0,1,'','','',1529042764,0),
|
||
(72,59,'','蓝牙耳机','','','','',1,0,1,'','','',1529042764,0),
|
||
(73,59,'','充电器/数据线','','','','',1,0,1,'','','',1529042764,0),
|
||
(74,59,'','手机耳机','','','','',1,0,1,'','','',1529042764,0),
|
||
(75,59,'','手机贴膜','','','','',1,0,1,'','','',1529042764,0),
|
||
(76,59,'','手机存储卡','','','','',1,0,1,'','','',1529042764,0),
|
||
(77,59,'','手机保护套','','','','',1,0,1,'','','',1529042764,0),
|
||
(78,59,'','车载配件','','','','',1,0,1,'','','',1529042764,0),
|
||
(79,59,'','iPhone','','','','',1,0,1,'','','',1529042764,0),
|
||
(80,59,'','配件','','','','',1,0,1,'','','',1529042764,0),
|
||
(81,59,'','创意配件','','','','',1,0,1,'','','',1529042764,0),
|
||
(82,59,'','便携/无线音响','','','','',1,0,1,'','','',1529042764,0),
|
||
(83,59,'','手机饰品','','','','',1,0,1,'','','',1529042764,0),
|
||
(84,60,'','数码相机','','','','',1,0,1,'','','',1529042764,0),
|
||
(85,60,'','单电/微单相机','','','','',1,0,1,'','','',1529042764,0),
|
||
(86,60,'','单反相机','','','','',1,0,1,'','','',1529042764,0),
|
||
(87,60,'','摄像机','','','','',1,0,1,'','','',1529042764,0),
|
||
(88,60,'','拍立得','','','','',1,0,1,'','','',1529042764,0),
|
||
(89,60,'','镜头','','','','',1,0,1,'','','',1529042764,0),
|
||
(90,102,'','存储卡','','','','',1,0,1,'','','',1529042764,0),
|
||
(91,102,'','读卡器','','','','',1,0,1,'','','',1529042764,0),
|
||
(92,102,'','滤镜','','','','',1,0,1,'','','',1529042764,0),
|
||
(93,102,'','闪光灯/手柄','','','','',1,0,1,'','','',1529042764,0),
|
||
(94,102,'','相机包','','','','',1,0,1,'','','',1529042764,0),
|
||
(95,102,'','三脚架/云台','','','','',1,0,1,'','','',1529042764,0),
|
||
(96,102,'','相机清洁','','','','',1,0,1,'','','',1529042764,0),
|
||
(97,102,'','相机贴膜','','','','',1,0,1,'','','',1529042764,0),
|
||
(98,102,'','机身附件','','','','',1,0,1,'','','',1529042764,0),
|
||
(99,102,'','镜头附件','','','','',1,0,1,'','','',1529042764,0),
|
||
(100,102,'','电池/充电器','','','','',1,0,1,'','','',1529042764,0),
|
||
(101,102,'','移动电源','','','','',1,0,1,'','','',1529042764,0),
|
||
(102,1,'','数码配件','','','','',1,0,1,'','','',1529042764,0),
|
||
(103,61,'','MP3/MP4','','','','',1,0,1,'','','',1529042764,0),
|
||
(104,61,'','智能设备','','','','',1,0,1,'','','',1529042764,0),
|
||
(105,61,'','耳机/耳麦','','','','',1,0,1,'','','',1529042764,0),
|
||
(106,61,'','音箱','','','','',1,0,1,'','','',1529042764,0),
|
||
(107,61,'','高清播放器','','','','',1,0,1,'','','',1529042764,0),
|
||
(108,61,'','电子书','','','','',1,0,1,'','','',1529042764,0),
|
||
(109,61,'','电子词典','','','','',1,0,1,'','','',1529042764,0),
|
||
(110,61,'','MP3/MP4配件','','','','',1,0,1,'','','',1529042764,0),
|
||
(111,61,'','录音笔','','','','',1,0,1,'','','',1529042764,0),
|
||
(112,61,'','麦克风','','','','',1,0,1,'','','',1529042764,0),
|
||
(113,61,'','专业音频','','','','',1,0,1,'','','',1529042764,0),
|
||
(114,61,'','电子教育','','','','',1,0,1,'','','',1529042764,0),
|
||
(115,61,'','数码相框','','','','',1,0,1,'','','',1529042764,0),
|
||
(116,62,'','笔记本','','','','',1,0,1,'','','',1529042764,0),
|
||
(117,62,'','超极本','','','','',1,0,1,'','','',1529042764,0),
|
||
(118,62,'','游戏本','','','','',1,0,1,'','','',1529042764,0),
|
||
(119,62,'','平板电脑','','','','',1,0,1,'','','',1529042764,0),
|
||
(120,62,'','平板电脑配件','','','','',1,0,1,'','','',1529042764,0),
|
||
(121,62,'','台式机','','','','',1,0,1,'','','',1529042764,0),
|
||
(122,62,'','服务器','','','','',1,0,1,'','','',1529042764,0),
|
||
(123,62,'','笔记本配件','','','','',1,0,1,'','','',1529042764,0),
|
||
(124,63,'','CPU','','','','',1,0,1,'','','',1529042764,0),
|
||
(125,63,'','主板','','','','',1,0,1,'','','',1529042764,0),
|
||
(126,63,'','显卡','','','','',1,0,1,'','','',1529042764,0),
|
||
(127,63,'','硬盘','','','','',1,0,1,'','','',1529042764,0),
|
||
(128,63,'','SSD固态硬盘','','','','',1,0,1,'','','',1529042764,0),
|
||
(129,63,'','内存','','','','',1,0,1,'','','',1529042764,0),
|
||
(130,63,'','机箱','','','','',1,0,1,'','','',1529042764,0),
|
||
(131,63,'','电源','','','','',1,0,1,'','','',1529042764,0),
|
||
(132,63,'','显示器','','','','',1,0,1,'','','',1529042764,0),
|
||
(133,63,'','刻录机/光驱','','','','',1,0,1,'','','',1529042764,0),
|
||
(134,63,'','散热器','','','','',1,0,1,'','','',1529042764,0),
|
||
(135,63,'','声卡/扩展卡','','','','',1,0,1,'','','',1529042764,0),
|
||
(136,63,'','装机配件','','','','',1,0,1,'','','',1529042764,0),
|
||
(137,64,'','鼠标','','','','',1,0,1,'','','',1529042764,0),
|
||
(138,64,'','键盘','','','','',1,0,1,'','','',1529042764,0),
|
||
(139,64,'','移动硬盘','','','','',1,0,1,'','','',1529042764,0),
|
||
(140,64,'','U盘','','','','',1,0,1,'','','',1529042764,0),
|
||
(141,64,'','摄像头','','','','',1,0,1,'','','',1529042764,0),
|
||
(142,64,'','外置盒','','','','',1,0,1,'','','',1529042764,0),
|
||
(143,64,'','游戏设备','','','','',1,0,1,'','','',1529042764,0),
|
||
(144,64,'','电视盒','','','','',1,0,1,'','','',1529042764,0),
|
||
(145,64,'','手写板','','','','',1,0,1,'','','',1529042764,0),
|
||
(146,64,'','鼠标垫','','','','',1,0,1,'','','',1529042764,0),
|
||
(147,64,'','插座','','','','',1,0,1,'','','',1529042764,0),
|
||
(148,64,'','UPS电源','','','','',1,0,1,'','','',1529042764,0),
|
||
(149,64,'','线缆','','','','',1,0,1,'','','',1529042764,0),
|
||
(150,64,'','电脑工具','','','','',1,0,1,'','','',1529042764,0),
|
||
(151,64,'','电脑清洁','','','','',1,0,1,'','','',1529042764,0),
|
||
(152,65,'','路由器','','','','',1,0,1,'','','',1529042764,0),
|
||
(153,65,'','网卡','','','','',1,0,1,'','','',1529042764,0),
|
||
(154,65,'','交换机','','','','',1,0,1,'','','',1529042764,0),
|
||
(155,65,'','网络存储','','','','',1,0,1,'','','',1529042764,0),
|
||
(156,65,'','3G上网','','','','',1,0,1,'','','',1529042764,0),
|
||
(157,65,'','网络盒子','','','','',1,0,1,'','','',1529042764,0),
|
||
(158,66,'','打印机','','','','',1,0,1,'','','',1529042764,0),
|
||
(159,66,'','一体机','','','','',1,0,1,'','','',1529042764,0),
|
||
(160,66,'','投影机','','','','',1,0,1,'','','',1529042764,0),
|
||
(161,66,'','投影配件','','','','',1,0,1,'','','',1529042764,0),
|
||
(162,66,'','传真机','','','','',1,0,1,'','','',1529042764,0),
|
||
(163,66,'','复合机','','','','',1,0,1,'','','',1529042764,0),
|
||
(164,66,'','碎纸机','','','','',1,0,1,'','','',1529042764,0),
|
||
(165,66,'','扫描仪','','','','',1,0,1,'','','',1529042764,0),
|
||
(166,66,'','墨盒','','','','',1,0,1,'','','',1529042764,0),
|
||
(167,66,'','硒鼓','','','','',1,0,1,'','','',1529042764,0),
|
||
(168,66,'','墨粉','','','','',1,0,1,'','','',1529042764,0),
|
||
(169,66,'','色带','','','','',1,0,1,'','','',1529042764,0),
|
||
(170,67,'','办公文具','','','','',1,0,1,'','','',1529042764,0),
|
||
(171,67,'','文件管理','','','','',1,0,1,'','','',1529042764,0),
|
||
(172,67,'','笔类','','','','',1,0,1,'','','',1529042764,0),
|
||
(173,67,'','纸类','','','','',1,0,1,'','','',1529042764,0),
|
||
(174,67,'','本册/便签','','','','',1,0,1,'','','',1529042764,0),
|
||
(175,67,'','学生文具','','','','',1,0,1,'','','',1529042764,0),
|
||
(176,67,'','财务用品','','','','',1,0,1,'','','',1529042764,0),
|
||
(177,67,'','计算器','','','','',1,0,1,'','','',1529042764,0),
|
||
(178,67,'','激光笔','','','','',1,0,1,'','','',1529042764,0),
|
||
(179,67,'','白板/封装','','','','',1,0,1,'','','',1529042764,0),
|
||
(180,67,'','考勤机','','','','',1,0,1,'','','',1529042764,0),
|
||
(181,67,'','刻录碟片/附件','','','','',1,0,1,'','','',1529042764,0),
|
||
(182,67,'','点钞机','','','','',1,0,1,'','','',1529042764,0),
|
||
(183,67,'','支付设备','','','','',1,0,1,'','','',1529042764,1606379152),
|
||
(184,67,'','安防监控','','','','',1,0,1,'','','',1529042764,0),
|
||
(185,67,'','呼叫/会议设备','','','','',1,0,1,'','','',1529042764,0),
|
||
(186,67,'','保险柜','','','','',1,0,1,'','','',1529042764,0),
|
||
(187,67,'','办公家具','','','','',1,0,1,'','','',1529042764,0),
|
||
(188,2,'','潮流女包','','','','',1,0,1,'','','',1529042764,0),
|
||
(189,2,'','时尚男包','','','','',1,0,1,'','','',1529042764,0),
|
||
(190,2,'','功能箱包','','','','',1,0,1,'','','',1529042764,0),
|
||
(191,2,'','礼品','','','','',1,0,1,'','','',1529042764,0),
|
||
(192,2,'','奢侈品','','','','',1,0,1,'','','',1529042764,0),
|
||
(193,188,'','钱包/卡包','','','','',1,0,1,'','','',1529042764,0),
|
||
(194,188,'','手拿包','','','','',1,0,1,'','','',1529042764,0),
|
||
(195,188,'','单肩包','','','','',1,0,1,'','','',1529042764,0),
|
||
(196,188,'','双肩包','','','','',1,0,1,'','','',1529042764,0),
|
||
(197,188,'','手提包','','','','',1,0,1,'','','',1529042764,0),
|
||
(198,188,'','斜挎包','','','','',1,0,1,'','','',1529042764,0),
|
||
(199,189,'','钱包/卡包','','','','',1,0,1,'','','',1529042764,0),
|
||
(200,189,'','男士手包','','','','',1,0,1,'','','',1529042764,0),
|
||
(201,189,'','腰带/礼盒','','','','',1,0,1,'','','',1529042764,0),
|
||
(202,189,'','商务公文包','','','','',1,0,1,'','','',1529042764,0),
|
||
(203,190,'','电脑数码包','','','','',1,0,1,'','','',1529042764,0),
|
||
(204,190,'','拉杆箱','','','','',1,0,1,'','','',1529042764,0),
|
||
(205,190,'','旅行包','','','','',1,0,1,'','','',1529042764,0),
|
||
(206,190,'','旅行配件','','','','',1,0,1,'','','',1529042764,0),
|
||
(207,190,'','休闲运动包','','','','',1,0,1,'','','',1529042764,0),
|
||
(208,190,'','登山包','','','','',1,0,1,'','','',1529042764,0),
|
||
(209,190,'','妈咪包','','','','',1,0,1,'','','',1529042764,0),
|
||
(210,190,'','书包','','','','',1,0,1,'','','',1529042764,0),
|
||
(211,191,'','火机烟具','','','','',1,0,1,'','','',1529042764,0),
|
||
(212,191,'','礼品文具','','','','',1,0,1,'','','',1529042764,0),
|
||
(213,191,'','瑞士军刀','','','','',1,0,1,'','','',1529042764,0),
|
||
(214,191,'','收藏品','','','','',1,0,1,'','','',1529042764,0),
|
||
(215,191,'','工艺礼品','','','','',1,0,1,'','','',1529042764,0),
|
||
(216,191,'','创意礼品','','','','',1,0,1,'','','',1529042764,0),
|
||
(217,191,'','礼卡礼卷','','','','',1,0,1,'','','',1529042764,0),
|
||
(218,191,'','鲜花速递','','','','',1,0,1,'','','',1529042764,0),
|
||
(219,191,'','婚庆用品','','','','',1,0,1,'','','',1529042764,0),
|
||
(220,192,'','奢侈品箱包','','','','',1,0,1,'','','',1529042764,0),
|
||
(221,192,'','钱包','','','','',1,0,1,'','','',1529042764,0),
|
||
(222,192,'','服饰','','','','',1,0,1,'','','',1529042764,0),
|
||
(223,192,'','腰带','','','','',1,0,1,'','','',1529042764,0),
|
||
(224,192,'','太阳镜眼镜','','','','',1,0,1,'','','',1529042764,0),
|
||
(225,192,'','配件','','','','',1,0,1,'','','',1529042764,0),
|
||
(226,192,'','GUCCI','','','','',1,0,1,'','','',1529042764,0),
|
||
(227,192,'','PRADA','','','','',1,0,1,'','','',1529042764,0),
|
||
(228,192,'','FENDI','','','','',1,0,1,'','','',1529042764,0),
|
||
(229,192,'','BURBERRY','','','','',1,0,1,'','','',1529042764,0),
|
||
(230,192,'','MONTBLANC','','','','',1,0,1,'','','',1529042764,0),
|
||
(231,192,'','ARMANI','','','','',1,0,1,'','','',1529042764,0),
|
||
(232,192,'','RIMOWA','','','','',1,0,1,'','','',1529042764,0),
|
||
(233,192,'','RAY-BAN','','','','',1,0,1,'','','',1529042764,0),
|
||
(234,192,'','COACH','','','','',1,0,1,'','','',1529042764,0),
|
||
(235,192,'','其它品牌','','','','',1,0,1,'','','',1529042764,0),
|
||
(236,3,'','进口食品','','','','',1,0,1,'','','',1529042764,0),
|
||
(237,3,'','地方特产','','','','',1,0,1,'','','',1529042764,0),
|
||
(238,3,'','休闲食品','','','','',1,0,1,'','','',1529042764,0),
|
||
(239,3,'','粮油调味','','','','',1,0,1,'','','',1529042764,0),
|
||
(240,3,'','中外名酒','','','','',1,0,1,'','','',1529042764,0),
|
||
(241,3,'','饮料冲调','','','','',1,0,1,'','','',1529042764,0),
|
||
(242,3,'','营养健康','','','','',1,0,1,'','','',1529042764,0),
|
||
(243,3,'','亚健康调理','','','','',1,0,1,'','','',1529042764,0),
|
||
(244,3,'','健康礼品','','','','',1,0,1,'','','',1529042764,0),
|
||
(245,3,'','生鲜食品','','','','',1,0,1,'','','',1529042764,0),
|
||
(246,236,'','饼干蛋糕','','','','',1,0,1,'','','',1529042764,0),
|
||
(247,236,'','糖果巧克力','','','','',1,0,1,'','','',1529042764,0),
|
||
(248,236,'','休闲零食','','','','',1,0,1,'','','',1529042764,0),
|
||
(249,236,'','冲调饮品','','','','',1,0,1,'','','',1529042764,0),
|
||
(250,236,'','粮油调味','','','','',1,0,1,'','','',1529042764,0),
|
||
(251,237,'','华北','','','','',1,0,1,'','','',1529042764,0),
|
||
(252,237,'','西北','','','','',1,0,1,'','','',1529042764,0),
|
||
(253,237,'','西南','','','','',1,0,1,'','','',1529042764,0),
|
||
(254,237,'','东北','','','','',1,0,1,'','','',1529042764,0),
|
||
(255,237,'','华南','','','','',1,0,1,'','','',1529042764,0),
|
||
(256,237,'','华东','','','','',1,0,1,'','','',1529042764,0),
|
||
(257,237,'','华中','','','','',1,0,1,'','','',1529042764,0),
|
||
(258,238,'','休闲零食','','','','',1,0,1,'','','',1529042764,0),
|
||
(259,238,'','坚果炒货','','','','',1,0,1,'','','',1529042764,0),
|
||
(260,238,'','肉干肉松','','','','',1,0,1,'','','',1529042764,0),
|
||
(261,238,'','蜜饯果脯','','','','',1,0,1,'','','',1529042764,0),
|
||
(262,238,'','糖果/巧克力','','','','',1,0,1,'','','',1529042764,0),
|
||
(263,238,'','饼干蛋糕','','','','',1,0,1,'','','',1529042764,0),
|
||
(264,239,'','米面杂粮','','','','',1,0,1,'','','',1529042764,0),
|
||
(265,239,'','食用油','','','','',1,0,1,'','','',1529042764,0),
|
||
(266,239,'','调味品','','','','',1,0,1,'','','',1529042764,0),
|
||
(267,239,'','南北干货','','','','',1,0,1,'','','',1529042764,0),
|
||
(268,239,'','方便食品','','','','',1,0,1,'','','',1529042764,0),
|
||
(269,239,'','有机食品','','','','',1,0,1,'','','',1529042764,0),
|
||
(270,240,'','白酒','','','','',1,0,1,'','','',1529042764,0),
|
||
(271,240,'','洋酒','','','','',1,0,1,'','','',1529042764,0),
|
||
(272,240,'','葡萄酒','','','','',1,0,1,'','','',1529042764,0),
|
||
(273,240,'','啤酒','','','','',1,0,1,'','','',1529042764,0),
|
||
(274,240,'','黄酒','','','','',1,0,1,'','','',1529042764,0),
|
||
(275,241,'','水','','','','',1,0,1,'','','',1529042764,0),
|
||
(276,241,'','饮料','','','','',1,0,1,'','','',1529042764,0),
|
||
(277,241,'','牛奶','','','','',1,0,1,'','','',1529042764,0),
|
||
(278,241,'','茶叶','','','','',1,0,1,'','','',1529042764,0),
|
||
(279,241,'','咖啡/奶茶','','','','',1,0,1,'','','',1529042764,0),
|
||
(280,241,'','冲饮谷物','','','','',1,0,1,'','','',1529042764,0),
|
||
(281,242,'','基础营养','','','','',1,0,1,'','','',1529042764,0),
|
||
(282,242,'','美体养颜','','','','',1,0,1,'','','',1529042764,0),
|
||
(283,242,'','滋补调养','','','','',1,0,1,'','','',1529042764,0),
|
||
(284,242,'','骨骼健康','','','','',1,0,1,'','','',1529042764,0),
|
||
(285,242,'','保健茶饮','','','','',1,0,1,'','','',1529042764,0),
|
||
(286,242,'','成分保健','','','','',1,0,1,'','','',1529042764,0),
|
||
(287,242,'','无糖食品','','','','',1,0,1,'','','',1529042764,0),
|
||
(288,243,'','调节三高','','','','',1,0,1,'','','',1529042764,0),
|
||
(289,243,'','心脑养护','','','','',1,0,1,'','','',1529042764,0),
|
||
(290,243,'','改善睡眠','','','','',1,0,1,'','','',1529042764,0),
|
||
(291,243,'','肝肾养护','','','','',1,0,1,'','','',1529042764,0),
|
||
(292,243,'','免疫调节','','','','',1,0,1,'','','',1529042764,0),
|
||
(293,243,'','更多调理','','','','',1,0,1,'','','',1529042764,0),
|
||
(294,244,'','参茸礼品','','','','',1,0,1,'','','',1529042764,0),
|
||
(295,244,'','其它礼品','','','','',1,0,1,'','','',1529042764,0),
|
||
(296,245,'','水果','','','','',1,0,1,'','','',1529042764,0),
|
||
(297,245,'','蔬菜','','','','',1,0,1,'','','',1529042764,0),
|
||
(298,245,'','海鲜水产','','','','',1,0,1,'','','',1529042764,0),
|
||
(299,245,'','禽蛋','','','','',1,0,1,'','','',1529042764,0),
|
||
(300,245,'','鲜肉','','','','',1,0,1,'','','',1529042764,0),
|
||
(301,245,'','加工类肉食','','','','',1,0,1,'','','',1529042764,0),
|
||
(302,245,'','冻品','','','','',1,0,1,'','','',1529042764,0),
|
||
(303,245,'','半成品','','','','',1,0,1,'','','',1529042764,0),
|
||
(304,2,'','女装','','','','',1,0,1,'','','',1529042764,0),
|
||
(305,2,'','男装','','','','',1,0,1,'','','',1529042764,0),
|
||
(306,2,'','内衣','','','','',1,0,1,'','','',1529042764,0),
|
||
(307,2,'','运动','','','','',1,0,1,'','','',1529042764,0),
|
||
(308,2,'','女鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(309,2,'','男鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(310,2,'','配饰','','','','',1,0,1,'','','',1529042764,0),
|
||
(311,2,'','童装','','','','',1,0,1,'','','',1529042764,0),
|
||
(312,304,'','T恤','','','','',1,0,1,'','','',1529042764,0),
|
||
(313,304,'','衬衫','','','','',1,0,1,'','','',1529042764,0),
|
||
(314,304,'','针织衫','','','','',1,0,1,'','','',1529042764,0),
|
||
(315,304,'','雪纺衫','','','','',1,0,1,'','','',1529042764,0),
|
||
(316,304,'','卫衣','','','','',1,0,1,'','','',1529042764,0),
|
||
(317,304,'','马甲','','','','',1,0,1,'','','',1529042764,0),
|
||
(318,304,'','连衣裙','','','','',1,0,1,'','','',1529042764,0),
|
||
(319,304,'','半身裙','','','','',1,0,1,'','','',1529042764,0),
|
||
(320,304,'','牛仔裤','','','','',1,0,1,'','','',1529042764,0),
|
||
(321,304,'','休闲裤','','','','',1,0,1,'','','',1529042764,0),
|
||
(322,304,'','打底裤','','','','',1,0,1,'','','',1529042764,0),
|
||
(323,304,'','正装裤','','','','',1,0,1,'','','',1529042764,0),
|
||
(324,304,'','西服','','','','',1,0,1,'','','',1529042764,0),
|
||
(325,304,'','短外套','','','','',1,0,1,'','','',1529042764,0),
|
||
(326,304,'','风衣','','','','',1,0,1,'','','',1529042764,0),
|
||
(327,304,'','大衣','','','','',1,0,1,'','','',1529042764,0),
|
||
(328,304,'','皮衣皮草','','','','',1,0,1,'','','',1529042764,0),
|
||
(329,304,'','棉服','','','','',1,0,1,'','','',1529042764,0),
|
||
(330,304,'','羽绒服','','','','',1,0,1,'','','',1529042764,0),
|
||
(331,304,'','孕妇装','','','','',1,0,1,'','','',1529042764,0),
|
||
(332,304,'','大码装','','','','',1,0,1,'','','',1529042764,0),
|
||
(333,304,'','中老年装','','','','',1,0,1,'','','',1529042764,0),
|
||
(334,304,'','婚纱礼服','','','','',1,0,1,'','','',1529042764,0),
|
||
(335,304,'','其它','','','','',1,0,1,'','','',1529042764,0),
|
||
(336,305,'','衬衫','','','','',1,0,1,'','','',1529042764,0),
|
||
(337,305,'','T恤','','','','',1,0,1,'','','',1529042764,0),
|
||
(338,305,'','POLO衫','','','','',1,0,1,'','','',1529042764,0),
|
||
(339,305,'','针织衫','','','','',1,0,1,'','','',1529042764,0),
|
||
(340,305,'','羊绒衫','','','','',1,0,1,'','','',1529042764,0),
|
||
(341,305,'','卫衣','','','','',1,0,1,'','','',1529042764,0),
|
||
(342,305,'','马甲/背心','','','','',1,0,1,'','','',1529042764,0),
|
||
(343,305,'','夹克','','','','',1,0,1,'','','',1529042764,0),
|
||
(344,305,'','风衣','','','','',1,0,1,'','','',1529042764,0),
|
||
(345,305,'','大衣','','','','',1,0,1,'','','',1529042764,0),
|
||
(346,305,'','皮衣','','','','',1,0,1,'','','',1529042764,0),
|
||
(347,305,'','外套','','','','',1,0,1,'','','',1529042764,0),
|
||
(348,305,'','西服','','','','',1,0,1,'','','',1529042764,0),
|
||
(349,305,'','棉服','','','','',1,0,1,'','','',1529042764,0),
|
||
(350,305,'','羽绒服','','','','',1,0,1,'','','',1529042764,0),
|
||
(351,305,'','牛仔裤','','','','',1,0,1,'','','',1529042764,0),
|
||
(352,305,'','休闲裤','','','','',1,0,1,'','','',1529042764,0),
|
||
(353,305,'','西裤','','','','',1,0,1,'','','',1529042764,0),
|
||
(354,305,'','西服套装','','','','',1,0,1,'','','',1529042764,0),
|
||
(355,305,'','大码装','','','','',1,0,1,'','','',1529042764,0),
|
||
(356,305,'','中老年装','','','','',1,0,1,'','','',1529042764,0),
|
||
(357,305,'','唐装','','','','',1,0,1,'','','',1529042764,0),
|
||
(358,305,'','工装','','','','',1,0,1,'','','',1529042764,0),
|
||
(359,306,'','文胸','','','','',1,0,1,'','','',1529042764,0),
|
||
(360,306,'','女式内裤','','','','',1,0,1,'','','',1529042764,0),
|
||
(361,306,'','男式内裤','','','','',1,0,1,'','','',1529042764,0),
|
||
(362,306,'','家居','','','','',1,0,1,'','','',1529042764,0),
|
||
(363,306,'','睡衣','','','','',1,0,1,'','','',1529042764,0),
|
||
(364,306,'','塑身衣','','','','',1,0,1,'','','',1529042764,0),
|
||
(365,306,'','睡袍/浴袍','','','','',1,0,1,'','','',1529042764,0),
|
||
(366,306,'','泳衣','','','','',1,0,1,'','','',1529042764,0),
|
||
(367,306,'','背心','','','','',1,0,1,'','','',1529042764,0),
|
||
(368,306,'','抹胸','','','','',1,0,1,'','','',1529042764,0),
|
||
(369,306,'','连裤袜','','','','',1,0,1,'','','',1529042764,0),
|
||
(370,306,'','美腿袜','','','','',1,0,1,'','','',1529042764,0),
|
||
(371,306,'','男袜','','','','',1,0,1,'','','',1529042764,0),
|
||
(372,306,'','女袜','','','','',1,0,1,'','','',1529042764,0),
|
||
(373,306,'','情趣内衣','','','','',1,0,1,'','','',1529042764,0),
|
||
(374,306,'','保暖内衣','','','','',1,0,1,'','','',1529042764,0),
|
||
(375,307,'','休闲鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(376,307,'','帆布鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(377,307,'','跑步鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(378,307,'','篮球鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(379,307,'','足球鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(380,307,'','训练鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(381,307,'','乒羽鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(382,307,'','拖鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(383,307,'','卫衣','','','','',1,0,1,'','','',1529042764,0),
|
||
(384,307,'','夹克','','','','',1,0,1,'','','',1529042764,0),
|
||
(385,307,'','T恤','','','','',1,0,1,'','','',1529042764,0),
|
||
(386,307,'','棉服/羽绒服','','','','',1,0,1,'','','',1529042764,0),
|
||
(387,307,'','运动裤','','','','',1,0,1,'','','',1529042764,0),
|
||
(388,307,'','套装','','','','',1,0,1,'','','',1529042764,0),
|
||
(389,307,'','运动包','','','','',1,0,1,'','','',1529042764,0),
|
||
(390,307,'','运动配件','','','','',1,0,1,'','','',1529042764,0),
|
||
(391,308,'','平底鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(392,308,'','高跟鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(393,308,'','单鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(394,308,'','休闲鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(395,308,'','凉鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(396,308,'','女靴','','','','',1,0,1,'','','',1529042764,0),
|
||
(397,308,'','雪地靴','','','','',1,0,1,'','','',1529042764,0),
|
||
(398,308,'','拖鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(399,308,'','裸靴','','','','',1,0,1,'','','',1529042764,0),
|
||
(400,308,'','筒靴','','','','',1,0,1,'','','',1529042764,0),
|
||
(401,308,'','帆布鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(402,308,'','雨鞋/雨靴','','','','',1,0,1,'','','',1529042764,0),
|
||
(403,308,'','妈妈鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(404,308,'','鞋配件','','','','',1,0,1,'','','',1529042764,0),
|
||
(405,308,'','特色鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(406,308,'','鱼嘴鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(407,308,'','布鞋/绣花鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(408,309,'','商务休闲鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(409,309,'','正装鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(410,309,'','休闲鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(411,309,'','凉鞋/沙滩鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(412,309,'','男靴','','','','',1,0,1,'','','',1529042764,0),
|
||
(413,309,'','功能鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(414,309,'','拖鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(415,309,'','传统布鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(416,309,'','鞋配件','','','','',1,0,1,'','','',1529042764,0),
|
||
(417,309,'','帆布鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(418,309,'','豆豆鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(419,309,'','驾车鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(420,310,'','太阳镜','','','','',1,0,1,'','','',1529042764,0),
|
||
(421,310,'','框镜','','','','',1,0,1,'','','',1529042764,0),
|
||
(422,310,'','皮带','','','','',1,0,1,'','','',1529042764,0),
|
||
(423,310,'','围巾','','','','',1,0,1,'','','',1529042764,0),
|
||
(424,310,'','手套','','','','',1,0,1,'','','',1529042764,0),
|
||
(425,310,'','帽子','','','','',1,0,1,'','','',1529042764,0),
|
||
(426,310,'','领带','','','','',1,0,1,'','','',1529042764,0),
|
||
(427,310,'','袖扣','','','','',1,0,1,'','','',1529042764,0),
|
||
(428,310,'','其他配件','','','','',1,0,1,'','','',1529042764,0),
|
||
(429,310,'','丝巾','','','','',1,0,1,'','','',1529042764,0),
|
||
(430,310,'','披肩','','','','',1,0,1,'','','',1529042764,0),
|
||
(431,310,'','腰带','','','','',1,0,1,'','','',1529042764,0),
|
||
(432,310,'','腰链/腰封','','','','',1,0,1,'','','',1529042764,0),
|
||
(433,310,'','棒球帽','','','','',1,0,1,'','','',1529042764,0),
|
||
(434,310,'','毛线','','','','',1,0,1,'','','',1529042764,0),
|
||
(435,310,'','遮阳帽','','','','',1,0,1,'','','',1529042764,0),
|
||
(436,310,'','防紫外线手套','','','','',1,0,1,'','','',1529042764,0),
|
||
(437,310,'','草帽','','','','',1,0,1,'','','',1529042764,0),
|
||
(438,311,'','套装','','','','',1,0,1,'','','',1529042764,0),
|
||
(439,311,'','上衣','','','','',1,0,1,'','','',1529042764,0),
|
||
(440,311,'','裤子','','','','',1,0,1,'','','',1529042764,0),
|
||
(441,311,'','裙子','','','','',1,0,1,'','','',1529042764,0),
|
||
(442,311,'','内衣/家居服','','','','',1,0,1,'','','',1529042764,0),
|
||
(443,311,'','羽绒服/棉服','','','','',1,0,1,'','','',1529042764,0),
|
||
(444,311,'','亲子装','','','','',1,0,1,'','','',1529042764,0),
|
||
(445,311,'','儿童配饰','','','','',1,0,1,'','','',1529042764,0),
|
||
(446,311,'','礼服/演出服','','','','',1,0,1,'','','',1529042764,0),
|
||
(447,311,'','运动鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(448,311,'','单鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(449,311,'','靴子','','','','',1,0,1,'','','',1529042764,0),
|
||
(450,311,'','凉鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(451,311,'','功能鞋','','','','',1,0,1,'','','',1529042764,0),
|
||
(452,7,'','面部护理','','','','',1,0,1,'','','',1529042764,0),
|
||
(453,7,'','身体护理','','','','',1,0,1,'','','',1529042764,0),
|
||
(454,7,'','口腔护理','','','','',1,0,1,'','','',1529042764,0),
|
||
(455,7,'','女性护理','','','','',1,0,1,'','','',1529042764,0),
|
||
(456,7,'','男士护理','','','','',1,0,1,'','','',1529042764,0),
|
||
(457,7,'','魅力彩妆','','','','',1,0,1,'','','',1529042764,0),
|
||
(458,7,'','香水SPA','','','','',1,0,1,'','','',1529042764,0),
|
||
(459,452,'','洁面乳','','','','',1,0,1,'','','',1529042764,0),
|
||
(460,452,'','爽肤水','','','','',1,0,1,'','','',1529042764,0),
|
||
(461,452,'','精华露','','','','',1,0,1,'','','',1529042764,0),
|
||
(462,452,'','乳液面霜','','','','',1,0,1,'','','',1529042764,0),
|
||
(463,452,'','面膜面贴','','','','',1,0,1,'','','',1529042764,0),
|
||
(464,452,'','眼部护理','','','','',1,0,1,'','','',1529042764,0),
|
||
(465,452,'','颈部护理','','','','',1,0,1,'','','',1529042764,0),
|
||
(466,452,'','T区护理','','','','',1,0,1,'','','',1529042764,0),
|
||
(467,452,'','护肤套装','','','','',1,0,1,'','','',1529042764,0),
|
||
(468,452,'','防晒隔离','','','','',1,0,1,'','','',1529042764,0),
|
||
(469,453,'','洗发护发','','','','',1,0,1,'','','',1529042764,0),
|
||
(470,453,'','染发/造型','','','','',1,0,1,'','','',1529042764,0),
|
||
(471,453,'','沐浴','','','','',1,0,1,'','','',1529042764,0),
|
||
(472,453,'','磨砂/浴盐','','','','',1,0,1,'','','',1529042764,0),
|
||
(473,453,'','身体乳','','','','',1,0,1,'','','',1529042764,0),
|
||
(474,453,'','手工/香皂','','','','',1,0,1,'','','',1529042764,0),
|
||
(475,453,'','香薰精油','','','','',1,0,1,'','','',1529042764,0),
|
||
(476,453,'','纤体瘦身','','','','',1,0,1,'','','',1529042764,0),
|
||
(477,453,'','脱毛膏','','','','',1,0,1,'','','',1529042764,0),
|
||
(478,453,'','手足护理','','','','',1,0,1,'','','',1529042764,0),
|
||
(479,453,'','洗护套装','','','','',1,0,1,'','','',1529042764,0),
|
||
(480,454,'','牙膏/牙粉','','','','',1,0,1,'','','',1529042764,0),
|
||
(481,454,'','牙刷/牙线','','','','',1,0,1,'','','',1529042764,0),
|
||
(482,454,'','漱口水','','','','',1,0,1,'','','',1529042764,0),
|
||
(483,455,'','卫生巾','','','','',1,0,1,'','','',1529042764,0),
|
||
(484,455,'','卫生护垫','','','','',1,0,1,'','','',1529042764,0),
|
||
(485,455,'','洗液','','','','',1,0,1,'','','',1529042764,0),
|
||
(486,455,'','美容食品','','','','',1,0,1,'','','',1529042764,0),
|
||
(487,455,'','其他','','','','',1,0,1,'','','',1529042764,0),
|
||
(488,456,'','脸部护理','','','','',1,0,1,'','','',1529042764,0),
|
||
(489,456,'','眼部护理','','','','',1,0,1,'','','',1529042764,0),
|
||
(490,456,'','身体护理','','','','',1,0,1,'','','',1529042764,0),
|
||
(491,456,'','男士香水','','','','',1,0,1,'','','',1529042764,0),
|
||
(492,456,'','剃须护理','','','','',1,0,1,'','','',1529042764,0),
|
||
(493,456,'','防脱洗护','','','','',1,0,1,'','','',1529042764,0),
|
||
(494,456,'','男士唇膏','','','','',1,0,1,'','','',1529042764,0),
|
||
(495,457,'','粉底/遮瑕','','','','',1,0,1,'','','',1529042764,0),
|
||
(496,457,'','腮红','','','','',1,0,1,'','','',1529042764,0),
|
||
(497,457,'','眼影/眼线','','','','',1,0,1,'','','',1529042764,0),
|
||
(498,457,'','眉笔','','','','',1,0,1,'','','',1529042764,0),
|
||
(499,457,'','睫毛膏','','','','',1,0,1,'','','',1529042764,0),
|
||
(500,457,'','唇膏唇彩','','','','',1,0,1,'','','',1529042764,0),
|
||
(501,457,'','彩妆组合','','','','',1,0,1,'','','',1529042764,0),
|
||
(502,457,'','卸妆','','','','',1,0,1,'','','',1529042764,0),
|
||
(503,457,'','美甲','','','','',1,0,1,'','','',1529042764,0),
|
||
(504,457,'','彩妆工具','','','','',1,0,1,'','','',1529042764,0),
|
||
(505,457,'','假发','','','','',1,0,1,'','','',1529042764,0),
|
||
(506,458,'','女士香水','','','','',1,0,1,'','','',1529042764,0),
|
||
(507,458,'','男士香水','','','','',1,0,1,'','','',1529042764,0),
|
||
(508,458,'','组合套装','','','','',1,0,1,'','','',1529042764,0),
|
||
(509,458,'','迷你香水','','','','',1,0,1,'','','',1529042764,0),
|
||
(510,458,'','香体走珠','','','','',1,0,1,'','','',1529042764,0),
|
||
(511,52,'','时尚饰品','','','','',1,0,1,'','','',1529042764,0),
|
||
(512,52,'','纯金K金饰品','','','','',1,0,1,'','','',1529042764,0),
|
||
(513,52,'','金银投资','','','','',1,0,1,'','','',1529042764,0),
|
||
(514,52,'','银饰','','','','',1,0,1,'','','',1529042764,0),
|
||
(515,52,'','钻石饰品','','','','',1,0,1,'','','',1529042764,0),
|
||
(516,52,'','翡翠玉石','','','','',1,0,1,'','','',1529042764,0),
|
||
(517,52,'','水晶玛瑙','','','','',1,0,1,'','','',1529042764,0),
|
||
(518,52,'','宝石珍珠','','','','',1,0,1,'','','',1529042764,0),
|
||
(519,52,'','婚庆','','','','',1,0,1,'','','',1529042764,0),
|
||
(520,52,'','钟表手表','','','','',1,0,1,'','','',1529042764,0),
|
||
(521,511,'','项链','','','','',1,0,1,'','','',1529042764,0),
|
||
(522,511,'','手链/脚链','','','','',1,0,1,'','','',1529042764,0),
|
||
(523,511,'','戒指','','','','',1,0,1,'','','',1529042764,0),
|
||
(524,511,'','耳饰','','','','',1,0,1,'','','',1529042764,0),
|
||
(525,511,'','头饰','','','','',1,0,1,'','','',1529042764,0),
|
||
(526,511,'','胸针','','','','',1,0,1,'','','',1529042764,0),
|
||
(527,511,'','婚庆饰品','','','','',1,0,1,'','','',1529042764,0),
|
||
(528,511,'','饰品配件','','','','',1,0,1,'','','',1529042764,0),
|
||
(529,512,'','吊坠/项链','','','','',1,0,1,'','','',1529042764,0),
|
||
(530,512,'','手镯/手链/脚链','','','','',1,0,1,'','','',1529042764,0),
|
||
(531,512,'','戒指','','','','',1,0,1,'','','',1529042764,0),
|
||
(532,512,'','耳饰','','','','',1,0,1,'','','',1529042764,0),
|
||
(533,513,'','工艺金','','','','',1,0,1,'','','',1529042764,0),
|
||
(534,513,'','工艺银','','','','',1,0,1,'','','',1529042764,0),
|
||
(535,514,'','吊坠/项链','','','','',1,0,1,'','','',1529042764,0),
|
||
(536,514,'','手镯/手链/脚链','','','','',1,0,1,'','','',1529042764,0),
|
||
(537,514,'','戒指/耳饰','','','','',1,0,1,'','','',1529042764,0),
|
||
(538,514,'','宝宝金银','','','','',1,0,1,'','','',1529042764,0),
|
||
(539,514,'','千足银','','','','',1,0,1,'','','',1529042764,0),
|
||
(540,515,'','裸钻','','','','',1,0,1,'','','',1529042764,0),
|
||
(541,515,'','戒指','','','','',1,0,1,'','','',1529042764,0),
|
||
(542,515,'','项链/吊坠','','','','',1,0,1,'','','',1529042764,0),
|
||
(543,515,'','耳饰','','','','',1,0,1,'','','',1529042764,0),
|
||
(544,515,'','手镯/手链','','','','',1,0,1,'','','',1529042764,0),
|
||
(545,516,'','项链/吊坠','','','','',1,0,1,'','','',1529042764,0),
|
||
(546,516,'','手镯/手串','','','','',1,0,1,'','','',1529042764,0),
|
||
(547,516,'','戒指','','','','',1,0,1,'','','',1529042764,0),
|
||
(548,516,'','耳饰','','','','',1,0,1,'','','',1529042764,0),
|
||
(549,516,'','挂件/摆件/把件','','','','',1,0,1,'','','',1529042764,0),
|
||
(550,516,'','高值收藏','','','','',1,0,1,'','','',1529042764,0),
|
||
(551,517,'','耳饰','','','','',1,0,1,'','','',1529042764,0),
|
||
(552,517,'','手镯/手链/脚链','','','','',1,0,1,'','','',1529042764,0),
|
||
(553,517,'','戒指','','','','',1,0,1,'','','',1529042764,0),
|
||
(554,517,'','头饰/胸针','','','','',1,0,1,'','','',1529042764,0),
|
||
(555,517,'','摆件/挂件','','','','',1,0,1,'','','',1529042764,0),
|
||
(556,518,'','项链/吊坠','','','','',1,0,1,'','','',1529042764,0),
|
||
(557,518,'','耳饰','','','','',1,0,1,'','','',1529042764,0),
|
||
(558,518,'','手镯/手链','','','','',1,0,1,'','','',1529042764,0),
|
||
(559,518,'','戒指','','','','',1,0,1,'','','',1529042764,0),
|
||
(560,519,'','婚嫁首饰','','','','',1,0,1,'','','',1529042764,0),
|
||
(561,519,'','婚纱摄影','','','','',1,0,1,'','','',1529042764,0),
|
||
(562,519,'','婚纱礼服','','','','',1,0,1,'','','',1529042764,0),
|
||
(563,519,'','婚庆服务','','','','',1,0,1,'','','',1529042764,0),
|
||
(564,519,'','婚庆礼品/用品','','','','',1,0,1,'','','',1529042764,0),
|
||
(565,519,'','婚宴','','','','',1,0,1,'','','',1529042764,0),
|
||
(566,520,'','瑞士品牌','','','','',1,0,1,'','','',1529042764,0),
|
||
(567,520,'','国产品牌','','','','',1,0,1,'','','',1529042764,0),
|
||
(568,520,'','日本品牌','','','','',1,0,1,'','','',1529042764,0),
|
||
(569,520,'','时尚品牌','','','','',1,0,1,'','','',1529042764,0),
|
||
(570,520,'','闹钟挂钟','','','','',1,0,1,'','','',1529042764,0),
|
||
(571,520,'','儿童手表','','','','',1,0,1,'','','',1529042764,0),
|
||
(572,53,'','户外鞋服','','','','',1,0,1,'','','',1529042764,0),
|
||
(573,53,'','户外装备','','','','',1,0,1,'','','',1529042764,0),
|
||
(574,53,'','运动器械','','','','',1,0,1,'','','',1529042764,0),
|
||
(575,53,'','纤体瑜伽','','','','',1,0,1,'','','',1529042764,0),
|
||
(576,53,'','体育娱乐','','','','',1,0,1,'','','',1529042764,0),
|
||
(577,53,'','成人用品','','','','',1,0,1,'','','',1529042764,0),
|
||
(578,53,'','保健器械','','','','',1,0,1,'','','',1529042764,0),
|
||
(579,53,'','急救卫生','','','','',1,0,1,'','','',1529042764,0),
|
||
(580,572,'','户外服装','','','','',1,0,1,'','','',1529042764,0),
|
||
(581,572,'','户外鞋袜','','','','',1,0,1,'','','',1529042764,0),
|
||
(582,572,'','户外配饰','','','','',1,0,1,'','','',1529042764,0),
|
||
(583,573,'','帐篷','','','','',1,0,1,'','','',1529042764,0),
|
||
(584,573,'','睡袋','','','','',1,0,1,'','','',1529042764,0),
|
||
(585,573,'','登山攀岩','','','','',1,0,1,'','','',1529042764,0),
|
||
(586,573,'','户外背包','','','','',1,0,1,'','','',1529042764,0),
|
||
(587,573,'','户外照明','','','','',1,0,1,'','','',1529042764,0),
|
||
(588,573,'','户外垫子','','','','',1,0,1,'','','',1529042764,0),
|
||
(589,573,'','户外仪表','','','','',1,0,1,'','','',1529042764,0),
|
||
(590,573,'','户外工具','','','','',1,0,1,'','','',1529042764,0),
|
||
(591,573,'','望远镜','','','','',1,0,1,'','','',1529042764,0),
|
||
(592,573,'','垂钓用品','','','','',1,0,1,'','','',1529042764,0),
|
||
(593,573,'','旅游用品','','','','',1,0,1,'','','',1529042764,0),
|
||
(594,573,'','便携桌椅床','','','','',1,0,1,'','','',1529042764,0),
|
||
(595,573,'','烧烤用品','','','','',1,0,1,'','','',1529042764,0),
|
||
(596,573,'','野餐炊具','','','','',1,0,1,'','','',1529042764,0),
|
||
(597,573,'','军迷用品','','','','',1,0,1,'','','',1529042764,0),
|
||
(598,573,'','游泳用具','','','','',1,0,1,'','','',1529042764,0),
|
||
(599,573,'','泳衣','','','','',1,0,1,'','','',1529042764,0),
|
||
(600,574,'','健身器械','','','','',1,0,1,'','','',1529042764,0),
|
||
(601,574,'','运动器材','','','','',1,0,1,'','','',1529042764,0),
|
||
(602,574,'','极限轮滑','','','','',1,0,1,'','','',1529042764,0),
|
||
(603,574,'','骑行运动','','','','',1,0,1,'','','',1529042764,0),
|
||
(604,574,'','运动护具','','','','',1,0,1,'','','',1529042764,0),
|
||
(605,574,'','武术搏击','','','','',1,0,1,'','','',1529042764,0),
|
||
(606,575,'','瑜伽垫','','','','',1,0,1,'','','',1529042764,0),
|
||
(607,575,'','瑜伽服','','','','',1,0,1,'','','',1529042764,0),
|
||
(608,575,'','瑜伽配件','','','','',1,0,1,'','','',1529042764,0),
|
||
(609,575,'','瑜伽套装','','','','',1,0,1,'','','',1529042764,0),
|
||
(610,575,'','舞蹈鞋服','','','','',1,0,1,'','','',1529042764,0),
|
||
(611,576,'','羽毛球','','','','',1,0,1,'','','',1529042764,0),
|
||
(612,576,'','乒乓球','','','','',1,0,1,'','','',1529042764,0),
|
||
(613,576,'','篮球','','','','',1,0,1,'','','',1529042764,0),
|
||
(614,576,'','足球','','','','',1,0,1,'','','',1529042764,0),
|
||
(615,576,'','网球','','','','',1,0,1,'','','',1529042764,0),
|
||
(616,576,'','排球','','','','',1,0,1,'','','',1529042764,0),
|
||
(617,576,'','高尔夫球','','','','',1,0,1,'','','',1529042764,0),
|
||
(618,576,'','棋牌麻将','','','','',1,0,1,'','','',1529042764,0),
|
||
(619,576,'','其他','','','','',1,0,1,'','','',1529042764,0),
|
||
(620,577,'','安全避孕','','','','',1,0,1,'','','',1529042764,0),
|
||
(621,577,'','验孕测孕','','','','',1,0,1,'','','',1529042764,0),
|
||
(622,577,'','人体润滑','','','','',1,0,1,'','','',1529042764,0),
|
||
(623,577,'','情爱玩具','','','','',1,0,1,'','','',1529042764,0),
|
||
(624,577,'','情趣内衣','','','','',1,0,1,'','','',1529042764,0),
|
||
(625,577,'','组合套装','','','','',1,0,1,'','','',1529042764,0),
|
||
(626,578,'','养生器械','','','','',1,0,1,'','','',1529042764,0),
|
||
(627,578,'','保健用品','','','','',1,0,1,'','','',1529042764,0),
|
||
(628,578,'','康复辅助','','','','',1,0,1,'','','',1529042764,0),
|
||
(629,578,'','家庭护理','','','','',1,0,1,'','','',1529042764,0),
|
||
(630,579,'','跌打损伤','','','','',1,0,1,'','','',1529042764,0),
|
||
(631,579,'','烫伤止痒','','','','',1,0,1,'','','',1529042764,0),
|
||
(632,579,'','防裂抗冻','','','','',1,0,1,'','','',1529042764,0),
|
||
(633,579,'','口腔咽部','','','','',1,0,1,'','','',1529042764,0),
|
||
(634,579,'','眼部保健','','','','',1,0,1,'','','',1529042764,0),
|
||
(635,579,'','鼻炎健康','','','','',1,0,1,'','','',1529042764,0),
|
||
(636,579,'','风湿骨痛','','','','',1,0,1,'','','',1529042764,0),
|
||
(637,579,'','生殖泌尿','','','','',1,0,1,'','','',1529042764,0),
|
||
(638,579,'','美体塑身','','','','',1,0,1,'','','',1529042764,0),
|
||
(639,54,'','电子电器','','','','',1,0,1,'','','',1529042764,0),
|
||
(640,54,'','系统养护','','','','',1,0,1,'','','',1529042764,0),
|
||
(641,54,'','改装配件','','','','',1,0,1,'','','',1529042764,0),
|
||
(642,54,'','汽车美容','','','','',1,0,1,'','','',1529042764,0),
|
||
(643,54,'','座垫脚垫','','','','',1,0,1,'','','',1529042764,0),
|
||
(644,54,'','内饰精品','','','','',1,0,1,'','','',1529042764,0),
|
||
(645,54,'','安全自驾','','','','',1,0,1,'','','',1529042764,0),
|
||
(646,54,'','整车','','','','',1,0,1,'','','',1529042764,0),
|
||
(647,639,'','便携GPS导航','','','','',1,0,1,'','','',1529042764,0),
|
||
(648,639,'','嵌入式导航','','','','',1,0,1,'','','',1529042764,0),
|
||
(649,639,'','安全预警仪','','','','',1,0,1,'','','',1529042764,0),
|
||
(650,639,'','行车记录仪','','','','',1,0,1,'','','',1529042764,0),
|
||
(651,639,'','跟踪防盗器','','','','',1,0,1,'','','',1529042764,0),
|
||
(652,639,'','倒车雷达','','','','',1,0,1,'','','',1529042764,0),
|
||
(653,639,'','车载电源','','','','',1,0,1,'','','',1529042764,0),
|
||
(654,639,'','车载蓝牙','','','','',1,0,1,'','','',1529042764,0),
|
||
(655,639,'','车载影音','','','','',1,0,1,'','','',1529042764,0),
|
||
(656,639,'','车载净化器','','','','',1,0,1,'','','',1529042764,0),
|
||
(657,639,'','车载冰箱','','','','',1,0,1,'','','',1529042764,0),
|
||
(658,639,'','车载吸尘器','','','','',1,0,1,'','','',1529042764,0),
|
||
(659,639,'','充气泵','','','','',1,0,1,'','','',1529042764,0),
|
||
(660,639,'','胎压监测','','','','',1,0,1,'','','',1529042764,0),
|
||
(661,639,'','车载生活电器','','','','',1,0,1,'','','',1529042764,0),
|
||
(662,640,'','机油','','','','',1,0,1,'','','',1529042764,0),
|
||
(663,640,'','添加剂','','','','',1,0,1,'','','',1529042764,0),
|
||
(664,640,'','防冻冷却液','','','','',1,0,1,'','','',1529042764,0),
|
||
(665,640,'','附属油','','','','',1,0,1,'','','',1529042764,0),
|
||
(666,640,'','底盘装甲','','','','',1,0,1,'','','',1529042764,0),
|
||
(667,640,'','空调清洗剂','','','','',1,0,1,'','','',1529042764,0),
|
||
(668,640,'','金属养护','','','','',1,0,1,'','','',1529042764,0),
|
||
(669,641,'','雨刷','','','','',1,0,1,'','','',1529042764,0),
|
||
(670,641,'','车灯','','','','',1,0,1,'','','',1529042764,0),
|
||
(671,641,'','轮胎','','','','',1,0,1,'','','',1529042764,0),
|
||
(672,641,'','贴膜','','','','',1,0,1,'','','',1529042764,0),
|
||
(673,641,'','装饰贴','','','','',1,0,1,'','','',1529042764,0),
|
||
(674,641,'','后视镜','','','','',1,0,1,'','','',1529042764,0),
|
||
(675,641,'','机油滤','','','','',1,0,1,'','','',1529042764,0),
|
||
(676,641,'','空气滤','','','','',1,0,1,'','','',1529042764,0),
|
||
(677,641,'','空调滤','','','','',1,0,1,'','','',1529042764,0),
|
||
(678,641,'','燃油滤','','','','',1,0,1,'','','',1529042764,0),
|
||
(679,641,'','火花塞','','','','',1,0,1,'','','',1529042764,0),
|
||
(680,641,'','喇叭','','','','',1,0,1,'','','',1529042764,0),
|
||
(681,641,'','刹车片','','','','',1,0,1,'','','',1529042764,0),
|
||
(682,641,'','刹车盘','','','','',1,0,1,'','','',1529042764,0),
|
||
(683,641,'','减震器','','','','',1,0,1,'','','',1529042764,0),
|
||
(684,641,'','车身装饰','','','','',1,0,1,'','','',1529042764,0),
|
||
(685,641,'','尾喉/排气管','','','','',1,0,1,'','','',1529042764,0),
|
||
(686,641,'','踏板','','','','',1,0,1,'','','',1529042764,0),
|
||
(687,641,'','蓄电池','','','','',1,0,1,'','','',1529042764,0),
|
||
(688,641,'','其他配件','','','','',1,0,1,'','','',1529042764,0),
|
||
(689,642,'','漆面美容','','','','',1,0,1,'','','',1529042764,0),
|
||
(690,642,'','漆面修复','','','','',1,0,1,'','','',1529042764,0),
|
||
(691,642,'','内饰清洁','','','','',1,0,1,'','','',1529042764,0),
|
||
(692,642,'','玻璃美容','','','','',1,0,1,'','','',1529042764,0),
|
||
(693,642,'','补漆笔','','','','',1,0,1,'','','',1529042764,0),
|
||
(694,642,'','轮胎轮毂清洗','','','','',1,0,1,'','','',1529042764,0),
|
||
(695,642,'','洗车器','','','','',1,0,1,'','','',1529042764,0),
|
||
(696,642,'','洗车水枪','','','','',1,0,1,'','','',1529042764,0),
|
||
(697,642,'','洗车配件','','','','',1,0,1,'','','',1529042764,0),
|
||
(698,642,'','洗车液','','','','',1,0,1,'','','',1529042764,0),
|
||
(699,642,'','车掸','','','','',1,0,1,'','','',1529042764,0),
|
||
(700,642,'','擦车巾/海绵','','','','',1,0,1,'','','',1529042764,0),
|
||
(701,643,'','凉垫','','','','',1,0,1,'','','',1529042764,0),
|
||
(702,643,'','四季垫','','','','',1,0,1,'','','',1529042764,0),
|
||
(703,643,'','毛垫','','','','',1,0,1,'','','',1529042764,0),
|
||
(704,643,'','专车专用座垫','','','','',1,0,1,'','','',1529042764,0),
|
||
(705,643,'','专车专用座套','','','','',1,0,1,'','','',1529042764,0),
|
||
(706,643,'','通用座套','','','','',1,0,1,'','','',1529042764,0),
|
||
(707,643,'','多功能垫','','','','',1,0,1,'','','',1529042764,0),
|
||
(708,643,'','专车专用脚垫','','','','',1,0,1,'','','',1529042764,0),
|
||
(709,643,'','通用脚垫','','','','',1,0,1,'','','',1529042764,0),
|
||
(710,643,'','后备箱垫','','','','',1,0,1,'','','',1529042764,0),
|
||
(711,644,'','车用香水','','','','',1,0,1,'','','',1529042764,0),
|
||
(712,644,'','车用炭包','','','','',1,0,1,'','','',1529042764,0),
|
||
(713,644,'','空气净化','','','','',1,0,1,'','','',1529042764,0),
|
||
(714,644,'','颈枕/头枕','','','','',1,0,1,'','','',1529042764,0),
|
||
(715,644,'','抱枕/腰靠','','','','',1,0,1,'','','',1529042764,0),
|
||
(716,644,'','方向盘套','','','','',1,0,1,'','','',1529042764,0),
|
||
(717,644,'','挂件','','','','',1,0,1,'','','',1529042764,0),
|
||
(718,644,'','摆件','','','','',1,0,1,'','','',1529042764,0),
|
||
(719,644,'','布艺软饰','','','','',1,0,1,'','','',1529042764,0),
|
||
(720,644,'','功能用品','','','','',1,0,1,'','','',1529042764,0),
|
||
(721,644,'','整理收纳','','','','',1,0,1,'','','',1529042764,0),
|
||
(722,644,'','CD夹','','','','',1,0,1,'','','',1529042764,0),
|
||
(723,645,'','儿童安全座椅','','','','',1,0,1,'','','',1529042764,0),
|
||
(724,645,'','应急救援','','','','',1,0,1,'','','',1529042764,0),
|
||
(725,645,'','汽修工具','','','','',1,0,1,'','','',1529042764,0),
|
||
(726,645,'','自驾野营','','','','',1,0,1,'','','',1529042764,0),
|
||
(727,645,'','自驾照明','','','','',1,0,1,'','','',1529042764,0),
|
||
(728,645,'','保温箱','','','','',1,0,1,'','','',1529042764,0),
|
||
(729,645,'','置物箱','','','','',1,0,1,'','','',1529042764,0),
|
||
(730,645,'','车衣','','','','',1,0,1,'','','',1529042764,0),
|
||
(731,645,'','遮阳挡雪挡','','','','',1,0,1,'','','',1529042764,0),
|
||
(732,645,'','车锁地锁','','','','',1,0,1,'','','',1529042764,0),
|
||
(733,645,'','摩托车装备','','','','',1,0,1,'','','',1529042764,0),
|
||
(734,646,'','新车','','','','',1,0,1,'','','',1529042764,0),
|
||
(735,646,'','二手车','','','','',1,0,1,'','','',1529042764,0),
|
||
(736,55,'','适用年龄','','','','',1,0,1,'','','',1529042764,0),
|
||
(737,55,'','遥控/电动','','','','',1,0,1,'','','',1529042764,0),
|
||
(738,55,'','毛绒布艺','','','','',1,0,1,'','','',1529042764,0),
|
||
(739,55,'','娃娃玩具','','','','',1,0,1,'','','',1529042764,0),
|
||
(740,55,'','模型玩具','','','','',1,0,1,'','','',1529042764,0),
|
||
(741,55,'','健身玩具','','','','',1,0,1,'','','',1529042764,0),
|
||
(742,55,'','动漫玩具','','','','',1,0,1,'','','',1529042764,0),
|
||
(743,55,'','益智玩具','','','','',1,0,1,'','','',1529042764,0),
|
||
(744,55,'','积木拼插','','','','',1,0,1,'','','',1529042764,0),
|
||
(745,55,'','DIY玩具','','','','',1,0,1,'','','',1529042764,0),
|
||
(746,55,'','创意减压','','','','',1,0,1,'','','',1529042764,0),
|
||
(747,55,'','乐器相关','','','','',1,0,1,'','','',1529042764,0),
|
||
(748,736,'','0-6个月','','','','',1,0,1,'','','',1529042764,0),
|
||
(749,736,'','6-12个月','','','','',1,0,1,'','','',1529042764,0),
|
||
(750,736,'','1-3岁','','','','',1,0,1,'','','',1529042764,0),
|
||
(751,736,'','3-6岁','','','','',1,0,1,'','','',1529042764,0),
|
||
(752,736,'','6-14岁','','','','',1,0,1,'','','',1529042764,0),
|
||
(753,736,'','14岁以上','','','','',1,0,1,'','','',1529042764,0),
|
||
(754,737,'','遥控车','','','','',1,0,1,'','','',1529042764,0),
|
||
(755,737,'','遥控飞机','','','','',1,0,1,'','','',1529042764,0),
|
||
(756,737,'','遥控船','','','','',1,0,1,'','','',1529042764,0),
|
||
(757,737,'','机器人/电动','','','','',1,0,1,'','','',1529042764,0),
|
||
(758,737,'','轨道/助力','','','','',1,0,1,'','','',1529042764,0),
|
||
(759,738,'','毛绒/布艺','','','','',1,0,1,'','','',1529042764,0),
|
||
(760,738,'','靠垫/抱枕','','','','',1,0,1,'','','',1529042764,0),
|
||
(761,739,'','芭比娃娃','','','','',1,0,1,'','','',1529042764,0),
|
||
(762,739,'','卡通娃娃','','','','',1,0,1,'','','',1529042764,0),
|
||
(763,739,'','智能娃娃','','','','',1,0,1,'','','',1529042764,0),
|
||
(764,740,'','仿真模型','','','','',1,0,1,'','','',1529042764,0),
|
||
(765,740,'','拼插模型','','','','',1,0,1,'','','',1529042764,0),
|
||
(766,740,'','收藏爱好','','','','',1,0,1,'','','',1529042764,0),
|
||
(767,741,'','炫舞毯','','','','',1,0,1,'','','',1529042764,0),
|
||
(768,741,'','爬行垫/毯','','','','',1,0,1,'','','',1529042764,0),
|
||
(769,741,'','户外玩具','','','','',1,0,1,'','','',1529042764,0),
|
||
(770,741,'','戏水玩具','','','','',1,0,1,'','','',1529042764,0),
|
||
(771,742,'','电影周边','','','','',1,0,1,'','','',1529042764,0),
|
||
(772,742,'','卡通周边','','','','',1,0,1,'','','',1529042764,0),
|
||
(773,742,'','网游周边','','','','',1,0,1,'','','',1529042764,0),
|
||
(774,743,'','摇铃/床铃','','','','',1,0,1,'','','',1529042764,0),
|
||
(775,743,'','健身架','','','','',1,0,1,'','','',1529042764,0),
|
||
(776,743,'','早教启智','','','','',1,0,1,'','','',1529042764,0),
|
||
(777,743,'','拖拉玩具','','','','',1,0,1,'','','',1529042764,0),
|
||
(778,744,'','积木','','','','',1,0,1,'','','',1529042764,0),
|
||
(779,744,'','拼图','','','','',1,0,1,'','','',1529042764,0),
|
||
(780,744,'','磁力棒','','','','',1,0,1,'','','',1529042764,0),
|
||
(781,744,'','立体拼插','','','','',1,0,1,'','','',1529042764,0),
|
||
(782,745,'','手工彩泥','','','','',1,0,1,'','','',1529042764,0),
|
||
(783,745,'','绘画工具','','','','',1,0,1,'','','',1529042764,0),
|
||
(784,745,'','情景玩具','','','','',1,0,1,'','','',1529042764,0),
|
||
(785,746,'','减压玩具','','','','',1,0,1,'','','',1529042764,0),
|
||
(786,746,'','创意玩具','','','','',1,0,1,'','','',1529042764,0),
|
||
(787,747,'','钢琴','','','','',1,0,1,'','','',1529042764,0),
|
||
(788,747,'','电子琴','','','','',1,0,1,'','','',1529042764,0),
|
||
(789,747,'','手风琴','','','','',1,0,1,'','','',1529042764,0),
|
||
(790,747,'','吉他/贝斯','','','','',1,0,1,'','','',1529042764,0),
|
||
(791,747,'','民族管弦乐器','','','','',1,0,1,'','','',1529042764,0),
|
||
(792,747,'','西洋管弦乐','','','','',1,0,1,'','','',1529042764,0),
|
||
(793,747,'','口琴/口风琴/竖笛','','','','',1,0,1,'','','',1529042764,0),
|
||
(794,747,'','西洋打击乐器','','','','',1,0,1,'','','',1529042764,0),
|
||
(795,747,'','各式乐器配件','','','','',1,0,1,'','','',1529042764,0),
|
||
(796,747,'','电脑音乐','','','','',1,0,1,'','','',1529042764,0),
|
||
(797,747,'','工艺礼品乐器','','','','',1,0,1,'','','',1529042764,0),
|
||
(798,56,'','奶粉','','','','',1,0,1,'','','',1529042764,0),
|
||
(799,56,'','营养辅食','','','','',1,0,1,'','','',1529042764,0),
|
||
(800,56,'','尿裤湿巾','','','','',1,0,1,'','','',1529042764,0),
|
||
(801,56,'','喂养用品','','','','',1,0,1,'','','',1529042764,0),
|
||
(802,56,'','洗护用品','','','','',1,0,1,'','','',1529042764,0),
|
||
(803,56,'','童车童床','','','','',1,0,1,'','','',1529042764,0),
|
||
(804,56,'','服饰寝居','','','','',1,0,1,'','','',1529042764,0),
|
||
(805,56,'','妈妈专区','','','','',1,0,1,'','','',1529042764,0),
|
||
(806,798,'','品牌奶粉','','','','',1,0,1,'','','',1529042764,0),
|
||
(807,798,'','妈妈奶粉','','','','',1,0,1,'','','',1529042764,0),
|
||
(808,798,'','1段奶粉','','','','',1,0,1,'','','',1529042764,0),
|
||
(809,798,'','2段奶粉','','','','',1,0,1,'','','',1529042764,0),
|
||
(810,798,'','3段奶粉','','','','',1,0,1,'','','',1529042764,0),
|
||
(811,798,'','4段奶粉','','','','',1,0,1,'','','',1529042764,0),
|
||
(812,798,'','羊奶粉','','','','',1,0,1,'','','',1529042764,0),
|
||
(813,798,'','特殊配方','','','','',1,0,1,'','','',1529042764,0),
|
||
(814,798,'','成人奶粉','','','','',1,0,1,'','','',1529042764,0),
|
||
(815,799,'','婴幼营养','','','','',1,0,1,'','','',1529042764,0),
|
||
(816,799,'','初乳','','','','',1,0,1,'','','',1529042764,0),
|
||
(817,799,'','米粉/菜粉','','','','',1,0,1,'','','',1529042764,0),
|
||
(818,799,'','果泥/果汁','','','','',1,0,1,'','','',1529042764,0),
|
||
(819,799,'','肉松/饼干','','','','',1,0,1,'','','',1529042764,0),
|
||
(820,799,'','辅食','','','','',1,0,1,'','','',1529042764,0),
|
||
(821,799,'','孕期营养','','','','',1,0,1,'','','',1529042764,0),
|
||
(822,799,'','清火/开胃','','','','',1,0,1,'','','',1529042764,0),
|
||
(823,799,'','面条/粥','','','','',1,0,1,'','','',1529042764,0),
|
||
(824,800,'','品牌尿裤','','','','',1,0,1,'','','',1529042764,0),
|
||
(825,800,'','新生儿','','','','',1,0,1,'','','',1529042764,0),
|
||
(826,800,'','S号','','','','',1,0,1,'','','',1529042764,0),
|
||
(827,800,'','M号','','','','',1,0,1,'','','',1529042764,0),
|
||
(828,800,'','L号','','','','',1,0,1,'','','',1529042764,0),
|
||
(829,800,'','XL/XXL号','','','','',1,0,1,'','','',1529042764,0),
|
||
(830,800,'','裤型尿裤','','','','',1,0,1,'','','',1529042764,0),
|
||
(831,800,'','湿巾','','','','',1,0,1,'','','',1529042764,0),
|
||
(832,800,'','尿布/尿垫','','','','',1,0,1,'','','',1529042764,0),
|
||
(833,800,'','成人尿裤','','','','',1,0,1,'','','',1529042764,0),
|
||
(834,801,'','奶瓶','','','','',1,0,1,'','','',1529042764,0),
|
||
(835,801,'','奶嘴','','','','',1,0,1,'','','',1529042764,0),
|
||
(836,801,'','吸奶器','','','','',1,0,1,'','','',1529042764,0),
|
||
(837,801,'','暖奶/消毒','','','','',1,0,1,'','','',1529042764,0),
|
||
(838,801,'','餐具','','','','',1,0,1,'','','',1529042764,0),
|
||
(839,801,'','水具','','','','',1,0,1,'','','',1529042764,0),
|
||
(840,801,'','牙胶/安抚','','','','',1,0,1,'','','',1529042764,0),
|
||
(841,801,'','辅助用品','','','','',1,0,1,'','','',1529042764,0),
|
||
(842,802,'','宝宝护肤','','','','',1,0,1,'','','',1529042764,0),
|
||
(843,802,'','洗浴用品','','','','',1,0,1,'','','',1529042764,0),
|
||
(844,802,'','洗发沐浴','','','','',1,0,1,'','','',1529042764,0),
|
||
(845,802,'','清洁用品','','','','',1,0,1,'','','',1529042764,0),
|
||
(846,802,'','护理用品','','','','',1,0,1,'','','',1529042764,0),
|
||
(847,802,'','妈妈护肤','','','','',1,0,1,'','','',1529042764,0),
|
||
(848,803,'','婴儿推车','','','','',1,0,1,'','','',1529042764,0),
|
||
(849,803,'','餐椅摇椅','','','','',1,0,1,'','','',1529042764,0),
|
||
(850,803,'','婴儿床','','','','',1,0,1,'','','',1529042764,0),
|
||
(851,803,'','学步车','','','','',1,0,1,'','','',1529042764,0),
|
||
(852,803,'','三轮车','','','','',1,0,1,'','','',1529042764,0),
|
||
(853,803,'','自行车','','','','',1,0,1,'','','',1529042764,0),
|
||
(854,803,'','电动车','','','','',1,0,1,'','','',1529042764,0),
|
||
(855,803,'','健身车','','','','',1,0,1,'','','',1529042764,0),
|
||
(856,803,'','安全座椅','','','','',1,0,1,'','','',1529042764,0),
|
||
(857,804,'','婴儿外出服','','','','',1,0,1,'','','',1529042764,0),
|
||
(858,804,'','婴儿内衣','','','','',1,0,1,'','','',1529042764,0),
|
||
(859,804,'','婴儿礼盒','','','','',1,0,1,'','','',1529042764,0),
|
||
(860,804,'','婴儿鞋帽袜','','','','',1,0,1,'','','',1529042764,0),
|
||
(861,804,'','安全防护','','','','',1,0,1,'','','',1529042764,0),
|
||
(862,804,'','家居床品','','','','',1,0,1,'','','',1529042764,0),
|
||
(863,804,'','其他','','','','',1,0,1,'','','',1529042764,0),
|
||
(864,805,'','包/背婴带','','','','',1,0,1,'','','',1529042764,0),
|
||
(865,805,'','妈妈护理','','','','',1,0,1,'','','',1529042764,0),
|
||
(866,805,'','产后塑身','','','','',1,0,1,'','','',1529042764,0),
|
||
(867,805,'','孕妇内衣','','','','',1,0,1,'','','',1529042764,0),
|
||
(868,805,'','防辐射服','','','','',1,0,1,'','','',1529042764,0),
|
||
(869,805,'','孕妇装','','','','',1,0,1,'','','',1529042764,0),
|
||
(870,805,'','孕妇食品','','','','',1,0,1,'','','',1529042764,0),
|
||
(871,805,'','妈妈美容','','','','',1,0,1,'','','',1529042764,0),
|
||
(872,57,'','餐饮娱乐','','','','',1,0,1,'','','',1529042764,0),
|
||
(873,57,'','婚纱旅游','','','','',1,0,1,'','','',1529042764,0),
|
||
(874,57,'','便民充值','','','','',1,0,1,'','','',1529042764,0),
|
||
(875,57,'','游戏充值','','','','',1,0,1,'','','',1529042764,0),
|
||
(876,57,'','票务服务','','','','',1,0,1,'','','',1529042764,0),
|
||
(877,872,'','美食','','','','',1,0,1,'','','',1529042764,0),
|
||
(878,872,'','电影票','','','','',1,0,1,'','','',1529042764,0),
|
||
(879,872,'','自助餐','','','','',1,0,1,'','','',1529042764,0),
|
||
(880,872,'','火锅','','','','',1,0,1,'','','',1529042764,0),
|
||
(881,873,'','浪漫婚纱','','','','',1,0,1,'','','',1529042764,0),
|
||
(882,873,'','旅游踏青','','','','',1,0,1,'','','',1529042764,0),
|
||
(883,874,'','礼品卡','','','','',1,0,1,'','','',1529042764,0),
|
||
(884,874,'','手机充值','','','','',1,0,1,'','','',1529042764,0),
|
||
(885,875,'','游戏点卡','','','','',1,0,1,'','','',1529042764,0),
|
||
(886,875,'','QQ充值','','','','',1,0,1,'','','',1529042764,0),
|
||
(887,876,'','代金券','','','','',1,0,1,'','','',1529042764,0),
|
||
(888,876,'','演唱会','','','','',1,0,1,'','','',1529042764,0),
|
||
(889,876,'','话剧/歌剧/音乐剧','','','','',1,0,1,'','','',1529042764,0),
|
||
(890,876,'','体育赛事','','','','',1,0,1,'','','',1529042764,0),
|
||
(891,876,'','舞蹈芭蕾','','','','',1,0,1,'','','',1529042764,0),
|
||
(892,876,'','戏曲综艺','','','','',1,0,1,'','','',1529042764,0),
|
||
(895,57,'','其他','','','','',0,0,1,'','','',1659924575,0);
|
||
|
||
/*!40000 ALTER TABLE `sxo_goods_category` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_goods_category_join
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_goods_category_join`;
|
||
|
||
CREATE TABLE `sxo_goods_category_join` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`goods_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品id',
|
||
`category_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '分类id',
|
||
`add_time` int(10) unsigned DEFAULT '0' COMMENT '添加时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `goods_id` (`goods_id`) USING BTREE,
|
||
KEY `category_id` (`category_id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='商品分类关联';
|
||
|
||
LOCK TABLES `sxo_goods_category_join` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_goods_category_join` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_goods_category_join` (`id`, `goods_id`, `category_id`, `add_time`)
|
||
VALUES
|
||
(889,30,68,1611575535),
|
||
(890,30,69,1611575535),
|
||
(891,30,70,1611575535),
|
||
(892,30,59,1611575535),
|
||
(893,30,74,1611575535),
|
||
(980,17,68,1612336141),
|
||
(1013,20,69,1613830281),
|
||
(1023,18,58,1614961172),
|
||
(1024,18,70,1614961172),
|
||
(1026,19,58,1614961233),
|
||
(1151,7,198,1636214455),
|
||
(1229,8,188,1649248258),
|
||
(1291,15,69,1651831248),
|
||
(1328,31,68,1654407225),
|
||
(1329,31,304,1654407225),
|
||
(1335,34,68,1654408179),
|
||
(1336,34,304,1654408179),
|
||
(1447,35,68,1654443513),
|
||
(1448,35,304,1654443513),
|
||
(1451,36,68,1654443568),
|
||
(1452,36,304,1654443568),
|
||
(1491,45,68,1654444090),
|
||
(1492,45,304,1654444090),
|
||
(1503,46,68,1654444255),
|
||
(1504,46,304,1654444255),
|
||
(1517,47,68,1654481357),
|
||
(1518,47,304,1654481357),
|
||
(1519,48,68,1654482350),
|
||
(1520,48,304,1654482350),
|
||
(1567,50,68,1654498297),
|
||
(1568,50,304,1654498297),
|
||
(1590,53,68,1657863488),
|
||
(1591,53,304,1657863488),
|
||
(1592,54,68,1657863560),
|
||
(1593,54,304,1657863560),
|
||
(1656,32,68,1660372751),
|
||
(1657,6,68,1660372751),
|
||
(1658,5,68,1660372751),
|
||
(1659,4,68,1660372751),
|
||
(1660,3,68,1660372751),
|
||
(1661,2,68,1660372751),
|
||
(1662,1,68,1660372751),
|
||
(1664,11,318,1660372775),
|
||
(1665,10,318,1660372775),
|
||
(1669,52,893,1660372820),
|
||
(1670,51,893,1660372820),
|
||
(1671,49,893,1660372820),
|
||
(1672,26,893,1660372820),
|
||
(1673,25,893,1660372820),
|
||
(1674,16,893,1660372820),
|
||
(1675,14,893,1660372820),
|
||
(1676,13,893,1660372820),
|
||
(1677,12,318,1660793003),
|
||
(1678,9,365,1660831819),
|
||
(1694,55,893,1665821554),
|
||
(1697,56,893,1665822392),
|
||
(1698,33,68,1666584402),
|
||
(1708,57,68,1667140265),
|
||
(1709,57,70,1667140265),
|
||
(1710,57,574,1667140265);
|
||
|
||
/*!40000 ALTER TABLE `sxo_goods_category_join` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_goods_comments
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_goods_comments`;
|
||
|
||
CREATE TABLE `sxo_goods_comments` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户id',
|
||
`order_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '业务订单id',
|
||
`goods_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品id',
|
||
`business_type` char(30) NOT NULL DEFAULT '' COMMENT '业务类型名称(如订单 order)',
|
||
`content` char(255) NOT NULL DEFAULT '' COMMENT '评价内容',
|
||
`images` text COMMENT '图片数据(一维数组json)',
|
||
`reply` char(255) NOT NULL DEFAULT '' COMMENT '回复内容',
|
||
`rating` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '评价级别(默认0 1~5)',
|
||
`is_show` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否显示(0否, 1是)',
|
||
`is_anonymous` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否匿名(0否,1是)',
|
||
`is_reply` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否回复(0否,1是)',
|
||
`reply_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '回复时间',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `user_id` (`user_id`) USING BTREE,
|
||
KEY `order_id` (`order_id`) USING BTREE,
|
||
KEY `goods_id` (`goods_id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='商品评论';
|
||
|
||
|
||
|
||
# Dump of table sxo_goods_content_app
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_goods_content_app`;
|
||
|
||
CREATE TABLE `sxo_goods_content_app` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`goods_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品id',
|
||
`images` char(255) NOT NULL DEFAULT '' COMMENT '图片',
|
||
`content` text COMMENT '内容',
|
||
`sort` tinyint(3) unsigned DEFAULT '0' COMMENT '顺序',
|
||
`add_time` int(10) unsigned DEFAULT '0' COMMENT '添加时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `goods_id` (`goods_id`) USING BTREE,
|
||
KEY `sort` (`sort`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='商品手机详情';
|
||
|
||
LOCK TABLES `sxo_goods_content_app` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_goods_content_app` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_goods_content_app` (`id`, `goods_id`, `images`, `content`, `sort`, `add_time`)
|
||
VALUES
|
||
(847,3,'/static/upload/images/goods/2019/01/14/1547451947383902.jpg','',0,1600151429),
|
||
(848,3,'/static/upload/images/goods/2019/01/14/1547451947686990.jpg','',1,1600151429),
|
||
(849,3,'/static/upload/images/goods/2019/01/14/1547451947676180.jpg','',2,1600151429),
|
||
(850,3,'/static/upload/images/goods/2019/01/14/1547451947791154.jpg','',3,1600151429),
|
||
(851,4,'/static/upload/images/goods/2019/01/14/1547452505568604.jpg','',0,1600151450),
|
||
(852,4,'/static/upload/images/goods/2019/01/14/1547452505349986.jpg','',1,1600151450),
|
||
(853,4,'/static/upload/images/goods/2019/01/14/1547452505184884.jpg','',2,1600151450),
|
||
(1177,5,'/static/upload/images/goods/2019/01/14/1547452760417982.jpg','',0,1635564108),
|
||
(1178,5,'/static/upload/images/goods/2019/01/14/1547452760984656.jpg','',1,1635564108),
|
||
(1179,5,'/static/upload/images/goods/2019/01/14/1547452760659259.jpg','',2,1635564108),
|
||
(1180,2,'/static/upload/images/goods/2019/01/14/1547451595700972.jpg','',0,1636214343),
|
||
(1181,2,'/static/upload/images/goods/2019/01/14/1547451595528800.jpg','',1,1636214343),
|
||
(1182,2,'/static/upload/images/goods/2019/01/14/1547451595616298.jpg','',2,1636214343),
|
||
(1186,7,'/static/upload/images/goods/2019/01/14/1547453910353340.jpg','',0,1636214455),
|
||
(1187,7,'/static/upload/images/goods/2019/01/14/1547453910505349.jpg','',1,1636214455),
|
||
(1188,7,'/static/upload/images/goods/2019/01/14/1547453910394886.jpg','',2,1636214455),
|
||
(1191,10,'/static/upload/images/goods/2019/01/14/1547455266527628.jpg','【品牌】欧单 学媛风 猫咪良品\n\n【吊牌】xueyuanfeng 猫咪良品\n\n【面料质地】涤棉拼接蕾丝 后中拉链 有内衬(非专业机构鉴定,介意请慎拍)\n\n好的衣服需要好好呵护,务必请冷水手洗(切记别浸泡)拧干就晾晒或则干洗哦~\n\n【商品颜色】实物拍摄 蓝色 颜色很难拍有小色差属正常现象哦\n\n【商品尺寸】XS/S/M/L 小高腰设计 胸口纽扣是装饰的哦\n\n\nXS码尺寸: 悬挂衣长81CM.胸围80内合适.腰围63CM.臀围86CM\n\nS码尺寸: 悬挂衣长82CM.胸围84内合适.腰围67CM.臀围90CM\n\nM码尺寸: 悬挂衣长83CM.胸围88内合适.腰围71CM.臀围94CM\n\nL码尺寸: 悬挂衣长84CM.胸围92内合适.腰围75CM.臀围98CM\n\n\n(测量单位是CM,每个人的测量方式不一样,测量的尺寸数据可能会有1~3厘米的差异,请MM们谅解哦)\n\n\nPS:常规码数,可按平时号选择哦。修身版型~如果上身偏大可以适当考虑大1号~下摆蕾丝拼接不会很平整的哦~\n\n蕾丝花是手工修剪出来的,每件都有不同和不规则的哦,有小线头和节点是正常现象哦~请亲们谅解哦~',0,1636253269),
|
||
(1192,10,'/static/upload/images/goods/2019/01/14/1547455266234658.jpg','',1,1636253269),
|
||
(1315,8,'/static/upload/images/goods/2019/01/14/1547454192301566.jpg','',0,1649248258),
|
||
(1316,8,'/static/upload/images/goods/2019/01/14/1547454192448116.jpg','',1,1649248258),
|
||
(1317,8,'/static/upload/images/goods/2019/01/14/1547454192474638.jpg','',2,1649248258),
|
||
(1326,6,'/static/upload/images/goods/2019/01/14/1547453042405182.jpg','X5L/SL/V/M (5.0寸) X5max钢化膜(5.5寸) X5pro钢化膜(5.2寸)',0,1651974846),
|
||
(1327,6,'/static/upload/images/goods/2019/01/14/1547453042614480.jpg','',1,1651974846),
|
||
(1328,6,'/static/upload/images/goods/2019/01/14/1547453042816509.jpg','',2,1651974846),
|
||
(1337,11,'/static/upload/images/goods/2019/01/14/1547455601314107.jpg','【品牌】欧单 学媛风 猫咪良品\r\n\r\n【吊牌】xueyuanfeng 猫咪良品\r\n\r\n【面料质地】网纱绣花钉珠拼接蕾丝 有拉链有内衬(非专业机构鉴定,介意请慎拍)\r\n\r\n好的衣服需要好好呵护,务必请冷水手洗(切记别浸泡)拧干就晾晒或则干洗哦~\r\n\r\n【商品颜色】实物拍摄 香槟色 颜色很难拍有小色差属正常现象哦\r\n\r\n【商品尺寸】XS/S/M/L 小高腰设计 胸那考虑撑开因素哦 微弹的哦\r\n\r\n\r\nXS码尺寸: 衣长82CM.胸围80内合适.腰围63CM.臀围86CM\r\n\r\nS码尺寸: 衣长83CM.胸围84内合适.腰围67CM.臀围90CM\r\n\r\nM码尺寸: 衣长84CM.胸围88内合适.腰围71CM.臀围94CM\r\n\r\nL码尺寸: 衣长85CM.胸围92内合适.腰围75CM.臀围98CM\r\n\r\n\r\n(测量单位是CM,每个人的测量方式不一样,测量的尺寸数据可能会有1~3厘米的差异,请MM们谅解哦)\r\n\r\n\r\nPS:常规码数,可按平时号选择哦。修身版型,如果腰粗可以适当考虑大1号哦~\r\n\r\n大圆领,每个人的身材曲线不同,领口不会很平的哦,请谅解~\r\n\r\n肩膀那有暗扣哦,可以很好的隐藏了内衣的肩带哦~袖子那略硬哦~',0,1653388767),
|
||
(1338,11,'/static/upload/images/goods/2019/01/14/1547455601168384.jpg','',1,1653388767),
|
||
(1339,11,'/static/upload/images/goods/2019/01/14/1547455601898622.jpg','',2,1653388767),
|
||
(1340,11,'/static/upload/images/goods/2019/01/14/1547455601528614.jpg','',3,1653388767),
|
||
(1578,1,'/static/upload/images/goods/2019/01/14/1547450880620837.png','11',0,1658326803),
|
||
(1579,1,'/static/upload/images/goods/2019/01/14/1547450880750687.png','',1,1658326803),
|
||
(1580,1,'/static/upload/images/goods/2019/01/14/1547450880917418.png','',2,1658326803),
|
||
(1588,12,'/static/upload/images/goods/2019/01/14/1547456214155362.jpg','每个人都有一个死角, 自己走不出来,别人也闯不进去。\r\n我把最深沉的秘密放在那里。\r\n你不懂我,我不怪你。\r\n每个人都有一道伤口, 或深或浅,盖上布,以为不存在。',0,1660793003),
|
||
(1589,12,'/static/upload/images/goods/2019/01/14/1547455907486857.jpg','',1,1660793003),
|
||
(1590,12,'/static/upload/images/goods/2019/01/14/1547455907256518.jpg','',2,1660793003),
|
||
(1591,12,'/static/upload/images/goods/2019/01/14/1547456228913731.jpg','',3,1660793003),
|
||
(1592,9,'/static/upload/images/goods/2019/01/14/1547454712270511.jpg','',0,1660831819),
|
||
(1593,9,'/static/upload/images/goods/2019/01/14/1547454713556301.jpg','',1,1660831819),
|
||
(1594,9,'/static/upload/images/goods/2019/01/14/1547454713800333.jpg','',2,1660831819),
|
||
(1595,9,'/static/upload/images/goods/2019/01/14/1547454713456602.jpg','',3,1660831819);
|
||
|
||
/*!40000 ALTER TABLE `sxo_goods_content_app` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_goods_favor
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_goods_favor`;
|
||
|
||
CREATE TABLE `sxo_goods_favor` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`goods_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品id',
|
||
`user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户id',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='用户商品收藏';
|
||
|
||
|
||
|
||
# Dump of table sxo_goods_give_integral_log
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_goods_give_integral_log`;
|
||
|
||
CREATE TABLE `sxo_goods_give_integral_log` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`order_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '订单id',
|
||
`order_detail_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '订单详情id',
|
||
`goods_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品详情id',
|
||
`user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户id',
|
||
`status` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '状态(0待发放, 1已发放, 2已关闭)',
|
||
`rate` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '赠送比例',
|
||
`integral` int(11) NOT NULL DEFAULT '0' COMMENT '积分',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `order_id` (`order_id`) USING BTREE,
|
||
KEY `order_detail_id` (`order_detail_id`) USING BTREE,
|
||
KEY `goods_id` (`goods_id`) USING BTREE,
|
||
KEY `user_id` (`user_id`) USING BTREE,
|
||
KEY `status` (`status`) USING BTREE,
|
||
KEY `rate` (`rate`) USING BTREE,
|
||
KEY `integral` (`integral`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='商品积分赠送日志';
|
||
|
||
|
||
|
||
# Dump of table sxo_goods_params
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_goods_params`;
|
||
|
||
CREATE TABLE `sxo_goods_params` (
|
||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`goods_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品id',
|
||
`type` tinyint(3) unsigned DEFAULT '1' COMMENT '展示范围(0全部, 1详情, 2基础)默认1详情',
|
||
`name` char(180) NOT NULL DEFAULT '' COMMENT '参数名称',
|
||
`value` char(180) NOT NULL DEFAULT '' COMMENT '参数值',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `goods_id` (`goods_id`) USING BTREE,
|
||
KEY `type` (`type`) USING BTREE,
|
||
KEY `name` (`name`) USING BTREE,
|
||
KEY `value` (`value`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='商品参数';
|
||
|
||
LOCK TABLES `sxo_goods_params` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_goods_params` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_goods_params` (`id`, `goods_id`, `type`, `name`, `value`, `add_time`)
|
||
VALUES
|
||
(1233,12,0,'流行元素/工艺','树脂固色',1660793003),
|
||
(1234,12,2,'款式','长款连衣裙',1660793003),
|
||
(1235,12,2,'适用年龄','30-34周岁',1660793003),
|
||
(1236,12,1,'图案','纯色',1660793003),
|
||
(1237,12,1,'袖长','短袖',1660793003),
|
||
(1238,12,1,'风格','复古风',1660793003),
|
||
(1239,12,1,'衣门襟','套头',1660793003),
|
||
(1240,12,1,'裙型','大摆型',1660793003),
|
||
(1241,12,1,'组合形式','单件',1660793003),
|
||
(1242,12,0,'款式类别','图案花纹',1660793003),
|
||
(1243,9,2,'款式','长款连衣裙',1660831819),
|
||
(1244,9,0,'流行元素/工艺','树脂固色',1660831819),
|
||
(1245,9,2,'适用年龄','30-34周岁',1660831819),
|
||
(1246,9,1,'图案','纯色',1660831819),
|
||
(1247,9,1,'袖长','短袖',1660831819),
|
||
(1248,9,1,'风格','复古风',1660831819),
|
||
(1249,9,1,'衣门襟','套头',1660831819),
|
||
(1250,9,1,'裙型','大摆型',1660831819),
|
||
(1251,9,1,'组合形式','单件',1660831819),
|
||
(1252,9,0,'款式类别','图案花纹',1660831819);
|
||
|
||
/*!40000 ALTER TABLE `sxo_goods_params` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_goods_params_template
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_goods_params_template`;
|
||
|
||
CREATE TABLE `sxo_goods_params_template` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`category_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品分类id(含子级)',
|
||
`name` char(60) NOT NULL DEFAULT '' COMMENT '名称',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否启用(0否,1是)',
|
||
`config_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '参数配置数量',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `name` (`name`) USING BTREE,
|
||
KEY `config_count` (`config_count`) USING BTREE,
|
||
KEY `category_id` (`category_id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='商品参数模板';
|
||
|
||
LOCK TABLES `sxo_goods_params_template` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_goods_params_template` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_goods_params_template` (`id`, `category_id`, `name`, `is_enable`, `config_count`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(1,2,'服饰鞋包连衣裙',1,10,1606554077,1661481310);
|
||
|
||
/*!40000 ALTER TABLE `sxo_goods_params_template` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_goods_params_template_config
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_goods_params_template_config`;
|
||
|
||
CREATE TABLE `sxo_goods_params_template_config` (
|
||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`template_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '模板id',
|
||
`type` tinyint(3) unsigned DEFAULT '1' COMMENT '展示范围(0全部, 1详情, 2基础)默认1详情',
|
||
`name` char(180) NOT NULL DEFAULT '' COMMENT '参数名称',
|
||
`value` char(230) NOT NULL DEFAULT '' COMMENT '参数值',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `template_id` (`template_id`) USING BTREE,
|
||
KEY `type` (`type`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='商品参数模板值';
|
||
|
||
LOCK TABLES `sxo_goods_params_template_config` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_goods_params_template_config` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_goods_params_template_config` (`id`, `template_id`, `type`, `name`, `value`, `add_time`)
|
||
VALUES
|
||
(44,1,2,'款式','长款连衣裙',1661481295),
|
||
(45,1,0,'流行元素/工艺','树脂固色',1661481295),
|
||
(46,1,2,'适用年龄','30-34周岁',1661481295),
|
||
(47,1,1,'图案','纯色',1661481295),
|
||
(48,1,1,'袖长','短袖',1661481295),
|
||
(49,1,1,'风格','复古风',1661481295),
|
||
(50,1,1,'衣门襟','套头',1661481295),
|
||
(51,1,1,'裙型','大摆型',1661481295),
|
||
(52,1,1,'组合形式','单件',1661481295),
|
||
(53,1,0,'款式类别','图案花纹',1661481295);
|
||
|
||
/*!40000 ALTER TABLE `sxo_goods_params_template_config` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_goods_photo
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_goods_photo`;
|
||
|
||
CREATE TABLE `sxo_goods_photo` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`goods_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品id',
|
||
`images` char(255) NOT NULL DEFAULT '' COMMENT '图片',
|
||
`is_show` tinyint(3) unsigned DEFAULT '1' COMMENT '是否显示(0否, 1是)',
|
||
`sort` tinyint(3) unsigned DEFAULT '0' COMMENT '顺序',
|
||
`add_time` int(10) unsigned DEFAULT '0' COMMENT '添加时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `goods_id` (`goods_id`) USING BTREE,
|
||
KEY `is_show` (`is_show`) USING BTREE,
|
||
KEY `sort` (`sort`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='商品相册图片';
|
||
|
||
LOCK TABLES `sxo_goods_photo` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_goods_photo` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_goods_photo` (`id`, `goods_id`, `images`, `is_show`, `sort`, `add_time`)
|
||
VALUES
|
||
(663,3,'/static/upload/images/goods/2019/01/14/1547451909951171.jpg',1,0,1600151429),
|
||
(664,3,'/static/upload/images/goods/2019/01/14/1547451936230948.jpg',1,1,1600151429),
|
||
(665,4,'/static/upload/images/goods/2019/01/14/1547452474332334.jpg',1,0,1600151450),
|
||
(666,4,'/static/upload/images/goods/2019/01/14/1547452496713777.jpg',1,1,1600151450),
|
||
(914,5,'/static/upload/images/goods/2019/01/14/1547452714324599.jpg',1,0,1635564108),
|
||
(915,5,'/static/upload/images/goods/2019/01/14/1547452752648264.jpg',1,1,1635564108),
|
||
(916,2,'/static/upload/images/goods/2019/01/14/1547451274847894.jpg',1,0,1636214343),
|
||
(917,2,'/static/upload/images/goods/2019/01/14/1547451576558478.jpg',1,1,1636214343),
|
||
(920,7,'/static/upload/images/goods/2019/01/14/1547453895416529.jpg',1,0,1636214455),
|
||
(921,7,'/static/upload/images/goods/2019/01/14/1547453895864876.jpg',1,1,1636214455),
|
||
(924,10,'/static/upload/images/goods/2019/01/14/1547455240794230.jpg',1,0,1636253269),
|
||
(925,10,'/static/upload/images/goods/2019/01/14/1547455240700820.jpg',1,1,1636253269),
|
||
(1025,8,'/static/upload/images/goods/2019/01/14/1547454145355962.jpg',1,0,1649248258),
|
||
(1026,8,'/static/upload/images/goods/2019/01/14/1547454172213779.jpg',1,1,1649248258),
|
||
(1065,6,'/static/upload/images/goods/2019/01/14/1547453000703308.jpg',1,0,1651974846),
|
||
(1066,6,'/static/upload/images/goods/2019/01/14/1547453032949003.jpg',1,1,1651974846),
|
||
(1067,6,'/static/upload/images/goods/2019/01/14/1547455907486857.jpg',1,2,1651974846),
|
||
(1068,6,'/static/upload/images/goods/2019/01/14/1547455907256518.jpg',1,3,1651974846),
|
||
(1069,6,'/static/upload/images/goods/2019/01/14/1547455601528614.jpg',1,4,1651974846),
|
||
(1070,6,'/static/upload/images/goods/2019/01/14/1547455601898622.jpg',1,5,1651974846),
|
||
(1071,6,'/static/upload/images/goods/2019/01/14/1547455890402147.jpg',1,6,1651974846),
|
||
(1072,6,'/static/upload/images/goods/2019/01/14/1547455601314107.jpg',1,7,1651974846),
|
||
(1073,6,'/static/upload/images/goods/2019/01/14/1547455601168384.jpg',1,8,1651974846),
|
||
(1074,6,'/static/upload/images/goods/2019/01/14/1547455266234658.jpg',1,9,1651974846),
|
||
(1075,6,'/static/upload/images/goods/2019/01/14/1547455266527628.jpg',1,10,1651974846),
|
||
(1076,6,'/static/upload/images/goods/2019/01/14/1547455566118614.jpg',1,11,1651974846),
|
||
(1077,6,'/static/upload/images/goods/2019/01/14/1547455240794230.jpg',1,12,1651974846),
|
||
(1078,6,'/static/upload/images/goods/2019/01/14/1547455240700820.jpg',1,13,1651974846),
|
||
(1096,11,'/static/upload/images/goods/2019/01/14/1547455601314107.jpg',1,0,1653388767),
|
||
(1097,11,'/static/upload/images/goods/2019/01/14/1547455601168384.jpg',1,1,1653388767),
|
||
(1098,11,'/static/upload/images/goods/2019/01/14/1547455601898622.jpg',1,2,1653388767),
|
||
(1099,11,'/static/upload/images/goods/2019/01/14/1547455601528614.jpg',1,3,1653388767),
|
||
(1388,1,'/static/upload/images/goods/2019/01/14/1547450781101144.jpg',1,0,1658326803),
|
||
(1389,1,'/static/upload/images/goods/2019/01/14/1547450818141662.jpg',1,1,1658326803),
|
||
(1405,12,'/static/upload/images/goods/2019/01/14/1547455890402147.jpg',1,0,1660793003),
|
||
(1406,12,'/static/upload/images/goods/2019/01/14/1547455907256518.jpg',1,1,1660793003),
|
||
(1407,12,'/static/upload/images/goods/2019/01/14/1547455907486857.jpg',1,2,1660793003),
|
||
(1408,9,'/static/upload/images/goods/2019/01/14/1547454702543219.jpg',1,0,1660831819),
|
||
(1409,9,'/static/upload/images/goods/2019/01/14/1547454702272215.jpg',1,1,1660831819),
|
||
(1410,9,'/static/upload/images/goods/2019/01/14/1547454702814719.jpg',1,2,1660831819);
|
||
|
||
/*!40000 ALTER TABLE `sxo_goods_photo` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_goods_spec_base
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_goods_spec_base`;
|
||
|
||
CREATE TABLE `sxo_goods_spec_base` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`goods_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品id',
|
||
`price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '销售价',
|
||
`original_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '原价',
|
||
`inventory` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '库存',
|
||
`buy_min_number` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '起购数',
|
||
`buy_max_number` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '限购数',
|
||
`weight` decimal(10,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '重量(kg)',
|
||
`volume` decimal(10,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '体积(m³)',
|
||
`coding` char(80) NOT NULL DEFAULT '' COMMENT '编码',
|
||
`barcode` char(80) NOT NULL DEFAULT '' COMMENT '条形码',
|
||
`extends` longtext COMMENT '扩展数据(json格式存储)',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `goods_id` (`goods_id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='商品规格基础';
|
||
|
||
LOCK TABLES `sxo_goods_spec_base` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_goods_spec_base` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_goods_spec_base` (`id`, `goods_id`, `price`, `original_price`, `inventory`, `buy_min_number`, `buy_max_number`, `weight`, `volume`, `coding`, `barcode`, `extends`, `add_time`)
|
||
VALUES
|
||
(1081,3,3888.00,6866.00,888,0,0,0.00,0.00,'','6901236345672',NULL,1600151429),
|
||
(1082,4,1999.00,2300.00,879,0,0,0.00,0.00,'','6901236345673',NULL,1600151450),
|
||
(1551,5,2499.00,0.00,877,0,0,0.00,0.00,'','6901236345674',NULL,1635564107),
|
||
(1552,2,6050.00,6800.00,888,0,0,12.00,0.00,'','6901236345675','{\"plugins_distribution_rules_1\":\"r|5\",\"plugins_distribution_down_rules_1\":\"\"}',1636214343),
|
||
(1553,2,6600.00,7200.00,888,0,0,21.00,0.00,'','6901236345676',NULL,1636214343),
|
||
(1554,2,6800.00,7600.00,888,0,0,22.00,0.00,'','6901236345677',NULL,1636214343),
|
||
(1555,2,6050.00,6800.00,888,0,0,23.00,0.00,'','6901236345678',NULL,1636214343),
|
||
(1556,2,6600.00,7200.00,888,0,0,12.00,0.00,'','6901236345679',NULL,1636214343),
|
||
(1557,2,6800.00,7600.00,888,0,0,32.00,0.00,'','6901236345680',NULL,1636214343),
|
||
(1558,2,4500.00,6800.00,888,0,0,23.00,0.00,'','6901236345681',NULL,1636214343),
|
||
(1559,2,4800.00,6600.00,888,0,0,32.00,0.00,'','6901236345682',NULL,1636214343),
|
||
(1560,2,5500.00,6000.00,888,0,0,11.00,0.00,'','6901236345683',NULL,1636214343),
|
||
(1562,7,130.00,700.00,879,0,0,0.00,0.00,'','6901236345684',NULL,1636214455),
|
||
(1564,10,228.00,568.00,0,0,0,0.00,0.00,'','6901236345685',NULL,1636253269),
|
||
(1679,8,268.00,299.00,888,0,0,0.00,0.00,'','6901236345686',NULL,1649248258),
|
||
(1680,8,356.00,428.00,888,0,0,0.00,0.00,'','6901236345687',NULL,1649248258),
|
||
(1821,6,2998.90,3200.00,884,0,0,0.00,0.00,'','6901236345695','{\"plugins_distribution_rules_1\":\"r|10\\nr|10\\nr|10\",\"plugins_distribution_down_rules_1\":\"\"}',1651974846),
|
||
(2016,11,258.00,268.00,888,0,0,0.00,0.00,'bm82VKULTv-1','6901236345700','{\"plugins_distribution_rules_1\":\"r|5\\nr|3\\ns|2\",\"plugins_distribution_down_rules_1\":\"r|10\"}',1656599098),
|
||
(2017,11,238.00,0.00,888,0,0,0.00,0.00,'bm83UTmxgp-1','6901236345710','{\"plugins_distribution_rules_1\":\"r|5\\nr|3\\ns|2\",\"plugins_distribution_down_rules_1\":\"r|1\"}',1656599098),
|
||
(2018,11,160.00,422.00,888,0,0,0.00,0.00,'bm84zr0fK4-1','6901236345720','{\"plugins_distribution_rules_20191202164330784159\":\"r|8\",\"plugins_distribution_rules_20191204113948916981\":\"\"}',1656599098),
|
||
(2079,1,2100.12,9200.00,1519,0,0,12.31,32.00,'bbbbmmmm','991498765456',NULL,1658326803),
|
||
(2122,12,0.01,1.00,888,0,0,0.00,12.00,'001','6907992512761','{\"plugins_wholesale_alone_newbuy_rules\":\"10|r-0.92\\n20|r-0.8\\n30|s-10\\n40|1\",\"plugins_wholesale_newbuy_rules_10\":\"\",\"plugins_wholesale_newbuy_rules_20\":\"\",\"plugins_distribution_rules_1\":\"\",\"plugins_distribution_down_rules_1\":\"\",\"plugins_distribution_self_buy_rules_1\":\"\",\"plugins_distribution_force_current_user_rules_1\":\"\"}',1660793003),
|
||
(2123,12,0.00,10.00,888,0,0,0.00,3.02,'','','{\"plugins_wholesale_alone_newbuy_rules\":\"\",\"plugins_wholesale_newbuy_rules_10\":\"\",\"plugins_wholesale_newbuy_rules_20\":\"\",\"plugins_distribution_rules_1\":\"\",\"plugins_distribution_down_rules_1\":\"\",\"plugins_distribution_self_buy_rules_1\":\"\",\"plugins_distribution_force_current_user_rules_1\":\"\"}',1660793003),
|
||
(2124,12,10.00,30.00,888,0,0,0.00,0.00,'','','{\"plugins_wholesale_newbuy_rules_5\":\"9\",\"plugins_wholesale_newbuy_rules_10\":\"\",\"plugins_wholesale_newbuy_rules_20\":\"8\",\"plugins_wholesale_newbuy_rules_50\":\"7.8\",\"plugins_wholesale_newbuy_rules_100\":\"r|0.35\",\"plugins_wholesale_repurchase_rules_10_3000\":\"9\",\"plugins_wholesale_repurchase_rules_20_6000\":\"8\",\"plugins_wholesale_repurchase_rules_50_10000\":\"7\",\"plugins_wholesale_repurchase_rules_100_20000\":\"r|0.2\"}',1660793003),
|
||
(2125,12,200.00,673.00,888,0,0,0.00,0.02,'','','{\"plugins_wholesale_alone_newbuy_rules\":\"\",\"plugins_wholesale_newbuy_rules_10\":\"s|160\",\"plugins_wholesale_newbuy_rules_20\":\"s|130\",\"plugins_distribution_rules_1\":\"\",\"plugins_distribution_down_rules_1\":\"\",\"plugins_distribution_self_buy_rules_1\":\"\",\"plugins_distribution_force_current_user_rules_1\":\"\"}',1660793003),
|
||
(2395,9,120.00,160.00,888,0,0,17.00,0.00,'','',NULL,1666342581),
|
||
(2396,9,120.00,160.00,888,0,0,17.00,0.00,'','',NULL,1666342581),
|
||
(2397,9,120.00,160.00,888,0,0,17.00,0.00,'','',NULL,1666342581),
|
||
(2398,9,120.00,160.00,888,0,0,17.00,0.00,'','',NULL,1666342581),
|
||
(2399,9,120.00,160.00,888,0,0,17.00,0.00,'','',NULL,1666342581),
|
||
(2400,9,120.00,160.00,888,0,0,17.00,0.00,'','',NULL,1666342581),
|
||
(2401,9,120.00,160.00,888,0,0,17.00,0.00,'','',NULL,1666342581),
|
||
(2402,9,120.00,160.00,888,0,0,17.00,0.00,'','',NULL,1666342581),
|
||
(2403,9,120.00,160.00,888,0,0,17.00,0.00,'','',NULL,1666342581),
|
||
(2404,9,120.00,160.00,888,0,0,17.00,0.00,'','',NULL,1666342581),
|
||
(2405,9,120.00,160.00,888,0,0,17.00,0.00,'','',NULL,1666342581),
|
||
(2406,9,120.00,160.00,888,0,0,17.00,0.00,'','',NULL,1666342581);
|
||
|
||
/*!40000 ALTER TABLE `sxo_goods_spec_base` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_goods_spec_template
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_goods_spec_template`;
|
||
|
||
CREATE TABLE `sxo_goods_spec_template` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`category_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品分类id(含子级)',
|
||
`name` char(30) NOT NULL DEFAULT '' COMMENT '名称',
|
||
`content` text COMMENT '内容',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否启用(0否,1是)',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `category_id` (`category_id`) USING BTREE,
|
||
KEY `name` (`name`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='商品规格模板';
|
||
|
||
LOCK TABLES `sxo_goods_spec_template` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_goods_spec_template` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_goods_spec_template` (`id`, `category_id`, `name`, `content`, `is_enable`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(2,2,'颜色','白色,黑色,蓝色,咖啡色,浅蓝色,深灰色,灰色,紫色,浅灰色,黄色,红色',1,1661352726,1661352759),
|
||
(3,2,'尺码','S,M,L,XL,XXL,XXXL',1,1661415839,1661415850);
|
||
|
||
/*!40000 ALTER TABLE `sxo_goods_spec_template` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_goods_spec_type
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_goods_spec_type`;
|
||
|
||
CREATE TABLE `sxo_goods_spec_type` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`goods_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品id',
|
||
`value` text NOT NULL COMMENT '类型值(json字符串存储)',
|
||
`name` char(180) NOT NULL DEFAULT '' COMMENT '类型名称',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `goods_id` (`goods_id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='商品规格类型';
|
||
|
||
LOCK TABLES `sxo_goods_spec_type` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_goods_spec_type` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_goods_spec_type` (`id`, `goods_id`, `value`, `name`, `add_time`)
|
||
VALUES
|
||
(526,2,'[{\"name\":\"套餐一\",\"images\":\"\"},{\"name\":\"套餐二\",\"images\":\"\"}]','套餐',1636214343),
|
||
(527,2,'[{\"name\":\"金色\",\"images\":\"\\/static\\/upload\\/images\\/goods\\/2019\\/01\\/14\\/1547451274847894.jpg\"},{\"name\":\"银色\",\"images\":\"\\/static\\/upload\\/images\\/goods\\/2019\\/01\\/14\\/1547451576558478.jpg\"}]','颜色',1636214343),
|
||
(528,2,'[{\"name\":\"32G\",\"images\":\"\"},{\"name\":\"64G\",\"images\":\"\"},{\"name\":\"128G\",\"images\":\"\"}]','容量',1636214343),
|
||
(577,8,'[{\"name\":\"红色\",\"images\":\"\"},{\"name\":\"蓝色\",\"images\":\"\"}]','颜色',1649248258),
|
||
(630,11,'[{\"name\":\"M\",\"images\":\"\\/static\\/upload\\/images\\/goods\\/2019\\/01\\/14\\/1547455907486857.jpg\"},{\"name\":\"L\",\"images\":\"\\/static\\/upload\\/images\\/goods\\/2019\\/01\\/14\\/1547455907256518.jpg\"},{\"name\":\"XL\",\"images\":\"\\/static\\/upload\\/images\\/goods\\/2019\\/01\\/14\\/1547455601528614.jpg\"}]','尺码',1656599098),
|
||
(651,12,'[{\"name\":\"粉色\",\"images\":\"\"},{\"name\":\"白色\",\"images\":\"\"}]','颜色',1660793003),
|
||
(652,12,'[{\"name\":\"S+S\",\"images\":\"\"},{\"name\":\"M+M\",\"images\":\"\"}]','尺码',1660793003),
|
||
(699,9,'[{\"name\":\"白色\",\"images\":\"\\/static\\/upload\\/images\\/goods\\/2019\\/01\\/14\\/1547454702543219.jpg\"},{\"name\":\"粉色\",\"images\":\"\\/static\\/upload\\/images\\/goods\\/2019\\/01\\/14\\/1547454702272215.jpg\"},{\"name\":\"黑色\",\"images\":\"\\/static\\/upload\\/images\\/goods\\/2019\\/01\\/14\\/1547454702814719.jpg\"}]','颜色',1666342581),
|
||
(700,9,'[{\"name\":\"S\",\"images\":\"\"},{\"name\":\"M\",\"images\":\"\"},{\"name\":\"L\",\"images\":\"\"},{\"name\":\"XL\",\"images\":\"\"}]','尺码',1666342581);
|
||
|
||
/*!40000 ALTER TABLE `sxo_goods_spec_type` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_goods_spec_value
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_goods_spec_value`;
|
||
|
||
CREATE TABLE `sxo_goods_spec_value` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`goods_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品id',
|
||
`goods_spec_base_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品规格基础id',
|
||
`value` char(230) NOT NULL DEFAULT '' COMMENT '规格值',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `goods_id` (`goods_id`) USING BTREE,
|
||
KEY `goods_spec_base_id` (`goods_spec_base_id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='商品规格值';
|
||
|
||
LOCK TABLES `sxo_goods_spec_value` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_goods_spec_value` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_goods_spec_value` (`id`, `goods_id`, `goods_spec_base_id`, `value`, `add_time`)
|
||
VALUES
|
||
(3033,2,1552,'套餐一',1636214343),
|
||
(3034,2,1552,'金色',1636214343),
|
||
(3035,2,1552,'32G',1636214343),
|
||
(3036,2,1553,'套餐一',1636214343),
|
||
(3037,2,1553,'金色',1636214343),
|
||
(3038,2,1553,'64G',1636214343),
|
||
(3039,2,1554,'套餐一',1636214343),
|
||
(3040,2,1554,'金色',1636214343),
|
||
(3041,2,1554,'128G',1636214343),
|
||
(3042,2,1555,'套餐一',1636214343),
|
||
(3043,2,1555,'银色',1636214343),
|
||
(3044,2,1555,'32G',1636214343),
|
||
(3045,2,1556,'套餐一',1636214343),
|
||
(3046,2,1556,'银色',1636214343),
|
||
(3047,2,1556,'64G',1636214343),
|
||
(3048,2,1557,'套餐一',1636214343),
|
||
(3049,2,1557,'银色',1636214343),
|
||
(3050,2,1557,'128G',1636214343),
|
||
(3051,2,1558,'套餐二',1636214343),
|
||
(3052,2,1558,'金色',1636214343),
|
||
(3053,2,1558,'32G',1636214343),
|
||
(3054,2,1559,'套餐二',1636214343),
|
||
(3055,2,1559,'金色',1636214343),
|
||
(3056,2,1559,'128G',1636214343),
|
||
(3057,2,1560,'套餐二',1636214343),
|
||
(3058,2,1560,'银色',1636214343),
|
||
(3059,2,1560,'64G',1636214343),
|
||
(3248,8,1679,'红色',1649248258),
|
||
(3249,8,1680,'蓝色',1649248258),
|
||
(3626,11,2016,'M',1656599098),
|
||
(3627,11,2017,'L',1656599098),
|
||
(3628,11,2018,'XL',1656599098),
|
||
(3761,12,2122,'粉色',1660793003),
|
||
(3762,12,2122,'S+S',1660793003),
|
||
(3763,12,2123,'粉色',1660793003),
|
||
(3764,12,2123,'M+M',1660793003),
|
||
(3765,12,2124,'白色',1660793003),
|
||
(3766,12,2124,'S+S',1660793003),
|
||
(3767,12,2125,'白色',1660793003),
|
||
(3768,12,2125,'M+M',1660793003),
|
||
(4297,9,2395,'白色',1666342581),
|
||
(4298,9,2395,'S',1666342581),
|
||
(4299,9,2396,'白色',1666342581),
|
||
(4300,9,2396,'M',1666342581),
|
||
(4301,9,2397,'白色',1666342581),
|
||
(4302,9,2397,'L',1666342581),
|
||
(4303,9,2398,'白色',1666342581),
|
||
(4304,9,2398,'XL',1666342581),
|
||
(4305,9,2399,'粉色',1666342581),
|
||
(4306,9,2399,'S',1666342581),
|
||
(4307,9,2400,'粉色',1666342581),
|
||
(4308,9,2400,'M',1666342581),
|
||
(4309,9,2401,'粉色',1666342581),
|
||
(4310,9,2401,'L',1666342581),
|
||
(4311,9,2402,'粉色',1666342581),
|
||
(4312,9,2402,'XL',1666342581),
|
||
(4313,9,2403,'黑色',1666342581),
|
||
(4314,9,2403,'S',1666342581),
|
||
(4315,9,2404,'黑色',1666342581),
|
||
(4316,9,2404,'M',1666342581),
|
||
(4317,9,2405,'黑色',1666342581),
|
||
(4318,9,2405,'L',1666342581),
|
||
(4319,9,2406,'黑色',1666342581),
|
||
(4320,9,2406,'XL',1666342581);
|
||
|
||
/*!40000 ALTER TABLE `sxo_goods_spec_value` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_layout
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_layout`;
|
||
|
||
CREATE TABLE `sxo_layout` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`type` char(60) NOT NULL DEFAULT '' COMMENT '类型',
|
||
`name` char(60) NOT NULL DEFAULT '' COMMENT '名称',
|
||
`config` longtext COMMENT '配置信息',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否启用(0否,1是)',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `type` (`type`) USING BTREE,
|
||
KEY `name` (`name`) USING BTREE,
|
||
KEY `is_enable` (`is_enable`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='布局配置';
|
||
|
||
LOCK TABLES `sxo_layout` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_layout` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_layout` (`id`, `type`, `name`, `config`, `is_enable`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(1,'layout_index_home_data','首页','',1,1626773296,1657982972);
|
||
|
||
/*!40000 ALTER TABLE `sxo_layout` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_link
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_link`;
|
||
|
||
CREATE TABLE `sxo_link` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`name` char(30) NOT NULL DEFAULT '' COMMENT '导航名称',
|
||
`url` char(255) NOT NULL DEFAULT '' COMMENT 'url地址',
|
||
`describe` char(60) NOT NULL DEFAULT '' COMMENT '描述',
|
||
`sort` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '排序',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否启用(0否,1是)',
|
||
`is_new_window_open` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否新窗口打开(0否,1是)',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `sort` (`sort`) USING BTREE,
|
||
KEY `is_enable` (`is_enable`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='友情链接';
|
||
|
||
LOCK TABLES `sxo_link` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_link` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_link` (`id`, `name`, `url`, `describe`, `sort`, `is_enable`, `is_new_window_open`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(1,'uniapp主题','https://gitee.com/zongzhige/shopxo-uniapp','ShopXO主题uniapp端源码',1,1,1,1486292373,1635056246),
|
||
(12,'AmazeUI','http://amazeui.shopxo.net/','AmazeUI国内首个HTML5框架',4,1,1,1486353476,1563088005),
|
||
(13,'龚哥哥的博客','http://gong.gg/','龚哥哥的博客',2,1,1,1486353528,1592320862),
|
||
(14,'ThinkPHP','http://www.thinkphp.cn/','ThinkPHP',3,1,1,1487919160,0),
|
||
(15,'ShopXO','http://shopxo.net','ShopXO企业级B2C免费开源电商系统',0,1,1,1533711881,1592320866),
|
||
(16,'Gitee','https://gitee.com/zongzhige/shopxo','代码托管平台',0,1,1,1547450105,1626528557),
|
||
(17,'GitHub','https://github.com/gongfuxiang/shopxo','代码托管平台',0,1,1,1547450145,1563088069),
|
||
(18,'ShopXO应用商店','http://store.shopxo.net/','ShopXO应用商店',0,1,1,1563088117,1563088129),
|
||
(20,'宝塔面板','https://www.bt.cn/?invite_code=MV9kZHh6b2Y=','宝塔服务器控制面板',5,1,1,1566531114,0),
|
||
(21,'西部数码','https://www.west.cn/active/freetc/?ReferenceID=934057','西部数码国内知名服务器提供商',6,1,1,1566531132,0),
|
||
(22,'纵之格科技','https://www.zongzhige.com/','纵之格科技',0,1,1,1594273577,0);
|
||
|
||
/*!40000 ALTER TABLE `sxo_link` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_message
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_message`;
|
||
|
||
CREATE TABLE `sxo_message` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户id',
|
||
`system_type` char(60) NOT NULL DEFAULT 'default' COMMENT '系统类型(默认 default, 其他按照SYSTEM_TYPE常量类型)',
|
||
`title` char(60) NOT NULL DEFAULT '' COMMENT '标题',
|
||
`detail` char(255) NOT NULL DEFAULT '' COMMENT '详情',
|
||
`business_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '业务id',
|
||
`business_type` char(180) NOT NULL DEFAULT '' COMMENT '业务类型,字符串(如:订单、充值、提现、等...)',
|
||
`type` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '消息类型(0普通通知, ...)',
|
||
`is_read` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否已读(0否, 1是)',
|
||
`is_delete_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '是否已删除(0否, 大于0删除时间)',
|
||
`user_is_delete_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户是否已删除(0否, 大于0删除时间)',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `user_id` (`user_id`) USING BTREE,
|
||
KEY `system_type` (`system_type`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='消息';
|
||
|
||
|
||
|
||
# Dump of table sxo_navigation
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_navigation`;
|
||
|
||
CREATE TABLE `sxo_navigation` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`pid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '父id',
|
||
`name` char(30) NOT NULL DEFAULT '' COMMENT '导航名称',
|
||
`url` char(255) NOT NULL DEFAULT '' COMMENT '自定义url地址',
|
||
`value` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '数据 id',
|
||
`data_type` char(30) NOT NULL DEFAULT '' COMMENT '数据类型(custom:自定义导航, article_class:文章分类, customview:自定义页面)',
|
||
`nav_type` char(30) NOT NULL DEFAULT '' COMMENT '导航类型(header:顶部导航, footer:底部导航)',
|
||
`sort` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '排序',
|
||
`is_show` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否显示(0否,1是)',
|
||
`is_new_window_open` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否新窗口打开(0否,1是)',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `is_show` (`is_show`) USING BTREE,
|
||
KEY `sort` (`sort`) USING BTREE,
|
||
KEY `nav_type` (`nav_type`) USING BTREE,
|
||
KEY `pid` (`pid`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='导航';
|
||
|
||
LOCK TABLES `sxo_navigation` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_navigation` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_navigation` (`id`, `pid`, `name`, `url`, `value`, `data_type`, `nav_type`, `sort`, `is_show`, `is_new_window_open`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(8,0,'自定义页面test','',1,'customview','header',0,0,0,1486352254,1660804841),
|
||
(17,0,'ShopXO','http://shopxo.net/',0,'custom','header',10,1,1,1487923617,1627441399),
|
||
(24,54,'服饰鞋包','',2,'goods_category','header',0,1,0,1539150026,1627748423),
|
||
(34,0,'信息咨询','http://shopxo.net/',0,'custom','footer',0,1,1,1554795563,1592232213),
|
||
(35,0,'客户服务','http://shopxo.net/',0,'custom','footer',0,1,0,1554795788,0),
|
||
(36,0,'支付方式','http://shopxo.net/',0,'custom','footer',0,1,0,1554796068,0),
|
||
(37,0,'会员中心','http://shopxo.net/',0,'custom','footer',0,1,0,1554796082,0),
|
||
(38,34,'关于ShopXO','',29,'article','footer',0,1,0,1554796171,0),
|
||
(39,34,'联系我们','',28,'article','footer',0,1,0,1554796188,0),
|
||
(40,34,'招聘英才','',27,'article','footer',0,1,0,1554796202,0),
|
||
(41,34,'合作及洽谈','',26,'article','footer',0,1,0,1554796211,0),
|
||
(42,35,'如何注册成为会员','',1,'article','footer',0,1,0,1554796239,0),
|
||
(43,35,'积分细则','',3,'article','footer',0,1,0,1554796245,0),
|
||
(44,35,'如何搜索','',5,'article','footer',0,1,0,1554796253,0),
|
||
(45,36,'分期付款','',12,'article','footer',0,1,0,1554796281,0),
|
||
(46,36,'邮局汇款','',13,'article','footer',0,1,0,1554796296,0),
|
||
(47,36,'在线支付','',16,'article','footer',0,1,0,1554796312,0),
|
||
(48,36,'公司转账','',14,'article','footer',0,1,0,1554796327,0),
|
||
(49,36,'如何注册支付宝','',15,'article','footer',0,1,0,1554796339,0),
|
||
(50,37,'会员修改密码','',22,'article','footer',0,1,0,1554796367,0),
|
||
(51,37,'会员修改个人资料','',23,'article','footer',0,1,0,1554796375,0),
|
||
(52,37,'修改收货地址','',25,'article','footer',0,1,0,1554796386,0),
|
||
(53,37,'如何管理店铺','',7,'article','footer',0,1,0,1554796399,0),
|
||
(54,0,'商品分类','http://shopxo.net/',0,'custom','header',0,1,0,1556015784,1626336700),
|
||
(55,0,'如何注册成为会员','',1,'article','footer',0,1,0,1616685505,0);
|
||
|
||
/*!40000 ALTER TABLE `sxo_navigation` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_order
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_order`;
|
||
|
||
CREATE TABLE `sxo_order` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`order_no` char(60) NOT NULL DEFAULT '' COMMENT '订单号',
|
||
`user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户id',
|
||
`warehouse_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '仓库id',
|
||
`express_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '快递id',
|
||
`express_number` char(60) NOT NULL DEFAULT '' COMMENT '快递单号',
|
||
`payment_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '支付方式id',
|
||
`system_type` char(60) NOT NULL DEFAULT 'default' COMMENT '系统类型(默认 default, 其他按照SYSTEM_TYPE常量类型)',
|
||
`status` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '订单状态(0待确认, 1已确认/待支付, 2已支付/待发货, 3已发货/待收货, 4已完成, 5已取消, 6已关闭)',
|
||
`pay_status` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '支付状态(0未支付, 1已支付, 2已退款, 3部分退款)',
|
||
`extension_data` longtext COMMENT '扩展展示数据',
|
||
`buy_number_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '购买商品总数量',
|
||
`increase_price` decimal(10,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '增加的金额',
|
||
`preferential_price` decimal(10,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '优惠金额',
|
||
`price` decimal(10,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '订单单价',
|
||
`total_price` decimal(10,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '订单总价(订单最终价格)',
|
||
`pay_price` decimal(10,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '已支付金额',
|
||
`refund_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '退款金额',
|
||
`returned_quantity` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '退货数量',
|
||
`client_type` char(30) NOT NULL DEFAULT '' COMMENT '客户端类型(pc, h5, ios, android, alipay, weixin, baidu)取APPLICATION_CLIENT_TYPE常量值',
|
||
`order_model` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '订单模式(0销售型, 1展示型, 2自提点, 3虚拟销售)',
|
||
`is_under_line` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否线下支付(0否,1是)',
|
||
`user_note` char(255) NOT NULL DEFAULT '' COMMENT '用户备注',
|
||
`pay_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '支付时间',
|
||
`confirm_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '确认时间',
|
||
`delivery_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '发货时间',
|
||
`cancel_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '取消时间',
|
||
`collect_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '收货时间',
|
||
`close_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '关闭时间',
|
||
`comments_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '评论时间',
|
||
`is_comments` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '是否已评论(0否, 大于0评论时间)',
|
||
`user_is_comments` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户是否已评论(0否, 大于0评论时间)',
|
||
`is_delete_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '是否已删除(0否, 大于0删除时间)',
|
||
`user_is_delete_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户是否已删除(0否, 大于0删除时间)',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE KEY `order_no` (`order_no`) USING BTREE,
|
||
KEY `user_id` (`user_id`) USING BTREE,
|
||
KEY `status` (`status`) USING BTREE,
|
||
KEY `pay_status` (`pay_status`) USING BTREE,
|
||
KEY `warehouse_id` (`warehouse_id`) USING BTREE,
|
||
KEY `system_type` (`system_type`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='订单';
|
||
|
||
|
||
|
||
# Dump of table sxo_order_address
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_order_address`;
|
||
|
||
CREATE TABLE `sxo_order_address` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`order_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '订单id',
|
||
`user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户id',
|
||
`address_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '收件地址id',
|
||
`alias` char(60) NOT NULL DEFAULT '' COMMENT '别名',
|
||
`name` char(60) NOT NULL DEFAULT '' COMMENT '收件人-姓名',
|
||
`tel` char(15) NOT NULL DEFAULT '' COMMENT '收件人-电话',
|
||
`province` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '收件人-省',
|
||
`city` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '收件人-市',
|
||
`county` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '收件人-县/区',
|
||
`address` char(200) NOT NULL DEFAULT '' COMMENT '收件人-详细地址',
|
||
`province_name` char(30) NOT NULL DEFAULT '' COMMENT '收件人-省-名称',
|
||
`city_name` char(30) NOT NULL DEFAULT '' COMMENT '收件人-市-名称',
|
||
`county_name` char(30) NOT NULL DEFAULT '' COMMENT '收件人-县/区-名称',
|
||
`lng` decimal(13,10) NOT NULL DEFAULT '0.0000000000' COMMENT '收货地址-经度',
|
||
`lat` decimal(13,10) NOT NULL DEFAULT '0.0000000000' COMMENT '收货地址-纬度',
|
||
`idcard_name` char(60) NOT NULL DEFAULT '' COMMENT '身份证姓名',
|
||
`idcard_number` char(30) NOT NULL DEFAULT '' COMMENT '身份证号码',
|
||
`idcard_front` char(255) NOT NULL DEFAULT '' COMMENT '身份证人像面图片',
|
||
`idcard_back` char(255) NOT NULL DEFAULT '' COMMENT '身份证国微面图片',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `order_id` (`order_id`) USING BTREE,
|
||
KEY `user_id` (`user_id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='订单地址';
|
||
|
||
|
||
|
||
# Dump of table sxo_order_aftersale
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_order_aftersale`;
|
||
|
||
CREATE TABLE `sxo_order_aftersale` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`order_no` char(60) NOT NULL DEFAULT '' COMMENT '订单号',
|
||
`order_detail_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '订单详情id',
|
||
`order_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '订单id',
|
||
`goods_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品id',
|
||
`user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户id',
|
||
`system_type` char(60) NOT NULL DEFAULT 'default' COMMENT '系统类型(默认 default, 其他按照SYSTEM_TYPE常量类型)',
|
||
`status` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '状态(0待确认, 1待退货, 2待审核, 3已完成, 4已拒绝, 5已取消)',
|
||
`type` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '业务类型(0仅退款, 1退货退款)',
|
||
`refundment` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '退款类型(0原路退回, 1退至钱包, 2手动处理)',
|
||
`reason` char(180) NOT NULL DEFAULT '' COMMENT '申请原因',
|
||
`number` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '退货数量',
|
||
`price` decimal(10,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '退款金额',
|
||
`msg` text COMMENT '退款说明',
|
||
`images` text COMMENT '凭证图片(一维数组json存储)',
|
||
`refuse_reason` char(230) NOT NULL DEFAULT '' COMMENT '拒绝原因',
|
||
`express_name` char(60) NOT NULL DEFAULT '' COMMENT '快递名称',
|
||
`express_number` char(60) NOT NULL DEFAULT '' COMMENT '快递单号',
|
||
`apply_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '申请时间',
|
||
`confirm_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '确认时间',
|
||
`delivery_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '退货时间',
|
||
`audit_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '审核时间',
|
||
`cancel_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '取消时间',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `order_id` (`order_id`) USING BTREE,
|
||
KEY `goods_id` (`goods_id`) USING BTREE,
|
||
KEY `user_id` (`user_id`) USING BTREE,
|
||
KEY `status` (`status`) USING BTREE,
|
||
KEY `system_type` (`system_type`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='订单售后';
|
||
|
||
|
||
|
||
# Dump of table sxo_order_currency
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_order_currency`;
|
||
|
||
CREATE TABLE `sxo_order_currency` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`order_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '订单id',
|
||
`user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户id',
|
||
`currency_name` char(80) NOT NULL DEFAULT '' COMMENT '货币名称',
|
||
`currency_code` char(60) NOT NULL DEFAULT '' COMMENT '货币代码',
|
||
`currency_symbol` char(60) NOT NULL DEFAULT '' COMMENT '货币符号',
|
||
`currency_rate` decimal(7,6) unsigned NOT NULL DEFAULT '0.000000' COMMENT '货币汇率',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `order_id` (`order_id`) USING BTREE,
|
||
KEY `user_id` (`user_id`) USING BTREE,
|
||
KEY `currency_name` (`currency_name`) USING BTREE,
|
||
KEY `currency_code` (`currency_code`) USING BTREE,
|
||
KEY `currency_rate` (`currency_rate`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='订单货币';
|
||
|
||
|
||
|
||
# Dump of table sxo_order_detail
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_order_detail`;
|
||
|
||
CREATE TABLE `sxo_order_detail` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户id',
|
||
`order_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '订单id',
|
||
`goods_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品id',
|
||
`title` char(160) NOT NULL DEFAULT '' COMMENT '标题',
|
||
`images` char(255) NOT NULL DEFAULT '' COMMENT '封面图片',
|
||
`original_price` decimal(10,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '原价',
|
||
`price` decimal(10,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '价格',
|
||
`total_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '当前总价(单价*数量)',
|
||
`spec` text COMMENT '规格',
|
||
`buy_number` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '购买数量',
|
||
`model` char(30) NOT NULL DEFAULT '' COMMENT '型号',
|
||
`spec_weight` decimal(10,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '重量(kg)',
|
||
`spec_volume` decimal(10,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '体积(m³)',
|
||
`spec_coding` char(80) NOT NULL DEFAULT '' COMMENT '编码',
|
||
`spec_barcode` char(80) NOT NULL DEFAULT '' COMMENT '条形码',
|
||
`refund_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '退款金额',
|
||
`returned_quantity` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '退货数量',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `user_id` (`user_id`) USING BTREE,
|
||
KEY `order_id` (`order_id`) USING BTREE,
|
||
KEY `goods_id` (`goods_id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='订单详情';
|
||
|
||
|
||
|
||
# Dump of table sxo_order_extraction_code
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_order_extraction_code`;
|
||
|
||
CREATE TABLE `sxo_order_extraction_code` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`order_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '订单id',
|
||
`user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户id',
|
||
`code` char(30) NOT NULL DEFAULT '' COMMENT '取货码',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `order_id` (`order_id`) USING BTREE,
|
||
KEY `user_id` (`user_id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='订单自提取货码关联';
|
||
|
||
|
||
|
||
# Dump of table sxo_order_fictitious_value
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_order_fictitious_value`;
|
||
|
||
CREATE TABLE `sxo_order_fictitious_value` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`order_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '订单id',
|
||
`order_detail_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '订单详情id',
|
||
`user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户id',
|
||
`value` text COMMENT '虚拟商品展示数据',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `order_id` (`order_id`) USING BTREE,
|
||
KEY `order_detail_id` (`order_detail_id`) USING BTREE,
|
||
KEY `user_id` (`user_id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='订单虚拟销售数据关联';
|
||
|
||
|
||
|
||
# Dump of table sxo_order_goods_inventory_log
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_order_goods_inventory_log`;
|
||
|
||
CREATE TABLE `sxo_order_goods_inventory_log` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`order_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '订单id',
|
||
`order_detail_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '订单详情id',
|
||
`goods_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品id',
|
||
`order_status` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '订单状态(0待确认, 1已确认/待支付, 2已支付/待发货, 3已发货/待收货, 4已完成, 5已取消, 6已关闭)',
|
||
`original_inventory` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '原库存',
|
||
`new_inventory` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '最新库存',
|
||
`is_rollback` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否回滚(0否, 1是)',
|
||
`rollback_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '回滚时间',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `order_id` (`order_id`) USING BTREE,
|
||
KEY `goods_id` (`goods_id`) USING BTREE,
|
||
KEY `order_status` (`order_status`) USING BTREE,
|
||
KEY `order_detail_id` (`order_detail_id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='订单商品库存变更日志';
|
||
|
||
|
||
|
||
# Dump of table sxo_order_status_history
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_order_status_history`;
|
||
|
||
CREATE TABLE `sxo_order_status_history` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`order_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '订单id',
|
||
`original_status` varchar(60) NOT NULL DEFAULT '' COMMENT '原始状态',
|
||
`new_status` varchar(60) NOT NULL DEFAULT '' COMMENT '最新状态',
|
||
`msg` text COMMENT '操作描述',
|
||
`creator` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '创建-用户id',
|
||
`creator_name` varchar(60) NOT NULL DEFAULT '' COMMENT '创建人-姓名',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `order_id` (`order_id`) USING BTREE,
|
||
KEY `original_status` (`original_status`) USING BTREE,
|
||
KEY `new_status` (`new_status`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='订单状态历史纪录';
|
||
|
||
|
||
|
||
# Dump of table sxo_pay_log
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_pay_log`;
|
||
|
||
CREATE TABLE `sxo_pay_log` (
|
||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '支付日志id',
|
||
`log_no` char(60) NOT NULL DEFAULT '' COMMENT '支付日志订单号',
|
||
`user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户id',
|
||
`business_type` char(180) NOT NULL DEFAULT '' COMMENT '业务类型,字符串(如:订单、钱包充值、会员购买、等...)',
|
||
`status` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '状态(0待支付, 1已支付, 2已关闭)正常30分钟内未支付将关闭',
|
||
`payment` char(60) NOT NULL DEFAULT '' COMMENT '支付方式标记',
|
||
`payment_name` char(60) NOT NULL DEFAULT '' COMMENT '支付方式名称',
|
||
`subject` char(255) NOT NULL DEFAULT '' COMMENT '订单名称',
|
||
`total_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '业务订单金额',
|
||
`pay_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '支付金额',
|
||
`trade_no` char(100) NOT NULL DEFAULT '' COMMENT '支付平台交易号',
|
||
`buyer_user` char(60) NOT NULL DEFAULT '' COMMENT '支付平台用户帐号',
|
||
`pay_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '支付时间',
|
||
`close_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '关闭时间',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `payment` (`payment`) USING BTREE,
|
||
KEY `status` (`status`) USING BTREE,
|
||
KEY `business_type` (`business_type`) USING BTREE,
|
||
KEY `total_price` (`total_price`) USING BTREE,
|
||
KEY `pay_price` (`pay_price`) USING BTREE,
|
||
KEY `add_time` (`add_time`) USING BTREE,
|
||
KEY `pay_time` (`pay_time`) USING BTREE,
|
||
KEY `close_time` (`close_time`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='支付日志';
|
||
|
||
|
||
|
||
# Dump of table sxo_pay_log_value
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_pay_log_value`;
|
||
|
||
CREATE TABLE `sxo_pay_log_value` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`pay_log_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '支付日志id',
|
||
`business_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '业务订单id',
|
||
`business_no` char(60) NOT NULL DEFAULT '' COMMENT '业务订单号',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `pay_log_id` (`pay_log_id`) USING BTREE,
|
||
KEY `business_id` (`business_id`) USING BTREE,
|
||
KEY `add_time` (`add_time`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='支付日志关联业务数据';
|
||
|
||
|
||
|
||
# Dump of table sxo_pay_request_log
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_pay_request_log`;
|
||
|
||
CREATE TABLE `sxo_pay_request_log` (
|
||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`business_type` char(180) NOT NULL DEFAULT '' COMMENT '业务类型,字符串(如:订单、钱包充值、会员购买、等...)',
|
||
`request_params` mediumtext COMMENT '请求参数(数组则json字符串存储)',
|
||
`response_data` mediumtext COMMENT '响应参数(数组则json字符串存储)',
|
||
`business_handle` text COMMENT '业务处理结果(数组则json字符串存储)',
|
||
`request_url` text COMMENT '请求url地址',
|
||
`server_port` char(10) NOT NULL DEFAULT '' COMMENT '端口号',
|
||
`server_ip` char(15) NOT NULL DEFAULT '' COMMENT '服务器ip',
|
||
`client_ip` char(15) NOT NULL DEFAULT '' COMMENT '客户端ip',
|
||
`os` char(20) NOT NULL DEFAULT '' COMMENT '操作系统',
|
||
`browser` char(20) NOT NULL DEFAULT '' COMMENT '浏览器',
|
||
`method` char(4) NOT NULL DEFAULT '' COMMENT '请求类型',
|
||
`scheme` char(5) NOT NULL DEFAULT '' COMMENT 'http类型',
|
||
`version` char(5) NOT NULL DEFAULT '' COMMENT 'http版本',
|
||
`client` char(255) NOT NULL DEFAULT '' COMMENT '客户端详情信息',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `business_type` (`business_type`) USING BTREE,
|
||
KEY `add_time` (`add_time`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='支付请求日志';
|
||
|
||
|
||
|
||
# Dump of table sxo_payment
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_payment`;
|
||
|
||
CREATE TABLE `sxo_payment` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`name` char(30) NOT NULL COMMENT '名称',
|
||
`payment` char(60) NOT NULL DEFAULT '' COMMENT '唯一标记',
|
||
`logo` char(255) NOT NULL DEFAULT '' COMMENT 'logo',
|
||
`version` char(255) NOT NULL DEFAULT '' COMMENT '插件版本',
|
||
`apply_version` char(255) NOT NULL DEFAULT '' COMMENT '适用系统版本',
|
||
`desc` char(255) NOT NULL DEFAULT '' COMMENT '插件描述',
|
||
`author` char(255) NOT NULL DEFAULT '' COMMENT '作者',
|
||
`author_url` char(255) NOT NULL DEFAULT '' COMMENT '作者主页',
|
||
`element` text COMMENT '配置项规则',
|
||
`config` text COMMENT '配置数据',
|
||
`apply_terminal` char(255) NOT NULL COMMENT '适用终端 php一维数组json字符串存储(pc, h5, ios, android, alipay, weixin, baidu, toutiao, qq)',
|
||
`apply_terminal_old` char(255) NOT NULL COMMENT '原始适用终端 php一维数组json字符串存储(pc, h5, ios, android, alipay, weixin, baidu, toutiao, qq)',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否启用(0否,1是)',
|
||
`is_open_user` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否对用户开放',
|
||
`sort` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '顺序',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE KEY `payment` (`payment`) USING BTREE,
|
||
KEY `is_enable` (`is_enable`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='支付方式';
|
||
|
||
|
||
|
||
# Dump of table sxo_plugins
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_plugins`;
|
||
|
||
CREATE TABLE `sxo_plugins` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`name` char(60) NOT NULL DEFAULT '' COMMENT '插件名称',
|
||
`plugins` char(60) NOT NULL DEFAULT '' COMMENT '唯一标记',
|
||
`data` longtext COMMENT '应用数据',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否启用(0否,1是)',
|
||
`sort` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '排序',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
UNIQUE KEY `plugins` (`plugins`) USING BTREE,
|
||
KEY `is_enable` (`is_enable`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='应用';
|
||
|
||
|
||
|
||
# Dump of table sxo_power
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_power`;
|
||
|
||
CREATE TABLE `sxo_power` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '权限id',
|
||
`pid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '权限父级id',
|
||
`name` char(30) NOT NULL DEFAULT '' COMMENT '权限名称',
|
||
`control` char(30) NOT NULL DEFAULT '' COMMENT '控制器名称',
|
||
`action` char(30) NOT NULL DEFAULT '' COMMENT '方法名称',
|
||
`url` char(255) NOT NULL DEFAULT '' COMMENT '自定义url地址',
|
||
`sort` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '排序',
|
||
`is_show` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否显示(0否,1是)',
|
||
`icon` char(60) NOT NULL DEFAULT '' COMMENT '图标class',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='权限';
|
||
|
||
LOCK TABLES `sxo_power` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_power` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_power` (`id`, `pid`, `name`, `control`, `action`, `url`, `sort`, `is_show`, `icon`, `add_time`)
|
||
VALUES
|
||
(1,0,'权限控制','Power','Index','',3,1,'icon-quanxian',1481612301),
|
||
(4,1,'角色管理','Role','Index','',20,1,'',1481639037),
|
||
(13,1,'权限分配','Power','Index','',30,1,'',1482156143),
|
||
(15,1,'权限添加/编辑','Power','Save','',31,0,'',1482243750),
|
||
(16,1,'权限删除','Power','Delete','',32,0,'',1482243797),
|
||
(17,1,'角色组添加/编辑页面','Role','SaveInfo','',21,0,'',1482243855),
|
||
(18,1,'角色组添加/编辑','Role','Save','',22,0,'',1482243888),
|
||
(19,1,'管理员添加/编辑页面','Admin','SaveInfo','',2,0,'',1482244637),
|
||
(20,1,'管理员添加/编辑','Admin','Save','',3,0,'',1482244666),
|
||
(21,1,'管理员删除','Admin','Delete','',4,0,'',1482244688),
|
||
(22,1,'管理员列表','Admin','Index','',1,1,'',1482568868),
|
||
(23,1,'角色删除','Role','Delete','',23,0,'',1482569155),
|
||
(38,0,'商品管理','Goods','Index','',5,1,'icon-shangpin',1483283430),
|
||
(39,38,'商品管理','Goods','Index','',1,1,'',1483283546),
|
||
(41,0,'系统设置','Config','Index','',1,1,'icon-peizhi',1483362358),
|
||
(42,41,'配置保存','Config','Save','',10,0,'',1483432335),
|
||
(57,38,'商品添加/编辑页面','Goods','SaveInfo','',2,0,'',1483616439),
|
||
(58,38,'商品添加/编辑','Goods','Save','',3,0,'',1483616492),
|
||
(59,38,'商品删除','Goods','Delete','',4,0,'',1483616569),
|
||
(81,0,'站点配置','Site','Index','',2,1,'icon-zhandianpeizhi',1486182943),
|
||
(103,81,'站点设置','Site','Index','',0,1,'',1486561470),
|
||
(104,81,'短信设置','Sms','Index','',10,1,'',1486561615),
|
||
(105,81,'站点设置编辑','Site','Save','',1,0,'',1486561780),
|
||
(107,81,'短信设置编辑','Sms','Save','',11,0,'',1486562011),
|
||
(118,0,'工具','Tool','Index','',50,1,'icon-tools',1488108044),
|
||
(119,118,'缓存管理','Cache','Index','',1,1,'',1488108107),
|
||
(120,118,'站点缓存更新','Cache','StatusUpdate','',2,0,'',1488108235),
|
||
(121,118,'模板缓存更新','Cache','TemplateUpdate','',2,0,'',1488108390),
|
||
(122,118,'模块缓存更新','Cache','ModuleUpdate','',3,0,'',1488108436),
|
||
(126,0,'用户管理','User','Index','',4,1,'icon-yonghuguanli',1490794162),
|
||
(127,126,'用户列表','User','Index','',0,1,'',1490794316),
|
||
(128,126,'用户编辑/添加页面','User','SaveInfo','',1,0,'',1490794458),
|
||
(129,126,'用户添加/编辑','User','Save','',2,0,'',1490794510),
|
||
(130,126,'用户删除','User','Delete','',3,0,'',1490794585),
|
||
(153,222,'地区管理','Region','Index','',60,1,'',1526304473),
|
||
(154,222,'地区添加/编辑','Region','Save','',61,0,'',1526304503),
|
||
(155,222,'地区删除','Region','Delete','',62,0,'',1526304531),
|
||
(156,222,'快递管理','Express','Index','',70,1,'',1526304473),
|
||
(157,222,'快递添加/编辑','Express','Save','',71,0,'',1526304473),
|
||
(158,222,'快递删除','Express','Delete','',72,0,'',1526304473),
|
||
(172,222,'首页轮播','Slide','Index','',40,1,'',1527149117),
|
||
(173,222,'轮播添加/编辑页面','Slide','SaveInfo','',41,0,'',1527149152),
|
||
(174,222,'轮播添加/编辑','Slide','Save','',42,0,'',1527149186),
|
||
(175,222,'轮播状态更新','Slide','StatusUpdate','',43,0,'',1527156980),
|
||
(176,222,'轮播删除','Slide','Delete','',44,0,'',1527157260),
|
||
(177,0,'订单管理','Order','Index','',6,1,'icon-dingdan',1522229870),
|
||
(178,177,'订单管理','Order','Index','',1,1,'',1522317898),
|
||
(179,177,'订单删除','Order','Delete','',2,0,'',1522317917),
|
||
(180,177,'订单取消','Order','Cancel','',3,0,'',1527497803),
|
||
(181,38,'商品状态更新','Goods','StatusUpdate','',5,0,'',1528080200),
|
||
(182,0,'数据管理','Data','Index','',22,1,'icon-shuju',1528096661),
|
||
(183,182,'消息管理','Message','Index','',10,1,'',1528080200),
|
||
(184,182,'消息删除','Message','Delete','',11,0,'',1528080200),
|
||
(185,182,'支付日志','PayLog','Index','',20,1,'',1528080200),
|
||
(186,182,'积分日志','IntegralLog','Index','',40,1,'',1528103067),
|
||
(193,222,'筛选价格','ScreeningPrice','Index','',50,1,'',1528708578),
|
||
(194,222,'筛选价格添加/编辑','ScreeningPrice','Save','',51,0,'',1528708609),
|
||
(199,81,'SEO设置','Seo','Index','',30,1,'',1528771081),
|
||
(200,81,'SEO设置编辑','Seo','Save','',31,0,'',1528771105),
|
||
(201,38,'商品分类','GoodsCategory','Index','',10,1,'',1529041901),
|
||
(202,38,'商品分类添加/编辑','GoodsCategory','Save','',11,0,'',1529041928),
|
||
(203,38,'商品分类删除','GoodsCategory','Delete','',12,0,'',1529041949),
|
||
(204,0,'文章管理','Article','Index','',21,1,'icon-wenzhang',1530360560),
|
||
(205,204,'文章管理','Article','Index','',0,1,'',1530360593),
|
||
(206,204,'文章添加/编辑页面','Article','SaveInfo','',1,0,'',1530360625),
|
||
(207,204,'文章添加/编辑','Article','Save','',2,0,'',1530360663),
|
||
(208,204,'文章删除','Article','Delete','',3,0,'',1530360692),
|
||
(209,204,'文章状态更新','Article','StatusUpdate','',4,0,'',1530360730),
|
||
(210,204,'文章分类','ArticleCategory','Index','',10,1,'',1530361071),
|
||
(211,204,'文章分类编辑/添加','ArticleCategory','Save','',11,0,'',1530361101),
|
||
(212,204,'文章分类删除','ArticleCategory','Delete','',12,0,'',1530361126),
|
||
(214,182,'问答留言','Answer','Index','',0,1,'',1533112443),
|
||
(215,182,'问答留言回复','Answer','Reply','',1,0,'',1533119660),
|
||
(216,182,'问答留言删除','Answer','Delete','',2,0,'',1533119680),
|
||
(217,182,'问答留言状态更新','Answer','StatusUpdate','',3,0,'',1533119704),
|
||
(219,81,'邮箱设置','Email','Index','',20,1,'',1533636067),
|
||
(220,81,'邮箱设置/编辑','Email','Save','',21,0,'',1533636109),
|
||
(221,81,'邮件发送测试','Email','EmailTest','',22,0,'',1533636157),
|
||
(222,0,'网站管理','Navigation','Index','',7,1,'icon-wangzhanguanli',1533692051),
|
||
(223,222,'导航管理','Navigation','Index','',0,1,'',1486183114),
|
||
(226,222,'导航添加/编辑','Navigation','Save','',2,0,'',1486183367),
|
||
(227,222,'导航删除','Navigation','Delete','',3,0,'',1486183410),
|
||
(228,222,'导航状态更新','Navigation','StatusUpdate','',4,0,'',1486183462),
|
||
(234,222,'自定义页面','CustomView','Index','',11,1,'',1486193400),
|
||
(235,222,'自定义页面添加/编辑页面','CustomView','SaveInfo','',12,0,'',1486193449),
|
||
(236,222,'自定义页面添加/编辑','CustomView','Save','',13,0,'',1486193473),
|
||
(237,222,'自定义页面删除','CustomView','Delete','',14,0,'',1486193516),
|
||
(238,222,'自定义页面状态更新','CustomView','StatusUpdate','',15,0,'',1486193582),
|
||
(239,222,'友情链接','Link','Index','',21,1,'',1486194358),
|
||
(240,222,'友情链接添加/编辑页面','Link','SaveInfo','',22,0,'',1486194392),
|
||
(241,222,'友情链接添加/编辑','Link','Save','',23,0,'',1486194413),
|
||
(242,222,'友情链接删除','Link','Delete','',24,0,'',1486194435),
|
||
(243,222,'友情链接状态更新','Link','StatusUpdate','',25,0,'',1486194479),
|
||
(244,222,'主题管理','Theme','Index','',30,1,'',1494381693),
|
||
(245,222,'主题管理添加/编辑','Theme','Save','',31,0,'',1494398194),
|
||
(246,222,'主题上传安装','Theme','Upload','',32,0,'',1494405096),
|
||
(247,222,'主题删除','Theme','Delete','',33,0,'',1494410655),
|
||
(248,204,'文章详情','Article','Detail','',5,0,'',1534156400),
|
||
(249,252,'品牌管理','Brand','Index','',0,1,'',1535683271),
|
||
(250,252,'品牌添加/编辑','Brand','Save','',2,0,'',1535683310),
|
||
(251,252,'品牌删除','Brand','Delete','',4,0,'',1535683351),
|
||
(252,0,'品牌管理','Brand','Index','',8,1,'icon-ico-pinpaiguanli',1535684308),
|
||
(253,252,'品牌分类','BrandCategory','Index','',10,1,'',1535684401),
|
||
(254,252,'品牌分类添加/编辑','BrandCategory','Save','',11,0,'',1535684424),
|
||
(255,252,'品牌分类删除','BrandCategory','Delete','',12,0,'',1535684444),
|
||
(256,252,'品牌添加/编辑页面','Brand','SaveInfo','',1,0,'',1535694837),
|
||
(257,252,'品牌状态更新','Brand','StatusUpdate','',3,0,'',1535694880),
|
||
(258,222,'筛选价格删除','ScreeningPrice','Delete','',52,0,'',1536227071),
|
||
(259,222,'支付方式','Payment','Index','',80,1,'',1537156351),
|
||
(260,222,'支付方式安装/编辑页面','Payment','SaveInfo','',81,0,'',1537156423),
|
||
(261,222,'支付方式安装/编辑','Payment','Save','',82,0,'',1537156463),
|
||
(262,222,'支付方式删除','Payment','Delete','',83,0,'',1537156502),
|
||
(263,222,'支付方式安装','Payment','Install','',84,0,'',1537166090),
|
||
(264,222,'支付方式状态更新','Payment','StatusUpdate','',85,0,'',1537166149),
|
||
(265,222,'支付方式卸载','Payment','Uninstall','',86,0,'',1537167814),
|
||
(266,222,'支付方式上传','Payment','Upload','',87,0,'',1537173653),
|
||
(267,177,'订单发货','Order','Delivery','',4,0,'',1538413499),
|
||
(268,177,'订单收货','Order','Collect','',5,0,'',1538414034),
|
||
(269,177,'订单支付','Order','Pay','',6,0,'',1538757043),
|
||
(310,177,'订单确认','Order','Confirm','',7,0,'',1542011799),
|
||
(311,1,'角色状态更新','Role','StatusUpdate','',24,0,'',1542102071),
|
||
(314,319,'首页导航','AppHomeNav','Index','',10,1,'',1542558318),
|
||
(315,319,'首页导航添加/编辑页面','AppHomeNav','SaveInfo','',11,0,'',1542558686),
|
||
(316,319,'首页导航添加/编辑','AppHomeNav','Save','',12,0,'',1542558706),
|
||
(317,319,'首页导航状态更新','AppHomeNav','StatusUpdate','',13,0,'',1542558747),
|
||
(318,319,'首页导航删除','AppHomeNav','Delete','',14,0,'',1542558767),
|
||
(319,0,'手机管理','App','Index','',20,1,'icon-shouji',1483362358),
|
||
(326,319,'基础配置','AppConfig','Index','',0,1,'',1543206359),
|
||
(327,319,'基础配置保存','AppConfig','Save','',1,0,'',1543206402),
|
||
(331,118,'日志删除','Cache','LogDelete','',4,0,'',1545642163),
|
||
(332,319,'小程序列表','AppMini','Index','',30,0,'',1546935020),
|
||
(333,319,'小程序配置','AppMini','Config','',40,1,'',1546935090),
|
||
(334,319,'小程序配置保存','AppMini','Save','',41,0,'',1546935118),
|
||
(336,319,'小程序包生成','AppMini','Created','',31,0,'',1546935187),
|
||
(337,319,'小程序包删除','AppMini','Delete','',32,0,'',1546935212),
|
||
(339,41,'系统配置','Config','Index','',0,1,'',1549419752),
|
||
(340,0,'应用中心','Store','Index','',30,1,'icon-application',1549496703),
|
||
(341,340,'应用管理','Pluginsadmin','Index','',0,1,'',1549497306),
|
||
(342,340,'应用状态更新','Pluginsadmin','StatusUpdate','',3,0,'',1549694138),
|
||
(343,340,'应用调用管理','Plugins','Index','',1,0,'',1549958187),
|
||
(345,340,'应用添加/编辑页面','Pluginsadmin','SaveInfo','',1,0,'',1549977925),
|
||
(346,340,'应用添加/编辑','Pluginsadmin','Save','',2,0,'',1549977958),
|
||
(347,340,'应用删除','Pluginsadmin','Delete','',4,0,'',1549977993),
|
||
(348,340,'应用上传','Pluginsadmin','Upload','',5,0,'',1550110821),
|
||
(349,118,'SQL控制台','Sqlconsole','Index','',10,1,'',1550476002),
|
||
(350,118,'SQL执行','Sqlconsole','Implement','',11,0,'',1550476023),
|
||
(351,340,'应用打包','Pluginsadmin','Download','',6,0,'',1553248727),
|
||
(352,182,'问答添加/编辑页面','Answer','SaveInfo','',4,0,'',1553964318),
|
||
(353,182,'问答添加/编辑','Answer','Save','',5,0,'',1553964354),
|
||
(354,41,'商店信息','Config','Store','',0,1,'',1554803430),
|
||
(356,38,'商品评论','Goodscomments','Index','',40,1,'',1533112443),
|
||
(357,38,'商品评论回复','Goodscomments','Reply','',41,0,'',1533119660),
|
||
(358,38,'商品评论删除','Goodscomments','Delete','',42,0,'',1533119680),
|
||
(359,38,'商品评论状态更新','Goodscomments','StatusUpdate','',43,0,'',1533119704),
|
||
(360,38,'商品评论添加/编辑页面','Goodscomments','SaveInfo','',44,0,'',1553964318),
|
||
(361,38,'商品评论添加/编辑','Goodscomments','Save','',45,0,'',1553964354),
|
||
(362,81,'协议管理','Agreement','Index','',40,1,'',1486561615),
|
||
(363,81,'协议设置编辑','Agreement','Save','',41,0,'',1486562011),
|
||
(364,177,'订单售后','Orderaftersale','Index','',10,1,'',1522317898),
|
||
(365,177,'订单售后删除','Orderaftersale','Delete','',11,0,'',1522317917),
|
||
(366,177,'订单售后取消','Orderaftersale','Cancel','',12,0,'',1527497803),
|
||
(367,177,'订单售后审核','Orderaftersale','Audit','',13,0,'',1538413499),
|
||
(368,177,'订单售后确认','Orderaftersale','Confirm','',14,0,'',1538414034),
|
||
(369,177,'订单售后拒绝','Orderaftersale','Refuse','',15,0,'',1538757043),
|
||
(372,182,'退款日志','RefundLog','Index','',30,1,'',1528080200),
|
||
(373,340,'应用商店','Store','Index','',10,1,'',1553248727),
|
||
(374,340,'应用安装','Pluginsadmin','Install','',6,0,'',1561369950),
|
||
(375,340,'应用卸载','Pluginsadmin','Uninstall','',7,0,'',1561370063),
|
||
(376,319,'用户中心导航','AppCenterNav','Index','',20,1,'',1542558318),
|
||
(377,319,'用户中心导航添加/编辑页面','AppCenterNav','SaveInfo','',21,0,'',1542558686),
|
||
(378,319,'用户中心导航添加/编辑','AppCenterNav','Save','',22,0,'',1542558706),
|
||
(379,319,'用户中心导航状态更新','AppCenterNav','StatusUpdate','',23,0,'',1542558747),
|
||
(380,319,'用户中心导航删除','AppCenterNav','Delete','',24,0,'',1542558767),
|
||
(387,222,'主题下载','Theme','Download','',34,0,'',1494410699),
|
||
(400,177,'订单详情','Order','Detail','',8,0,'',1589534580),
|
||
(401,177,'订单售后详情','Orderaftersale','Detail','',16,0,'',1589538361),
|
||
(402,38,'商品详情','Goods','Detail','',6,0,'',1589539780),
|
||
(403,38,'商品评论详情','Goodscomments','Detail','',36,0,'',1591609904),
|
||
(404,126,'用户详情','User','Detail','',7,0,'',1591621569),
|
||
(405,1,'管理员详情','Admin','Detail','',5,0,'',1591951422),
|
||
(406,1,'角色详情','Role','Detail','',25,0,'',1542102071),
|
||
(407,222,'自定义页面详情','CustomView','Detail','',16,0,'',1592287822),
|
||
(408,222,'轮播详情','Slide','Detail','',45,0,'',1592413297),
|
||
(409,252,'品牌详情','Brand','Detail','',6,0,'',1592563170),
|
||
(410,319,'首页导航详情','AppHomeNav','Detail','',15,0,'',1592652323),
|
||
(411,319,'用户中心导航详情','AppCenterNav','Detail','',25,0,'',1592661364),
|
||
(412,182,'问答留言详情','Answer','Detail','',6,0,'',1592840031),
|
||
(413,182,'消息详情','Message','Detail','',12,0,'',1593181414),
|
||
(414,222,'友情链接详情','Link','Detail','',26,0,'',1593181677),
|
||
(415,182,'支付日志详情','PayLog','Detail','',21,0,'',1593355200),
|
||
(416,182,'退款日志详情','RefundLog','Detail','',31,0,'',1593355237),
|
||
(417,182,'积分日志详情','IntegralLog','Detail','',41,0,'',1593355265),
|
||
(418,38,'商品浏览','GoodsBrowse','Index','',50,1,'',1591609904),
|
||
(419,38,'商品浏览删除','GoodsBrowse','Delete','',51,0,'',1591609904),
|
||
(420,38,'商品浏览详情','GoodsBrowse','Detail','',52,0,'',1591609904),
|
||
(421,38,'商品收藏','GoodsFavor','Index','',60,1,'',1591609904),
|
||
(422,38,'商品收藏删除','GoodsFavor','Delete','',61,0,'',1591609904),
|
||
(423,38,'商品收藏详情','GoodsFavor','Detail','',62,0,'',1591609904),
|
||
(425,438,'仓库管理','Warehouse','Index','',0,1,'',1488108044),
|
||
(426,438,'仓库添加/编辑页面','Warehouse','SaveInfo','',1,0,'',1530360625),
|
||
(427,438,'仓库添加/编辑','Warehouse','Save','',2,0,'',1530360663),
|
||
(428,438,'仓库删除','Warehouse','Delete','',3,0,'',1530360692),
|
||
(429,438,'仓库状态更新','Warehouse','StatusUpdate','',4,0,'',1530360730),
|
||
(430,438,'仓库详情','Warehouse','Detail','',5,0,'',1534156400),
|
||
(431,438,'仓库商品管理','WarehouseGoods','Index','',10,1,'',1488108044),
|
||
(432,438,'仓库商品删除','WarehouseGoods','Delete','',12,0,'',1530360625),
|
||
(433,438,'仓库商品搜索添加','WarehouseGoods','GoodsAdd','',15,0,'',1530360663),
|
||
(434,438,'仓库商品搜索删除','WarehouseGoods','GoodsDel','',16,0,'',1530360692),
|
||
(435,438,'仓库商品状态更新','WarehouseGoods','StatusUpdate','',13,0,'',1530360730),
|
||
(436,438,'仓库商品详情','WarehouseGoods','Detail','',11,0,'',1534156400),
|
||
(438,0,'仓库管理','Warehouse','Index','',9,1,'icon-cangku',1483362358),
|
||
(439,438,'仓库商品搜索','WarehouseGoods','GoodsSearch','',14,0,'',1534156400),
|
||
(440,438,'仓库商品库存编辑页面','WarehouseGoods','InventoryInfo','',17,0,'',1534156400),
|
||
(441,438,'仓库商品库存编辑','WarehouseGoods','InventorySave','',18,0,'',0),
|
||
(442,182,'支付日志关闭','PayLog','Close','',22,0,'',1593355200),
|
||
(443,222,'快捷导航','QuickNav','Index','',90,1,'',1542558318),
|
||
(444,222,'快捷导航添加/编辑页面','QuickNav','SaveInfo','',91,0,'',1542558686),
|
||
(445,222,'快捷导航添加/编辑','QuickNav','Save','',92,0,'',1542558706),
|
||
(446,222,'快捷导航状态更新','QuickNav','StatusUpdate','',93,0,'',1542558747),
|
||
(447,222,'快捷导航删除','QuickNav','Delete','',94,0,'',1542558767),
|
||
(448,222,'快捷导航详情','QuickNav','Detail','',95,0,'',1592652323),
|
||
(449,182,'支付请求日志列表','PayRequestLog','Index','',25,0,'',1593355200),
|
||
(450,182,'支付请求日志详情','PayRequestLog','Detail','',26,0,'',1593355200),
|
||
(451,126,'用户地址','UserAddress','Index','',10,1,'',1490794316),
|
||
(452,126,'用户地址编辑页面','UserAddress','SaveInfo','',11,0,'',1490794510),
|
||
(453,126,'用户地址编辑','UserAddress','Save','',12,0,'',1490794510),
|
||
(454,126,'用户地址删除','UserAddress','Delete','',13,0,'',1591621569),
|
||
(455,126,'用户地址详情','UserAddress','Detail','',14,0,'',0),
|
||
(457,319,'小程序主题上传','AppMini','ThemeUpload','',33,0,'',1605872721),
|
||
(458,319,'小程序主题切换','AppMini','ThemeSave','',34,0,'',1605872721),
|
||
(459,319,'小程序主题切换','AppMini','ThemeDelete','',35,0,'',1605872721),
|
||
(460,319,'小程序主题下载','AppMini','ThemeDownload','',36,0,'',1605872721),
|
||
(461,81,'站点设置商品搜索','Site','GoodsSearch','',2,0,'',1486561780),
|
||
(462,38,'商品参数','GoodsParamsTemplate','Index','',20,1,'',1533112443),
|
||
(463,38,'商品参数删除','GoodsParamsTemplate','Delete','',21,0,'',1533119680),
|
||
(464,38,'商品参数状态更新','GoodsParamsTemplate','StatusUpdate','',22,0,'',1533119704),
|
||
(465,38,'商品参数添加/编辑页面','GoodsParamsTemplate','SaveInfo','',23,0,'',1553964318),
|
||
(466,38,'商品参数添加/编辑','GoodsParamsTemplate','Save','',24,0,'',1553964354),
|
||
(467,38,'商品参数详情','GoodsParamsTemplate','Detail','',25,0,'',1591609904),
|
||
(468,340,'应用排序保存','Pluginsadmin','SortSave','',8,0,'',1609820501),
|
||
(469,340,'软件包安装页面','PackageInstall','Index','',11,0,'',1613967513),
|
||
(471,340,'软件包安装','PackageInstall','Install','',12,0,'',1613976708),
|
||
(472,340,'软件包更新','PackageUpgrade','Upgrade','',13,0,'',1619068484),
|
||
(473,41,'应用商店帐号绑定','Index','StoreAccountsBind','',60,0,'',1619435558),
|
||
(474,41,'系统更新检查','Index','InspectUpgrade','',61,0,'',1619435587),
|
||
(475,41,'系统更新确认','Index','InspectUpgradeConfirm','',62,0,'',1619435611),
|
||
(476,81,'首页布局管理','Layout','LayoutIndexHomeSave','',2,0,'',1624341630),
|
||
(477,222,'页面设计','Design','Index','',100,1,'',1624519062),
|
||
(478,222,'页面设计添加/编辑页面','Design','SaveInfo','',101,0,'',1624519103),
|
||
(479,222,'页面设计添加/编辑','Design','Save','',102,0,'',1624519129),
|
||
(480,222,'页面设计状态更新','Design','StatusUpdate','',103,0,'',1624519162),
|
||
(481,222,'页面设计删除','Design','Delete','',107,0,'',1624519183),
|
||
(482,41,'首页统计数据','Index','Stats','',63,0,'',1630395987),
|
||
(483,41,'首页统计数据(收入统计)','Index','Income','',64,0,'',1558022648),
|
||
(484,222,'页面设计导入','Design','Upload','',104,0,'',1650331094),
|
||
(485,222,'页面设计同步首页','Design','Sync','',106,0,'',1650353616),
|
||
(486,222,'页面设计下载','Design','Download','',105,0,'',1650538022),
|
||
(487,38,'商品购物车','GoodsCart','Index','',70,1,'',1661314317),
|
||
(488,38,'商品购物车删除','GoodsCart','Delete','',71,0,'',1661314473),
|
||
(489,38,'商品购物车详情','GoodsCart','Detail','',72,0,'',1661314498),
|
||
(490,38,'商品规格','GoodsSpecTemplate','Index','',30,1,'',1533112443),
|
||
(491,38,'商品规格删除','GoodsSpecTemplate','Delete','',31,0,'',1533119680),
|
||
(492,38,'商品规格状态更新','GoodsSpecTemplate','StatusUpdate','',32,0,'',1533119704),
|
||
(493,38,'商品规格添加/编辑页面','GoodsSpecTemplate','SaveInfo','',33,0,'',1553964318),
|
||
(494,38,'商品规格添加/编辑','GoodsSpecTemplate','Save','',34,0,'',1553964354),
|
||
(495,38,'商品规格详情','GoodsSpecTemplate','Detail','',35,0,'',1553964354),
|
||
(496,38,'获取商品基础模板','Goods','BaseTemplate','',6,0,'',1553964354),
|
||
(497,222,'获取地区编号数据','Region','CodeData','',63,0,'',1553964354);
|
||
|
||
/*!40000 ALTER TABLE `sxo_power` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_quick_nav
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_quick_nav`;
|
||
|
||
CREATE TABLE `sxo_quick_nav` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`platform` char(30) NOT NULL DEFAULT 'pc' COMMENT '所属平台(pc PC网站, h5 H5手机网站, ios 苹果APP, android 安卓APP, alipay 支付宝小程序, weixin 微信小程序, baidu 百度小程序, toutiao 头条小程序, qq QQ小程序)',
|
||
`event_type` tinyint(4) NOT NULL DEFAULT '-1' COMMENT '事件类型(0 WEB页面, 1 内部页面(小程序或APP内部地址), 2 外部小程序(同一个主体下的小程序appid), 3 打开地图, 4 拨打电话)',
|
||
`event_value` char(255) NOT NULL DEFAULT '' COMMENT '事件值',
|
||
`images_url` char(255) NOT NULL DEFAULT '' COMMENT '图片地址',
|
||
`name` char(60) NOT NULL DEFAULT '' COMMENT '名称',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否启用(0否,1是)',
|
||
`bg_color` char(30) NOT NULL DEFAULT '' COMMENT 'css背景色值',
|
||
`sort` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '排序',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `platform` (`platform`) USING BTREE,
|
||
KEY `is_enable` (`is_enable`) USING BTREE,
|
||
KEY `sort` (`sort`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='快捷导航';
|
||
|
||
LOCK TABLES `sxo_quick_nav` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_quick_nav` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_quick_nav` (`id`, `platform`, `event_type`, `event_value`, `images_url`, `name`, `is_enable`, `bg_color`, `sort`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(1,'pc',0,'index.php?s=category/index.html','/static/upload/images/quick_nav/2020/09/11/1599806728463641.png','分类',1,'#FF9933',0,1599806738,1644162408),
|
||
(2,'pc',4,'17688888888','/static/upload/images/quick_nav/2020/09/17/1600322667732829.png','电话',1,'#FF00CC',0,1599807003,1600322701),
|
||
(3,'pc',0,'index.php?s=order/index.html','/static/upload/images/quick_nav/2020/09/11/1599808001838784.png','订单',1,'#996633',0,1599808005,1644162397),
|
||
(4,'pc',3,'ShopXO|上海浦东新区张江高科技园区XXX号|121.633055|31.21412','/static/upload/images/quick_nav/2020/09/17/1600321639662998.png','地图',0,'#0066FF',0,1599808052,1627539990),
|
||
(5,'h5',1,'/pages/goods-category/goods-category','/static/upload/images/quick_nav/2020/09/11/1599806728463641.png','分类',1,'#FF9933',0,1599806738,1639114465),
|
||
(6,'h5',4,'17688888888','/static/upload/images/quick_nav/2020/09/17/1600322667732829.png','电话',1,'#FF00CC',0,1599807003,0),
|
||
(7,'h5',1,'/pages/user-order/user-order','/static/upload/images/quick_nav/2020/09/11/1599808001838784.png','订单',1,'#996633',0,1599808005,1639114493),
|
||
(8,'h5',3,'ShopXO|上海浦东新区张江高科技园区XXX号|121.633055|31.21412','/static/upload/images/quick_nav/2020/09/17/1600321639662998.png','地图位置',1,'#0066FF',0,1599808052,1639114516),
|
||
(9,'weixin',1,'/pages/goods-category/goods-category','/static/upload/images/quick_nav/2020/09/11/1599806728463641.png','分类',1,'#FF9933',0,1599806738,1599810379),
|
||
(10,'weixin',4,'17688888888','/static/upload/images/quick_nav/2020/09/17/1600322667732829.png','电话',1,'#FF00CC',0,1599807003,1600076541),
|
||
(11,'weixin',1,'/pages/user-order/user-order','/static/upload/images/quick_nav/2020/09/11/1599808001838784.png','订单',1,'#996633',0,1599808005,1599808064),
|
||
(12,'weixin',3,'ShopXO|上海浦东新区张江高科技园区XXX号|121.633055|31.21412','/static/upload/images/quick_nav/2020/09/17/1600321639662998.png','地图',1,'#0066FF',0,1599808052,1600321670),
|
||
(13,'alipay',1,'/pages/goods-category/goods-category','/static/upload/images/quick_nav/2020/09/11/1599806728463641.png','分类',1,'#FF9933',0,1599806738,1599810379),
|
||
(14,'alipay',4,'17688888888','/static/upload/images/quick_nav/2020/09/17/1600322667732829.png','电话',1,'#FF00CC',0,1599807003,1600076541),
|
||
(15,'alipay',1,'/pages/user-order/user-order','/static/upload/images/quick_nav/2020/09/11/1599808001838784.png','订单',1,'#996633',0,1599808005,1599808064),
|
||
(16,'alipay',3,'ShopXO|上海浦东新区张江高科技园区XXX号|121.633055|31.21412','/static/upload/images/quick_nav/2020/09/17/1600321639662998.png','地图',1,'#0066FF',0,1599808052,1600321670),
|
||
(17,'baidu',1,'/pages/goods-category/goods-category','/static/upload/images/quick_nav/2020/09/11/1599806728463641.png','分类',1,'#FF9933',0,1599806738,1599810379),
|
||
(18,'baidu',4,'17688888888','/static/upload/images/quick_nav/2020/09/17/1600322667732829.png','电话',1,'#FF00CC',0,1599807003,1600323589),
|
||
(19,'baidu',1,'/pages/user-order/user-order','/static/upload/images/quick_nav/2020/09/11/1599808001838784.png','订单',1,'#996633',0,1599808005,1599808064),
|
||
(20,'baidu',3,'ShopXO|上海浦东新区张江高科技园区XXX号|121.633055|31.21412','/static/upload/images/quick_nav/2020/09/17/1600321639662998.png','地图',1,'#0066FF',0,1599808052,1600321670),
|
||
(21,'qq',1,'/pages/goods-category/goods-category','/static/upload/images/quick_nav/2020/09/11/1599806728463641.png','分类',1,'#FF9933',0,1599806738,1599810379),
|
||
(22,'qq',4,'17688888888','/static/upload/images/quick_nav/2020/09/17/1600322667732829.png','电话',1,'#FF00CC',0,1599807003,1600076541),
|
||
(23,'qq',1,'/pages/user-order/user-order','/static/upload/images/quick_nav/2020/09/11/1599808001838784.png','订单',1,'#996633',0,1599808005,1599808064),
|
||
(24,'qq',3,'ShopXO|上海浦东新区张江高科技园区XXX号|121.633055|31.21412','/static/upload/images/quick_nav/2020/09/17/1600321639662998.png','地图',1,'#0066FF',0,1599808052,1600321670),
|
||
(25,'toutiao',1,'/pages/goods-category/goods-category','/static/upload/images/quick_nav/2020/09/11/1599806728463641.png','分类',1,'#FF9933',0,1599806738,1599810379),
|
||
(26,'toutiao',4,'17688888888','/static/upload/images/quick_nav/2020/09/17/1600322667732829.png','电话',1,'#FF00CC',0,1599807003,1600076541),
|
||
(27,'toutiao',1,'/pages/user-order/user-order','/static/upload/images/quick_nav/2020/09/11/1599808001838784.png','订单',1,'#996633',0,1599808005,1599808064),
|
||
(28,'toutiao',3,'ShopXO|上海浦东新区张江高科技园区XXX号|121.633055|31.21412','/static/upload/images/quick_nav/2020/09/17/1600321639662998.png','地图',1,'#0066FF',0,1599808052,1600321670);
|
||
|
||
/*!40000 ALTER TABLE `sxo_quick_nav` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_refund_log
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_refund_log`;
|
||
|
||
CREATE TABLE `sxo_refund_log` (
|
||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '退款日志id',
|
||
`pay_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '支付id',
|
||
`user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户id',
|
||
`business_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '业务订单id',
|
||
`business_type` char(180) NOT NULL DEFAULT '' COMMENT '业务类型,字符串(如:订单、钱包充值、会员购买、等...)',
|
||
`trade_no` char(100) NOT NULL DEFAULT '' COMMENT '支付平台交易号',
|
||
`buyer_user` char(60) NOT NULL DEFAULT '' COMMENT '支付平台用户帐号',
|
||
`refund_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '退款金额',
|
||
`pay_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '订单实际支付金额',
|
||
`msg` text COMMENT '描述',
|
||
`payment` char(60) NOT NULL DEFAULT '' COMMENT '支付方式标记',
|
||
`payment_name` char(60) NOT NULL DEFAULT '' COMMENT '支付方式名称',
|
||
`refundment` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '退款类型(0原路退回, 1退至钱包, 2手动处理)',
|
||
`return_params` text COMMENT '支付平台返回参数(以json存储)',
|
||
`add_time` int(10) unsigned NOT NULL COMMENT '添加时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `payment` (`payment`) USING BTREE,
|
||
KEY `business_id` (`business_id`) USING BTREE,
|
||
KEY `business_type` (`business_type`) USING BTREE,
|
||
KEY `pay_id` (`pay_id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='退款日志';
|
||
|
||
|
||
|
||
# Dump of table sxo_region
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_region`;
|
||
|
||
CREATE TABLE `sxo_region` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`pid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '父id',
|
||
`name` varchar(255) NOT NULL DEFAULT '' COMMENT '名称',
|
||
`level` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '级别类型(1:一级[所有省], 2:二级[所有市], 3:三级[所有区县], 4:街道[所有街道])',
|
||
`letters` char(3) NOT NULL DEFAULT '' COMMENT '城市首字母',
|
||
`code` char(30) NOT NULL DEFAULT '' COMMENT '编码',
|
||
`lng` decimal(13,10) NOT NULL DEFAULT '0.0000000000' COMMENT '经度',
|
||
`lat` decimal(13,10) NOT NULL DEFAULT '0.0000000000' COMMENT '纬度',
|
||
`sort` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '排序',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否启用(0否,1是)',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `pid` (`pid`) USING BTREE,
|
||
KEY `is_enable` (`is_enable`) USING BTREE,
|
||
KEY `sort` (`sort`) USING BTREE,
|
||
KEY `level` (`level`) USING BTREE,
|
||
KEY `letters` (`letters`) USING BTREE,
|
||
KEY `code` (`code`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COMMENT='地区';
|
||
|
||
LOCK TABLES `sxo_region` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_region` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_region` (`id`, `pid`, `name`, `level`, `letters`, `code`, `lng`, `lat`, `sort`, `is_enable`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(1,0,'北京市',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(2,0,'天津市',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(3,0,'河北省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(4,0,'山西省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(5,0,'内蒙古自治区',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(6,0,'辽宁省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(7,0,'吉林省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(8,0,'黑龙江省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(9,0,'上海市',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(10,0,'江苏省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(11,0,'浙江省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(12,0,'安徽省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(13,0,'福建省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(14,0,'江西省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(15,0,'山东省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(16,0,'河南省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(17,0,'湖北省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(18,0,'湖南省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(19,0,'广东省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(20,0,'广西壮族自治区',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(21,0,'海南省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(22,0,'重庆市',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(23,0,'四川省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(24,0,'贵州省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(25,0,'云南省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(26,0,'西藏自治区',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(27,0,'陕西省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(28,0,'甘肃省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(29,0,'青海省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(30,0,'宁夏回族自治区',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(31,0,'新疆维吾尔自治区',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(32,0,'台湾省',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(33,0,'香港特别行政区',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(34,0,'澳门特别行政区',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(35,0,'海外',1,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(36,1,'北京市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(37,2,'天津市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(38,3,'石家庄市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(39,3,'唐山市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(40,3,'秦皇岛市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(41,3,'邯郸市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(42,3,'邢台市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(43,3,'保定市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(44,3,'张家口市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(45,3,'承德市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(46,3,'沧州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(47,3,'廊坊市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(48,3,'衡水市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(49,4,'太原市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(50,4,'大同市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(51,4,'阳泉市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(52,4,'长治市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(53,4,'晋城市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(54,4,'朔州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(55,4,'晋中市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(56,4,'运城市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(57,4,'忻州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(58,4,'临汾市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(59,4,'吕梁市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(60,5,'呼和浩特市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(61,5,'包头市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(62,5,'乌海市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(63,5,'赤峰市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(64,5,'通辽市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(65,5,'鄂尔多斯市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(66,5,'呼伦贝尔市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(67,5,'巴彦淖尔市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(68,5,'乌兰察布市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(69,5,'兴安盟',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(70,5,'锡林郭勒盟',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(71,5,'阿拉善盟',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(72,6,'沈阳市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(73,6,'大连市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(74,6,'鞍山市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(75,6,'抚顺市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(76,6,'本溪市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(77,6,'丹东市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(78,6,'锦州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(79,6,'营口市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(80,6,'阜新市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(81,6,'辽阳市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(82,6,'盘锦市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(83,6,'铁岭市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(84,6,'朝阳市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(85,6,'葫芦岛市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(86,7,'长春市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(87,7,'吉林市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(88,7,'四平市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(89,7,'辽源市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(90,7,'通化市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(91,7,'白山市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(92,7,'松原市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(93,7,'白城市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(94,7,'延边朝鲜族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(95,8,'哈尔滨市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(96,8,'齐齐哈尔市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(97,8,'鸡西市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(98,8,'鹤岗市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(99,8,'双鸭山市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(100,8,'大庆市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(101,8,'伊春市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(102,8,'佳木斯市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(103,8,'七台河市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(104,8,'牡丹江市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(105,8,'黑河市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(106,8,'绥化市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(107,8,'大兴安岭地区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(108,9,'上海市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(109,10,'南京市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(110,10,'无锡市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(111,10,'徐州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(112,10,'常州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(113,10,'苏州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(114,10,'南通市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(115,10,'连云港市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(116,10,'淮安市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(117,10,'盐城市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(118,10,'扬州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(119,10,'镇江市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(120,10,'泰州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(121,10,'宿迁市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(122,11,'杭州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(123,11,'宁波市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(124,11,'温州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(125,11,'嘉兴市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(126,11,'湖州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(127,11,'绍兴市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(128,11,'金华市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(129,11,'衢州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(130,11,'舟山市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(131,11,'台州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(132,11,'丽水市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(133,12,'合肥市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(134,12,'芜湖市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(135,12,'蚌埠市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(136,12,'淮南市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(137,12,'马鞍山市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(138,12,'淮北市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(139,12,'铜陵市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(140,12,'安庆市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(141,12,'黄山市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(142,12,'滁州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(143,12,'阜阳市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(144,12,'宿州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(145,12,'六安市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(146,12,'亳州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(147,12,'池州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(148,12,'宣城市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(149,13,'福州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(150,13,'厦门市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(151,13,'莆田市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(152,13,'三明市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(153,13,'泉州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(154,13,'漳州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(155,13,'南平市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(156,13,'龙岩市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(157,13,'宁德市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(158,14,'南昌市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(159,14,'景德镇市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(160,14,'萍乡市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(161,14,'九江市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(162,14,'新余市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(163,14,'鹰潭市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(164,14,'赣州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(165,14,'吉安市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(166,14,'宜春市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(167,14,'抚州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(168,14,'上饶市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(169,15,'济南市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(170,15,'青岛市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(171,15,'淄博市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(172,15,'枣庄市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(173,15,'东营市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(174,15,'烟台市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(175,15,'潍坊市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(176,15,'济宁市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(177,15,'泰安市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(178,15,'威海市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(179,15,'日照市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(180,15,'临沂市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(181,15,'德州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(182,15,'聊城市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(183,15,'滨州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(184,15,'菏泽市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(185,16,'郑州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(186,16,'开封市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(187,16,'洛阳市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(188,16,'平顶山市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(189,16,'安阳市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(190,16,'鹤壁市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(191,16,'新乡市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(192,16,'焦作市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(193,16,'濮阳市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(194,16,'许昌市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(195,16,'漯河市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(196,16,'三门峡市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(197,16,'南阳市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(198,16,'商丘市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(199,16,'信阳市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(200,16,'周口市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(201,16,'驻马店市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(202,16,'省直辖县级行政区划',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(203,17,'武汉市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(204,17,'黄石市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(205,17,'十堰市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(206,17,'宜昌市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(207,17,'襄阳市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(208,17,'鄂州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(209,17,'荆门市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(210,17,'孝感市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(211,17,'荆州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(212,17,'黄冈市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(213,17,'咸宁市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(214,17,'随州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(215,17,'恩施土家族苗族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(216,17,'省直辖县级行政区划',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(217,18,'长沙市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(218,18,'株洲市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(219,18,'湘潭市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(220,18,'衡阳市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(221,18,'邵阳市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(222,18,'岳阳市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(223,18,'常德市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(224,18,'张家界市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(225,18,'益阳市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(226,18,'郴州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(227,18,'永州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(228,18,'怀化市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(229,18,'娄底市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(230,18,'湘西土家族苗族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(231,19,'广州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(232,19,'韶关市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(233,19,'深圳市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(234,19,'珠海市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(235,19,'汕头市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(236,19,'佛山市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(237,19,'江门市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(238,19,'湛江市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(239,19,'茂名市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(240,19,'肇庆市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(241,19,'惠州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(242,19,'梅州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(243,19,'汕尾市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(244,19,'河源市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(245,19,'阳江市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(246,19,'清远市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(247,19,'东莞市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(248,19,'中山市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(249,19,'潮州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(250,19,'揭阳市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(251,19,'云浮市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(252,20,'南宁市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(253,20,'柳州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(254,20,'桂林市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(255,20,'梧州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(256,20,'北海市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(257,20,'防城港市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(258,20,'钦州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(259,20,'贵港市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(260,20,'玉林市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(261,20,'百色市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(262,20,'贺州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(263,20,'河池市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(264,20,'来宾市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(265,20,'崇左市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(266,21,'海口市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(267,21,'三亚市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(268,21,'三沙市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(269,21,'儋州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(270,21,'省直辖县级行政区划',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(271,22,'重庆市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(272,22,'县',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(273,23,'成都市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(274,23,'自贡市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(275,23,'攀枝花市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(276,23,'泸州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(277,23,'德阳市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(278,23,'绵阳市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(279,23,'广元市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(280,23,'遂宁市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(281,23,'内江市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(282,23,'乐山市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(283,23,'南充市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(284,23,'眉山市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(285,23,'宜宾市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(286,23,'广安市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(287,23,'达州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(288,23,'雅安市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(289,23,'巴中市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(290,23,'资阳市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(291,23,'阿坝藏族羌族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(292,23,'甘孜藏族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(293,23,'凉山彝族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(294,24,'贵阳市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(295,24,'六盘水市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(296,24,'遵义市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(297,24,'安顺市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(298,24,'毕节市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(299,24,'铜仁市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(300,24,'黔西南布依族苗族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(301,24,'黔东南苗族侗族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(302,24,'黔南布依族苗族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(303,25,'昆明市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(304,25,'曲靖市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(305,25,'玉溪市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(306,25,'保山市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(307,25,'昭通市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(308,25,'丽江市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(309,25,'普洱市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(310,25,'临沧市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(311,25,'楚雄彝族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(312,25,'红河哈尼族彝族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(313,25,'文山壮族苗族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(314,25,'西双版纳傣族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(315,25,'大理白族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(316,25,'德宏傣族景颇族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(317,25,'怒江傈僳族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(318,25,'迪庆藏族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(319,26,'拉萨市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(320,26,'日喀则市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(321,26,'昌都市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(322,26,'林芝市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(323,26,'山南市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(324,26,'那曲市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(325,26,'阿里地区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(326,27,'西安市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(327,27,'铜川市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(328,27,'宝鸡市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(329,27,'咸阳市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(330,27,'渭南市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(331,27,'延安市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(332,27,'汉中市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(333,27,'榆林市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(334,27,'安康市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(335,27,'商洛市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(336,28,'兰州市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(337,28,'嘉峪关市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(338,28,'金昌市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(339,28,'白银市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(340,28,'天水市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(341,28,'武威市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(342,28,'张掖市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(343,28,'平凉市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(344,28,'酒泉市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(345,28,'庆阳市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(346,28,'定西市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(347,28,'陇南市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(348,28,'临夏回族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(349,28,'甘南藏族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(350,29,'西宁市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(351,29,'海东市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(352,29,'海北藏族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(353,29,'黄南藏族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(354,29,'海南藏族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(355,29,'果洛藏族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(356,29,'玉树藏族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(357,29,'海西蒙古族藏族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(358,30,'银川市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(359,30,'石嘴山市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(360,30,'吴忠市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(361,30,'固原市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(362,30,'中卫市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(363,31,'乌鲁木齐市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(364,31,'克拉玛依市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(365,31,'吐鲁番市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(366,31,'哈密市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(367,31,'昌吉回族自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(368,31,'博尔塔拉蒙古自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(369,31,'巴音郭楞蒙古自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(370,31,'阿克苏地区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(371,31,'克孜勒苏柯尔克孜自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(372,31,'喀什地区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(373,31,'和田地区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(374,31,'伊犁哈萨克自治州',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(375,31,'塔城地区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(376,31,'阿勒泰地区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(377,31,'自治区直辖县级行政区划',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(378,32,'台北市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(379,32,'高雄市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(380,32,'基隆市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(381,32,'台中市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(382,32,'台南市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(383,32,'新竹市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(384,32,'嘉义市',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(385,32,'台北县',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(386,32,'宜兰县',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(387,32,'桃园县',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(388,32,'新竹县',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(389,32,'苗栗县',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(390,32,'台中县',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(391,32,'彰化县',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(392,32,'南投县',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(393,32,'云林县',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(394,32,'嘉义县',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(395,32,'台南县',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(396,32,'高雄县',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(397,32,'屏东县',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(398,32,'澎湖县',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(399,32,'台东县',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(400,32,'花莲县',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(401,33,'中西区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(402,33,'东区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(403,33,'九龙城区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(404,33,'观塘区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(405,33,'南区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(406,33,'深水埗区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(407,33,'黄大仙区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(408,33,'湾仔区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(409,33,'油尖旺区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(410,33,'离岛区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(411,33,'葵青区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(412,33,'北区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(413,33,'西贡区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(414,33,'沙田区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(415,33,'屯门区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(416,33,'大埔区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(417,33,'荃湾区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(418,33,'元朗区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(419,34,'花地玛堂区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(420,34,'圣安多尼堂区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(421,34,'大堂区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(422,34,'望德堂区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(423,34,'风顺堂区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(424,34,'嘉模堂区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(425,34,'圣方济各堂区',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(426,35,'美国',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(427,35,'加拿大',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(428,35,'澳大利亚',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(429,35,'新西兰',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(430,35,'英国',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(431,35,'法国',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(432,35,'德国',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(433,35,'捷克',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(434,35,'荷兰',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(435,35,'瑞士',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(436,35,'希腊',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(437,35,'挪威',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(438,35,'瑞典',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(439,35,'丹麦',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(440,35,'芬兰',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(441,35,'爱尔兰',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(442,35,'奥地利',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(443,35,'意大利',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(444,35,'乌克兰',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(445,35,'俄罗斯',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(446,35,'西班牙',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(447,35,'韩国',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(448,35,'新加坡',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(449,35,'马来西亚',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(450,35,'印度',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(451,35,'泰国',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(452,35,'日本',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(453,35,'巴西',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(454,35,'阿根廷',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(455,35,'南非',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(456,35,'埃及',2,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(457,36,'东城区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(458,36,'西城区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(459,36,'朝阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(460,36,'丰台区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(461,36,'石景山区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(462,36,'海淀区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(463,36,'门头沟区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(464,36,'房山区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(465,36,'通州区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(466,36,'顺义区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(467,36,'昌平区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(468,36,'大兴区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(469,36,'怀柔区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(470,36,'平谷区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(471,36,'密云区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(472,36,'延庆区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(473,37,'和平区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(474,37,'河东区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(475,37,'河西区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(476,37,'南开区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(477,37,'河北区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(478,37,'红桥区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(479,37,'东丽区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(480,37,'西青区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(481,37,'津南区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(482,37,'北辰区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(483,37,'武清区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(484,37,'宝坻区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(485,37,'滨海新区',3,'','',0.0000000000,0.0000000000,0,1,1649559939,0),
|
||
(486,37,'宁河区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(487,37,'静海区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(488,37,'蓟州区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(489,38,'长安区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(490,38,'桥西区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(491,38,'新华区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(492,38,'井陉矿区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(493,38,'裕华区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(494,38,'藁城区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(495,38,'鹿泉区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(496,38,'栾城区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(497,38,'井陉县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(498,38,'正定县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(499,38,'行唐县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(500,38,'灵寿县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(501,38,'高邑县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(502,38,'深泽县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(503,38,'赞皇县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(504,38,'无极县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(505,38,'平山县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(506,38,'元氏县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(507,38,'赵县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(508,38,'石家庄高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(509,38,'石家庄循环化工园区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(510,38,'辛集市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(511,38,'晋州市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(512,38,'新乐市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(513,39,'路南区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(514,39,'路北区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(515,39,'古冶区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(516,39,'开平区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(517,39,'丰南区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(518,39,'丰润区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(519,39,'曹妃甸区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(520,39,'滦南县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(521,39,'乐亭县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(522,39,'迁西县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(523,39,'玉田县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(524,39,'河北唐山芦台经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(525,39,'唐山市汉沽管理区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(526,39,'唐山高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(527,39,'河北唐山海港经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(528,39,'遵化市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(529,39,'迁安市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(530,39,'滦州市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(531,40,'海港区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(532,40,'山海关区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(533,40,'北戴河区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(534,40,'抚宁区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(535,40,'青龙满族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(536,40,'昌黎县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(537,40,'卢龙县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(538,40,'秦皇岛市经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(539,40,'北戴河新区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(540,41,'邯山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(541,41,'丛台区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(542,41,'复兴区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(543,41,'峰峰矿区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(544,41,'肥乡区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(545,41,'永年区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(546,41,'临漳县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(547,41,'成安县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(548,41,'大名县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(549,41,'涉县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(550,41,'磁县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(551,41,'邱县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(552,41,'鸡泽县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(553,41,'广平县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(554,41,'馆陶县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(555,41,'魏县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(556,41,'曲周县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(557,41,'邯郸经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(558,41,'邯郸冀南新区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(559,41,'武安市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(560,42,'襄都区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(561,42,'信都区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(562,42,'任泽区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(563,42,'南和区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(564,42,'临城县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(565,42,'内丘县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(566,42,'柏乡县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(567,42,'隆尧县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(568,42,'宁晋县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(569,42,'巨鹿县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(570,42,'新河县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(571,42,'广宗县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(572,42,'平乡县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(573,42,'威县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(574,42,'清河县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(575,42,'临西县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(576,42,'河北邢台经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(577,42,'南宫市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(578,42,'沙河市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(579,43,'竞秀区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(580,43,'莲池区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(581,43,'满城区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(582,43,'清苑区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(583,43,'徐水区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(584,43,'涞水县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(585,43,'阜平县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(586,43,'定兴县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(587,43,'唐县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(588,43,'高阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(589,43,'容城县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(590,43,'涞源县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(591,43,'望都县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(592,43,'安新县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(593,43,'易县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(594,43,'曲阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(595,43,'蠡县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(596,43,'顺平县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(597,43,'博野县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(598,43,'雄县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(599,43,'保定高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(600,43,'保定白沟新城',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(601,43,'涿州市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(602,43,'定州市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(603,43,'安国市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(604,43,'高碑店市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(605,44,'桥东区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(606,44,'桥西区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(607,44,'宣化区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(608,44,'下花园区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(609,44,'万全区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(610,44,'崇礼区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(611,44,'张北县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(612,44,'康保县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(613,44,'沽源县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(614,44,'尚义县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(615,44,'蔚县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(616,44,'阳原县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(617,44,'怀安县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(618,44,'怀来县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(619,44,'涿鹿县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(620,44,'赤城县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(621,44,'张家口经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(622,44,'张家口市察北管理区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(623,44,'张家口市塞北管理区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(624,45,'双桥区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(625,45,'双滦区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(626,45,'鹰手营子矿区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(627,45,'承德县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(628,45,'兴隆县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(629,45,'滦平县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(630,45,'隆化县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(631,45,'丰宁满族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(632,45,'宽城满族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(633,45,'围场满族蒙古族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(634,45,'承德高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(635,45,'平泉市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(636,46,'新华区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(637,46,'运河区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(638,46,'沧县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(639,46,'青县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(640,46,'东光县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(641,46,'海兴县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(642,46,'盐山县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(643,46,'肃宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(644,46,'南皮县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(645,46,'吴桥县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(646,46,'献县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(647,46,'孟村回族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(648,46,'河北沧州经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(649,46,'沧州高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(650,46,'沧州渤海新区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(651,46,'泊头市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(652,46,'任丘市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(653,46,'黄骅市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(654,46,'河间市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(655,47,'安次区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(656,47,'广阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(657,47,'固安县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(658,47,'永清县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(659,47,'香河县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(660,47,'大城县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(661,47,'文安县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(662,47,'大厂回族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(663,47,'廊坊经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(664,47,'霸州市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(665,47,'三河市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(666,48,'桃城区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(667,48,'冀州区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(668,48,'枣强县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(669,48,'武邑县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(670,48,'武强县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(671,48,'饶阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(672,48,'安平县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(673,48,'故城县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(674,48,'景县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(675,48,'阜城县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(676,48,'河北衡水高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(677,48,'衡水滨湖新区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(678,48,'深州市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(679,49,'小店区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(680,49,'迎泽区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(681,49,'杏花岭区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(682,49,'尖草坪区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(683,49,'万柏林区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(684,49,'晋源区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(685,49,'清徐县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(686,49,'阳曲县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(687,49,'娄烦县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(688,49,'山西转型综合改革示范区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(689,49,'古交市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(690,50,'新荣区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(691,50,'平城区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(692,50,'云冈区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(693,50,'云州区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(694,50,'阳高县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(695,50,'天镇县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(696,50,'广灵县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(697,50,'灵丘县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(698,50,'浑源县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(699,50,'左云县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(700,50,'山西大同经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(701,51,'城区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(702,51,'矿区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(703,51,'郊区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(704,51,'平定县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(705,51,'盂县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(706,52,'潞州区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(707,52,'上党区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(708,52,'屯留区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(709,52,'潞城区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(710,52,'襄垣县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(711,52,'平顺县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(712,52,'黎城县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(713,52,'壶关县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(714,52,'长子县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(715,52,'武乡县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(716,52,'沁县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(717,52,'沁源县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(718,52,'山西长治高新技术产业园区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(719,53,'城区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(720,53,'沁水县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(721,53,'阳城县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(722,53,'陵川县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(723,53,'泽州县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(724,53,'高平市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(725,54,'朔城区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(726,54,'平鲁区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(727,54,'山阴县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(728,54,'应县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(729,54,'右玉县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(730,54,'山西朔州经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(731,54,'怀仁市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(732,55,'榆次区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(733,55,'太谷区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(734,55,'榆社县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(735,55,'左权县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(736,55,'和顺县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(737,55,'昔阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(738,55,'寿阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(739,55,'祁县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(740,55,'平遥县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(741,55,'灵石县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(742,55,'介休市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(743,56,'盐湖区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(744,56,'临猗县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(745,56,'万荣县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(746,56,'闻喜县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(747,56,'稷山县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(748,56,'新绛县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(749,56,'绛县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(750,56,'垣曲县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(751,56,'夏县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(752,56,'平陆县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(753,56,'芮城县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(754,56,'永济市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(755,56,'河津市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(756,57,'忻府区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(757,57,'定襄县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(758,57,'五台县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(759,57,'代县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(760,57,'繁峙县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(761,57,'宁武县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(762,57,'静乐县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(763,57,'神池县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(764,57,'五寨县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(765,57,'岢岚县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(766,57,'河曲县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(767,57,'保德县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(768,57,'偏关县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(769,57,'五台山风景名胜区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(770,57,'原平市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(771,58,'尧都区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(772,58,'曲沃县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(773,58,'翼城县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(774,58,'襄汾县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(775,58,'洪洞县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(776,58,'古县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(777,58,'安泽县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(778,58,'浮山县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(779,58,'吉县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(780,58,'乡宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(781,58,'大宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(782,58,'隰县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(783,58,'永和县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(784,58,'蒲县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(785,58,'汾西县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(786,58,'侯马市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(787,58,'霍州市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(788,59,'离石区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(789,59,'文水县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(790,59,'交城县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(791,59,'兴县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(792,59,'临县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(793,59,'柳林县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(794,59,'石楼县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(795,59,'岚县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(796,59,'方山县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(797,59,'中阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(798,59,'交口县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(799,59,'孝义市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(800,59,'汾阳市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(801,60,'新城区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(802,60,'回民区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(803,60,'玉泉区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(804,60,'赛罕区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(805,60,'土默特左旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(806,60,'托克托县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(807,60,'和林格尔县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(808,60,'清水河县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(809,60,'武川县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(810,60,'呼和浩特经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(811,61,'东河区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(812,61,'昆都仑区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(813,61,'青山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(814,61,'石拐区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(815,61,'白云鄂博矿区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(816,61,'九原区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(817,61,'土默特右旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(818,61,'固阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(819,61,'达尔罕茂明安联合旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(820,61,'包头稀土高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(821,62,'海勃湾区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(822,62,'海南区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(823,62,'乌达区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(824,63,'红山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(825,63,'元宝山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(826,63,'松山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(827,63,'阿鲁科尔沁旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(828,63,'巴林左旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(829,63,'巴林右旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(830,63,'林西县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(831,63,'克什克腾旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(832,63,'翁牛特旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(833,63,'喀喇沁旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(834,63,'宁城县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(835,63,'敖汉旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(836,64,'科尔沁区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(837,64,'科尔沁左翼中旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(838,64,'科尔沁左翼后旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(839,64,'开鲁县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(840,64,'库伦旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(841,64,'奈曼旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(842,64,'扎鲁特旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(843,64,'通辽经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(844,64,'霍林郭勒市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(845,65,'东胜区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(846,65,'康巴什区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(847,65,'达拉特旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(848,65,'准格尔旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(849,65,'鄂托克前旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(850,65,'鄂托克旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(851,65,'杭锦旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(852,65,'乌审旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(853,65,'伊金霍洛旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(854,66,'海拉尔区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(855,66,'扎赉诺尔区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(856,66,'阿荣旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(857,66,'莫力达瓦达斡尔族自治旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(858,66,'鄂伦春自治旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(859,66,'鄂温克族自治旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(860,66,'陈巴尔虎旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(861,66,'新巴尔虎左旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(862,66,'新巴尔虎右旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(863,66,'满洲里市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(864,66,'牙克石市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(865,66,'扎兰屯市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(866,66,'额尔古纳市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(867,66,'根河市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(868,67,'临河区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(869,67,'五原县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(870,67,'磴口县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(871,67,'乌拉特前旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(872,67,'乌拉特中旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(873,67,'乌拉特后旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(874,67,'杭锦后旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(875,68,'集宁区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(876,68,'卓资县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(877,68,'化德县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(878,68,'商都县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(879,68,'兴和县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(880,68,'凉城县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(881,68,'察哈尔右翼前旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(882,68,'察哈尔右翼中旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(883,68,'察哈尔右翼后旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(884,68,'四子王旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(885,68,'丰镇市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(886,69,'乌兰浩特市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(887,69,'阿尔山市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(888,69,'科尔沁右翼前旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(889,69,'科尔沁右翼中旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(890,69,'扎赉特旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(891,69,'突泉县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(892,70,'二连浩特市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(893,70,'锡林浩特市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(894,70,'阿巴嘎旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(895,70,'苏尼特左旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(896,70,'苏尼特右旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(897,70,'东乌珠穆沁旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(898,70,'西乌珠穆沁旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(899,70,'太仆寺旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(900,70,'镶黄旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(901,70,'正镶白旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(902,70,'正蓝旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(903,70,'多伦县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(904,70,'乌拉盖管委会',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(905,71,'阿拉善左旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(906,71,'阿拉善右旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(907,71,'额济纳旗',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(908,71,'内蒙古阿拉善高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(909,72,'和平区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(910,72,'沈河区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(911,72,'大东区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(912,72,'皇姑区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(913,72,'铁西区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(914,72,'苏家屯区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(915,72,'浑南区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(916,72,'沈北新区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(917,72,'于洪区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(918,72,'辽中区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(919,72,'康平县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(920,72,'法库县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(921,72,'新民市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(922,73,'中山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(923,73,'西岗区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(924,73,'沙河口区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(925,73,'甘井子区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(926,73,'旅顺口区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(927,73,'金州区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(928,73,'普兰店区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(929,73,'长海县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(930,73,'瓦房店市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(931,73,'庄河市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(932,74,'铁东区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(933,74,'铁西区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(934,74,'立山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(935,74,'千山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(936,74,'台安县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(937,74,'岫岩满族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(938,74,'海城市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(939,75,'新抚区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(940,75,'东洲区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(941,75,'望花区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(942,75,'顺城区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(943,75,'抚顺县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(944,75,'新宾满族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(945,75,'清原满族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(946,76,'平山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(947,76,'溪湖区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(948,76,'明山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(949,76,'南芬区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(950,76,'本溪满族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(951,76,'桓仁满族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(952,77,'元宝区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(953,77,'振兴区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(954,77,'振安区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(955,77,'宽甸满族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(956,77,'东港市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(957,77,'凤城市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(958,78,'古塔区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(959,78,'凌河区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(960,78,'太和区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(961,78,'黑山县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(962,78,'义县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(963,78,'凌海市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(964,78,'北镇市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(965,79,'站前区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(966,79,'西市区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(967,79,'鲅鱼圈区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(968,79,'老边区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(969,79,'盖州市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(970,79,'大石桥市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(971,80,'海州区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(972,80,'新邱区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(973,80,'太平区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(974,80,'清河门区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(975,80,'细河区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(976,80,'阜新蒙古族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(977,80,'彰武县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(978,81,'白塔区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(979,81,'文圣区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(980,81,'宏伟区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(981,81,'弓长岭区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(982,81,'太子河区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(983,81,'辽阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(984,81,'灯塔市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(985,82,'双台子区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(986,82,'兴隆台区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(987,82,'大洼区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(988,82,'盘山县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(989,83,'银州区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(990,83,'清河区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(991,83,'铁岭县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(992,83,'西丰县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(993,83,'昌图县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(994,83,'调兵山市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(995,83,'开原市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(996,84,'双塔区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(997,84,'龙城区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(998,84,'朝阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(999,84,'建平县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1000,84,'喀喇沁左翼蒙古族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1001,84,'北票市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1002,84,'凌源市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1003,85,'连山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1004,85,'龙港区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1005,85,'南票区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1006,85,'绥中县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1007,85,'建昌县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1008,85,'兴城市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1009,86,'南关区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1010,86,'宽城区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1011,86,'朝阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1012,86,'二道区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1013,86,'绿园区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1014,86,'双阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1015,86,'九台区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1016,86,'农安县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1017,86,'长春经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1018,86,'长春净月高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1019,86,'长春高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1020,86,'长春汽车经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1021,86,'榆树市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1022,86,'德惠市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1023,86,'公主岭市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1024,87,'昌邑区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1025,87,'龙潭区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1026,87,'船营区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1027,87,'丰满区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1028,87,'永吉县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1029,87,'吉林经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1030,87,'吉林高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1031,87,'吉林中国新加坡食品区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1032,87,'蛟河市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1033,87,'桦甸市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1034,87,'舒兰市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1035,87,'磐石市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1036,88,'铁西区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1037,88,'铁东区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1038,88,'梨树县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1039,88,'伊通满族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1040,88,'双辽市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1041,89,'龙山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1042,89,'西安区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1043,89,'东丰县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1044,89,'东辽县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1045,90,'东昌区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1046,90,'二道江区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1047,90,'通化县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1048,90,'辉南县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1049,90,'柳河县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1050,90,'梅河口市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1051,90,'集安市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1052,91,'浑江区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1053,91,'江源区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1054,91,'抚松县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1055,91,'靖宇县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1056,91,'长白朝鲜族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1057,91,'临江市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1058,92,'宁江区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1059,92,'前郭尔罗斯蒙古族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1060,92,'长岭县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1061,92,'乾安县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1062,92,'吉林松原经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1063,92,'扶余市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1064,93,'洮北区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1065,93,'镇赉县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1066,93,'通榆县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1067,93,'吉林白城经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1068,93,'洮南市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1069,93,'大安市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1070,94,'延吉市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1071,94,'图们市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1072,94,'敦化市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1073,94,'珲春市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1074,94,'龙井市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1075,94,'和龙市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1076,94,'汪清县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1077,94,'安图县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1078,95,'道里区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1079,95,'南岗区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1080,95,'道外区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1081,95,'平房区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1082,95,'松北区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1083,95,'香坊区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1084,95,'呼兰区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1085,95,'阿城区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1086,95,'双城区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1087,95,'依兰县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1088,95,'方正县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1089,95,'宾县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1090,95,'巴彦县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1091,95,'木兰县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1092,95,'通河县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1093,95,'延寿县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1094,95,'尚志市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1095,95,'五常市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1096,96,'龙沙区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1097,96,'建华区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1098,96,'铁锋区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1099,96,'昂昂溪区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1100,96,'富拉尔基区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1101,96,'碾子山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1102,96,'梅里斯达斡尔族区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1103,96,'龙江县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1104,96,'依安县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1105,96,'泰来县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1106,96,'甘南县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1107,96,'富裕县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1108,96,'克山县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1109,96,'克东县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1110,96,'拜泉县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1111,96,'讷河市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1112,97,'鸡冠区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1113,97,'恒山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1114,97,'滴道区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1115,97,'梨树区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1116,97,'城子河区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1117,97,'麻山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1118,97,'鸡东县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1119,97,'虎林市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1120,97,'密山市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1121,98,'向阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1122,98,'工农区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1123,98,'南山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1124,98,'兴安区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1125,98,'东山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1126,98,'兴山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1127,98,'萝北县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1128,98,'绥滨县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1129,99,'尖山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1130,99,'岭东区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1131,99,'四方台区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1132,99,'宝山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1133,99,'集贤县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1134,99,'友谊县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1135,99,'宝清县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1136,99,'饶河县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1137,100,'萨尔图区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1138,100,'龙凤区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1139,100,'让胡路区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1140,100,'红岗区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1141,100,'大同区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1142,100,'肇州县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1143,100,'肇源县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1144,100,'林甸县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1145,100,'杜尔伯特蒙古族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1146,100,'大庆高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1147,101,'伊美区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1148,101,'乌翠区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1149,101,'友好区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1150,101,'嘉荫县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1151,101,'汤旺县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1152,101,'丰林县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1153,101,'大箐山县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1154,101,'南岔县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1155,101,'金林区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1156,101,'铁力市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1157,102,'向阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1158,102,'前进区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1159,102,'东风区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1160,102,'郊区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1161,102,'桦南县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1162,102,'桦川县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1163,102,'汤原县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1164,102,'同江市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1165,102,'富锦市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1166,102,'抚远市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1167,103,'新兴区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1168,103,'桃山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1169,103,'茄子河区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1170,103,'勃利县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1171,104,'东安区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1172,104,'阳明区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1173,104,'爱民区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1174,104,'西安区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1175,104,'林口县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1176,104,'牡丹江经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1177,104,'绥芬河市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1178,104,'海林市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1179,104,'宁安市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1180,104,'穆棱市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1181,104,'东宁市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1182,105,'爱辉区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1183,105,'逊克县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1184,105,'孙吴县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1185,105,'北安市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1186,105,'五大连池市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1187,105,'嫩江市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1188,106,'北林区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1189,106,'望奎县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1190,106,'兰西县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1191,106,'青冈县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1192,106,'庆安县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1193,106,'明水县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1194,106,'绥棱县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1195,106,'安达市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1196,106,'肇东市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1197,106,'海伦市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1198,107,'漠河市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1199,107,'呼玛县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1200,107,'塔河县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1201,107,'加格达奇区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1202,107,'松岭区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1203,107,'新林区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1204,107,'呼中区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1205,108,'黄浦区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1206,108,'徐汇区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1207,108,'长宁区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1208,108,'静安区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1209,108,'普陀区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1210,108,'虹口区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1211,108,'杨浦区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1212,108,'闵行区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1213,108,'宝山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1214,108,'嘉定区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1215,108,'浦东新区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1216,108,'金山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1217,108,'松江区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1218,108,'青浦区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1219,108,'奉贤区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1220,108,'崇明区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1221,109,'玄武区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1222,109,'秦淮区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1223,109,'建邺区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1224,109,'鼓楼区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1225,109,'浦口区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1226,109,'栖霞区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1227,109,'雨花台区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1228,109,'江宁区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1229,109,'六合区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1230,109,'溧水区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1231,109,'高淳区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1232,110,'锡山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1233,110,'惠山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1234,110,'滨湖区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1235,110,'梁溪区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1236,110,'新吴区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1237,110,'江阴市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1238,110,'宜兴市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1239,111,'鼓楼区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1240,111,'云龙区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1241,111,'贾汪区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1242,111,'泉山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1243,111,'铜山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1244,111,'丰县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1245,111,'沛县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1246,111,'睢宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1247,111,'徐州经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1248,111,'新沂市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1249,111,'邳州市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1250,112,'天宁区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1251,112,'钟楼区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1252,112,'新北区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1253,112,'武进区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1254,112,'金坛区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1255,112,'溧阳市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1256,113,'虎丘区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1257,113,'吴中区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1258,113,'相城区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1259,113,'姑苏区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1260,113,'吴江区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1261,113,'苏州工业园区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1262,113,'常熟市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1263,113,'张家港市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1264,113,'昆山市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1265,113,'太仓市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1266,114,'通州区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1267,114,'崇川区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1268,114,'海门区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1269,114,'如东县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1270,114,'南通经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1271,114,'启东市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1272,114,'如皋市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1273,114,'海安市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1274,115,'连云区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1275,115,'海州区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1276,115,'赣榆区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1277,115,'东海县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1278,115,'灌云县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1279,115,'灌南县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1280,115,'连云港经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1281,115,'连云港高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1282,116,'淮安区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1283,116,'淮阴区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1284,116,'清江浦区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1285,116,'洪泽区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1286,116,'涟水县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1287,116,'盱眙县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1288,116,'金湖县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1289,116,'淮安经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1290,117,'亭湖区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1291,117,'盐都区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1292,117,'大丰区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1293,117,'响水县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1294,117,'滨海县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1295,117,'阜宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1296,117,'射阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1297,117,'建湖县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1298,117,'盐城经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1299,117,'东台市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1300,118,'广陵区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1301,118,'邗江区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1302,118,'江都区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1303,118,'宝应县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1304,118,'扬州经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1305,118,'仪征市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1306,118,'高邮市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1307,119,'京口区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1308,119,'润州区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1309,119,'丹徒区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1310,119,'镇江新区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1311,119,'丹阳市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1312,119,'扬中市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1313,119,'句容市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1314,120,'海陵区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1315,120,'高港区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1316,120,'姜堰区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1317,120,'泰州医药高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1318,120,'兴化市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1319,120,'靖江市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1320,120,'泰兴市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1321,121,'宿城区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1322,121,'宿豫区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1323,121,'沭阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1324,121,'泗阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1325,121,'泗洪县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1326,121,'宿迁经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1327,122,'上城区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1328,122,'拱墅区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1329,122,'西湖区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1330,122,'滨江区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1331,122,'萧山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1332,122,'余杭区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1333,122,'富阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1334,122,'临安区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1335,122,'临平区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1336,122,'钱塘区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1337,122,'桐庐县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1338,122,'淳安县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1339,122,'建德市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1340,123,'海曙区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1341,123,'江北区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1342,123,'北仑区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1343,123,'镇海区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1344,123,'鄞州区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1345,123,'奉化区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1346,123,'象山县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1347,123,'宁海县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1348,123,'余姚市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1349,123,'慈溪市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1350,124,'鹿城区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1351,124,'龙湾区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1352,124,'瓯海区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1353,124,'洞头区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1354,124,'永嘉县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1355,124,'平阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1356,124,'苍南县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1357,124,'文成县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1358,124,'泰顺县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1359,124,'温州经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1360,124,'瑞安市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1361,124,'乐清市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1362,124,'龙港市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1363,125,'南湖区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1364,125,'秀洲区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1365,125,'嘉善县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1366,125,'海盐县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1367,125,'海宁市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1368,125,'平湖市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1369,125,'桐乡市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1370,126,'吴兴区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1371,126,'南浔区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1372,126,'德清县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1373,126,'长兴县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1374,126,'安吉县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1375,127,'越城区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1376,127,'柯桥区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1377,127,'上虞区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1378,127,'新昌县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1379,127,'诸暨市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1380,127,'嵊州市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1381,128,'婺城区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1382,128,'金东区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1383,128,'武义县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1384,128,'浦江县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1385,128,'磐安县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1386,128,'兰溪市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1387,128,'义乌市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1388,128,'东阳市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1389,128,'永康市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1390,129,'柯城区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1391,129,'衢江区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1392,129,'常山县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1393,129,'开化县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1394,129,'龙游县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1395,129,'江山市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1396,130,'定海区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1397,130,'普陀区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1398,130,'岱山县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1399,130,'嵊泗县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1400,131,'椒江区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1401,131,'黄岩区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1402,131,'路桥区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1403,131,'三门县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1404,131,'天台县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1405,131,'仙居县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1406,131,'温岭市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1407,131,'临海市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1408,131,'玉环市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1409,132,'莲都区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1410,132,'青田县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1411,132,'缙云县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1412,132,'遂昌县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1413,132,'松阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1414,132,'云和县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1415,132,'庆元县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1416,132,'景宁畲族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1417,132,'龙泉市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1418,133,'瑶海区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1419,133,'庐阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1420,133,'蜀山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1421,133,'包河区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1422,133,'长丰县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1423,133,'肥东县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1424,133,'肥西县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1425,133,'庐江县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1426,133,'合肥高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1427,133,'合肥经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1428,133,'合肥新站高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1429,133,'巢湖市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1430,134,'镜湖区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1431,134,'鸠江区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1432,134,'弋江区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1433,134,'湾沚区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1434,134,'繁昌区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1435,134,'南陵县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1436,134,'芜湖经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1437,134,'安徽芜湖三山经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1438,134,'无为市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1439,135,'龙子湖区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1440,135,'蚌山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1441,135,'禹会区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1442,135,'淮上区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1443,135,'怀远县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1444,135,'五河县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1445,135,'固镇县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1446,135,'蚌埠市高新技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1447,135,'蚌埠市经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1448,136,'大通区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1449,136,'田家庵区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1450,136,'谢家集区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1451,136,'八公山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1452,136,'潘集区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1453,136,'凤台县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1454,136,'寿县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1455,137,'花山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1456,137,'雨山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1457,137,'博望区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1458,137,'当涂县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1459,137,'含山县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1460,137,'和县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1461,138,'杜集区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1462,138,'相山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1463,138,'烈山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1464,138,'濉溪县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1465,139,'铜官区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1466,139,'义安区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1467,139,'郊区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1468,139,'枞阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1469,140,'迎江区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1470,140,'大观区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1471,140,'宜秀区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1472,140,'怀宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1473,140,'太湖县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1474,140,'宿松县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1475,140,'望江县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1476,140,'岳西县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1477,140,'安徽安庆经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1478,140,'桐城市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1479,140,'潜山市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1480,141,'屯溪区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1481,141,'黄山区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1482,141,'徽州区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1483,141,'歙县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1484,141,'休宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1485,141,'黟县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1486,141,'祁门县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1487,142,'琅琊区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1488,142,'南谯区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1489,142,'来安县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1490,142,'全椒县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1491,142,'定远县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1492,142,'凤阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1493,142,'中新苏滁高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1494,142,'滁州经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1495,142,'天长市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1496,142,'明光市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1497,143,'颍州区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1498,143,'颍东区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1499,143,'颍泉区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1500,143,'临泉县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1501,143,'太和县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1502,143,'阜南县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1503,143,'颍上县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1504,143,'阜阳合肥现代产业园区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1505,143,'阜阳经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1506,143,'界首市',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1507,144,'埇桥区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1508,144,'砀山县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1509,144,'萧县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1510,144,'灵璧县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1511,144,'泗县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1512,144,'宿州马鞍山现代产业园区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1513,144,'宿州经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1514,145,'金安区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1515,145,'裕安区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1516,145,'叶集区',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1517,145,'霍邱县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1518,145,'舒城县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1519,145,'金寨县',3,'','',0.0000000000,0.0000000000,0,1,1649559940,0),
|
||
(1520,145,'霍山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1521,146,'谯城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1522,146,'涡阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1523,146,'蒙城县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1524,146,'利辛县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1525,147,'贵池区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1526,147,'东至县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1527,147,'石台县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1528,147,'青阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1529,148,'宣州区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1530,148,'郎溪县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1531,148,'泾县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1532,148,'绩溪县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1533,148,'旌德县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1534,148,'宣城市经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1535,148,'宁国市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1536,148,'广德市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1537,149,'鼓楼区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1538,149,'台江区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1539,149,'仓山区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1540,149,'马尾区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1541,149,'晋安区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1542,149,'长乐区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1543,149,'闽侯县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1544,149,'连江县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1545,149,'罗源县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1546,149,'闽清县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1547,149,'永泰县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1548,149,'平潭县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1549,149,'福清市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1550,150,'思明区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1551,150,'海沧区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1552,150,'湖里区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1553,150,'集美区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1554,150,'同安区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1555,150,'翔安区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1556,151,'城厢区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1557,151,'涵江区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1558,151,'荔城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1559,151,'秀屿区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1560,151,'仙游县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1561,152,'三元区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1562,152,'沙县区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1563,152,'明溪县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1564,152,'清流县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1565,152,'宁化县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1566,152,'大田县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1567,152,'尤溪县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1568,152,'将乐县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1569,152,'泰宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1570,152,'建宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1571,152,'永安市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1572,153,'鲤城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1573,153,'丰泽区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1574,153,'洛江区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1575,153,'泉港区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1576,153,'惠安县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1577,153,'安溪县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1578,153,'永春县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1579,153,'德化县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1580,153,'金门县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1581,153,'石狮市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1582,153,'晋江市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1583,153,'南安市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1584,154,'芗城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1585,154,'龙文区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1586,154,'龙海区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1587,154,'长泰区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1588,154,'云霄县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1589,154,'漳浦县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1590,154,'诏安县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1591,154,'东山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1592,154,'南靖县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1593,154,'平和县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1594,154,'华安县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1595,155,'延平区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1596,155,'建阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1597,155,'顺昌县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1598,155,'浦城县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1599,155,'光泽县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1600,155,'松溪县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1601,155,'政和县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1602,155,'邵武市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1603,155,'武夷山市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1604,155,'建瓯市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1605,156,'新罗区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1606,156,'永定区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1607,156,'长汀县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1608,156,'上杭县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1609,156,'武平县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1610,156,'连城县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1611,156,'漳平市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1612,157,'蕉城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1613,157,'霞浦县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1614,157,'古田县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1615,157,'屏南县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1616,157,'寿宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1617,157,'周宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1618,157,'柘荣县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1619,157,'福安市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1620,157,'福鼎市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1621,158,'东湖区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1622,158,'西湖区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1623,158,'青云谱区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1624,158,'青山湖区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1625,158,'新建区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1626,158,'红谷滩区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1627,158,'南昌县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1628,158,'安义县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1629,158,'进贤县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1630,159,'昌江区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1631,159,'珠山区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1632,159,'浮梁县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1633,159,'乐平市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1634,160,'安源区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1635,160,'湘东区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1636,160,'莲花县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1637,160,'上栗县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1638,160,'芦溪县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1639,161,'濂溪区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1640,161,'浔阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1641,161,'柴桑区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1642,161,'武宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1643,161,'修水县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1644,161,'永修县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1645,161,'德安县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1646,161,'都昌县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1647,161,'湖口县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1648,161,'彭泽县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1649,161,'瑞昌市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1650,161,'共青城市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1651,161,'庐山市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1652,162,'渝水区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1653,162,'分宜县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1654,163,'月湖区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1655,163,'余江区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1656,163,'贵溪市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1657,164,'章贡区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1658,164,'南康区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1659,164,'赣县区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1660,164,'信丰县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1661,164,'大余县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1662,164,'上犹县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1663,164,'崇义县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1664,164,'安远县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1665,164,'定南县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1666,164,'全南县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1667,164,'宁都县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1668,164,'于都县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1669,164,'兴国县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1670,164,'会昌县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1671,164,'寻乌县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1672,164,'石城县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1673,164,'瑞金市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1674,164,'龙南市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1675,165,'吉州区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1676,165,'青原区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1677,165,'吉安县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1678,165,'吉水县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1679,165,'峡江县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1680,165,'新干县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1681,165,'永丰县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1682,165,'泰和县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1683,165,'遂川县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1684,165,'万安县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1685,165,'安福县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1686,165,'永新县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1687,165,'井冈山市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1688,166,'袁州区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1689,166,'奉新县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1690,166,'万载县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1691,166,'上高县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1692,166,'宜丰县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1693,166,'靖安县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1694,166,'铜鼓县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1695,166,'丰城市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1696,166,'樟树市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1697,166,'高安市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1698,167,'临川区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1699,167,'东乡区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1700,167,'南城县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1701,167,'黎川县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1702,167,'南丰县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1703,167,'崇仁县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1704,167,'乐安县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1705,167,'宜黄县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1706,167,'金溪县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1707,167,'资溪县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1708,167,'广昌县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1709,168,'信州区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1710,168,'广丰区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1711,168,'广信区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1712,168,'玉山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1713,168,'铅山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1714,168,'横峰县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1715,168,'弋阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1716,168,'余干县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1717,168,'鄱阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1718,168,'万年县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1719,168,'婺源县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1720,168,'德兴市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1721,169,'历下区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1722,169,'市中区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1723,169,'槐荫区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1724,169,'天桥区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1725,169,'历城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1726,169,'长清区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1727,169,'章丘区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1728,169,'济阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1729,169,'莱芜区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1730,169,'钢城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1731,169,'平阴县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1732,169,'商河县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1733,169,'济南高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1734,170,'市南区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1735,170,'市北区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1736,170,'黄岛区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1737,170,'崂山区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1738,170,'李沧区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1739,170,'城阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1740,170,'即墨区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1741,170,'青岛高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1742,170,'胶州市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1743,170,'平度市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1744,170,'莱西市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1745,171,'淄川区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1746,171,'张店区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1747,171,'博山区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1748,171,'临淄区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1749,171,'周村区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1750,171,'桓台县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1751,171,'高青县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1752,171,'沂源县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1753,172,'市中区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1754,172,'薛城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1755,172,'峄城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1756,172,'台儿庄区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1757,172,'山亭区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1758,172,'滕州市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1759,173,'东营区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1760,173,'河口区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1761,173,'垦利区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1762,173,'利津县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1763,173,'广饶县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1764,173,'东营经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1765,173,'东营港经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1766,174,'芝罘区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1767,174,'福山区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1768,174,'牟平区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1769,174,'莱山区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1770,174,'蓬莱区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1771,174,'烟台高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1772,174,'烟台经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1773,174,'龙口市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1774,174,'莱阳市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1775,174,'莱州市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1776,174,'招远市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1777,174,'栖霞市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1778,174,'海阳市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1779,175,'潍城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1780,175,'寒亭区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1781,175,'坊子区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1782,175,'奎文区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1783,175,'临朐县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1784,175,'昌乐县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1785,175,'潍坊滨海经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1786,175,'青州市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1787,175,'诸城市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1788,175,'寿光市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1789,175,'安丘市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1790,175,'高密市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1791,175,'昌邑市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1792,176,'任城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1793,176,'兖州区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1794,176,'微山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1795,176,'鱼台县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1796,176,'金乡县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1797,176,'嘉祥县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1798,176,'汶上县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1799,176,'泗水县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1800,176,'梁山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1801,176,'济宁高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1802,176,'曲阜市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1803,176,'邹城市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1804,177,'泰山区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1805,177,'岱岳区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1806,177,'宁阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1807,177,'东平县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1808,177,'新泰市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1809,177,'肥城市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1810,178,'环翠区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1811,178,'文登区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1812,178,'威海火炬高技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1813,178,'威海经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1814,178,'威海临港经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1815,178,'荣成市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1816,178,'乳山市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1817,179,'东港区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1818,179,'岚山区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1819,179,'五莲县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1820,179,'莒县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1821,179,'日照经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1822,180,'兰山区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1823,180,'罗庄区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1824,180,'河东区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1825,180,'沂南县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1826,180,'郯城县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1827,180,'沂水县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1828,180,'兰陵县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1829,180,'费县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1830,180,'平邑县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1831,180,'莒南县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1832,180,'蒙阴县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1833,180,'临沭县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1834,180,'临沂高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1835,181,'德城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1836,181,'陵城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1837,181,'宁津县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1838,181,'庆云县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1839,181,'临邑县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1840,181,'齐河县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1841,181,'平原县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1842,181,'夏津县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1843,181,'武城县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1844,181,'德州经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1845,181,'德州运河经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1846,181,'乐陵市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1847,181,'禹城市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1848,182,'东昌府区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1849,182,'茌平区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1850,182,'阳谷县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1851,182,'莘县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1852,182,'东阿县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1853,182,'冠县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1854,182,'高唐县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1855,182,'临清市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1856,183,'滨城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1857,183,'沾化区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1858,183,'惠民县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1859,183,'阳信县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1860,183,'无棣县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1861,183,'博兴县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1862,183,'邹平市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1863,184,'牡丹区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1864,184,'定陶区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1865,184,'曹县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1866,184,'单县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1867,184,'成武县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1868,184,'巨野县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1869,184,'郓城县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1870,184,'鄄城县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1871,184,'东明县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1872,184,'菏泽经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1873,184,'菏泽高新技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1874,185,'中原区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1875,185,'二七区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1876,185,'管城回族区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1877,185,'金水区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1878,185,'上街区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1879,185,'惠济区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1880,185,'中牟县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1881,185,'郑州经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1882,185,'郑州高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1883,185,'郑州航空港经济综合实验区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1884,185,'巩义市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1885,185,'荥阳市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1886,185,'新密市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1887,185,'新郑市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1888,185,'登封市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1889,186,'龙亭区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1890,186,'顺河回族区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1891,186,'鼓楼区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1892,186,'禹王台区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1893,186,'祥符区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1894,186,'杞县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1895,186,'通许县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1896,186,'尉氏县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1897,186,'兰考县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1898,187,'老城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1899,187,'西工区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1900,187,'瀍河回族区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1901,187,'涧西区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1902,187,'偃师区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1903,187,'孟津区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1904,187,'洛龙区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1905,187,'新安县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1906,187,'栾川县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1907,187,'嵩县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1908,187,'汝阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1909,187,'宜阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1910,187,'洛宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1911,187,'伊川县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1912,187,'洛阳高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1913,188,'新华区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1914,188,'卫东区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1915,188,'石龙区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1916,188,'湛河区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1917,188,'宝丰县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1918,188,'叶县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1919,188,'鲁山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1920,188,'郏县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1921,188,'平顶山高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1922,188,'平顶山市城乡一体化示范区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1923,188,'舞钢市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1924,188,'汝州市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1925,189,'文峰区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1926,189,'北关区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1927,189,'殷都区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1928,189,'龙安区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1929,189,'安阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1930,189,'汤阴县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1931,189,'滑县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1932,189,'内黄县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1933,189,'安阳高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1934,189,'林州市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1935,190,'鹤山区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1936,190,'山城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1937,190,'淇滨区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1938,190,'浚县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1939,190,'淇县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1940,190,'鹤壁经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1941,191,'红旗区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1942,191,'卫滨区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1943,191,'凤泉区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1944,191,'牧野区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1945,191,'新乡县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1946,191,'获嘉县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1947,191,'原阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1948,191,'延津县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1949,191,'封丘县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1950,191,'新乡高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1951,191,'新乡经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1952,191,'新乡市平原城乡一体化示范区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1953,191,'卫辉市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1954,191,'辉县市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1955,191,'长垣市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1956,192,'解放区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1957,192,'中站区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1958,192,'马村区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1959,192,'山阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1960,192,'修武县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1961,192,'博爱县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1962,192,'武陟县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1963,192,'温县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1964,192,'焦作城乡一体化示范区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1965,192,'沁阳市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1966,192,'孟州市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1967,193,'华龙区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1968,193,'清丰县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1969,193,'南乐县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1970,193,'范县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1971,193,'台前县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1972,193,'濮阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1973,193,'河南濮阳工业园区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1974,193,'濮阳经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1975,194,'魏都区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1976,194,'建安区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1977,194,'鄢陵县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1978,194,'襄城县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1979,194,'许昌经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1980,194,'禹州市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1981,194,'长葛市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1982,195,'源汇区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1983,195,'郾城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1984,195,'召陵区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1985,195,'舞阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1986,195,'临颍县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1987,195,'漯河经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1988,196,'湖滨区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1989,196,'陕州区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1990,196,'渑池县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1991,196,'卢氏县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1992,196,'河南三门峡经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1993,196,'义马市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1994,196,'灵宝市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1995,197,'宛城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1996,197,'卧龙区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1997,197,'南召县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1998,197,'方城县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(1999,197,'西峡县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2000,197,'镇平县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2001,197,'内乡县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2002,197,'淅川县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2003,197,'社旗县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2004,197,'唐河县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2005,197,'新野县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2006,197,'桐柏县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2007,197,'南阳高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2008,197,'南阳市城乡一体化示范区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2009,197,'邓州市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2010,198,'梁园区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2011,198,'睢阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2012,198,'民权县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2013,198,'睢县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2014,198,'宁陵县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2015,198,'柘城县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2016,198,'虞城县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2017,198,'夏邑县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2018,198,'豫东综合物流产业聚集区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2019,198,'河南商丘经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2020,198,'永城市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2021,199,'浉河区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2022,199,'平桥区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2023,199,'罗山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2024,199,'光山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2025,199,'新县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2026,199,'商城县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2027,199,'固始县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2028,199,'潢川县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2029,199,'淮滨县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2030,199,'息县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2031,199,'信阳高新技术产业开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2032,200,'川汇区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2033,200,'淮阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2034,200,'扶沟县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2035,200,'西华县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2036,200,'商水县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2037,200,'沈丘县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2038,200,'郸城县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2039,200,'太康县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2040,200,'鹿邑县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2041,200,'河南周口经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2042,200,'项城市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2043,201,'驿城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2044,201,'西平县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2045,201,'上蔡县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2046,201,'平舆县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2047,201,'正阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2048,201,'确山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2049,201,'泌阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2050,201,'汝南县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2051,201,'遂平县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2052,201,'新蔡县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2053,201,'河南驻马店经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2054,202,'济源市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2055,203,'江岸区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2056,203,'江汉区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2057,203,'硚口区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2058,203,'汉阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2059,203,'武昌区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2060,203,'青山区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2061,203,'洪山区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2062,203,'东西湖区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2063,203,'汉南区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2064,203,'蔡甸区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2065,203,'江夏区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2066,203,'黄陂区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2067,203,'新洲区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2068,204,'黄石港区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2069,204,'西塞山区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2070,204,'下陆区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2071,204,'铁山区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2072,204,'阳新县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2073,204,'大冶市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2074,205,'茅箭区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2075,205,'张湾区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2076,205,'郧阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2077,205,'郧西县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2078,205,'竹山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2079,205,'竹溪县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2080,205,'房县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2081,205,'丹江口市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2082,206,'西陵区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2083,206,'伍家岗区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2084,206,'点军区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2085,206,'猇亭区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2086,206,'夷陵区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2087,206,'远安县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2088,206,'兴山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2089,206,'秭归县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2090,206,'长阳土家族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2091,206,'五峰土家族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2092,206,'宜都市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2093,206,'当阳市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2094,206,'枝江市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2095,207,'襄城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2096,207,'樊城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2097,207,'襄州区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2098,207,'南漳县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2099,207,'谷城县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2100,207,'保康县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2101,207,'老河口市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2102,207,'枣阳市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2103,207,'宜城市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2104,208,'梁子湖区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2105,208,'华容区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2106,208,'鄂城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2107,209,'东宝区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2108,209,'掇刀区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2109,209,'沙洋县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2110,209,'钟祥市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2111,209,'京山市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2112,210,'孝南区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2113,210,'孝昌县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2114,210,'大悟县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2115,210,'云梦县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2116,210,'应城市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2117,210,'安陆市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2118,210,'汉川市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2119,211,'沙市区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2120,211,'荆州区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2121,211,'公安县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2122,211,'江陵县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2123,211,'荆州经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2124,211,'石首市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2125,211,'洪湖市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2126,211,'松滋市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2127,211,'监利市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2128,212,'黄州区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2129,212,'团风县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2130,212,'红安县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2131,212,'罗田县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2132,212,'英山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2133,212,'浠水县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2134,212,'蕲春县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2135,212,'黄梅县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2136,212,'龙感湖管理区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2137,212,'麻城市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2138,212,'武穴市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2139,213,'咸安区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2140,213,'嘉鱼县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2141,213,'通城县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2142,213,'崇阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2143,213,'通山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2144,213,'赤壁市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2145,214,'曾都区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2146,214,'随县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2147,214,'广水市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2148,215,'恩施市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2149,215,'利川市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2150,215,'建始县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2151,215,'巴东县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2152,215,'宣恩县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2153,215,'咸丰县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2154,215,'来凤县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2155,215,'鹤峰县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2156,216,'仙桃市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2157,216,'潜江市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2158,216,'天门市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2159,216,'神农架林区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2160,217,'芙蓉区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2161,217,'天心区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2162,217,'岳麓区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2163,217,'开福区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2164,217,'雨花区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2165,217,'望城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2166,217,'长沙县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2167,217,'浏阳市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2168,217,'宁乡市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2169,218,'荷塘区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2170,218,'芦淞区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2171,218,'石峰区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2172,218,'天元区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2173,218,'渌口区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2174,218,'攸县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2175,218,'茶陵县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2176,218,'炎陵县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2177,218,'云龙示范区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2178,218,'醴陵市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2179,219,'雨湖区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2180,219,'岳塘区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2181,219,'湘潭县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2182,219,'湖南湘潭高新技术产业园区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2183,219,'湘潭昭山示范区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2184,219,'湘潭九华示范区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2185,219,'湘乡市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2186,219,'韶山市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2187,220,'珠晖区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2188,220,'雁峰区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2189,220,'石鼓区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2190,220,'蒸湘区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2191,220,'南岳区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2192,220,'衡阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2193,220,'衡南县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2194,220,'衡山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2195,220,'衡东县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2196,220,'祁东县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2197,220,'衡阳综合保税区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2198,220,'湖南衡阳高新技术产业园区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2199,220,'湖南衡阳松木经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2200,220,'耒阳市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2201,220,'常宁市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2202,221,'双清区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2203,221,'大祥区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2204,221,'北塔区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2205,221,'新邵县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2206,221,'邵阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2207,221,'隆回县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2208,221,'洞口县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2209,221,'绥宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2210,221,'新宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2211,221,'城步苗族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2212,221,'武冈市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2213,221,'邵东市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2214,222,'岳阳楼区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2215,222,'云溪区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2216,222,'君山区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2217,222,'岳阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2218,222,'华容县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2219,222,'湘阴县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2220,222,'平江县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2221,222,'岳阳市屈原管理区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2222,222,'汨罗市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2223,222,'临湘市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2224,223,'武陵区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2225,223,'鼎城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2226,223,'安乡县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2227,223,'汉寿县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2228,223,'澧县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2229,223,'临澧县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2230,223,'桃源县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2231,223,'石门县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2232,223,'常德市西洞庭管理区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2233,223,'津市市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2234,224,'永定区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2235,224,'武陵源区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2236,224,'慈利县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2237,224,'桑植县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2238,225,'资阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2239,225,'赫山区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2240,225,'南县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2241,225,'桃江县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2242,225,'安化县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2243,225,'益阳市大通湖管理区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2244,225,'湖南益阳高新技术产业园区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2245,225,'沅江市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2246,226,'北湖区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2247,226,'苏仙区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2248,226,'桂阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2249,226,'宜章县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2250,226,'永兴县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2251,226,'嘉禾县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2252,226,'临武县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2253,226,'汝城县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2254,226,'桂东县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2255,226,'安仁县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2256,226,'资兴市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2257,227,'零陵区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2258,227,'冷水滩区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2259,227,'东安县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2260,227,'双牌县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2261,227,'道县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2262,227,'江永县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2263,227,'宁远县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2264,227,'蓝山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2265,227,'新田县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2266,227,'江华瑶族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2267,227,'永州经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2268,227,'永州市回龙圩管理区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2269,227,'祁阳市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2270,228,'鹤城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2271,228,'中方县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2272,228,'沅陵县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2273,228,'辰溪县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2274,228,'溆浦县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2275,228,'会同县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2276,228,'麻阳苗族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2277,228,'新晃侗族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2278,228,'芷江侗族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2279,228,'靖州苗族侗族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2280,228,'通道侗族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2281,228,'怀化市洪江管理区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2282,228,'洪江市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2283,229,'娄星区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2284,229,'双峰县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2285,229,'新化县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2286,229,'冷水江市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2287,229,'涟源市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2288,230,'吉首市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2289,230,'泸溪县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2290,230,'凤凰县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2291,230,'花垣县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2292,230,'保靖县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2293,230,'古丈县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2294,230,'永顺县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2295,230,'龙山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2296,231,'荔湾区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2297,231,'越秀区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2298,231,'海珠区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2299,231,'天河区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2300,231,'白云区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2301,231,'黄埔区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2302,231,'番禺区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2303,231,'花都区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2304,231,'南沙区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2305,231,'从化区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2306,231,'增城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2307,232,'武江区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2308,232,'浈江区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2309,232,'曲江区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2310,232,'始兴县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2311,232,'仁化县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2312,232,'翁源县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2313,232,'乳源瑶族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2314,232,'新丰县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2315,232,'乐昌市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2316,232,'南雄市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2317,233,'罗湖区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2318,233,'福田区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2319,233,'南山区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2320,233,'宝安区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2321,233,'龙岗区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2322,233,'盐田区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2323,233,'龙华区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2324,233,'坪山区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2325,233,'光明区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2326,233,'大鹏新区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2327,234,'香洲区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2328,234,'斗门区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2329,234,'金湾区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2330,235,'龙湖区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2331,235,'金平区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2332,235,'濠江区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2333,235,'潮阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2334,235,'潮南区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2335,235,'澄海区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2336,235,'南澳县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2337,236,'禅城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2338,236,'南海区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2339,236,'顺德区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2340,236,'三水区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2341,236,'高明区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2342,237,'蓬江区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2343,237,'江海区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2344,237,'新会区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2345,237,'台山市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2346,237,'开平市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2347,237,'鹤山市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2348,237,'恩平市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2349,238,'赤坎区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2350,238,'霞山区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2351,238,'坡头区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2352,238,'麻章区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2353,238,'遂溪县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2354,238,'徐闻县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2355,238,'廉江市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2356,238,'雷州市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2357,238,'吴川市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2358,239,'茂南区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2359,239,'电白区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2360,239,'高州市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2361,239,'化州市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2362,239,'信宜市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2363,240,'端州区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2364,240,'鼎湖区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2365,240,'高要区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2366,240,'广宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2367,240,'怀集县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2368,240,'封开县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2369,240,'德庆县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2370,240,'四会市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2371,241,'惠城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2372,241,'惠阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2373,241,'博罗县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2374,241,'惠东县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2375,241,'龙门县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2376,242,'梅江区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2377,242,'梅县区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2378,242,'大埔县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2379,242,'丰顺县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2380,242,'五华县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2381,242,'平远县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2382,242,'蕉岭县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2383,242,'兴宁市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2384,243,'城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2385,243,'海丰县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2386,243,'陆河县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2387,243,'陆丰市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2388,244,'源城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2389,244,'紫金县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2390,244,'龙川县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2391,244,'连平县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2392,244,'和平县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2393,244,'东源县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2394,245,'江城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2395,245,'阳东区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2396,245,'阳西县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2397,245,'阳春市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2398,246,'清城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2399,246,'清新区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2400,246,'佛冈县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2401,246,'阳山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2402,246,'连山壮族瑶族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2403,246,'连南瑶族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2404,246,'英德市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2405,246,'连州市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2406,247,'东莞市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2407,248,'中山市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2408,249,'湘桥区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2409,249,'潮安区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2410,249,'饶平县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2411,250,'榕城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2412,250,'揭东区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2413,250,'揭西县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2414,250,'惠来县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2415,250,'普宁市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2416,251,'云城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2417,251,'云安区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2418,251,'新兴县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2419,251,'郁南县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2420,251,'罗定市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2421,252,'兴宁区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2422,252,'青秀区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2423,252,'江南区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2424,252,'西乡塘区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2425,252,'良庆区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2426,252,'邕宁区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2427,252,'武鸣区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2428,252,'隆安县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2429,252,'马山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2430,252,'上林县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2431,252,'宾阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2432,252,'横州市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2433,253,'城中区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2434,253,'鱼峰区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2435,253,'柳南区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2436,253,'柳北区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2437,253,'柳江区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2438,253,'柳城县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2439,253,'鹿寨县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2440,253,'融安县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2441,253,'融水苗族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2442,253,'三江侗族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2443,254,'秀峰区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2444,254,'叠彩区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2445,254,'象山区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2446,254,'七星区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2447,254,'雁山区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2448,254,'临桂区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2449,254,'阳朔县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2450,254,'灵川县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2451,254,'全州县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2452,254,'兴安县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2453,254,'永福县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2454,254,'灌阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2455,254,'龙胜各族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2456,254,'资源县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2457,254,'平乐县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2458,254,'恭城瑶族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2459,254,'荔浦市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2460,255,'万秀区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2461,255,'长洲区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2462,255,'龙圩区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2463,255,'苍梧县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2464,255,'藤县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2465,255,'蒙山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2466,255,'岑溪市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2467,256,'海城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2468,256,'银海区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2469,256,'铁山港区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2470,256,'合浦县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2471,257,'港口区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2472,257,'防城区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2473,257,'上思县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2474,257,'东兴市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2475,258,'钦南区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2476,258,'钦北区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2477,258,'灵山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2478,258,'浦北县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2479,259,'港北区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2480,259,'港南区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2481,259,'覃塘区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2482,259,'平南县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2483,259,'桂平市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2484,260,'玉州区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2485,260,'福绵区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2486,260,'容县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2487,260,'陆川县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2488,260,'博白县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2489,260,'兴业县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2490,260,'北流市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2491,261,'右江区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2492,261,'田阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2493,261,'田东县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2494,261,'德保县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2495,261,'那坡县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2496,261,'凌云县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2497,261,'乐业县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2498,261,'田林县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2499,261,'西林县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2500,261,'隆林各族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2501,261,'靖西市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2502,261,'平果市',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2503,262,'八步区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2504,262,'平桂区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2505,262,'昭平县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2506,262,'钟山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2507,262,'富川瑶族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2508,263,'金城江区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2509,263,'宜州区',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2510,263,'南丹县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2511,263,'天峨县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2512,263,'凤山县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2513,263,'东兰县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2514,263,'罗城仫佬族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2515,263,'环江毛南族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2516,263,'巴马瑶族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2517,263,'都安瑶族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559941,0),
|
||
(2518,263,'大化瑶族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2519,264,'兴宾区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2520,264,'忻城县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2521,264,'象州县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2522,264,'武宣县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2523,264,'金秀瑶族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2524,264,'合山市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2525,265,'江州区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2526,265,'扶绥县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2527,265,'宁明县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2528,265,'龙州县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2529,265,'大新县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2530,265,'天等县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2531,265,'凭祥市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2532,266,'秀英区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2533,266,'龙华区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2534,266,'琼山区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2535,266,'美兰区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2536,267,'海棠区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2537,267,'吉阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2538,267,'天涯区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2539,267,'崖州区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2540,268,'西沙群岛',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2541,268,'南沙群岛',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2542,268,'中沙群岛的岛礁及其海域',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2543,269,'儋州市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2544,270,'五指山市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2545,270,'琼海市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2546,270,'文昌市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2547,270,'万宁市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2548,270,'东方市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2549,270,'定安县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2550,270,'屯昌县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2551,270,'澄迈县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2552,270,'临高县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2553,270,'白沙黎族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2554,270,'昌江黎族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2555,270,'乐东黎族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2556,270,'陵水黎族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2557,270,'保亭黎族苗族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2558,270,'琼中黎族苗族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2559,271,'万州区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2560,271,'涪陵区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2561,271,'渝中区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2562,271,'大渡口区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2563,271,'江北区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2564,271,'沙坪坝区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2565,271,'九龙坡区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2566,271,'南岸区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2567,271,'北碚区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2568,271,'綦江区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2569,271,'大足区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2570,271,'渝北区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2571,271,'巴南区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2572,271,'黔江区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2573,271,'长寿区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2574,271,'江津区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2575,271,'合川区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2576,271,'永川区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2577,271,'南川区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2578,271,'璧山区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2579,271,'铜梁区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2580,271,'潼南区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2581,271,'荣昌区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2582,271,'开州区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2583,271,'梁平区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2584,271,'武隆区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2585,272,'城口县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2586,272,'丰都县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2587,272,'垫江县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2588,272,'忠县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2589,272,'云阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2590,272,'奉节县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2591,272,'巫山县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2592,272,'巫溪县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2593,272,'石柱土家族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2594,272,'秀山土家族苗族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2595,272,'酉阳土家族苗族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2596,272,'彭水苗族土家族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2597,273,'锦江区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2598,273,'青羊区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2599,273,'金牛区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2600,273,'武侯区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2601,273,'成华区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2602,273,'龙泉驿区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2603,273,'青白江区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2604,273,'新都区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2605,273,'温江区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2606,273,'双流区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2607,273,'郫都区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2608,273,'新津区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2609,273,'金堂县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2610,273,'大邑县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2611,273,'蒲江县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2612,273,'都江堰市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2613,273,'彭州市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2614,273,'邛崃市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2615,273,'崇州市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2616,273,'简阳市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2617,274,'自流井区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2618,274,'贡井区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2619,274,'大安区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2620,274,'沿滩区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2621,274,'荣县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2622,274,'富顺县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2623,275,'东区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2624,275,'西区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2625,275,'仁和区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2626,275,'米易县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2627,275,'盐边县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2628,276,'江阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2629,276,'纳溪区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2630,276,'龙马潭区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2631,276,'泸县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2632,276,'合江县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2633,276,'叙永县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2634,276,'古蔺县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2635,277,'旌阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2636,277,'罗江区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2637,277,'中江县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2638,277,'广汉市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2639,277,'什邡市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2640,277,'绵竹市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2641,278,'涪城区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2642,278,'游仙区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2643,278,'安州区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2644,278,'三台县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2645,278,'盐亭县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2646,278,'梓潼县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2647,278,'北川羌族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2648,278,'平武县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2649,278,'江油市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2650,279,'利州区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2651,279,'昭化区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2652,279,'朝天区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2653,279,'旺苍县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2654,279,'青川县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2655,279,'剑阁县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2656,279,'苍溪县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2657,280,'船山区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2658,280,'安居区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2659,280,'蓬溪县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2660,280,'大英县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2661,280,'射洪市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2662,281,'市中区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2663,281,'东兴区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2664,281,'威远县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2665,281,'资中县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2666,281,'内江经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2667,281,'隆昌市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2668,282,'市中区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2669,282,'沙湾区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2670,282,'五通桥区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2671,282,'金口河区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2672,282,'犍为县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2673,282,'井研县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2674,282,'夹江县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2675,282,'沐川县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2676,282,'峨边彝族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2677,282,'马边彝族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2678,282,'峨眉山市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2679,283,'顺庆区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2680,283,'高坪区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2681,283,'嘉陵区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2682,283,'南部县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2683,283,'营山县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2684,283,'蓬安县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2685,283,'仪陇县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2686,283,'西充县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2687,283,'阆中市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2688,284,'东坡区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2689,284,'彭山区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2690,284,'仁寿县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2691,284,'洪雅县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2692,284,'丹棱县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2693,284,'青神县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2694,285,'翠屏区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2695,285,'南溪区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2696,285,'叙州区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2697,285,'江安县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2698,285,'长宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2699,285,'高县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2700,285,'珙县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2701,285,'筠连县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2702,285,'兴文县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2703,285,'屏山县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2704,286,'广安区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2705,286,'前锋区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2706,286,'岳池县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2707,286,'武胜县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2708,286,'邻水县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2709,286,'华蓥市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2710,287,'通川区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2711,287,'达川区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2712,287,'宣汉县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2713,287,'开江县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2714,287,'大竹县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2715,287,'渠县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2716,287,'达州经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2717,287,'万源市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2718,288,'雨城区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2719,288,'名山区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2720,288,'荥经县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2721,288,'汉源县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2722,288,'石棉县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2723,288,'天全县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2724,288,'芦山县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2725,288,'宝兴县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2726,289,'巴州区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2727,289,'恩阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2728,289,'通江县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2729,289,'南江县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2730,289,'平昌县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2731,289,'巴中经济开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2732,290,'雁江区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2733,290,'安岳县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2734,290,'乐至县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2735,291,'马尔康市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2736,291,'汶川县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2737,291,'理县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2738,291,'茂县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2739,291,'松潘县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2740,291,'九寨沟县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2741,291,'金川县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2742,291,'小金县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2743,291,'黑水县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2744,291,'壤塘县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2745,291,'阿坝县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2746,291,'若尔盖县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2747,291,'红原县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2748,292,'康定市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2749,292,'泸定县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2750,292,'丹巴县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2751,292,'九龙县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2752,292,'雅江县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2753,292,'道孚县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2754,292,'炉霍县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2755,292,'甘孜县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2756,292,'新龙县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2757,292,'德格县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2758,292,'白玉县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2759,292,'石渠县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2760,292,'色达县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2761,292,'理塘县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2762,292,'巴塘县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2763,292,'乡城县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2764,292,'稻城县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2765,292,'得荣县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2766,293,'西昌市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2767,293,'会理市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2768,293,'木里藏族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2769,293,'盐源县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2770,293,'德昌县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2771,293,'会东县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2772,293,'宁南县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2773,293,'普格县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2774,293,'布拖县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2775,293,'金阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2776,293,'昭觉县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2777,293,'喜德县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2778,293,'冕宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2779,293,'越西县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2780,293,'甘洛县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2781,293,'美姑县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2782,293,'雷波县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2783,294,'南明区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2784,294,'云岩区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2785,294,'花溪区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2786,294,'乌当区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2787,294,'白云区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2788,294,'观山湖区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2789,294,'开阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2790,294,'息烽县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2791,294,'修文县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2792,294,'清镇市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2793,295,'钟山区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2794,295,'六枝特区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2795,295,'水城区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2796,295,'盘州市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2797,296,'红花岗区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2798,296,'汇川区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2799,296,'播州区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2800,296,'桐梓县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2801,296,'绥阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2802,296,'正安县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2803,296,'道真仡佬族苗族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2804,296,'务川仡佬族苗族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2805,296,'凤冈县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2806,296,'湄潭县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2807,296,'余庆县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2808,296,'习水县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2809,296,'赤水市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2810,296,'仁怀市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2811,297,'西秀区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2812,297,'平坝区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2813,297,'普定县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2814,297,'镇宁布依族苗族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2815,297,'关岭布依族苗族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2816,297,'紫云苗族布依族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2817,298,'七星关区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2818,298,'大方县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2819,298,'金沙县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2820,298,'织金县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2821,298,'纳雍县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2822,298,'威宁彝族回族苗族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2823,298,'赫章县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2824,298,'黔西市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2825,299,'碧江区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2826,299,'万山区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2827,299,'江口县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2828,299,'玉屏侗族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2829,299,'石阡县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2830,299,'思南县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2831,299,'印江土家族苗族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2832,299,'德江县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2833,299,'沿河土家族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2834,299,'松桃苗族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2835,300,'兴义市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2836,300,'兴仁市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2837,300,'普安县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2838,300,'晴隆县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2839,300,'贞丰县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2840,300,'望谟县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2841,300,'册亨县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2842,300,'安龙县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2843,301,'凯里市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2844,301,'黄平县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2845,301,'施秉县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2846,301,'三穗县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2847,301,'镇远县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2848,301,'岑巩县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2849,301,'天柱县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2850,301,'锦屏县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2851,301,'剑河县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2852,301,'台江县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2853,301,'黎平县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2854,301,'榕江县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2855,301,'从江县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2856,301,'雷山县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2857,301,'麻江县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2858,301,'丹寨县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2859,302,'都匀市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2860,302,'福泉市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2861,302,'荔波县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2862,302,'贵定县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2863,302,'瓮安县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2864,302,'独山县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2865,302,'平塘县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2866,302,'罗甸县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2867,302,'长顺县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2868,302,'龙里县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2869,302,'惠水县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2870,302,'三都水族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2871,303,'五华区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2872,303,'盘龙区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2873,303,'官渡区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2874,303,'西山区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2875,303,'东川区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2876,303,'呈贡区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2877,303,'晋宁区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2878,303,'富民县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2879,303,'宜良县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2880,303,'石林彝族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2881,303,'嵩明县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2882,303,'禄劝彝族苗族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2883,303,'寻甸回族彝族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2884,303,'安宁市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2885,304,'麒麟区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2886,304,'沾益区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2887,304,'马龙区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2888,304,'陆良县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2889,304,'师宗县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2890,304,'罗平县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2891,304,'富源县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2892,304,'会泽县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2893,304,'宣威市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2894,305,'红塔区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2895,305,'江川区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2896,305,'通海县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2897,305,'华宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2898,305,'易门县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2899,305,'峨山彝族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2900,305,'新平彝族傣族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2901,305,'元江哈尼族彝族傣族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2902,305,'澄江市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2903,306,'隆阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2904,306,'施甸县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2905,306,'龙陵县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2906,306,'昌宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2907,306,'腾冲市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2908,307,'昭阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2909,307,'鲁甸县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2910,307,'巧家县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2911,307,'盐津县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2912,307,'大关县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2913,307,'永善县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2914,307,'绥江县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2915,307,'镇雄县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2916,307,'彝良县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2917,307,'威信县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2918,307,'水富市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2919,308,'古城区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2920,308,'玉龙纳西族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2921,308,'永胜县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2922,308,'华坪县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2923,308,'宁蒗彝族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2924,309,'思茅区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2925,309,'宁洱哈尼族彝族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2926,309,'墨江哈尼族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2927,309,'景东彝族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2928,309,'景谷傣族彝族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2929,309,'镇沅彝族哈尼族拉祜族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2930,309,'江城哈尼族彝族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2931,309,'孟连傣族拉祜族佤族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2932,309,'澜沧拉祜族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2933,309,'西盟佤族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2934,310,'临翔区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2935,310,'凤庆县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2936,310,'云县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2937,310,'永德县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2938,310,'镇康县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2939,310,'双江拉祜族佤族布朗族傣族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2940,310,'耿马傣族佤族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2941,310,'沧源佤族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2942,311,'楚雄市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2943,311,'禄丰市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2944,311,'双柏县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2945,311,'牟定县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2946,311,'南华县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2947,311,'姚安县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2948,311,'大姚县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2949,311,'永仁县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2950,311,'元谋县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2951,311,'武定县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2952,312,'个旧市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2953,312,'开远市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2954,312,'蒙自市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2955,312,'弥勒市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2956,312,'屏边苗族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2957,312,'建水县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2958,312,'石屏县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2959,312,'泸西县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2960,312,'元阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2961,312,'红河县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2962,312,'金平苗族瑶族傣族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2963,312,'绿春县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2964,312,'河口瑶族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2965,313,'文山市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2966,313,'砚山县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2967,313,'西畴县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2968,313,'麻栗坡县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2969,313,'马关县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2970,313,'丘北县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2971,313,'广南县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2972,313,'富宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2973,314,'景洪市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2974,314,'勐海县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2975,314,'勐腊县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2976,315,'大理市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2977,315,'漾濞彝族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2978,315,'祥云县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2979,315,'宾川县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2980,315,'弥渡县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2981,315,'南涧彝族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2982,315,'巍山彝族回族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2983,315,'永平县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2984,315,'云龙县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2985,315,'洱源县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2986,315,'剑川县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2987,315,'鹤庆县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2988,316,'瑞丽市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2989,316,'芒市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2990,316,'梁河县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2991,316,'盈江县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2992,316,'陇川县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2993,317,'泸水市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2994,317,'福贡县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2995,317,'贡山独龙族怒族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2996,317,'兰坪白族普米族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2997,318,'香格里拉市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2998,318,'德钦县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(2999,318,'维西傈僳族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3000,319,'城关区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3001,319,'堆龙德庆区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3002,319,'达孜区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3003,319,'林周县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3004,319,'当雄县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3005,319,'尼木县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3006,319,'曲水县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3007,319,'墨竹工卡县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3008,319,'格尔木藏青工业园区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3009,319,'拉萨经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3010,319,'西藏文化旅游创意园区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3011,319,'达孜工业园区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3012,320,'桑珠孜区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3013,320,'南木林县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3014,320,'江孜县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3015,320,'定日县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3016,320,'萨迦县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3017,320,'拉孜县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3018,320,'昂仁县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3019,320,'谢通门县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3020,320,'白朗县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3021,320,'仁布县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3022,320,'康马县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3023,320,'定结县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3024,320,'仲巴县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3025,320,'亚东县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3026,320,'吉隆县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3027,320,'聂拉木县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3028,320,'萨嘎县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3029,320,'岗巴县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3030,321,'卡若区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3031,321,'江达县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3032,321,'贡觉县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3033,321,'类乌齐县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3034,321,'丁青县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3035,321,'察雅县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3036,321,'八宿县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3037,321,'左贡县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3038,321,'芒康县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3039,321,'洛隆县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3040,321,'边坝县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3041,322,'巴宜区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3042,322,'工布江达县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3043,322,'米林县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3044,322,'墨脱县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3045,322,'波密县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3046,322,'察隅县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3047,322,'朗县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3048,323,'乃东区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3049,323,'扎囊县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3050,323,'贡嘎县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3051,323,'桑日县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3052,323,'琼结县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3053,323,'曲松县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3054,323,'措美县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3055,323,'洛扎县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3056,323,'加查县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3057,323,'隆子县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3058,323,'错那县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3059,323,'浪卡子县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3060,324,'色尼区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3061,324,'嘉黎县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3062,324,'比如县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3063,324,'聂荣县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3064,324,'安多县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3065,324,'申扎县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3066,324,'索县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3067,324,'班戈县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3068,324,'巴青县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3069,324,'尼玛县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3070,324,'双湖县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3071,325,'普兰县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3072,325,'札达县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3073,325,'噶尔县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3074,325,'日土县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3075,325,'革吉县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3076,325,'改则县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3077,325,'措勤县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3078,326,'新城区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3079,326,'碑林区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3080,326,'莲湖区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3081,326,'灞桥区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3082,326,'未央区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3083,326,'雁塔区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3084,326,'阎良区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3085,326,'临潼区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3086,326,'长安区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3087,326,'高陵区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3088,326,'鄠邑区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3089,326,'蓝田县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3090,326,'周至县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3091,327,'王益区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3092,327,'印台区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3093,327,'耀州区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3094,327,'宜君县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3095,328,'渭滨区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3096,328,'金台区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3097,328,'陈仓区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3098,328,'凤翔区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3099,328,'岐山县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3100,328,'扶风县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3101,328,'眉县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3102,328,'陇县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3103,328,'千阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3104,328,'麟游县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3105,328,'凤县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3106,328,'太白县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3107,329,'秦都区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3108,329,'杨陵区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3109,329,'渭城区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3110,329,'三原县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3111,329,'泾阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3112,329,'乾县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3113,329,'礼泉县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3114,329,'永寿县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3115,329,'长武县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3116,329,'旬邑县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3117,329,'淳化县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3118,329,'武功县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3119,329,'兴平市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3120,329,'彬州市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3121,330,'临渭区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3122,330,'华州区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3123,330,'潼关县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3124,330,'大荔县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3125,330,'合阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3126,330,'澄城县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3127,330,'蒲城县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3128,330,'白水县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3129,330,'富平县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3130,330,'韩城市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3131,330,'华阴市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3132,331,'宝塔区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3133,331,'安塞区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3134,331,'延长县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3135,331,'延川县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3136,331,'志丹县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3137,331,'吴起县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3138,331,'甘泉县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3139,331,'富县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3140,331,'洛川县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3141,331,'宜川县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3142,331,'黄龙县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3143,331,'黄陵县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3144,331,'子长市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3145,332,'汉台区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3146,332,'南郑区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3147,332,'城固县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3148,332,'洋县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3149,332,'西乡县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3150,332,'勉县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3151,332,'宁强县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3152,332,'略阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3153,332,'镇巴县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3154,332,'留坝县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3155,332,'佛坪县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3156,333,'榆阳区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3157,333,'横山区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3158,333,'府谷县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3159,333,'靖边县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3160,333,'定边县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3161,333,'绥德县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3162,333,'米脂县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3163,333,'佳县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3164,333,'吴堡县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3165,333,'清涧县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3166,333,'子洲县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3167,333,'神木市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3168,334,'汉滨区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3169,334,'汉阴县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3170,334,'石泉县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3171,334,'宁陕县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3172,334,'紫阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3173,334,'岚皋县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3174,334,'平利县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3175,334,'镇坪县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3176,334,'白河县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3177,334,'旬阳市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3178,335,'商州区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3179,335,'洛南县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3180,335,'丹凤县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3181,335,'商南县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3182,335,'山阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3183,335,'镇安县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3184,335,'柞水县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3185,336,'城关区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3186,336,'七里河区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3187,336,'西固区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3188,336,'安宁区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3189,336,'红古区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3190,336,'永登县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3191,336,'皋兰县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3192,336,'榆中县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3193,336,'兰州新区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3194,337,'嘉峪关市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3195,338,'金川区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3196,338,'永昌县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3197,339,'白银区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3198,339,'平川区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3199,339,'靖远县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3200,339,'会宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3201,339,'景泰县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3202,340,'秦州区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3203,340,'麦积区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3204,340,'清水县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3205,340,'秦安县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3206,340,'甘谷县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3207,340,'武山县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3208,340,'张家川回族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3209,341,'凉州区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3210,341,'民勤县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3211,341,'古浪县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3212,341,'天祝藏族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3213,342,'甘州区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3214,342,'肃南裕固族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3215,342,'民乐县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3216,342,'临泽县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3217,342,'高台县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3218,342,'山丹县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3219,343,'崆峒区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3220,343,'泾川县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3221,343,'灵台县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3222,343,'崇信县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3223,343,'庄浪县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3224,343,'静宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3225,343,'华亭市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3226,344,'肃州区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3227,344,'金塔县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3228,344,'瓜州县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3229,344,'肃北蒙古族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3230,344,'阿克塞哈萨克族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3231,344,'玉门市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3232,344,'敦煌市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3233,345,'西峰区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3234,345,'庆城县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3235,345,'环县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3236,345,'华池县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3237,345,'合水县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3238,345,'正宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3239,345,'宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3240,345,'镇原县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3241,346,'安定区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3242,346,'通渭县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3243,346,'陇西县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3244,346,'渭源县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3245,346,'临洮县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3246,346,'漳县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3247,346,'岷县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3248,347,'武都区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3249,347,'成县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3250,347,'文县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3251,347,'宕昌县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3252,347,'康县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3253,347,'西和县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3254,347,'礼县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3255,347,'徽县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3256,347,'两当县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3257,348,'临夏市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3258,348,'临夏县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3259,348,'康乐县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3260,348,'永靖县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3261,348,'广河县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3262,348,'和政县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3263,348,'东乡族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3264,348,'积石山保安族东乡族撒拉族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3265,349,'合作市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3266,349,'临潭县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3267,349,'卓尼县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3268,349,'舟曲县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3269,349,'迭部县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3270,349,'玛曲县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3271,349,'碌曲县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3272,349,'夏河县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3273,350,'城东区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3274,350,'城中区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3275,350,'城西区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3276,350,'城北区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3277,350,'湟中区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3278,350,'大通回族土族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3279,350,'湟源县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3280,351,'乐都区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3281,351,'平安区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3282,351,'民和回族土族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3283,351,'互助土族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3284,351,'化隆回族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3285,351,'循化撒拉族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3286,352,'门源回族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3287,352,'祁连县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3288,352,'海晏县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3289,352,'刚察县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3290,353,'同仁市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3291,353,'尖扎县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3292,353,'泽库县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3293,353,'河南蒙古族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3294,354,'共和县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3295,354,'同德县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3296,354,'贵德县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3297,354,'兴海县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3298,354,'贵南县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3299,355,'玛沁县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3300,355,'班玛县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3301,355,'甘德县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3302,355,'达日县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3303,355,'久治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3304,355,'玛多县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3305,356,'玉树市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3306,356,'杂多县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3307,356,'称多县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3308,356,'治多县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3309,356,'囊谦县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3310,356,'曲麻莱县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3311,357,'格尔木市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3312,357,'德令哈市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3313,357,'茫崖市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3314,357,'乌兰县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3315,357,'都兰县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3316,357,'天峻县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3317,357,'大柴旦行政委员会',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3318,358,'兴庆区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3319,358,'西夏区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3320,358,'金凤区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3321,358,'永宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3322,358,'贺兰县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3323,358,'灵武市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3324,359,'大武口区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3325,359,'惠农区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3326,359,'平罗县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3327,360,'利通区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3328,360,'红寺堡区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3329,360,'盐池县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3330,360,'同心县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3331,360,'青铜峡市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3332,361,'原州区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3333,361,'西吉县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3334,361,'隆德县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3335,361,'泾源县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3336,361,'彭阳县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3337,362,'沙坡头区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3338,362,'中宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3339,362,'海原县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3340,363,'天山区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3341,363,'沙依巴克区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3342,363,'新市区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3343,363,'水磨沟区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3344,363,'头屯河区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3345,363,'达坂城区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3346,363,'米东区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3347,363,'乌鲁木齐县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3348,364,'独山子区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3349,364,'克拉玛依区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3350,364,'白碱滩区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3351,364,'乌尔禾区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3352,365,'高昌区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3353,365,'鄯善县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3354,365,'托克逊县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3355,366,'伊州区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3356,366,'巴里坤哈萨克自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3357,366,'伊吾县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3358,367,'昌吉市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3359,367,'阜康市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3360,367,'呼图壁县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3361,367,'玛纳斯县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3362,367,'奇台县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3363,367,'吉木萨尔县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3364,367,'木垒哈萨克自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3365,368,'博乐市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3366,368,'阿拉山口市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3367,368,'精河县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3368,368,'温泉县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3369,369,'库尔勒市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3370,369,'轮台县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3371,369,'尉犁县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3372,369,'若羌县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3373,369,'且末县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3374,369,'焉耆回族自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3375,369,'和静县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3376,369,'和硕县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3377,369,'博湖县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3378,369,'库尔勒经济技术开发区',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3379,370,'阿克苏市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3380,370,'库车市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3381,370,'温宿县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3382,370,'沙雅县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3383,370,'新和县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3384,370,'拜城县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3385,370,'乌什县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3386,370,'阿瓦提县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3387,370,'柯坪县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3388,371,'阿图什市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3389,371,'阿克陶县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3390,371,'阿合奇县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3391,371,'乌恰县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3392,372,'喀什市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3393,372,'疏附县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3394,372,'疏勒县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3395,372,'英吉沙县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3396,372,'泽普县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3397,372,'莎车县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3398,372,'叶城县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3399,372,'麦盖提县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3400,372,'岳普湖县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3401,372,'伽师县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3402,372,'巴楚县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3403,372,'塔什库尔干塔吉克自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3404,373,'和田市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3405,373,'和田县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3406,373,'墨玉县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3407,373,'皮山县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3408,373,'洛浦县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3409,373,'策勒县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3410,373,'于田县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3411,373,'民丰县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3412,374,'伊宁市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3413,374,'奎屯市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3414,374,'霍尔果斯市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3415,374,'伊宁县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3416,374,'察布查尔锡伯自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3417,374,'霍城县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3418,374,'巩留县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3419,374,'新源县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3420,374,'昭苏县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3421,374,'特克斯县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3422,374,'尼勒克县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3423,375,'塔城市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3424,375,'乌苏市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3425,375,'沙湾市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3426,375,'额敏县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3427,375,'托里县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3428,375,'裕民县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3429,375,'和布克赛尔蒙古自治县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3430,376,'阿勒泰市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3431,376,'布尔津县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3432,376,'富蕴县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3433,376,'福海县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3434,376,'哈巴河县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3435,376,'青河县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3436,376,'吉木乃县',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3437,377,'石河子市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3438,377,'阿拉尔市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3439,377,'图木舒克市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3440,377,'五家渠市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3441,377,'北屯市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3442,377,'铁门关市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3443,377,'双河市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3444,377,'可克达拉市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3445,377,'昆玉市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3446,377,'胡杨河市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0),
|
||
(3447,377,'新星市',3,'','',0.0000000000,0.0000000000,0,1,1649559942,0);
|
||
|
||
/*!40000 ALTER TABLE `sxo_region` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_role
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_role`;
|
||
|
||
CREATE TABLE `sxo_role` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '角色组id',
|
||
`name` char(30) NOT NULL DEFAULT '' COMMENT '角色名称',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否启用(0否,1是)',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='角色组';
|
||
|
||
LOCK TABLES `sxo_role` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_role` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_role` (`id`, `name`, `is_enable`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(1,'超级管理员',1,1481350313,0),
|
||
(13,'管理员',1,1484402362,1667467423);
|
||
|
||
/*!40000 ALTER TABLE `sxo_role` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_role_plugins
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_role_plugins`;
|
||
|
||
CREATE TABLE `sxo_role_plugins` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '关联id',
|
||
`role_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '角色id',
|
||
`name` char(60) NOT NULL DEFAULT '' COMMENT '插件名称',
|
||
`plugins` char(60) NOT NULL DEFAULT '' COMMENT '唯一标记',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `role_id` (`role_id`) USING BTREE,
|
||
KEY `name` (`name`) USING BTREE,
|
||
KEY `plugins` (`plugins`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='角色与权限插件';
|
||
|
||
LOCK TABLES `sxo_role_plugins` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_role_plugins` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_role_plugins` (`id`, `role_id`, `name`, `plugins`, `add_time`)
|
||
VALUES
|
||
(21,13,'进销存','erp',1667467423);
|
||
|
||
/*!40000 ALTER TABLE `sxo_role_plugins` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_role_power
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_role_power`;
|
||
|
||
CREATE TABLE `sxo_role_power` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '关联id',
|
||
`role_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '角色id',
|
||
`power_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '权限id',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `role_id` (`role_id`) USING BTREE,
|
||
KEY `power_id` (`power_id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='角色与权限管理';
|
||
|
||
LOCK TABLES `sxo_role_power` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_role_power` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_role_power` (`id`, `role_id`, `power_id`, `add_time`)
|
||
VALUES
|
||
(5039,13,41,1667467423),
|
||
(5040,13,339,1667467423),
|
||
(5041,13,354,1667467423),
|
||
(5042,13,482,1667467423),
|
||
(5043,13,483,1667467423),
|
||
(5044,13,81,1667467423),
|
||
(5045,13,103,1667467423),
|
||
(5046,13,104,1667467423),
|
||
(5047,13,219,1667467423),
|
||
(5048,13,199,1667467423),
|
||
(5049,13,362,1667467423),
|
||
(5050,13,1,1667467423),
|
||
(5051,13,22,1667467423),
|
||
(5052,13,4,1667467423),
|
||
(5053,13,406,1667467423),
|
||
(5054,13,13,1667467423),
|
||
(5055,13,126,1667467423),
|
||
(5056,13,127,1667467423),
|
||
(5057,13,451,1667467423),
|
||
(5058,13,38,1667467423),
|
||
(5059,13,39,1667467423),
|
||
(5060,13,201,1667467423),
|
||
(5061,13,462,1667467423),
|
||
(5062,13,356,1667467423),
|
||
(5063,13,418,1667467423),
|
||
(5064,13,421,1667467423),
|
||
(5065,13,177,1667467423),
|
||
(5066,13,178,1667467423),
|
||
(5067,13,180,1667467423),
|
||
(5068,13,267,1667467423),
|
||
(5069,13,268,1667467423),
|
||
(5070,13,269,1667467423),
|
||
(5071,13,310,1667467423),
|
||
(5072,13,364,1667467423),
|
||
(5073,13,222,1667467423),
|
||
(5074,13,223,1667467423),
|
||
(5075,13,234,1667467423),
|
||
(5076,13,236,1667467423),
|
||
(5077,13,238,1667467423),
|
||
(5078,13,239,1667467423),
|
||
(5079,13,241,1667467423),
|
||
(5080,13,244,1667467423),
|
||
(5081,13,172,1667467423),
|
||
(5082,13,175,1667467423),
|
||
(5083,13,193,1667467423),
|
||
(5084,13,153,1667467423),
|
||
(5085,13,156,1667467423),
|
||
(5086,13,259,1667467423),
|
||
(5087,13,261,1667467423),
|
||
(5088,13,443,1667467423),
|
||
(5089,13,477,1667467423),
|
||
(5090,13,252,1667467423),
|
||
(5091,13,249,1667467423),
|
||
(5092,13,253,1667467423),
|
||
(5093,13,438,1667467423),
|
||
(5094,13,425,1667467423),
|
||
(5095,13,431,1667467423),
|
||
(5096,13,319,1667467423),
|
||
(5097,13,326,1667467423),
|
||
(5098,13,314,1667467423),
|
||
(5099,13,376,1667467423),
|
||
(5100,13,332,1667467423),
|
||
(5101,13,336,1667467423),
|
||
(5102,13,333,1667467423),
|
||
(5103,13,204,1667467423),
|
||
(5104,13,205,1667467423),
|
||
(5105,13,210,1667467423),
|
||
(5106,13,182,1667467423),
|
||
(5107,13,214,1667467423),
|
||
(5108,13,183,1667467423),
|
||
(5109,13,185,1667467423),
|
||
(5110,13,449,1667467423),
|
||
(5111,13,372,1667467423),
|
||
(5112,13,186,1667467423),
|
||
(5113,13,340,1667467423),
|
||
(5114,13,341,1667467423),
|
||
(5115,13,343,1667467423),
|
||
(5116,13,373,1667467423),
|
||
(5117,13,118,1667467423),
|
||
(5118,13,119,1667467423),
|
||
(5119,13,120,1667467423),
|
||
(5120,13,121,1667467423),
|
||
(5121,13,122,1667467423),
|
||
(5122,13,331,1667467423);
|
||
|
||
/*!40000 ALTER TABLE `sxo_role_power` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_screening_price
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_screening_price`;
|
||
|
||
CREATE TABLE `sxo_screening_price` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '分类id',
|
||
`pid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '父id',
|
||
`name` char(30) NOT NULL COMMENT '名称',
|
||
`min_price` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '最小价格',
|
||
`max_price` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '最大价格',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否启用(0否,1是)',
|
||
`sort` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '顺序',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `pid` (`pid`) USING BTREE,
|
||
KEY `is_enable` (`is_enable`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='筛选价格';
|
||
|
||
LOCK TABLES `sxo_screening_price` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_screening_price` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_screening_price` (`id`, `pid`, `name`, `min_price`, `max_price`, `is_enable`, `sort`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(7,0,'100以下',0,100,1,0,0,1605776851),
|
||
(10,0,'100-300',100,300,1,0,0,1605776847),
|
||
(16,0,'300-600',300,600,1,0,1482840545,1536284623),
|
||
(17,0,'600-1000',600,1000,1,0,1482840557,1536284638),
|
||
(18,0,'1000-1500',1000,1500,1,0,1482840577,1536284653),
|
||
(24,0,'1500-2000',1500,2000,1,0,1483951541,1536284667),
|
||
(25,0,'2000-3000',2000,3000,1,0,1535684676,1536284683),
|
||
(26,0,'3000-5000',3000,5000,1,0,1535684688,1536284701),
|
||
(27,0,'5000-8000',5000,8000,1,0,1535684701,1536284736),
|
||
(28,0,'8000-12000',8000,12000,1,0,1535684707,1536284767),
|
||
(29,0,'12000-16000',12000,16000,1,0,1535684729,1536284787),
|
||
(30,0,'16000-20000',16000,20000,1,0,1535684745,1536284805),
|
||
(31,0,'20000以上',20000,0,1,0,1535684797,1536284828);
|
||
|
||
/*!40000 ALTER TABLE `sxo_screening_price` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_search_history
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_search_history`;
|
||
|
||
CREATE TABLE `sxo_search_history` (
|
||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户id',
|
||
`brand_ids` text COMMENT '品牌id(json存储)',
|
||
`category_ids` text COMMENT '商品分类id(json存储)',
|
||
`keywords` char(230) NOT NULL DEFAULT '' COMMENT '搜索关键字',
|
||
`screening_price_values` text COMMENT '价格区间(json存储)',
|
||
`goods_params_values` text COMMENT '商品参数/属性(json存储)',
|
||
`goods_spec_values` text COMMENT '商品规格(json存储)',
|
||
`order_by_field` char(60) NOT NULL DEFAULT '' COMMENT '排序类型(字段名称)',
|
||
`order_by_type` char(60) NOT NULL DEFAULT '' COMMENT '排序方式(asc, desc)',
|
||
`search_result` text COMMENT '搜索结果(json存储)',
|
||
`ymd` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '日期 ymd',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='搜索日志';
|
||
|
||
|
||
|
||
# Dump of table sxo_slide
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_slide`;
|
||
|
||
CREATE TABLE `sxo_slide` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`platform` char(30) NOT NULL DEFAULT 'pc' COMMENT '所属平台(pc PC网站, h5 H5手机网站, ios 苹果APP, android 安卓APP, alipay 支付宝小程序, weixin 微信小程序, baidu 百度小程序, toutiao 头条小程序, qq QQ小程序)',
|
||
`event_type` tinyint(4) NOT NULL DEFAULT '-1' COMMENT '事件类型(0 WEB页面, 1 内部页面(小程序或APP内部地址), 2 外部小程序(同一个主体下的小程序appid), 3 打开地图, 4 拨打电话)',
|
||
`event_value` char(255) NOT NULL DEFAULT '' COMMENT '事件值',
|
||
`images_url` char(255) NOT NULL DEFAULT '' COMMENT '图片地址',
|
||
`name` char(60) NOT NULL DEFAULT '' COMMENT '名称',
|
||
`bg_color` char(30) NOT NULL DEFAULT '' COMMENT 'css背景色值',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否启用(0否,1是)',
|
||
`sort` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '排序',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `is_enable` (`is_enable`) USING BTREE,
|
||
KEY `sort` (`sort`) USING BTREE,
|
||
KEY `platform` (`platform`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='轮播图片';
|
||
|
||
LOCK TABLES `sxo_slide` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_slide` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_slide` (`id`, `platform`, `event_type`, `event_value`, `images_url`, `name`, `bg_color`, `is_enable`, `sort`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(6,'weixin',1,'/pages/goods-search/goods-search?keywords=包','/static/upload/images/slide/2021/11/22/1637564231868321.png','轮播1','',1,0,1533865442,1669303910),
|
||
(7,'weixin',1,'/pages/goods-detail/goods-detail?goods_id=12','/static/upload/images/slide/2021/11/22/1637564273444601.jpeg','轮播2','',1,0,1533866350,1669303910),
|
||
(8,'alipay',1,'/pages/goods-search/goods-search?keywords=iphone','/static/upload/images/slide/2018/08/20180810100811853567.jpeg','大闸蟹','#f2efe6',1,0,1533866891,1542618684),
|
||
(9,'alipay',1,'/pages/goods-detail/goods-detail?goods_id=1','/static/upload/images/slide/2018/08/20180810101045451156.jpeg','情定七夕','#7ddcf3',1,0,1533867045,1563361583),
|
||
(10,'pc',0,'https://shopxo.net/','/static/upload/images/slide/2022/05/27/1653645476953808.jpg','美酒','#ffd891',1,0,1533867066,1669627272),
|
||
(11,'pc',0,'https://ask.shopxo.net/','/static/upload/images/slide/2022/05/27/1653646660511503.jpg','助力七夕','#f17373',1,0,1533867114,1669627273),
|
||
(12,'h5',0,'https://shopxo.net','/static/upload/images/slide/2018/08/20180810101224227323.jpeg','爱在厨房','#efc6c4',1,0,1533867144,1669303914),
|
||
(13,'baidu',1,'/pages/goods-search/goods-search?keywords=iphone','/static/upload/images/slide/2018/08/20180810101305611263.jpeg','预享甜蜜','#f6f6f4',1,0,1533867185,1545290030),
|
||
(14,'baidu',1,'/pages/goods-detail/goods-detail?goods_id=12','/static/upload/images/slide/2018/08/20180810095910423687.jpeg','海洋的未来','#016bcc',1,0,1533866350,1546281301),
|
||
(15,'toutiao',1,'/pages/goods-search/goods-search?keywords=iphone','/static/upload/images/slide/2018/08/20180810094402044087.jpeg','浪漫七夕','#080718',1,0,1533865442,1561912492),
|
||
(16,'toutiao',1,'/pages/goods-detail/goods-detail?goods_id=12','/static/upload/images/slide/2018/08/20180810095910423687.jpeg','海洋的未来','#016bcc',1,0,1533866350,1573648835),
|
||
(17,'qq',1,'/pages/goods-search/goods-search?keywords=iphone','/static/upload/images/slide/2018/08/20180810094402044087.jpeg','浪漫七夕','#080718',1,0,1533865442,1572867692),
|
||
(18,'qq',1,'/pages/goods-detail/goods-detail?goods_id=12','/static/upload/images/slide/2018/08/20180810095910423687.jpeg','海洋的未来','#016bcc',1,0,1533866350,1546281301),
|
||
(19,'kuaishou',1,'/pages/goods-search/goods-search?keywords=包','/static/upload/images/slide/2021/11/22/1637564231868321.png','轮播1','',1,0,1533865442,1637564257),
|
||
(20,'kuaishou',1,'/pages/goods-detail/goods-detail?goods_id=12','/static/upload/images/slide/2021/11/22/1637564273444601.jpeg','轮播2','',1,0,1533866350,1637564304);
|
||
|
||
/*!40000 ALTER TABLE `sxo_slide` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_user
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_user`;
|
||
|
||
CREATE TABLE `sxo_user` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`number_code` char(15) NOT NULL DEFAULT '' COMMENT '会员码',
|
||
`status` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '状态(0正常, 1禁止发言, 2禁止登录)',
|
||
`salt` char(32) NOT NULL DEFAULT '' COMMENT '配合密码加密串',
|
||
`pwd` char(32) NOT NULL DEFAULT '' COMMENT '登录密码',
|
||
`username` char(60) NOT NULL DEFAULT '' COMMENT '用户名',
|
||
`nickname` char(60) NOT NULL DEFAULT '' COMMENT '用户昵称',
|
||
`mobile` char(11) NOT NULL DEFAULT '' COMMENT '手机号码',
|
||
`email` char(60) NOT NULL DEFAULT '' COMMENT '电子邮箱(最大长度60个字符)',
|
||
`gender` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '性别(0保密,1女,2男)',
|
||
`avatar` char(255) NOT NULL DEFAULT '' COMMENT '用户头像地址',
|
||
`province` char(60) NOT NULL DEFAULT '' COMMENT '所在省',
|
||
`city` char(60) NOT NULL DEFAULT '' COMMENT '所在市',
|
||
`county` char(60) NOT NULL DEFAULT '' COMMENT '所在市',
|
||
`birthday` int(11) NOT NULL DEFAULT '0' COMMENT '生日',
|
||
`address` char(150) NOT NULL DEFAULT '' COMMENT '详细地址',
|
||
`integral` int(11) NOT NULL DEFAULT '0' COMMENT '有效积分',
|
||
`locking_integral` int(11) NOT NULL DEFAULT '0' COMMENT '锁定积分',
|
||
`referrer` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '推荐人用户id',
|
||
`is_delete_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '是否已删除(0否, 大于0删除时间)',
|
||
`is_logout_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '是否已注销(0否, 大于0删除时间)',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `mobile` (`mobile`) USING BTREE,
|
||
KEY `username` (`username`) USING BTREE,
|
||
KEY `status` (`status`) USING BTREE,
|
||
KEY `is_delete_time` (`is_delete_time`) USING BTREE,
|
||
KEY `is_logout_time` (`is_logout_time`) USING BTREE,
|
||
KEY `email` (`email`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='用户';
|
||
|
||
|
||
|
||
# Dump of table sxo_user_address
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_user_address`;
|
||
|
||
CREATE TABLE `sxo_user_address` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '站点id',
|
||
`user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户id',
|
||
`alias` char(60) NOT NULL DEFAULT '' COMMENT '别名',
|
||
`name` char(60) NOT NULL DEFAULT '' COMMENT '姓名',
|
||
`tel` char(15) NOT NULL DEFAULT '' COMMENT '电话',
|
||
`province` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '所在省',
|
||
`city` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '所在市',
|
||
`county` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '所在县/区',
|
||
`address` char(80) NOT NULL DEFAULT '' COMMENT '详细地址',
|
||
`lng` decimal(13,10) NOT NULL DEFAULT '0.0000000000' COMMENT '经度',
|
||
`lat` decimal(13,10) NOT NULL DEFAULT '0.0000000000' COMMENT '纬度',
|
||
`idcard_name` char(60) NOT NULL DEFAULT '' COMMENT '身份证姓名',
|
||
`idcard_number` char(30) NOT NULL DEFAULT '' COMMENT '身份证号码',
|
||
`idcard_front` char(255) NOT NULL DEFAULT '' COMMENT '身份证人像面图片',
|
||
`idcard_back` char(255) NOT NULL DEFAULT '' COMMENT '身份证国微面图片',
|
||
`is_default` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否默认地址(0否, 1是)',
|
||
`is_delete_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '是否删除(0否,1删除时间戳)',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `user_id` (`user_id`) USING BTREE,
|
||
KEY `is_delete_time` (`is_delete_time`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='用户地址';
|
||
|
||
|
||
|
||
# Dump of table sxo_user_integral_log
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_user_integral_log`;
|
||
|
||
CREATE TABLE `sxo_user_integral_log` (
|
||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户id',
|
||
`type` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '操作类型(0减少, 1增加)',
|
||
`original_integral` int(11) NOT NULL DEFAULT '0' COMMENT '原始积分',
|
||
`new_integral` int(11) NOT NULL DEFAULT '0' COMMENT '最新积分',
|
||
`operation_integral` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '操作积分',
|
||
`msg` text COMMENT '操作原因',
|
||
`operation_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '操作人员id',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `user_id` (`user_id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='用户积分日志';
|
||
|
||
|
||
|
||
# Dump of table sxo_user_platform
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_user_platform`;
|
||
|
||
CREATE TABLE `sxo_user_platform` (
|
||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户id',
|
||
`system_type` char(60) NOT NULL DEFAULT 'default' COMMENT '系统类型(默认 default, 其他按照SYSTEM_TYPE常量类型)',
|
||
`platform` char(30) NOT NULL DEFAULT 'pc' COMMENT '所属平台(pc PC网站, h5 H5手机网站, ios 苹果APP, android 安卓APP, alipay 支付宝小程序, weixin 微信小程序, baidu 百度小程序, toutiao 头条小程序, qq QQ小程序, kuaishou 快手小程序)',
|
||
`token` char(60) NOT NULL DEFAULT '' COMMENT 'token',
|
||
`alipay_openid` char(60) NOT NULL DEFAULT '' COMMENT '支付宝openid',
|
||
`weixin_openid` char(60) NOT NULL DEFAULT '' COMMENT '微信openid',
|
||
`weixin_unionid` char(60) NOT NULL DEFAULT '' COMMENT '微信unionid',
|
||
`weixin_web_openid` char(60) NOT NULL DEFAULT '' COMMENT '微信web用户openid',
|
||
`baidu_openid` char(60) NOT NULL DEFAULT '' COMMENT '百度openid',
|
||
`toutiao_openid` char(60) NOT NULL DEFAULT '' COMMENT '百度openid',
|
||
`toutiao_unionid` char(60) NOT NULL DEFAULT '' COMMENT '头条unionid',
|
||
`qq_openid` char(60) NOT NULL DEFAULT '' COMMENT 'QQopenid',
|
||
`qq_unionid` char(60) NOT NULL DEFAULT '' COMMENT 'QQunionid',
|
||
`kuaishou_openid` char(60) NOT NULL DEFAULT '' COMMENT '快手openid',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `user_id` (`user_id`) USING BTREE,
|
||
KEY `system_type` (`system_type`) USING BTREE,
|
||
KEY `platform` (`platform`) USING BTREE,
|
||
KEY `token` (`token`) USING BTREE,
|
||
KEY `alipay_openid` (`alipay_openid`) USING BTREE,
|
||
KEY `weixin_openid` (`weixin_openid`) USING BTREE,
|
||
KEY `weixin_unionid` (`weixin_unionid`) USING BTREE,
|
||
KEY `weixin_web_openid` (`weixin_web_openid`) USING BTREE,
|
||
KEY `baidu_openid` (`baidu_openid`) USING BTREE,
|
||
KEY `toutiao_openid` (`toutiao_openid`) USING BTREE,
|
||
KEY `toutiao_unionid` (`toutiao_unionid`) USING BTREE,
|
||
KEY `qq_openid` (`qq_openid`) USING BTREE,
|
||
KEY `qq_unionid` (`qq_unionid`) USING BTREE,
|
||
KEY `kuaishou_openid` (`kuaishou_openid`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='用户平台';
|
||
|
||
|
||
|
||
# Dump of table sxo_warehouse
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_warehouse`;
|
||
|
||
CREATE TABLE `sxo_warehouse` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`name` char(60) NOT NULL DEFAULT '' COMMENT '名称',
|
||
`alias` char(60) NOT NULL DEFAULT '' COMMENT '别名',
|
||
`level` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '权重(数字越大权重越高)',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否启用(0否,1是)',
|
||
`contacts_name` char(60) NOT NULL DEFAULT '' COMMENT '联系人姓名',
|
||
`contacts_tel` char(15) NOT NULL DEFAULT '' COMMENT '联系电话',
|
||
`province` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '所在省',
|
||
`city` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '所在市',
|
||
`county` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '所在县/区',
|
||
`address` char(80) NOT NULL DEFAULT '' COMMENT '详细地址',
|
||
`lng` decimal(13,10) NOT NULL DEFAULT '0.0000000000' COMMENT '经度',
|
||
`lat` decimal(13,10) NOT NULL DEFAULT '0.0000000000' COMMENT '纬度',
|
||
`is_default` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否默认(0否, 1是)',
|
||
`is_delete_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '是否删除(0否,大于0删除时间戳)',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `name` (`name`) USING BTREE,
|
||
KEY `level` (`level`) USING BTREE,
|
||
KEY `is_enable` (`is_enable`) USING BTREE,
|
||
KEY `is_default` (`is_default`) USING BTREE,
|
||
KEY `is_delete_time` (`is_delete_time`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='仓库';
|
||
|
||
LOCK TABLES `sxo_warehouse` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_warehouse` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_warehouse` (`id`, `name`, `alias`, `level`, `is_enable`, `contacts_name`, `contacts_tel`, `province`, `city`, `county`, `address`, `lng`, `lat`, `is_default`, `is_delete_time`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(1,'默认仓库','上海仓',1,1,'Devil','17666666655',9,152,1896,'浦江科技广场',121.5140560000,31.1023570000,1,0,1594207406,1669711434);
|
||
|
||
/*!40000 ALTER TABLE `sxo_warehouse` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_warehouse_goods
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_warehouse_goods`;
|
||
|
||
CREATE TABLE `sxo_warehouse_goods` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`warehouse_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '仓库id',
|
||
`goods_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品id',
|
||
`is_enable` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '是否启用(0否,1是)',
|
||
`inventory` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '总库存',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
`upd_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `warehouse_id` (`warehouse_id`) USING BTREE,
|
||
KEY `goods_id` (`goods_id`) USING BTREE,
|
||
KEY `is_enable` (`is_enable`) USING BTREE,
|
||
KEY `inventory` (`inventory`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='仓库商品';
|
||
|
||
LOCK TABLES `sxo_warehouse_goods` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_warehouse_goods` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_warehouse_goods` (`id`, `warehouse_id`, `goods_id`, `is_enable`, `inventory`, `add_time`, `upd_time`)
|
||
VALUES
|
||
(4,1,9,1,10656,1626018145,1669711393),
|
||
(5,1,8,1,1776,1626018145,1669711401),
|
||
(6,1,3,1,888,1626018146,1669711384),
|
||
(7,1,4,1,879,1626018147,1626018205),
|
||
(8,1,5,1,877,1626018148,1635564108),
|
||
(9,1,6,1,884,1626018148,1651974846),
|
||
(10,1,7,1,879,1626018149,1669711367),
|
||
(11,1,2,1,7992,1626018150,1669711359),
|
||
(12,1,1,1,1519,1626018150,1669711349),
|
||
(130,1,11,1,2664,1669711314,1669711343),
|
||
(131,1,12,1,3552,1669711315,1669711330);
|
||
|
||
/*!40000 ALTER TABLE `sxo_warehouse_goods` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
# Dump of table sxo_warehouse_goods_spec
|
||
# ------------------------------------------------------------
|
||
|
||
DROP TABLE IF EXISTS `sxo_warehouse_goods_spec`;
|
||
|
||
CREATE TABLE `sxo_warehouse_goods_spec` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||
`warehouse_goods_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '仓库商品id',
|
||
`warehouse_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '仓库id',
|
||
`goods_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品id',
|
||
`md5_key` char(32) NOT NULL DEFAULT '' COMMENT 'md5key值',
|
||
`spec` text COMMENT '规格值',
|
||
`inventory` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '库存',
|
||
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `warehouse_goods_id` (`warehouse_goods_id`) USING BTREE,
|
||
KEY `warehouse_id` (`warehouse_id`) USING BTREE,
|
||
KEY `goods_id` (`goods_id`) USING BTREE,
|
||
KEY `md5_key` (`md5_key`) USING BTREE,
|
||
KEY `inventory` (`inventory`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='仓库商品规格';
|
||
|
||
LOCK TABLES `sxo_warehouse_goods_spec` WRITE;
|
||
/*!40000 ALTER TABLE `sxo_warehouse_goods_spec` DISABLE KEYS */;
|
||
|
||
INSERT INTO `sxo_warehouse_goods_spec` (`id`, `warehouse_goods_id`, `warehouse_id`, `goods_id`, `md5_key`, `spec`, `inventory`, `add_time`)
|
||
VALUES
|
||
(14,7,1,4,'c21f969b5f03d33d43e04f8f136e7682','default',879,1626018205),
|
||
(90,8,1,5,'c21f969b5f03d33d43e04f8f136e7682','[]',877,1635564108),
|
||
(972,9,1,6,'c21f969b5f03d33d43e04f8f136e7682','[]',884,1651974846),
|
||
(2030,131,1,12,'4f40eff650a2fc7768605aa9c16ef67d','[{\"type\":\"颜色\",\"value\":\"粉色\"},{\"type\":\"尺码\",\"value\":\"S+S\"}]',888,1669711330),
|
||
(2031,131,1,12,'f5c75bc99305a664f1d92d572ee78289','[{\"type\":\"颜色\",\"value\":\"粉色\"},{\"type\":\"尺码\",\"value\":\"M+M\"}]',888,1669711330),
|
||
(2032,131,1,12,'eda0100ccdfa2942729825effc96f571','[{\"type\":\"颜色\",\"value\":\"白色\"},{\"type\":\"尺码\",\"value\":\"S+S\"}]',888,1669711330),
|
||
(2033,131,1,12,'ec0bf37ae952cd7c60f2cdbb5153086a','[{\"type\":\"颜色\",\"value\":\"白色\"},{\"type\":\"尺码\",\"value\":\"M+M\"}]',888,1669711330),
|
||
(2034,130,1,11,'69691c7bdcc3ce6d5d8a1361f22d04ac','[{\"type\":\"尺码\",\"value\":\"M\"}]',888,1669711343),
|
||
(2035,130,1,11,'d20caec3b48a1eef164cb4ca81ba2587','[{\"type\":\"尺码\",\"value\":\"L\"}]',888,1669711343),
|
||
(2036,130,1,11,'a7a4ccc5e1a068d87f4965e014329201','[{\"type\":\"尺码\",\"value\":\"XL\"}]',888,1669711343),
|
||
(2037,12,1,1,'c21f969b5f03d33d43e04f8f136e7682','default',1519,1669711349),
|
||
(2038,11,1,2,'674eee93efe8de506e9f7f776d09f1e5','[{\"type\":\"套餐\",\"value\":\"套餐一\"},{\"type\":\"颜色\",\"value\":\"金色\"},{\"type\":\"容量\",\"value\":\"32G\"}]',888,1669711359),
|
||
(2039,11,1,2,'40c2afb68f3cc84cc305bce8ab8d5f47','[{\"type\":\"套餐\",\"value\":\"套餐一\"},{\"type\":\"颜色\",\"value\":\"金色\"},{\"type\":\"容量\",\"value\":\"64G\"}]',888,1669711359),
|
||
(2040,11,1,2,'7ffbb29c5dfb16f6c6b32034d22e3fef','[{\"type\":\"套餐\",\"value\":\"套餐一\"},{\"type\":\"颜色\",\"value\":\"金色\"},{\"type\":\"容量\",\"value\":\"128G\"}]',888,1669711359),
|
||
(2041,11,1,2,'ca455d91ca7da72892f87745a04500bc','[{\"type\":\"套餐\",\"value\":\"套餐一\"},{\"type\":\"颜色\",\"value\":\"银色\"},{\"type\":\"容量\",\"value\":\"32G\"}]',888,1669711359),
|
||
(2042,11,1,2,'107e3e2e6320d811564c2704b034d8fa','[{\"type\":\"套餐\",\"value\":\"套餐一\"},{\"type\":\"颜色\",\"value\":\"银色\"},{\"type\":\"容量\",\"value\":\"64G\"}]',888,1669711359),
|
||
(2043,11,1,2,'a7cf0be020f452a8b7d8777e6bbfa041','[{\"type\":\"套餐\",\"value\":\"套餐一\"},{\"type\":\"颜色\",\"value\":\"银色\"},{\"type\":\"容量\",\"value\":\"128G\"}]',888,1669711359),
|
||
(2044,11,1,2,'224734fbe895debc3c7999a2f157f05d','[{\"type\":\"套餐\",\"value\":\"套餐二\"},{\"type\":\"颜色\",\"value\":\"金色\"},{\"type\":\"容量\",\"value\":\"32G\"}]',888,1669711359),
|
||
(2045,11,1,2,'35c55bca127aa2f3c77fecfdd802c18f','[{\"type\":\"套餐\",\"value\":\"套餐二\"},{\"type\":\"颜色\",\"value\":\"金色\"},{\"type\":\"容量\",\"value\":\"128G\"}]',888,1669711359),
|
||
(2046,11,1,2,'3d09a0554e685e5de759819564ca592b','[{\"type\":\"套餐\",\"value\":\"套餐二\"},{\"type\":\"颜色\",\"value\":\"银色\"},{\"type\":\"容量\",\"value\":\"64G\"}]',888,1669711359),
|
||
(2047,10,1,7,'c21f969b5f03d33d43e04f8f136e7682','default',879,1669711367),
|
||
(2049,6,1,3,'c21f969b5f03d33d43e04f8f136e7682','default',888,1669711384),
|
||
(2050,4,1,9,'d15560adc3d2ddf952ec40d874566fc0','[{\"type\":\"颜色\",\"value\":\"白色\"},{\"type\":\"尺码\",\"value\":\"S\"}]',888,1669711393),
|
||
(2051,4,1,9,'2767f06d6a715b3915ca3c5443efc170','[{\"type\":\"颜色\",\"value\":\"白色\"},{\"type\":\"尺码\",\"value\":\"M\"}]',888,1669711393),
|
||
(2052,4,1,9,'d0d686188b3e2b0b7ae12040fd508f03','[{\"type\":\"颜色\",\"value\":\"白色\"},{\"type\":\"尺码\",\"value\":\"L\"}]',888,1669711393),
|
||
(2053,4,1,9,'910613b82f64796470c2243f8e306797','[{\"type\":\"颜色\",\"value\":\"白色\"},{\"type\":\"尺码\",\"value\":\"XL\"}]',888,1669711393),
|
||
(2054,4,1,9,'4acc2580a89270113477b4b8466ecef9','[{\"type\":\"颜色\",\"value\":\"粉色\"},{\"type\":\"尺码\",\"value\":\"S\"}]',888,1669711393),
|
||
(2055,4,1,9,'b0935dae40102d2bcbd588fc50a6a118','[{\"type\":\"颜色\",\"value\":\"粉色\"},{\"type\":\"尺码\",\"value\":\"M\"}]',888,1669711393),
|
||
(2056,4,1,9,'5b51b52dde87b3608c97ff80a2215275','[{\"type\":\"颜色\",\"value\":\"粉色\"},{\"type\":\"尺码\",\"value\":\"L\"}]',888,1669711393),
|
||
(2057,4,1,9,'f3ad50abb66b28899bf085da136c1e5a','[{\"type\":\"颜色\",\"value\":\"粉色\"},{\"type\":\"尺码\",\"value\":\"XL\"}]',888,1669711393),
|
||
(2058,4,1,9,'2f3924a3bf7c8491af2dad598b54764f','[{\"type\":\"颜色\",\"value\":\"黑色\"},{\"type\":\"尺码\",\"value\":\"S\"}]',888,1669711393),
|
||
(2059,4,1,9,'0b21a799bb1659287fd9cd49ee7f6e5c','[{\"type\":\"颜色\",\"value\":\"黑色\"},{\"type\":\"尺码\",\"value\":\"M\"}]',888,1669711393),
|
||
(2060,4,1,9,'237d77a5504afa496f192524501af2cc','[{\"type\":\"颜色\",\"value\":\"黑色\"},{\"type\":\"尺码\",\"value\":\"L\"}]',888,1669711393),
|
||
(2061,4,1,9,'5f077e081d727adcb617a413f038d043','[{\"type\":\"颜色\",\"value\":\"黑色\"},{\"type\":\"尺码\",\"value\":\"XL\"}]',888,1669711393),
|
||
(2062,5,1,8,'52636511861a0e08cbe6a0eb1c27d816','[{\"type\":\"颜色\",\"value\":\"红色\"}]',888,1669711401),
|
||
(2063,5,1,8,'9c9aabab3f7627ff4bb224b2738b26ea','[{\"type\":\"颜色\",\"value\":\"蓝色\"}]',888,1669711401);
|
||
|
||
/*!40000 ALTER TABLE `sxo_warehouse_goods_spec` ENABLE KEYS */;
|
||
UNLOCK TABLES;
|
||
|
||
|
||
|
||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
|
||
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
|
||
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
||
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
|
||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|