Files
shopxo/config/shopxo.sql
2025-09-27 16:37:50 +08:00

2370 lines
927 KiB
PL/PgSQL
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
Navicat Premium Data Transfer
Source Server : 本机
Source Server Type : MySQL
Source Server Version : 80042
Source Host : localhost:3306
Source Schema : shopxo_online
Target Server Type : MySQL
Target Server Version : 80042
File Encoding : 65001
Date: 23/09/2025 21:41:15
*/
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for sxo_admin
-- ----------------------------
DROP TABLE IF EXISTS `sxo_admin`;
CREATE TABLE `sxo_admin` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '管理员id',
`token` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'token',
`username` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '用户名',
`login_pwd` char(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '登录密码',
`login_salt` char(6) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '登录密码配合加密字符串',
`mobile` char(11) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '手机号码',
`email` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '邮箱',
`gender` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '性别0保密1女2男',
`status` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '状态0正常, 1无效',
`login_total` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '登录次数',
`login_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '最后登录时间',
`role_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '所属角色组',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '添加时间',
`upd_time` int NOT NULL DEFAULT 0 COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE,
INDEX `token`(`token` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '管理员';
-- ----------------------------
-- Records of sxo_admin
-- ----------------------------
BEGIN;
INSERT INTO `sxo_admin` (`id`, `token`, `username`, `login_pwd`, `login_salt`, `mobile`, `email`, `gender`, `status`, `login_total`, `login_time`, `role_id`, `add_time`, `upd_time`) VALUES (1, 'e142cc2db6e0be132780f31ce281ea37', 'admin', '29c8971cbafccb9d1f0046e1b69b7944', '415394', '', 'xxx@email.com', 0, 0, 1888, 1729478782, 1, 1481350313, 1659361312);
COMMIT;
-- ----------------------------
-- Table structure for sxo_app_center_nav
-- ----------------------------
DROP TABLE IF EXISTS `sxo_app_center_nav`;
CREATE TABLE `sxo_app_center_nav` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '自增id',
`platform` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'pc' COMMENT '所属平台pc PC网站, h5 H5手机网站, ios 苹果APP, android 安卓APP, alipay 支付宝小程序, weixin 微信小程序, baidu 百度小程序, toutiao 头条小程序, qq QQ小程序, kuaishou 快手小程序)',
`event_type` tinyint NOT NULL DEFAULT -1 COMMENT '事件类型0 WEB页面, 1 内部页面(小程序或APP内部地址), 2 外部小程序(同一个主体下的小程序appid), 3 打开地图, 4 拨打电话)',
`event_value` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '事件值',
`images_url` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '图片地址',
`name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '名称',
`desc` char(18) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '描述',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '是否启用0否1是',
`is_need_login` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '是否需要登录0否1是',
`sort` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '排序',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '添加时间',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE,
INDEX `sort`(`sort` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 47 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '手机 - 用户中心导航';
-- ----------------------------
-- Records of sxo_app_center_nav
-- ----------------------------
BEGIN;
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, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/user-order/user-order?id=100', '/static/upload/images/app_center_nav/2019/11/05/1572932149956815.png', '我的订单', '', 1, 0, 0, 1562159178, 1690035019), (2, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/user-favor/user-favor', '/static/upload/images/app_center_nav/2019/07/03/1562157390405145.png', '我的收藏', '', 1, 1, 0, 1562155833, 1562157399), (3, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/user-address/user-address', '/static/upload/images/app_center_nav/2019/07/03/1562157391533252.png', '我的地址', '', 1, 1, 0, 1562155871, 1562157408), (4, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/plugins/distribution/user/user', '/static/upload/images/app_center_nav/2019/07/03/1562157391517979.png', '我的分销', '分享赚取佣金', 1, 1, 0, 1562155901, 1678933092), (5, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/plugins/membershiplevelvip/user/user', '/static/upload/images/app_center_nav/2020/02/01/1580558516351420.png', '我的会员', '', 1, 1, 0, 1562159178, 1592661221), (6, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/plugins/wallet/user/user', '/static/upload/images/app_center_nav/2020/02/01/1580558490671574.png', '我的钱包', '', 1, 1, 0, 1562159178, 1580558500), (7, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/plugins/coupon/user/user', '/static/upload/images/app_center_nav/2019/10/16/1571231187362091.png', '我的卡券', '', 1, 1, 0, 1562159178, 1562157435), (8, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/plugins/ask/user-list/user-list', '/static/upload/images/app_center_nav/2019/07/03/1562157391428293.png', '我的留言', '', 1, 1, 0, 1562156178, 1562157435), (41, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/plugins/excellentbuyreturntocash/profit/profit', '/static/upload/images/app_center_nav/2020/02/01/1580558490671574.png', '优购返现', '', 1, 0, 0, 1583745264, 0), (42, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/plugins/invoice/invoice/invoice', '/static/upload/images/app_center_nav/2020/12/08/1607398361522502.png', '我的发票', '', 1, 0, 0, 1607398368, 0), (47, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/plugins/signin/user/user', '/static/upload/images/app_center_nav/2020/12/22/1608608498784252.png', '我的签到', '', 1, 0, 0, 1607398368, 1608608501);
COMMIT;
-- ----------------------------
-- Table structure for sxo_app_home_nav
-- ----------------------------
DROP TABLE IF EXISTS `sxo_app_home_nav`;
CREATE TABLE `sxo_app_home_nav` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '自增id',
`platform` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'pc' COMMENT '所属平台pc PC网站, h5 H5手机网站, ios 苹果APP, android 安卓APP, alipay 支付宝小程序, weixin 微信小程序, baidu 百度小程序, toutiao 头条小程序, qq QQ小程序, kuaishou 快手小程序)',
`event_type` tinyint NOT NULL DEFAULT -1 COMMENT '事件类型0 WEB页面, 1 内部页面(小程序或APP内部地址), 2 外部小程序(同一个主体下的小程序appid), 3 打开地图, 4 拨打电话)',
`event_value` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '事件值',
`images_url` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '图片地址',
`name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '名称',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '是否启用0否1是',
`is_need_login` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '是否需要登录0否1是',
`bg_color` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'css背景色值',
`sort` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '排序',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '添加时间',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE,
INDEX `sort`(`sort` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 13 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '手机 - 首页导航';
-- ----------------------------
-- Records of sxo_app_home_nav
-- ----------------------------
BEGIN;
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, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/plugins/activity/index/index', '/static/upload/images/app_nav/2023/11/08/1699444440845257.png', '活动', 1, 0, '', 0, 1542563498, 1699444475), (2, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/plugins/coupon/index/index', '/static/upload/images/app_nav/2023/11/08/1699444440307617.png', '优惠券', 1, 0, '', 0, 1542613659, 1699444488), (3, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/plugins/blog/index/index', '/static/upload/images/app_nav/2023/11/08/1699444440587695.png', '博文', 1, 0, '', 0, 1542613706, 1699444513), (4, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/plugins/weixinliveplayer/index/index', '/static/upload/images/app_nav/2023/11/08/1699444441652354.png', '直播', 1, 0, '', 0, 1542613752, 1699444526), (5, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/plugins/seckill/index/index', '/static/upload/images/app_nav/2023/11/08/1699444440276337.png', '秒杀', 1, 0, '', 0, 1635418404, 1699444537), (6, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/plugins/signin/detail/detail?id=1', '/static/upload/images/app_nav/2023/11/08/1699444440767151.png', '签到', 1, 0, '', 0, 1678930855, 1699444549), (7, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/plugins/membershiplevelvip/index/index', '/static/upload/images/app_nav/2023/11/08/1699444440657693.png', '会员', 1, 0, '', 0, 1693301691, 1699444560), (8, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/plugins/ask/index/index', '/static/upload/images/app_nav/2023/11/08/1699444440189681.png', '问答', 1, 0, '', 0, 1693301721, 1699444583), (9, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/plugins/points/index/index', '/static/upload/images/app_nav/2023/11/08/1699444440178265.png', '积分', 1, 0, '', 0, 1693301785, 1699444597), (10, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/plugins/brand/index/index', '/static/upload/images/app_nav/2023/11/08/1699444440389285.png', '品牌', 1, 0, '', 0, 1693301825, 1699444634), (11, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/plugins/shop/index/index', '/static/upload/images/app_nav/2023/11/08/1699444440279257.png', '店铺', 1, 0, '', 0, 1693301855, 1699445033), (12, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/plugins/realstore/index/index', '/static/upload/images/app_nav/2023/11/08/1699444440279257.png', '门店', 1, 0, '', 0, 1693301883, 1699444653), (13, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/plugins/binding/index/index', '/static/upload/images/app_nav/2023/11/08/1699444441697516.png', '组合', 1, 0, '', 0, 1693301911, 1699445004);
COMMIT;
-- ----------------------------
-- Table structure for sxo_app_tabbar
-- ----------------------------
DROP TABLE IF EXISTS `sxo_app_tabbar`;
CREATE TABLE `sxo_app_tabbar` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '自增id',
`type` char(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '类型',
`name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '名称',
`config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '配置信息',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '是否启用0否1是',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '添加时间',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE,
INDEX `type`(`type` ASC) USING BTREE,
INDEX `name`(`name` ASC) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '手机底部菜单';
-- ----------------------------
-- Records of sxo_app_tabbar
-- ----------------------------
BEGIN;
INSERT INTO `sxo_app_tabbar` (`id`, `type`, `name`, `config`, `is_enable`, `add_time`, `upd_time`) VALUES (1, 'app_tabbar_index_home_data', '首页', '{\"content\":{\"nav_style\":\"0\",\"nav_type\":\"0\",\"nav_content\":[{\"id\":\"1\",\"name\":\"首页\",\"img\":[{\"id\":\"1\",\"url\":\"\\/static\\/app\\/tabbar\\/home.png\",\"original\":\"\",\"title\":\"\",\"ext\":\".png\",\"type\":\"img\"}],\"img_checked\":[{\"id\":\"2\",\"url\":\"\\/static\\/app\\/tabbar\\/active\\/home.png\",\"original\":\"\",\"title\":\"\",\"ext\":\".png\",\"type\":\"img\"}],\"link\":{\"name\":\"商城首页\",\"page\":\"\\/pages\\/index\\/index\"}},{\"id\":\"2\",\"name\":\"分类\",\"img\":[{\"id\":\"3\",\"url\":\"\\/static\\/app\\/tabbar\\/category.png\",\"original\":\"\",\"title\":\"\",\"ext\":\".png\",\"type\":\"img\"}],\"img_checked\":[{\"id\":\"4\",\"url\":\"\\/static\\/app\\/tabbar\\/active\\/category.png\",\"original\":\"\",\"title\":\"\",\"ext\":\".png\",\"type\":\"img\"}],\"link\":{\"name\":\"商品分类\",\"page\":\"\\/pages\\/goods-category\\/goods-category\"}},{\"id\":\"3\",\"name\":\"购物车\",\"img\":[{\"id\":\"5\",\"url\":\"\\/static\\/app\\/tabbar\\/cart.png\",\"original\":\"\",\"title\":\"\",\"ext\":\".png\",\"type\":\"img\"}],\"img_checked\":[{\"id\":\"6\",\"url\":\"\\/static\\/app\\/tabbar\\/active\\/cart.png\",\"original\":\"\",\"title\":\"\",\"ext\":\".png\",\"type\":\"img\"}],\"link\":{\"name\":\"购物车\",\"page\":\"\\/pages\\/cart\\/cart\"}},{\"id\":\"4\",\"name\":\"我的\",\"img\":[{\"id\":\"7\",\"url\":\"\\/static\\/app\\/tabbar\\/user.png\",\"original\":\"\",\"title\":\"\",\"ext\":\".png\",\"type\":\"img\"}],\"img_checked\":[{\"id\":\"8\",\"url\":\"\\/static\\/app\\/tabbar\\/active\\/user.png\",\"original\":\"\",\"title\":\"\",\"ext\":\".png\",\"type\":\"img\"}],\"link\":{\"name\":\"我的\",\"page\":\"\\/pages\\/user\\/user\"}}]},\"style\":{\"text_color_checked\":\"rgba(255, 0, 0, 1)\",\"default_text_color\":\"rgba(0, 0, 0, 1)\",\"common_style\":{\"direction\":\"90deg\",\"color_list\":[{\"color\":\"rgba(255,255,255,1)\"}],\"background_img_style\":\"0\",\"floating_up\":\"0\",\"padding_top_safe_value\":\"0\",\"padding\":\"0\",\"padding_top\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"padding_right\":\"0\",\"margin\":\"0\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"radius\":\"0\",\"radius_top_left\":\"0\",\"radius_top_right\":\"0\",\"radius_bottom_left\":\"0\",\"radius_bottom_right\":\"0\",\"box_shadow_color\":\"\",\"box_shadow_x\":\"0\",\"box_shadow_y\":\"0\",\"box_shadow_blur\":\"0\",\"box_shadow_spread\":\"0\",\"background_img\":[]}}}', 1, 1727084059, 1729679670);
COMMIT;
-- ----------------------------
-- Table structure for sxo_article
-- ----------------------------
DROP TABLE IF EXISTS `sxo_article`;
CREATE TABLE `sxo_article` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '自增id',
`title` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '标题',
`describe` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '描述',
`article_category_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '文章分类',
`title_color` char(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '标题颜色',
`jump_url` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '跳转url地址',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '是否启用0否1是',
`content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '内容',
`cover` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '封面图片',
`images` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '图片数据一维数组json',
`images_count` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '图片数量',
`access_count` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '访问次数',
`is_home_recommended` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '是否首页推荐0否, 1是',
`share_images` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '分享图片',
`seo_title` char(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'SEO标题',
`seo_keywords` char(130) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'SEO关键字',
`seo_desc` char(230) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'SEO描述',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '添加时间',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE,
INDEX `title`(`title` ASC) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE,
INDEX `access_count`(`access_count` ASC) USING BTREE,
INDEX `image_count`(`images_count` ASC) USING BTREE,
INDEX `article_category_id`(`article_category_id` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 29 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '文章';
-- ----------------------------
-- Records of sxo_article
-- ----------------------------
BEGIN;
INSERT INTO `sxo_article` (`id`, `title`, `describe`, `article_category_id`, `title_color`, `jump_url`, `is_enable`, `content`, `cover`, `images`, `images_count`, `access_count`, `is_home_recommended`, `share_images`, `seo_title`, `seo_keywords`, `seo_desc`, `add_time`, `upd_time`) VALUES (1, '如何注册成为会员', '', 7, '', '', 1, '<p>如何注册成为会员</p><p>如何注册成为会员</p><p>如何注册成为会员</p><p>如何注册成为会员</p>', '', '[]', 0, 267, 1, '', '', '', '', 1484965691, 1534228456), (3, '积分细则', '', 7, '#FF0000', '', 1, '<p>积分细则</p><p>积分细则</p><p>积分细则</p><p>积分细则</p><p>积分细则</p><p>积分细则</p><p>积分细则</p>', '', '[]', 0, 111, 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, 64, 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, 48, 1, '', '', '', '', 1534228694, 1534228694), (13, '邮局汇款', '', 16, '', '', 1, '<p>邮局汇款</p><p>邮局汇款</p><p>邮局汇款</p><p>邮局汇款</p><p>邮局汇款</p>', '', '[]', 0, 46, 1, '', '', '', '', 1534228710, 1534228710), (14, '公司转账', '', 16, '', '', 1, '<p>公司转账</p><p>公司转账</p><p>公司转账</p><p>公司转账</p><p>公司转账</p>', '', '[]', 0, 48, 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, 78, 1, '', '', '', '', 1534228900, 1534228900), (23, '会员修改个人资料', '', 18, '', '', 1, '<p>会员修改个人资料</p><p>会员修改个人资料</p><p>会员修改个人资料</p><p>会员修改个人资料</p><p>会员修改个人资料</p>', '', '[]', 0, 75, 1, '', '', '', '', 1534228916, 1534228916), (24, '商品发布', '', 18, '', '', 1, '<p>商品发布</p><p>商品发布</p><p>商品发布</p><p>商品发布</p><p>商品发布</p>', '', '[]', 0, 73, 1, '', '', '', '', 1534228931, 1534228931), (25, '修改收货地址', '', 18, '', '', 1, '<p>修改收货地址</p><p>修改收货地址</p><p>修改收货地址</p><p>修改收货地址</p><p>修改收货地址</p>', '', '[]', 0, 68, 1, '', '', '', '', 1534228948, 1534228948), (26, '合作及洽谈', '', 24, '', '', 1, '<p>合作及洽谈</p><p>合作及洽谈</p><p>合作及洽谈</p><p>合作及洽谈</p><p>合作及洽谈</p>', '', '[]', 0, 146, 1, '', '', '', '', 1534228968, 1534228968), (27, '招聘英才', '', 24, '', '', 1, '<p>招聘英才招聘英才招聘英才</p><p>招聘英才招聘英才招聘英才</p><p>招聘英才招聘英才招聘英才</p>', '', '', 0, 274, 1, '', '', '', '', 1534228987, 1721897891), (28, '联系我们', '', 24, '', '', 1, '<p>联系我们联系我们联系我们</p><p>联系我们联系我们联系我们</p><p>联系我们联系我们联系我们</p>', '', '', 0, 312, 1, '', '', '', '', 1534229110, 1721897900), (29, '关于我们', '', 24, '#FF0000', '', 1, '<p>关于我们关于我们关于我们</p><p>关于我们关于我们关于我们</p><p>关于我们关于我们关于我们</p>', '', '', 0, 136, 1, '', '', '', '', 1534229221, 1721897839);
COMMIT;
-- ----------------------------
-- Table structure for sxo_article_category
-- ----------------------------
DROP TABLE IF EXISTS `sxo_article_category`;
CREATE TABLE `sxo_article_category` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '分类id',
`pid` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '父id',
`name` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '名称',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '是否启用0否1是',
`sort` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '顺序',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '添加时间',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE,
INDEX `pid`(`pid` ASC) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 24 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '文章分类';
-- ----------------------------
-- Records of sxo_article_category
-- ----------------------------
BEGIN;
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, 1690035171), (24, 0, '关于我们', 1, 0, 1483951541, 1690020232);
COMMIT;
-- ----------------------------
-- Table structure for sxo_attachment
-- ----------------------------
DROP TABLE IF EXISTS `sxo_attachment`;
CREATE TABLE `sxo_attachment` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '自增id',
`category_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '附件分类id',
`title` char(160) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '名称',
`original` char(160) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '原始名称',
`size` bigint UNSIGNED NOT NULL DEFAULT 0 COMMENT '大小单位b',
`ext` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '类型(后缀名)',
`type` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '类型file文件, image图片, scrawl涂鸦, video视频, remote远程抓取文件',
`url` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'url路径',
`hash` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'hash值',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '添加时间',
PRIMARY KEY (`id`) USING BTREE,
INDEX `type`(`type` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 2548 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '附件';
-- ----------------------------
-- Records of sxo_attachment
-- ----------------------------
BEGIN;
INSERT INTO `sxo_attachment` (`id`, `category_id`, `title`, `original`, `size`, `ext`, `type`, `url`, `hash`, `add_time`) VALUES (6, 3, '1551064260180298.jpeg', '1551064260180298.jpeg', 2393, '.jpeg', 'image', '/static/upload/images/brand/2019/02/25/1551064260180298.jpeg', '858f2f5aa01d2cecdc907b93a99765b8dccc6a8d1015a0ab048ad2a46c96e65e', 1561538565), (7, 3, '1551064277207182.jpeg', '1551064277207182.jpeg', 3063, '.jpeg', 'image', '/static/upload/images/brand/2019/02/25/1551064277207182.jpeg', 'b1a4f186af72f1a2bb6cb425c5eff59c10fe11289a91944f016b0156021e55e6', 1561538565), (8, 5, '1547448705165706.png', '1547448705165706.png', 8725, '.png', 'image', '/static/upload/images/common/2019/01/14/1547448705165706.png', '3e4a6cf6ea3ed26836a59275cdbe58d441109717dd9b961bd912cbc5f336c556', 1561538565), (9, 5, '1547448728921121.jpg', '1547448728921121.jpg', 43556, '.jpg', 'image', '/static/upload/images/common/2019/01/14/1547448728921121.jpg', '829a7f9988db882fbd643ffdbd9a646e169b31f89641b3d4904338758016c2b4', 1561538565), (10, 5, '1547448748316693.png', '1547448748316693.png', 21102, '.png', 'image', '/static/upload/images/common/2019/01/14/1547448748316693.png', '2db8ea9424e63d4a2affcd0ac52f8f0e89c417f5725833a97d5afd534809d9b4', 1561538565), (11, 5, '1554805439263794.jpeg', '1554805439263794.jpeg', 19885, '.jpeg', 'image', '/static/upload/images/common/2019/04/09/1554805439263794.jpeg', 'f4b731035bac0627508caa101e1f537d25592c5201455647d2f1d1c5b7c3e3c4', 1561538565), (12, 5, '1558025141249118.png', '1558025141249118.png', 146965, '.png', 'image', '/static/upload/images/common/2019/05/17/1558025141249118.png', '316b56dec84b3c8dcc01b7672c6dad6eff88a518495f6cf81ccf45e58306bf58', 1561538565), (13, 5, '1558062481107570.jpg', '1558062481107570.jpg', 67729, '.jpg', 'image', '/static/upload/images/common/2019/05/17/1558062481107570.jpg', '66feea05a2fb10cb5983f4df2deeec6a35b5453876c14b7fabe62dbb3528d93c', 1561538565), (14, 5, '1558072588843696.jpg', '1558072588843696.jpg', 61648, '.jpg', 'image', '/static/upload/images/common/2019/05/17/1558072588843696.jpg', '18739da62d47b0062eef55bff5464809ac18bbcf500c18e5e130661ff40ad223', 1561538565), (15, 5, '1558073623385520.jpg', '1558073623385520.jpg', 83272, '.jpg', 'image', '/static/upload/images/common/2019/05/17/1558073623385520.jpg', '49acf5646f5ea6d7daf439fbea4cc9421d2d40f5979203a554e36a1da462ce7f', 1561538565), (16, 5, '1558073623641199.jpg', '1558073623641199.jpg', 76591, '.jpg', 'image', '/static/upload/images/common/2019/05/17/1558073623641199.jpg', 'ffdf93c767c65745d2e0cd1694548f689f6f0b9108c5b6d19f499f2bbe7e6417', 1561538565), (17, 6, '1533779966550231.jpeg', '1533779966550231.jpeg', 23584, '.jpeg', 'image', '/static/upload/images/customview/image/2018/08/09/1533779966550231.jpeg', '2aa35a2f5037edba292bee25bc693c30422e969a13ce9d2228224efa7cfc9175', 1561538565), (18, 7, '20180917104528_logo.png', '20180917104528_logo.png', 1769, '.png', 'image', '/static/upload/images/express/images/20180917104528_logo.png', 'c3d6d1a36d5f330f94c6135621ccb6d6f9b88ccb5f051aa3b6afc8142e3675b2', 1561538565), (19, 7, '20180917104538_logo.png', '20180917104538_logo.png', 2169, '.png', 'image', '/static/upload/images/express/images/20180917104538_logo.png', 'e4ec0945e81303dd2a4da37c355e27d93bd3f1d182f3aedb8fcd806072b2351c', 1561538565), (20, 7, '20180917104550_logo.png', '20180917104550_logo.png', 3658, '.png', 'image', '/static/upload/images/express/images/20180917104550_logo.png', '6fa6d28c69cf0a9c6d9c1534746927b2e0d9e474bdcf3f3c1abca90e3cb36972', 1561538565), (21, 7, '20180917104559_logo.png', '20180917104559_logo.png', 2250, '.png', 'image', '/static/upload/images/express/images/20180917104559_logo.png', 'd3c077bfe057759182dc820f537a1e119141de61eaf8d2f3caa3830d18868278', 1561538565), (22, 7, '20180917104616_logo.png', '20180917104616_logo.png', 2880, '.png', 'image', '/static/upload/images/express/images/20180917104616_logo.png', 'cfa30c53c4f756c48867c0259832ac614aa2f7185c222c4aafc30501c3e6fd1c', 1561538565), (23, 7, '20180917104631_logo.png', '20180917104631_logo.png', 2570, '.png', 'image', '/static/upload/images/express/images/20180917104631_logo.png', 'a19bdf1d82804272e70a4203327fc8be94ca95b057e4f08cae0a595629c12164', 1561538565), (24, 7, '20180917104650_logo.png', '20180917104650_logo.png', 2919, '.png', 'image', '/static/upload/images/express/images/20180917104650_logo.png', '3ffdacaef8dd508ea1f6638a31fe5cd29312797560bd10fea189bb762255fcb2', 1561538565), (25, 7, '20180917104707_logo.png', '20180917104707_logo.png', 1933, '.png', 'image', '/static/upload/images/express/images/20180917104707_logo.png', 'af8093064a780329b3e40e07de199910cd7faa956534b5a897f0bf59b94f4db2', 1561538565), (26, 7, '20180917104722_logo.png', '20180917104722_logo.png', 1355, '.png', 'image', '/static/upload/images/express/images/20180917104722_logo.png', '577a12272983bf1d3a951466f9cd431da8f97f0663d668ac5976e15cf0d06130', 1561538565), (27, 7, '20180917104750_logo.png', '20180917104750_logo.png', 2232, '.png', 'image', '/static/upload/images/express/images/20180917104750_logo.png', '1f5ed908b5d8b906886503929c0fa718cc963e5ffa90a4efefa5942c5d208f32', 1561538565), (28, 7, '20180917104757_logo.png', '20180917104757_logo.png', 1459, '.png', 'image', '/static/upload/images/express/images/20180917104757_logo.png', 'c6379303232e7a785aa5d936235e1332d9f855dc96bf7e4c5fd7303f383a91fe', 1561538565), (29, 7, '20180917104816_logo.png', '20180917104816_logo.png', 3380, '.png', 'image', '/static/upload/images/express/images/20180917104816_logo.png', '6eed95dfa6bfa4c5df63674377375f87461c7b89a6e20de6485d4eb810990905', 1561538565), (30, 7, '20180917104839_logo.png', '20180917104839_logo.png', 2881, '.png', 'image', '/static/upload/images/express/images/20180917104839_logo.png', '73819350d051a9b0954f46e4d110f5a4f071a34d7c3e3a90117e8e233b756cee', 1561538565), (31, 7, '20180917104848_logo.png', '20180917104848_logo.png', 1582, '.png', 'image', '/static/upload/images/express/images/20180917104848_logo.png', 'f937af6d4fbba40a4ec0ac51ec43573cb8271da6e708f71fa3d4fd6de9b0d82e', 1561538565), (109, 9, '2018112015245128143.jpeg', '2018112015245128143.jpeg', 31282, '.jpeg', 'image', '/static/upload/images/goods_category/2018/11/20/2018112015245128143.jpeg', '12caf7a29697c489af832d1083120cca3d7266cd3859709836c5034db0c48143', 1561538565), (110, 9, '2018112015252193663.jpeg', '2018112015252193663.jpeg', 24188, '.jpeg', 'image', '/static/upload/images/goods_category/2018/11/20/2018112015252193663.jpeg', 'a11205863c0246630200dc4a4170370a1e715c18c4dbdd20090e12586d78c288', 1561538565), (111, 9, '2018112015255390903.jpeg', '2018112015255390903.jpeg', 28249, '.jpeg', 'image', '/static/upload/images/goods_category/2018/11/20/2018112015255390903.jpeg', 'df72b0fabda2e3e957c563a375489deb7958fb449dc2b5cb41d1400ad50d6c94', 1561538565), (112, 9, '2018112015273175122.jpeg', '2018112015273175122.jpeg', 15581, '.jpeg', 'image', '/static/upload/images/goods_category/2018/11/20/2018112015273175122.jpeg', '83381549505c2af2b2d5a5b16226823203a8f7fc309f4efd6c631fa56f4baed4', 1561538565), (113, 9, '2018112015441996472.jpeg', '2018112015441996472.jpeg', 23870, '.jpeg', 'image', '/static/upload/images/goods_category/2018/11/20/2018112015441996472.jpeg', '9ee98d2fcdc54627346522f8ec04f95adb4f93792bea8132f2cf8574ed0bcea7', 1561538565), (123, 1, '1562157390405145.png', '-收藏.png', 4485, '.png', 'image', '/static/upload/images/app_center_nav/2019/07/03/1562157390405145.png', 'f2c623efc421e9a0a68edc118b57ec73108273677dfd469e93b77a8ca33070b8', 1562157390), (124, 1, '1562157391428293.png', '问答-蓝.png', 2033, '.png', 'image', '/static/upload/images/app_center_nav/2019/07/03/1562157391428293.png', 'e31e67a0765688899e4dcd75f446220091f766fdd65d4ba744aa38f1094ddf16', 1562157391), (125, 1, '1562157391533252.png', '我的地址.png', 4557, '.png', 'image', '/static/upload/images/app_center_nav/2019/07/03/1562157391533252.png', 'bf7baeff6f58676ae31afc579b1b904ed6f747101c84d883134789369a94db59', 1562157391), (127, 1, '1562157391517979.png', '小折-分销.png', 3468, '.png', 'image', '/static/upload/images/app_center_nav/2019/07/03/1562157391517979.png', '2811fe5fe831b8d65b9c3741c8ea1fffbfc4b2d80810abbba27fc3b42b4c75fb', 1562157391), (246, 1, '1571231187362091.png', '优惠劵.png', 3472, '.png', 'image', '/static/upload/images/app_center_nav/2019/10/16/1571231187362091.png', '775b2ebf349a94fddb90fd6b7f9b9bc5ed4a7099d5e676bef71c2f9aa3e03178', 1571231187), (249, 1, '1572932149956815.png', '我的订单.png', 3097, '.png', 'image', '/static/upload/images/app_center_nav/2019/11/05/1572932149956815.png', 'c671163407ddc9bcf04d7ead288aa319f16a92b0e9f486b8072d8f3213da33b5', 1572932150), (299, 1, '1580558490671574.png', '钱包.png', 2953, '.png', 'image', '/static/upload/images/app_center_nav/2020/02/01/1580558490671574.png', 'c13566205e8a1fe0472abd150f84507b45b01fc3e7cc58a6c30d1782cc642c2e', 1580558490), (300, 1, '1580558516351420.png', '会员.png', 3002, '.png', 'image', '/static/upload/images/app_center_nav/2020/02/01/1580558516351420.png', 'b04cc8fad2bd975c824e3392cc1c022051fdcfef3a41286ff145735e068cb7cc', 1580558516), (512, 10, '1599806728463641.png', '2018111915461980516.png', 730, '.png', 'image', '/static/upload/images/quick_nav/2020/09/11/1599806728463641.png', '52eff07577a7e548179b431713510293e84f28a7de1730f77a6b1bdec3732813', 1599806728), (514, 10, '1599808001838784.png', '2018111915482687655.png', 1430, '.png', 'image', '/static/upload/images/quick_nav/2020/09/11/1599808001838784.png', '86a1e78258600f4bdb822c993025e38daf1bcf06552e4d48a9c93350cbf2a4d8', 1599808001), (518, 10, '1600321639662998.png', '位置.png', 3573, '.png', 'image', '/static/upload/images/quick_nav/2020/09/17/1600321639662998.png', 'a64df8d480c7d0bc47dd5cc0dd59ebf4cd09e833ce80802d857f51c857b76686', 1600321639), (519, 10, '1600322667732829.png', '电话.png', 3842, '.png', 'image', '/static/upload/images/quick_nav/2020/09/17/1600322667732829.png', 'a1038b6b9a2b2a1fee13d306b07f6d44a897911f5f314f1259aa9dba5090c3c7', 1600322667), (595, 1, '1607398361522502.png', '发票100x100.png', 4645, '.png', 'image', '/static/upload/images/app_center_nav/2020/12/08/1607398361522502.png', 'a3e6a81b9982d32595cef9094d71ea14ae38fff34a8e71ae535d567b635c239b', 1607398361), (598, 1, '1608608498784252.png', '签到 (1).png', 5724, '.png', 'image', '/static/upload/images/app_center_nav/2020/12/22/1608608498784252.png', 'cbf6976b0a54761334c97f0c46dc21f391bd7cf2862aaa2b1acd4c0d4116e6a8', 1608608498), (767, 11, '1637564231868321.png', '手机轮播-01.png', 350892, '.png', 'image', '/static/upload/images/slide/2021/11/22/1637564231868321.png', '753579fda43dfb6c0877d4c132d2ff6284a9b12366b759077c3ea0b7a5308823', 1637564231), (768, 11, '1637564273444601.png', '手机轮播-02.png', 111636, '.png', 'image', '/static/upload/images/slide/2021/11/22/1637564273444601.png', '51dfb75c953ae2d5779d255e09ee5bbb3b9adb87e4b1d2b998d8e12e6ebda644', 1637564273), (1442, 11, '1653645476953808.jpg', 'banner-2.jpg', 357229, '.jpg', 'image', '/static/upload/images/slide/2022/05/27/1653645476953808.jpg', '17023b096dc23594b66d5222424b4e067703c5dad3079fa24f717c141753353a', 1653645476), (1444, 11, '1653646660511503.jpg', 'banner-1.jpg', 416202, '.jpg', 'image', '/static/upload/images/slide/2022/05/27/1653646660511503.jpg', '9b9c44ec3ea0c4367208a1b93b3ad580097d47e8fcb46f0c581a234d9c6ea173', 1653646660), (2149, 5, '1688370464496578.png', '登录-1.png', 844812, '.png', 'image', '/static/upload/images/common/2023/07/03/1688370464496578.png', 'fa03aa7170f8ad207aed0a882c7a8f1e3f32494c7515ab459a34c57cc0cbf64a', 1688370464), (2150, 5, '1688370477913669.png', '登录-2.png', 593632, '.png', 'image', '/static/upload/images/common/2023/07/03/1688370477913669.png', '10ef9a867a9752829d45d7f6a59d5f1e972b49d7138c9a7d14c27c7246b76a14', 1688370477), (2151, 5, '1688712376285299.png', 'banner-01.png', 97594, '.png', 'image', '/static/upload/images/common/2023/07/07/1688712376285299.png', '7e317a4f823030678e8097a609e65eb43b7c9498b5d51dc50c02d71cd3a493b9', 1688712376), (2154, 9, '1691819575986269.png', 'left1.png', 223895, '.png', 'image', '/static/upload/images/goods_category/2023/08/12/1691819575986269.png', '2090e6a6b7888525e997cefeada834c831a94b5a862be2a30f594922620c2ddf', 1691819575), (2155, 9, '1691819651259940.png', 'left1服饰.png', 124044, '.png', 'image', '/static/upload/images/goods_category/2023/08/12/1691819651259940.png', '2d6e5806f68873e0a83e74e4d118d2e739b0abe914889b159f66dedd7026a11e', 1691819651), (2156, 9, '1691819741793450.png', 'left2服饰.png', 196355, '.png', 'image', '/static/upload/images/goods_category/2023/08/12/1691819741793450.png', '6d1fbb512754d3be1d9cda89288f98e29167c5485c777d2a4c10db99a658bf03', 1691819741), (2157, 9, '1691820031245372.png', 'lefta2服饰.png', 176476, '.png', 'image', '/static/upload/images/goods_category/2023/08/12/1691820031245372.png', '0e50bbc20eb7d133e29c8bc0ad1a8f20481cd87a5509c8ddbe4695d14492c94a', 1691820031), (2158, 3, '1691823127165367.png', '图层 19.png', 15867, '.png', 'image', '/static/upload/images/brand/2023/08/12/1691823127165367.png', '6ce047ec8ec9401019e9bc842248973fe5ad4a5baa9902041f97852c21901ca4', 1691823127), (2160, 8, '1691823431903231.png', '手机4.png', 357754, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691823431903231.png', 'abb64a32185ad695c6db8aa964c066e08cb1acaadad6da3068fcca8ce8014b10', 1691823431), (2161, 3, '1691823902414748.png', '苹果Logo.png', 21806, '.png', 'image', '/static/upload/images/brand/2023/08/12/1691823902414748.png', '0002b6964b6df937997a211dfee26f73a9923a6cedba348eca00b5ed86fca8c7', 1691823902), (2163, 8, '1691824121231788.png', '手机3.png', 269470, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691824121231788.png', '77c5bd08596449411821730790242bf7d74081714d34bbda0fd039f4e607c2a3', 1691824121), (2164, 3, '1691824615829604.png', 'vivo.png', 36210, '.png', 'image', '/static/upload/images/brand/2023/08/12/1691824615829604.png', 'd5cd4dd54af7f5bfb836e1f3b0a1db5eb4b96e38cfd22f578ba93b2745fbafe7', 1691824615), (2166, 8, '1691824925751938.png', '手机2.png', 542974, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691824925751938.png', 'ebfc6eb25a946b4f162e946e83ed26696e94b6f0efc535dc47529a9bb35f51a5', 1691824925), (2167, 8, '1691825240608986.jpg', '607db663667f9992.jpg', 113805, '.jpg', 'image', '/static/upload/images/goods/2023/08/12/1691825240608986.jpg', 'c8366936b8744bc2966934df6b750b480026f65e2d754d4f014975a97deea38e', 1691825240), (2168, 8, '1691825409695125.png', '截屏2023-08-12 15.28.50.png', 707600, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691825409695125.png', '78045b1de4ecd4f732b937f8b57324b0732473cb4f5443381fa531c38ba68829', 1691825409), (2169, 8, '1691825418903590.png', '截屏2023-08-12 15.29.15.png', 720353, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691825418903590.png', '2fe76a4a3ed7982896dedae07eeadb27e71aa76e37e56bcc63be805bdf029b73', 1691825418), (2170, 8, '1691825526466882.jpg', '07803398351cafde.jpg', 222107, '.jpg', 'image', '/static/upload/images/goods/2023/08/12/1691825526466882.jpg', 'fbe2648fd2ac1f21670bf8254829f568fd9226059582d625f547e947cedcf837', 1691825526), (2171, 8, '1691825559410156.jpg', 'e8a05309bd0801ff.jpg', 171259, '.jpg', 'image', '/static/upload/images/goods/2023/08/12/1691825559410156.jpg', '4053ecd0d78d8e8b4fadbdcfe9695d05d13fe42e2ce4b29d5250e560e982b1c3', 1691825559), (2172, 8, '1691825798289880.png', '截屏2023-08-12 15.34.50.png', 569162, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691825798289880.png', '8bcdddc5ff486f73d1352cfca02066fc809b94361487126a2731967cdd6fd5a9', 1691825798), (2173, 8, '1691825808853365.png', '截屏2023-08-12 15.35.03.png', 661846, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691825808853365.png', '4517f35ac9f136a6b7f6edbf9903e18620b915358d22b600d88d6c0ac0679e05', 1691825808), (2174, 8, '1691825817659979.png', '截屏2023-08-12 15.35.17.png', 741791, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691825817659979.png', '59e9bb0aa50488a366718706bb2b8b003731168e98e65e21a554f4b78ea89cec', 1691825817), (2175, 8, '1691825824393923.png', '截屏2023-08-12 15.35.29.png', 818430, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691825824393923.png', 'f74bf11c540735c686586cce52542c9a839a1c8fc8368b3eb9510092e2dd7583', 1691825824), (2176, 8, '1691825831836107.png', '截屏2023-08-12 15.35.42.png', 599521, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691825831836107.png', 'b64aa7d3d1999f3f4c28fd20ad78d47bc42814a53510d1a67b833b69b022ec24', 1691825831), (2177, 8, '1691826204910905.png', '截屏2023-08-12 15.34.50.png', 530164, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691826204910905.png', 'a5b1425a8929dac014a0413f386f3dffd631918a65ebd87deb7c377a4a11eec7', 1691826204), (2178, 8, '1691826211530116.png', '截屏2023-08-12 15.35.03.png', 661846, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691826211530116.png', '4517f35ac9f136a6b7f6edbf9903e18620b915358d22b600d88d6c0ac0679e05', 1691826211), (2179, 8, '1691826216620275.png', '截屏2023-08-12 15.35.17.png', 741791, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691826216620275.png', '59e9bb0aa50488a366718706bb2b8b003731168e98e65e21a554f4b78ea89cec', 1691826216), (2180, 8, '1691826222270713.png', '截屏2023-08-12 15.35.29.png', 730627, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691826222270713.png', '6fb4293db4f2b8c63be05eb67434cb7b23623d7112677dafa84687f8f0030b42', 1691826222), (2181, 8, '1691826226253803.png', '截屏2023-08-12 15.35.42.png', 599521, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691826226253803.png', 'b64aa7d3d1999f3f4c28fd20ad78d47bc42814a53510d1a67b833b69b022ec24', 1691826226), (2183, 8, '1691826776365755.png', '商品.png', 727271, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691826776365755.png', '67e4ca21bb8a67dd2e1feb5cb411e1ef937ebdb643f5b0ba055f33c81c41bca4', 1691826776), (2184, 8, '1691827475272976.png', '截屏2023-08-12 15.53.51.png', 393520, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691827475272976.png', '209c88263fab5097823166a8a39236b82b75ad27f7095adddbfb37c87cdb7435', 1691827475), (2185, 8, '1691827486979998.png', '截屏2023-08-12 15.54.01.png', 671241, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691827486979998.png', '75a556b72017613785fd8f0cffda9710c072b7a66fa3b44a8a85e1dac8e3a974', 1691827486), (2186, 8, '1691827499314526.png', '截屏2023-08-12 15.54.14.png', 1029568, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691827499314526.png', 'c3420e2bbfe6a2b473be771b6170351ffebcbd49bd5d37c2df9e6f613fff7a42', 1691827499), (2187, 8, '1691827507900924.png', '截屏2023-08-12 15.54.26.png', 786494, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691827507900924.png', 'c536ebbc3cad91bf3a7355fdc574f3f7f35238adfa3e8eea459ac5e46c124bdd', 1691827507), (2188, 8, '1691827515845673.png', '截屏2023-08-12 15.55.14.png', 554211, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691827515845673.png', '5b32909c9fa81cb106cd33e91c98105fdfc838f3982ff9883373eb75690155ca', 1691827515), (2189, 8, '1691827555731903.png', '截屏2023-08-12 15.57.47.png', 569961, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691827555731903.png', 'ee2a2a1b6d4aa59735be3dba02bab5087c9e0e24580b3540638d1403c1e59fa9', 1691827555), (2190, 3, '1691828238575330.png', '惠普Logo.png', 319157, '.png', 'image', '/static/upload/images/brand/2023/08/12/1691828238575330.png', '3369e77c597cd9c1e0638e9773e0d2dcbe214ca4005c5e59dbddf9816cddae97', 1691828238), (2192, 8, '1691828468899201.png', '电脑1.png', 341424, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691828468899201.png', '71448188a74f60a68cc9ab6b378ba1c9e742ce56f4b47ecb17f4e18dc897de89', 1691828468), (2193, 8, '1691828836385323.png', '截屏2023-08-12 16.21.53.png', 719344, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691828836385323.png', 'ae691ec8f430c849d3f822177743fb1b2fb10c1298999557d383cbe231a88519', 1691828836), (2194, 8, '1691828844665561.png', '截屏2023-08-12 16.22.06.png', 883409, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691828844665561.png', 'b5a5d5e6861774553b9ed543ccec223b419ad708e62643b3adbe35d19f1300be', 1691828844), (2195, 8, '1691828851964308.png', '截屏2023-08-12 16.22.26.png', 889202, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691828851964308.png', '189d5e06bea3557ab3b17e5992a549f895acf7403d8712f3ab7dec9df991da38', 1691828851), (2196, 8, '1691828857590839.png', '截屏2023-08-12 16.22.51.png', 358816, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691828857590839.png', '2534e143ba0e4c9de357f8449f0e3ddfda8a0f908a2b6b1514f38b8bd393a170', 1691828857), (2197, 8, '1691828863550756.png', '截屏2023-08-12 16.23.05.png', 323311, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691828863550756.png', '1fd2ab16220a93fd4e3fb7a09e59c999b410d9d795eefb6cc743042d1e9df151', 1691828863), (2198, 8, '1691828867505745.png', '截屏2023-08-12 16.23.23.png', 594938, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691828867505745.png', '37fe026d6bc312c953ff78d67e12c6f0ca8b05dc0f0f1672a08f0f4472ab15a7', 1691828867), (2199, 8, '1691828870712232.png', '截屏2023-08-12 16.23.41.png', 741756, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691828870712232.png', '81f562c7d91a7c5dc2eab08708392981195f0945685526d8db7a4996216ebe1d', 1691828870), (2201, 8, '1691829141472866.png', '电脑4.png', 393935, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691829141472866.png', '54041fb15079656dbc07662e8fb26cc1d2d499b947fd01202a8e5fe0cee04e69', 1691829141), (2202, 8, '1691829236843759.jpeg', 'c91987a552115e8a.jpeg', 833804, '.jpeg', 'image', '/static/upload/images/goods/2023/08/12/1691829236843759.jpeg', '2fdd30736220608ad766a628f6fa88ca25b1922e0e058f46e58dfacdf876f921', 1691829236), (2203, 8, '1691829245863546.jpeg', 'f23ebee50fae457c.jpeg', 923438, '.jpeg', 'image', '/static/upload/images/goods/2023/08/12/1691829245863546.jpeg', '74984b6f10620ea149fb5e815f44cacceecb82f62f32a2017a3f8a352760ca3c', 1691829245), (2204, 8, '1691829803316804.png', '截屏2023-08-12 16.40.01.png', 586135, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691829803316804.png', '342a1b29fe1008d86203bd427241ebd61bb4fad6d58f329c963a65847ff42f08', 1691829803), (2205, 8, '1691829808460903.png', '截屏2023-08-12 16.40.09.png', 428148, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691829808460903.png', '6ede7f1039f002fec2bb7c98e032e8ef081064fedc36959030c7244887b67f24', 1691829808), (2206, 8, '1691829813811407.png', '截屏2023-08-12 16.40.19.png', 387835, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691829813811407.png', 'e5286acc60134870eb1aac57f977a38eda92e56d4a1f1e2a7d298799a0d8c49b', 1691829813), (2207, 8, '1691829818501892.png', '截屏2023-08-12 16.41.13.png', 324912, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691829818501892.png', 'de29f0c88aace37b1a7e107fd757c8877d6dfdf910217d7c2562aa043d2d5bf3', 1691829818), (2211, 8, '1691830293182918.png', '电脑6.png', 312437, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691830293182918.png', '19cf170f75cd43f83ec9d7f2c2f9ebadce62e66487316ce6e8e0139bbc795ca8', 1691830293), (2213, 8, '1691830511475725.png', '电脑7.png', 246884, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691830511475725.png', '8798e1ed90b8ef1e60032db03b240ffd0fa2fdd28331f4b48925b07d86662e7e', 1691830511), (2215, 8, '1691831046790794.png', '电脑8.png', 413319, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691831046790794.png', 'dbd76fc1977ae0539da408f601dde4652c9a9f30ba5bd80e6ea117151447016c', 1691831046), (2216, 3, '1691831848237506.png', '联想.png', 21634, '.png', 'image', '/static/upload/images/brand/2023/08/12/1691831848237506.png', 'c601c7d1d5ebf015ecc087f6d0c4fea2c4b6a96fc58e6acba396a3fc57d56104', 1691831848), (2217, 8, '1691832026565424.png', '电脑9.png', 371754, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691832026565424.png', '98a1e9e665422762de131b64a2d96c5fab5484bd86baf51f9f83b19e4984e08d', 1691832026), (2218, 8, '1691832377600902.png', '截屏2023-08-12 17.23.05.png', 482652, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691832377600902.png', 'ea4cfc200f3aa9c090b9c7e97c277f2631e5cc9b66d9493508d70a588b08f991', 1691832377), (2219, 8, '1691832382882584.png', '截屏2023-08-12 17.23.34.png', 408634, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691832382882584.png', 'd78cff0606052a99ffb99327299ccee3e7e53691ff24c0a8401fcdc02061f2d2', 1691832382), (2220, 8, '1691832386387138.png', '截屏2023-08-12 17.23.48.png', 401368, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691832386387138.png', 'f272f63adea2b7333f4485c65dcb7248c44c1ef5b76ca4e15fdd6d91c2f559f8', 1691832386), (2221, 8, '1691832391391925.png', '截屏2023-08-12 17.24.06.png', 210985, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691832391391925.png', '20355603bb02dc272c38776475741268947ee6ef79ad341a14af9f2cf41fb230', 1691832391), (2222, 8, '1691832395282530.png', '截屏2023-08-12 17.24.19.png', 421372, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691832395282530.png', 'e51560e29519e6aa5c1a1fc452c428dda3e356d61f2403fbd2ccee6d13ff1596', 1691832395), (2223, 8, '1691832443984882.png', '电脑9.png', 371754, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691832443984882.png', '98a1e9e665422762de131b64a2d96c5fab5484bd86baf51f9f83b19e4984e08d', 1691832443), (2224, 3, '1691832967621264.png', '花花公子.png', 24173, '.png', 'image', '/static/upload/images/brand/2023/08/12/1691832967621264.png', '4463dad65a73b10bb77c0140aa24eae4a012ef8722f7e384c3057bc755a4912a', 1691832967), (2231, 8, '1691834871558142.png', '截屏2023-08-12 17.54.04.png', 247784, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691834871558142.png', '454f1b01e30557d9640e8879763f83c63fd525648e81d52b638381efb9778430', 1691834871), (2232, 8, '1691834878159970.png', '截屏2023-08-12 17.54.14.png', 556497, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691834878159970.png', '01d86e71109163aade566c0ee5cc9e9398b3c73e9a9295d344b15eff7b948cd8', 1691834878), (2233, 8, '1691834882455325.png', '截屏2023-08-12 17.54.23.png', 434909, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691834882455325.png', '7db0f6fa5a57d9efa2c854c58b6f86d153b1d83730c8f8b33db7bec19b90a6c5', 1691834882), (2234, 8, '1691834887521471.png', '截屏2023-08-12 17.54.34.png', 341688, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691834887521471.png', '834a37371588e1678613f9c6bbcfc8a275e48127cf1875fa87b7846b8b9a6779', 1691834887), (2235, 8, '1691834891837211.png', '截屏2023-08-12 17.54.47.png', 147668, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691834891837211.png', 'b32d17bbc352bff640bdc9d2f4abfe3aa53c61f11af71d2fc7e25b1e235c639b', 1691834891), (2236, 8, '1691834999411165.png', '花花公子衣服.png', 787342, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691834999411165.png', '2c8cd7504f436fea4fb796cdaad046a0c8ec256e2a00fc326a6b197836f35020', 1691834999), (2237, 3, '1691835126265383.png', '南极人Logo.png', 80144, '.png', 'image', '/static/upload/images/brand/2023/08/12/1691835126265383.png', 'a3c201ad98ac9f063c11e3ab128b6bd749685dde917d058bb2c5afe6d34627c8', 1691835126), (2239, 8, '1691835373537126.png', '南极人.png', 548974, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691835373537126.png', '6c70b1a1ec7d7eb8b8affb0ced9d5473ca44f9e0286ab3675bc346a18e333452', 1691835373), (2240, 8, '1691835697559233.png', '截屏2023-08-12 18.17.06.png', 174726, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691835697559233.png', '9f40481954c6b7bb88e00339b832f76204c5f8ec27e7d74ac66eead1dbd30f51', 1691835697), (2241, 8, '1691835704154657.png', '截屏2023-08-12 18.17.17.png', 168029, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691835704154657.png', '1ebdd4e08941e0af264464cfe9f9e087df4a974ccd3669e869926158152eb343', 1691835704), (2242, 8, '1691835708771308.png', '截屏2023-08-12 18.17.27.png', 431964, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691835708771308.png', 'e214e3ec4888f363000e9f8faaee53e840ce162493cbda1ea2bd7feca14255a8', 1691835708), (2243, 8, '1691835712880551.png', '截屏2023-08-12 18.17.39.png', 82906, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691835712880551.png', 'cbb0eb76ec02990944ad94f625ae189b5a0f83d2a0cdef71f9f54eb91dd7b504', 1691835712), (2244, 3, '1691835977239809.png', '斐乐Logo.png', 83120, '.png', 'image', '/static/upload/images/brand/2023/08/12/1691835977239809.png', '4b8df5eef191ae961632c45744a16f18ce9acdd7a024ba3ee5cc64ada328b03e', 1691835977), (2246, 8, '1691836236770925.png', '斐乐.png', 467176, '.png', 'image', '/static/upload/images/goods/2023/08/12/1691836236770925.png', 'f08a74aac5cce1f39de7bef7fd9b849a770c90679b5f9595b2cbabffac100099', 1691836236), (2247, 8, '1691836485950943.jpeg', '50c31866f4514934.jpeg', 147697, '.jpeg', 'image', '/static/upload/images/goods/2023/08/12/1691836485950943.jpeg', 'cc7d8e477ed60ba8e88e189c7cd92ac5e7aa0f8ea1b8d287c906a055f7768d9a', 1691836485), (2248, 8, '1691836493757182.jpeg', '38ba5e598fcbaa86.jpeg', 332629, '.jpeg', 'image', '/static/upload/images/goods/2023/08/12/1691836493757182.jpeg', '0f9026dbd630b583adfe52e038d1a8a7f457b875463d7e52886bb3943c7a1f38', 1691836493), (2249, 8, '1691836499159372.jpeg', 'b59f10cf74dd5d1d.jpeg', 194710, '.jpeg', 'image', '/static/upload/images/goods/2023/08/12/1691836499159372.jpeg', 'd65b55a1e96212622c9006a720734350693fd29d33cb2604a161aa3c7987b7c1', 1691836499), (2250, 3, '1691977709405973.png', '截屏2023-08-14 09.42.05.png', 7513, '.png', 'image', '/static/upload/images/brand/2023/08/14/1691977709405973.png', '9636ff063bf9dc0c822d0b94180477a643580b0d2e20033799e43b6b5f1c111d', 1691977709), (2252, 8, '1691977878897545.png', 'mzo.png', 664387, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691977878897545.png', '24a4a5ec496b26bdcf3cdf540d3bc6542a42d4e04224d0a52ec144d13c6a32b2', 1691977878), (2253, 8, '1691979298102584.png', '截屏2023-08-14 09.53.27.png', 425877, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691979298102584.png', 'e729bd3c1f4010281db5624628f9057da7980e6ef3aad789337e2d4db51a1252', 1691979298), (2254, 8, '1691979306209110.png', '截屏2023-08-14 09.53.43.png', 324446, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691979306209110.png', 'd3e721200ff8eea0b7933d2d069c41d404c83c39ecd8abaf095715f31cc28a08', 1691979306), (2255, 8, '1691979323816227.png', '截屏2023-08-14 09.54.10.png', 334781, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691979323816227.png', 'bc5debbc2f32c9621c4c022c38d15cb08c4a848b716b5cd0f387c93634dd2110', 1691979323), (2256, 8, '1691979330939435.png', '截屏2023-08-14 09.54.27.png', 182434, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691979330939435.png', '21af219fe869626faa6fcc03ab76ab4d412bfc24f7a7a8e7d4683c5d1af4fffc', 1691979330), (2257, 8, '1691979342342357.png', '截屏2023-08-14 09.54.36.png', 277730, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691979342342357.png', '0360209714a55f32bee1a251c3a497291080d65bb7c73fc733db4434d32208ab', 1691979342), (2258, 3, '1691979547580992.png', 'shiroma.png', 5975, '.png', 'image', '/static/upload/images/brand/2023/08/14/1691979547580992.png', '2b162640fc013ec9dc1d3e431e0b28152c07d090ba7807a8d59fe80cd055f2d7', 1691979547), (2261, 8, '1691980079575635.png', 'shiroma商品.png', 803229, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691980079575635.png', '3e79e6725397dbaa5408a371721370635c878d5ea34b61517112bb69d4b60bcc', 1691980079), (2262, 8, '1691980637926632.jpeg', 'afc398a681f799bd.jpeg', 100776, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691980637926632.jpeg', '883d15ed57ef3554ccbec1276b760af06458dbe518b3e15d84a481a314becc27', 1691980637), (2263, 8, '1691980650796377.jpeg', 'b389b005e23687d3.jpeg', 49820, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691980650796377.jpeg', '50ed22e9f2082bb95ec0c2a62d5ecc960c325337a7eba4426f56711747628681', 1691980650), (2264, 8, '1691980658267865.jpeg', '3a6b95cd1422b6bc.jpeg', 114535, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691980658267865.jpeg', 'cef9ea0d04680a0804ae6eb9572cb2552bd574031d4ffa61267c759c3b276923', 1691980658), (2265, 8, '1691980676639236.jpeg', 'c88f33e9ff202283.jpeg', 135869, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691980676639236.jpeg', '5cdeb7df16529df92092179bb53d5b9a0e0eb3101af3ca85a396f26caffc1f5a', 1691980676), (2266, 8, '1691980683406570.jpeg', 'c341c819b70e7d08.jpeg', 112039, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691980683406570.jpeg', 'b0c1acc165119c0a0d85e252200ef437aae8b892a2126173a9b157226115d749', 1691980683), (2267, 8, '1691980688105551.jpeg', 'd4bc071405542688.jpeg', 127101, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691980688105551.jpeg', '03aa6960f80a8b1f26b6a57ab1f2f65d5671fb9df8096bfe92871eeaf67ed22c', 1691980688), (2268, 8, '1691980696623584.jpeg', '46904123c8df65bc.jpeg', 154835, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691980696623584.jpeg', '242a12fa83889763ac19524e2af90da8f69b672311c421d2e16e5548f73d773f', 1691980696), (2269, 8, '1691980703617945.jpeg', '3a6b95cd1422b6bc.jpeg', 114535, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691980703617945.jpeg', 'cef9ea0d04680a0804ae6eb9572cb2552bd574031d4ffa61267c759c3b276923', 1691980703), (2270, 8, '1691980708438566.jpeg', '5d145f272b217693.jpeg', 59745, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691980708438566.jpeg', '94874c1d6d9dc5c4e20b7b13d7017e2cfd963456116fd83e592c9cf2ed0f0067', 1691980708), (2271, 3, '1691981092702792.png', '皮尔卡丹Logo.png', 5282, '.png', 'image', '/static/upload/images/brand/2023/08/14/1691981092702792.png', '831b981989b9135cd79c357d1e207a14bac894ad584e9d6e7e159fb08765aac8', 1691981092), (2272, 8, '1691981199467207.png', '皮尔卡丹服饰.png', 912050, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691981199467207.png', 'acdddd887486051b7b8ad0e4643f5dab9ea09abecf23c646d86de95fe7c632b2', 1691981199), (2273, 8, '1691981231897653.png', '皮尔卡丹服饰.png', 912050, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691981231897653.png', 'acdddd887486051b7b8ad0e4643f5dab9ea09abecf23c646d86de95fe7c632b2', 1691981231), (2274, 8, '1691981552646443.jpeg', 'f0c7c98f0e2d657a.jpeg', 167104, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691981552646443.jpeg', '6c3fa2f1af6e6404910e5a49e99efe6b974247aa76f6935119be738f785ec43c', 1691981552), (2275, 8, '1691981563790985.jpeg', '7d2857a3f7bd3b6e.jpeg', 104499, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691981563790985.jpeg', '4cd302e6edf46d766aae124cd268308f65231c0b5e1bd9c18a7c55d4092d204b', 1691981563), (2276, 8, '1691981572751256.jpeg', '301b42184857f26f.jpeg', 117334, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691981572751256.jpeg', '08b640c11bf1df8b1418e46a2cf235dd4fdcca299ace9261de06597f32e6532f', 1691981572), (2277, 8, '1691981578921879.jpeg', '47ecec2e3b591018.jpeg', 60705, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691981578921879.jpeg', 'b7561fe7397f0580bac473c783de2d43047a14de6f17d9ab16edcab1141b65d4', 1691981578), (2278, 8, '1691981588510583.jpeg', '5c8029697913c145.jpeg', 209151, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691981588510583.jpeg', '4996985d73e44f131c41a0f9c5d1a871923857c0a754e12d491538fa03cbe363', 1691981588), (2279, 8, '1691981594441933.jpeg', 'f70b6ceaf59bd1ad.jpeg', 155329, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691981594441933.jpeg', 'cfdb926c0432d9f2c91c641347cda79a6e6fb765e1f4f0eaa50099bca0a5be7c', 1691981594), (2280, 8, '1691981602797480.jpeg', '8f765f7675e2417f.jpeg', 131590, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691981602797480.jpeg', 'f7f0fe5614162a05ff9c106dcc920322711f79bdbc54b41048f98aecfcc0af76', 1691981602), (2281, 8, '1691981708429646.jpeg', 'b194d13b209d8d51.jpeg', 108441, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691981708429646.jpeg', '0a3f1034305adcf9c9a24e4669d7653cd5bf387f0a8fff48c6daa20a68703305', 1691981708), (2282, 3, '1691982150655928.png', '科罗蒙凯logo.png', 38767, '.png', 'image', '/static/upload/images/brand/2023/08/14/1691982150655928.png', '8c169dcf3219630b1ef8e2b374bd07cc6038232a4140dda6344c9e8a07fa9be9', 1691982150), (2283, 3, '1691982245246201.png', '科罗蒙凯logo.png', 38767, '.png', 'image', '/static/upload/images/brand/2023/08/14/1691982245246201.png', '8c169dcf3219630b1ef8e2b374bd07cc6038232a4140dda6344c9e8a07fa9be9', 1691982245), (2286, 8, '1691982517423442.jpeg', '80bc7902d293e789.jpeg', 132136, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691982517423442.jpeg', '68a618327b1a6ec5661ee8b67f38828a26cab48fcdc247c9b3cf348afa0d947d', 1691982517), (2287, 8, '1691982541729356.jpeg', '26ba0e862c6c51d0.jpeg', 79041, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691982541729356.jpeg', '9009c1269d973532009eaa37b9c2cacfd91d1dbce825e7022dc28f6aa6040898', 1691982541), (2288, 8, '1691982548999591.jpeg', '4415c45dc5d01619.jpeg', 151629, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691982548999591.jpeg', 'd05efa208b7ac2b1e311c3362460cca0d476406181f328bcca280d058371732e', 1691982548), (2289, 8, '1691982552969620.jpeg', '020542b932c93818.jpeg', 51704, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691982552969620.jpeg', '3aa7b30e75354487870058e7a668501d8844c5b34bdbcb971c79aa15c6255bbc', 1691982552), (2290, 8, '1691982558477549.jpeg', '772934dec1af6306.jpeg', 82002, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691982558477549.jpeg', 'c0f63999798b7a40cac37debaff69e28842d728be7f139ac9f4f1eae2b2fabae', 1691982558), (2291, 8, '1691982564622907.jpeg', 'c674657dbf374805.jpeg', 153652, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691982564622907.jpeg', '68e7b04502d897dc1071d376b4a6070e261330fcf40a02bcf187e92f30f8a365', 1691982564), (2292, 8, '1691982569733444.jpeg', '3641063eb694f484.jpeg', 56137, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1691982569733444.jpeg', '3dc4c6b80b369e9ab49d7621387f81560ba5990fbe894122f9e7859db04b1cd5', 1691982569), (2293, 3, '1691982936761169.png', '古驰logo.png', 2834, '.png', 'image', '/static/upload/images/brand/2023/08/14/1691982936761169.png', 'd32772001d063926d9f19edd45df908dd0105b797e6ec8815f0669904b008856', 1691982936), (2296, 8, '1691983213889964.png', 'dae02c427f6d4ed0.png', 214160, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691983213889964.png', '8afc90f244f1758d40ff9cbab4319d8647e2e55d2970c6415ee0e7ecda39681d', 1691983213), (2297, 8, '1691983221350725.png', '3b57b165392bf578.png', 156435, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691983221350725.png', 'c745fbaadd17866a44cb513ebdf24af9a062c6e1a07652f96dc75de41cdbf705', 1691983221), (2300, 8, '1691983247500656.png', 'e12d5e7457909ce7.png', 95769, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691983247500656.png', '2eb8c241ea1892dd1ee5c9706f741f624ef52ebb1d4c826818e68c2953121750', 1691983247), (2319, 3, '1691994279806663.png', '海澜之家logo.png', 16406, '.png', 'image', '/static/upload/images/brand/2023/08/14/1691994279806663.png', 'ff58901f3a302fac365dd00db876f58c72b5498f9f9646456dd581ddc44f876e', 1691994279), (2321, 8, '1691994396257476.png', '海蓝之家商品.png', 632087, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691994396257476.png', '7028ca86e9b05f1eceddd9ab0fd49ad73b91520429dd4bbd5cdc87843fdd90b5', 1691994396), (2322, 8, '1691994898577354.png', '截屏2023-08-14 14.29.06.png', 261726, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691994898577354.png', '87afaa887a2de856a8e8729e1eac8ed0e60fe4a43a1e8129c388ad4bf780bcb2', 1691994898), (2323, 8, '1691994898586882.png', '截屏2023-08-14 14.28.15.png', 484263, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691994898586882.png', '3dca03bd4a7b527cfef631033357bef49cc6decaf86bd8ab773f699a919e5039', 1691994898), (2324, 8, '1691994898727839.png', '截屏2023-08-14 14.28.36.png', 495891, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691994898727839.png', '64dd6d1af63f9bb728bc84ff250aec0d4534daa5954aec08cfb2f9903c4e091f', 1691994898), (2325, 8, '1691994898891000.png', '截屏2023-08-14 14.28.46.png', 455943, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691994898891000.png', 'b02dd54102fde2d029b98376d9faa17c2c80ec35ccbe2a543fdba50190526ded', 1691994898), (2326, 8, '1691994898735499.png', '截屏2023-08-14 14.28.02.png', 501818, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691994898735499.png', 'c291b736b074a6b338fc703f7558cfd2a4713423084124d8d7e8e06daf6d7399', 1691994898), (2327, 8, '1691994917804872.png', '截屏2023-08-14 14.28.15.png', 484263, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691994917804872.png', '3dca03bd4a7b527cfef631033357bef49cc6decaf86bd8ab773f699a919e5039', 1691994917), (2328, 8, '1691994924628415.png', '截屏2023-08-14 14.28.36.png', 495891, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691994924628415.png', '64dd6d1af63f9bb728bc84ff250aec0d4534daa5954aec08cfb2f9903c4e091f', 1691994924), (2329, 8, '1691994931354691.png', '截屏2023-08-14 14.28.46.png', 455943, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691994931354691.png', 'b02dd54102fde2d029b98376d9faa17c2c80ec35ccbe2a543fdba50190526ded', 1691994931), (2330, 8, '1691994935562238.png', '截屏2023-08-14 14.29.06.png', 261726, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691994935562238.png', '87afaa887a2de856a8e8729e1eac8ed0e60fe4a43a1e8129c388ad4bf780bcb2', 1691994935), (2331, 3, '1691995321426107.png', '森马Logo.png', 17418, '.png', 'image', '/static/upload/images/brand/2023/08/14/1691995321426107.png', '16e28a1bbdf3d9249ec9d260c9469bc545429719467aff447ff7462c883c5cb0', 1691995321), (2333, 8, '1691995464796317.png', '森马商品.png', 862728, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691995464796317.png', 'ebacba95eeeac077aeed1c85ab108a93ac342e905612a1ce4152cfecf8b221d4', 1691995464), (2334, 8, '1691995907479445.png', '截屏2023-08-14 14.46.04.png', 611970, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691995907479445.png', '97f40bae6aefd0ebc5543aaf62630fc8da7eceb3762ba5bdf6b8357191ffb531', 1691995907), (2335, 8, '1691995915250299.png', '截屏2023-08-14 14.46.39.png', 854577, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691995915250299.png', '54092faf61d10db017c48b9ccfba99f570e64cb67aaeffc18163cd4bb9d292b1', 1691995915), (2336, 8, '1691995921520538.png', '截屏2023-08-14 14.46.54.png', 630134, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691995921520538.png', 'b90fad4c0b08e4356e5bd0878930d658ec5c81897271cf1e229d64085bcd8b8a', 1691995921), (2337, 8, '1691995926708720.png', '截屏2023-08-14 14.47.02.png', 665708, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691995926708720.png', 'b4ed80ea7016bd9bbc876ac5ffff35ce467b9ef8fc6be54980c698d1af41729b', 1691995926), (2338, 8, '1691995935519352.png', '截屏2023-08-14 14.47.12.png', 951352, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691995935519352.png', '267cddaa9251316b5f35d249ea1c03fab480510de8c0e8fd35914129cf890304', 1691995935), (2339, 8, '1691995941891876.png', '截屏2023-08-14 14.47.21.png', 142840, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691995941891876.png', 'a123c16a72eaaa70eb1369324fd203e2c2ebd1e49b51c22f4833eb460e35a444', 1691995941), (2340, 8, '1691995946950732.png', '截屏2023-08-14 14.47.37.png', 111075, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691995946950732.png', '08617d8034f26812f82cd6b172d4be6382bb07dc8af4e06faab694e3ae8732f3', 1691995946), (2341, 3, '1691996707185755.png', '蔻驰Logo.png', 6410, '.png', 'image', '/static/upload/images/brand/2023/08/14/1691996707185755.png', '10956366fc0b502367337ac630976afb07856f40aa2f65c2ff7f868da5a5a977', 1691996707), (2343, 8, '1691996824307963.png', '蔻驰商品.png', 386972, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691996824307963.png', '30053bed42ab5bfbdff3076fccfe187bb3ec969692fb993db0ddc044a1ecd411', 1691996824), (2344, 8, '1691997191254126.png', '截屏2023-08-14 15.07.54.png', 320770, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691997191254126.png', 'fd6eaa3ae93437d5ae02aca6caf9dc15aa59c8ee59b7d17b62f42599db4189f3', 1691997191), (2345, 8, '1691997198671732.png', '截屏2023-08-14 15.08.06.png', 301815, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691997198671732.png', '2b89d9bcb9e3c90150b772152c4469586a0d5993936ad5569f41b048c8da96e8', 1691997198), (2346, 8, '1691997205743458.png', '截屏2023-08-14 15.08.16.png', 103248, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691997205743458.png', '5f6afaf3123f6215cbeeea69594c329639871f75f1cb14c50632dc286dbcd2b5', 1691997205), (2347, 8, '1691997211355818.png', '截屏2023-08-14 15.08.29.png', 392352, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691997211355818.png', '217fbb48882a53370c523a5c3f54e98a251b9abde7425f8bef3a1264327f7d1f', 1691997211), (2348, 8, '1691997217563755.png', '截屏2023-08-14 15.08.47.png', 630497, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691997217563755.png', '507d10d5e1bb5ed062afe9fd433a6ea8d9cbd66c2a4b3e8f2caf6ff7566f1865', 1691997217), (2349, 8, '1691997220388481.png', '截屏2023-08-14 15.08.57.png', 291855, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691997220388481.png', '92af4ef71e045d258806810e37ad32e147cbe0c1622d9538026bf04b391736f7', 1691997220), (2350, 3, '1691997896419442.png', '新秀丽Logo.png', 18948, '.png', 'image', '/static/upload/images/brand/2023/08/14/1691997896419442.png', 'd20a6fb5a9303edc13793f51fa402d13bf13a0933236acc18f5ba26aa549659b', 1691997896), (2353, 8, '1691998232498590.png', '截屏2023-08-14 15.27.47.png', 712582, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691998232498590.png', 'fc2886c26a12fd14098ae60730284ee723913fb6c2bc55e21df6d462e39e2d0c', 1691998232), (2354, 8, '1691998240310902.png', '截屏2023-08-14 15.28.00.png', 810072, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691998240310902.png', 'e13c52105e1814265750a30380e80b4bf32af5206210e03a76c2f85780948fd1', 1691998240), (2355, 8, '1691998248824258.png', '截屏2023-08-14 15.28.13.png', 526422, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691998248824258.png', '5278fd78f26d6a8b69ed97c33e657780fa40554dd1d0324e246d5547304edddd', 1691998248), (2356, 8, '1691998256740994.png', '截屏2023-08-14 15.28.22.png', 584085, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691998256740994.png', 'cd576920243b8f25b5456440446032bd16f634b198a22e83731c85fcea0225ff', 1691998256), (2357, 8, '1691998264851776.png', '截屏2023-08-14 15.28.32.png', 425829, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691998264851776.png', 'ccb5f450ff06bd8c86803f2a32e4cc46bcd1dd65fcf9c0c8f6ceb0bac4c477b6', 1691998264), (2358, 3, '1691999031675571.png', 'vineylogo.png', 4373, '.png', 'image', '/static/upload/images/brand/2023/08/14/1691999031675571.png', 'c3208d698be421ed5ce5c554088e3f3dd3b965643788b42bc176d6e789ef7678', 1691999031), (2360, 8, '1691999334494128.png', 'vi商品.png', 834467, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691999334494128.png', '8a8e28d8a6724e6e3acdb80532435c9c6449fa088a81ec8bb24a188423609d74', 1691999334), (2361, 8, '1691999752973519.png', '截屏2023-08-14 15.49.32.png', 861363, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691999752973519.png', '6bba5a7fa9b3072e83fe399f1aedcf3edd967f273dca35a223fdb47437f1be16', 1691999752), (2362, 8, '1691999761383333.png', '截屏2023-08-14 15.50.50.png', 336170, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691999761383333.png', '52bb16f8b8f663db71a20e58ca1c14592a95d3dbb253e854dc93dfe6bd76eaaf', 1691999761), (2363, 8, '1691999770935537.png', '截屏2023-08-14 15.51.02.png', 695197, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691999770935537.png', '468403fc6be642d5ff2a0ae349f1ca3ba49557102ab9f50bf8efe33cd32f9fb6', 1691999770), (2364, 8, '1691999780130379.png', '截屏2023-08-14 15.51.09.png', 695785, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691999780130379.png', 'eb9b747c7eeba3b54ba76e3e414e692f59fcbcf4dc61cffc286729b37bfb008c', 1691999780), (2365, 8, '1691999786841156.png', '截屏2023-08-14 15.51.22.png', 873475, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691999786841156.png', 'b85309293a6581d8ac6a2f4d04cdab97dc0a975d5a22a9cc2d60da3c37058c5f', 1691999786), (2366, 8, '1691999792436424.png', '截屏2023-08-14 15.51.36.png', 1009868, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691999792436424.png', '4c0855e392efa8eb468d5e4aa597334adeb8a47e381b1aeb82baa7df346cf54f', 1691999792), (2367, 8, '1691999798629765.png', '截屏2023-08-14 15.51.47.png', 783354, '.png', 'image', '/static/upload/images/goods/2023/08/14/1691999798629765.png', 'c481c2c97e1d96f7af793b23b846d2decf74439d36de1a9768a196f3174722f0', 1691999798), (2368, 3, '1692000815979642.png', '圣罗兰logo.png', 30542, '.png', 'image', '/static/upload/images/brand/2023/08/14/1692000815979642.png', '6c6d68fc733aafb2fd3818b7fbe9512d954b5f8dd9dd8c1d5e1dc357a13a98b6', 1692000815), (2370, 8, '1692000963306994.png', '圣罗兰商品.png', 447173, '.png', 'image', '/static/upload/images/goods/2023/08/14/1692000963306994.png', 'eac9d12b7f2799d686afec5d176b8c53b68b6680c07e4fe0560789810cc7e75c', 1692000963), (2371, 8, '1692001124233965.jpeg', '15d0b2885e052ec2.jpeg', 94469, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1692001124233965.jpeg', '25de4f163b5a80ff72c8b05c4aafb2ee0d3eb4f2b9026966dfe0d46a9aced8a3', 1692001124), (2372, 8, '1692001157164542.jpeg', '5aa001dda6e8feb8.jpeg', 89444, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1692001157164542.jpeg', '3648a03f711531e6dd0abf95ec8f7c584505153ce5255ac08a86329992402a32', 1692001157), (2373, 8, '1692001164283352.jpeg', '847997a3879f7eb1.jpeg', 77316, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1692001164283352.jpeg', '347e830672b561dd398483ed4a11f8691ca6db3fe42b037a13c375aa98eb348d', 1692001164), (2374, 8, '1692001172263788.jpeg', '52788c672d19269e.jpeg', 67373, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1692001172263788.jpeg', '8c0831ba6b3d7e0a2990888ab573a3229bf5aa186f055db6bee853d3e0b44e2a', 1692001172), (2375, 8, '1692001177919245.jpeg', '9874b3b8ac6c21cd.jpeg', 60844, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1692001177919245.jpeg', '9b7845b8c30ccb49362a437014b8b1d6f78db5bc12a1aa3666dd6b531465fc04', 1692001177), (2376, 8, '1692001183695897.jpeg', '45f3a6de7d6f5d9f.jpeg', 117252, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1692001183695897.jpeg', 'baf8dd2195ac967024bc34339123fd23fcef248e95889b8e311aa5397782bfaf', 1692001183), (2377, 3, '1692001665676681.png', '圣罗兰Logo1.png', 1651, '.png', 'image', '/static/upload/images/brand/2023/08/14/1692001665676681.png', 'a76daf01bff7e50ecb6e9c363c1c573d282225057d7f9801501fede62a6298bb', 1692001665), (2378, 3, '1692001814915676.png', '圣罗兰11.png', 3618, '.png', 'image', '/static/upload/images/brand/2023/08/14/1692001814915676.png', 'e4a0fd59dad1bd2866b997781910a2e7360cfb1b6470d2bf1d2c4f3c0e615372', 1692001814), (2379, 3, '1692002225149281.png', '纪诗哲Logo.png', 13450, '.png', 'image', '/static/upload/images/brand/2023/08/14/1692002225149281.png', '98ad80f80a28f0d9408c3b645b085b8b96199c6f61a486665daa16a3b72a8758', 1692002225), (2381, 8, '1692002344829640.png', '纪诗哲商品.png', 865404, '.png', 'image', '/static/upload/images/goods/2023/08/14/1692002344829640.png', '12d86c6c0c477c49eece6cdd9a72bd405700a1a7e374b1a30c087fd09cd5c5a7', 1692002344), (2382, 8, '1692002536736863.jpeg', '2e7869813e67269b.jpeg', 164824, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1692002536736863.jpeg', '21b0b8b6ab91314878c9c42cfe12028659a18185a17835a5df28e4fe0ef3245d', 1692002536), (2383, 8, '1692002546723224.jpeg', '68bacc6d8cd79bd1.jpeg', 194768, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1692002546723224.jpeg', 'c85479e69f91d1a2fe9b152941e752c309bf723e92d65fda9c6b4635f9baf9c5', 1692002546), (2384, 8, '1692002553395716.jpeg', '811e2ba666a99ccf.jpeg', 105544, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1692002553395716.jpeg', '749c0729fae90df6caa9dde66f761149083d1e22e7fdfc90d7d659b536422108', 1692002553), (2385, 8, '1692002562225652.jpeg', '19882f9a4511ca20.jpeg', 213063, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1692002562225652.jpeg', '0d08c423f025dbfbce735c264e61c8fc8e88afa63c886e1244ced92a337e6a30', 1692002562), (2386, 8, '1692002568893939.jpeg', '896511fd09de3ff3.jpeg', 177005, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1692002568893939.jpeg', '99dd686aa821d15d0dc2447018a0713813a9754c09cf4afe806e30e3e7a5cc1f', 1692002568), (2387, 8, '1692002578810253.jpeg', 'b71623404663d055.jpeg', 120155, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1692002578810253.jpeg', '0312cb9b1eecd42a5f70c2511f48cec4ebc78b83e8505fd8e1e509f5d4e1a557', 1692002578), (2388, 8, '1692002587392229.jpeg', 'bfcb3bd2daf6474f.jpeg', 214308, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1692002587392229.jpeg', 'a2e6ddd807806d1522725f444421a890a239af45d329b23f7eb57a496a4ed7ae', 1692002587), (2389, 8, '1692002594491922.jpeg', 'c4af8cc1d500081b.jpeg', 133565, '.jpeg', 'image', '/static/upload/images/goods/2023/08/14/1692002594491922.jpeg', '7df99a5b1ef44eccc1672f720a3ea62c7063db72d0b7a622fa3f72006adfb49c', 1692002594), (2391, 8, '1692002974459810.png', '蔻驰商品2.png', 549979, '.png', 'image', '/static/upload/images/goods/2023/08/14/1692002974459810.png', '43814e5617fd7f4fcaaa827b042c9467234e8357adb48513c56841d4ae720a1e', 1692002974), (2392, 8, '1692003365184980.png', '截屏2023-08-14 16.50.31.png', 291228, '.png', 'image', '/static/upload/images/goods/2023/08/14/1692003365184980.png', 'dd42aea3723686097fa04afc39d50b5bde433f39f62f9782809d2261e2519abc', 1692003365), (2393, 8, '1692003387395668.png', '截屏2023-08-14 16.50.43.png', 35486, '.png', 'image', '/static/upload/images/goods/2023/08/14/1692003387395668.png', '266613b590868718e4a03f5c1439c209969ad81d1a278210e6ff63d064121c03', 1692003387), (2394, 8, '1692003399805476.png', '截屏2023-08-14 16.50.51.png', 478710, '.png', 'image', '/static/upload/images/goods/2023/08/14/1692003399805476.png', 'ba484fe9e844a6a2c1fec6ade4657422f87e8d9a8d3e8031325c3cef5355e74e', 1692003399), (2395, 8, '1692003420445359.png', '截屏2023-08-14 16.51.00.png', 435939, '.png', 'image', '/static/upload/images/goods/2023/08/14/1692003420445359.png', '8b81da683ac9ff4422734456d2f027a5be2819ff2d0fee748d1309e14f77a2f0', 1692003420), (2396, 8, '1692003445795336.png', '截屏2023-08-14 16.51.09.png', 344660, '.png', 'image', '/static/upload/images/goods/2023/08/14/1692003445795336.png', 'b45506c707fd75c62c6b83553373d8e7e06e82cd72c8bf1dba17ae0174f52260', 1692003445), (2397, 8, '1692003482341718.png', '截屏2023-08-14 16.51.35.png', 246072, '.png', 'image', '/static/upload/images/goods/2023/08/14/1692003482341718.png', '01c3159b38943e95ed78e6db4cba9d9c552d62f745549e5e59aeedf08179f9ef', 1692003482), (2398, 9, '1692064717515871.png', 'left1服饰a.png', 124044, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692064717515871.png', '2d6e5806f68873e0a83e74e4d118d2e739b0abe914889b159f66dedd7026a11e', 1692064717), (2399, 9, '1692065078113971.png', 'left1服饰a.png', 101157, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692065078113971.png', '9a0a7bcd8e68adb74f7b329bec2c99b6b78c6dbb5e8d997e3261b6afcd6d22b5', 1692065078), (2400, 9, '1692070178969916.png', '包.png', 148462, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692070178969916.png', '0e1bd7357d256f45b909f3a0f736bfbace4c2d885b9a6c0df68aecd2efa5466c', 1692070178), (2402, 8, '1692070567769447.png', '圣罗兰商品15.png', 445617, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692070567769447.png', '4c52827b854bc93f39cf2c09ef52958e34842c34089390b49359624ab8439240', 1692070567), (2404, 8, '1692070668885949.png', '新秀丽商品15.png', 136383, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692070668885949.png', '6cd086e38cc0745d41f581b2e5450d932169468de79687331bf338ee68e09f59', 1692070668), (2405, 3, '1692071794165341.png', '珑骧logo.png', 1627, '.png', 'image', '/static/upload/images/brand/2023/08/15/1692071794165341.png', '0fc8f8a417ee5b5b697429f59999ad2191b998c693923700071c8955b793167f', 1692071794), (2406, 3, '1692072099338167.png', '珑骧logo.png', 1627, '.png', 'image', '/static/upload/images/brand/2023/08/15/1692072099338167.png', '0fc8f8a417ee5b5b697429f59999ad2191b998c693923700071c8955b793167f', 1692072099), (2408, 8, '1692072217123569.png', '珑骧商品.png', 217516, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692072217123569.png', '4e5d96f1c44945e0720cc42e18a0030760324d90fd2c953d2b6aec4e011d50f8', 1692072217), (2409, 8, '1692072701981145.png', '截屏2023-08-15 12.04.31.png', 190517, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692072701981145.png', 'a31964e749ceced8737d306b6c207064dcaa2d9cdb4ff73d6c17c92fcc2b3efb', 1692072701), (2410, 8, '1692072710401442.png', '截屏2023-08-15 12.04.46.png', 297904, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692072710401442.png', '56f0251b9bb97bd72a3efe5726261fb1d5f62c1815ecae8b27a3fdf507d0b675', 1692072710), (2411, 8, '1692072719327504.png', '截屏2023-08-15 12.05.47.png', 147867, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692072719327504.png', '68fd771aaf5bbd87d3c08132c424fed4c09399a6c29474237cff8c3ee3269a28', 1692072719), (2412, 8, '1692072725221637.png', '截屏2023-08-15 12.05.55.png', 233609, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692072725221637.png', '9c662e8e3e963c48dda3d74d77ef44028480cb085c1306cb82ffbb38d81266e8', 1692072725), (2413, 8, '1692072732101446.png', '截屏2023-08-15 12.06.08.png', 303822, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692072732101446.png', '0adeb53ca43106a8b59a7e42c8d7cfbcfbd049b9c0d547c79903ba726c690065', 1692072732), (2414, 8, '1692072742531552.png', '截屏2023-08-15 12.06.17.png', 212409, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692072742531552.png', 'fa7147bbbb37b652171c266a3cb25685bfe0543596f5db73ee14ace83c60fe4f', 1692072742), (2415, 3, '1692075641858267.png', 'PRADA.png', 19272, '.png', 'image', '/static/upload/images/brand/2023/08/15/1692075641858267.png', 'ce4335be3bad43627dc393ad79b6e23b15f92507b9db99cacffc878a40986618', 1692075641), (2417, 8, '1692075761195908.png', 'PRADA商品.png', 210363, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692075761195908.png', 'dd4c0bb6bed7b957cbaaddf8fe686b3518e8889e8eab503787c32bc42d85daba', 1692075761), (2418, 8, '1692076179708949.png', '截屏2023-08-15 13.03.17.png', 337528, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692076179708949.png', '309d43384b5cf2650ecf418ac990ffe0c488f36dc89a303e7a17f822fdf8b56b', 1692076179), (2419, 8, '1692076188300709.png', '截屏2023-08-15 13.03.32.png', 121119, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692076188300709.png', '453efef3f7efdff44b359606589370a7c95ad1a325c3c0ac1e8f6e290bd1dd73', 1692076188), (2420, 8, '1692076194697122.png', '截屏2023-08-15 13.03.49.png', 35333, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692076194697122.png', '8ea5f56fafbc6306acb2290b7f2ef729d6f77efc94c6ea26f0f18b548eb8903c', 1692076194), (2421, 8, '1692076200985503.png', '截屏2023-08-15 13.03.58.png', 719004, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692076200985503.png', '063a7007679cfc4713f6588a2127007956a7377a7800e7450e10be4df1ee6ef2', 1692076200), (2423, 8, '1692076213588120.png', '截屏2023-08-15 13.04.38.png', 167615, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692076213588120.png', '2bfc9839768849e46cbba60beee9ddd08aea6cae53398372e6c4d591c0e33845', 1692076213), (2424, 8, '1692076219520642.png', '截屏2023-08-15 13.04.48.png', 337444, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692076219520642.png', '0da1ade07c33b980a6d1c64360887e4f0b4b5c12482d1155ea716faddcfb0406', 1692076219), (2426, 8, '1692078380856633.png', '古驰商品11.png', 267524, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692078380856633.png', '646584a056c4ebcdb0658d9131693fd5bff6ecdc96e297e45822791372431529', 1692078380), (2427, 9, '1692078936329508.png', '服饰banner.png', 97654, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692078936329508.png', '29d3ac179de7102addc4b31d1ad3ba2f0bb759706e486f30b609b1394b8feaaa', 1692078936), (2428, 3, '1692079093135992.png', '七匹狼Logo.png', 10132, '.png', 'image', '/static/upload/images/brand/2023/08/15/1692079093135992.png', '9140f147d95758bbd2926f4342935a10163b0aad7264c15454a53b1e172d4e74', 1692079093), (2430, 8, '1692079154656558.png', '七匹狼.png', 398379, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692079154656558.png', 'e7f40ef7e1716de35782133a802eb8236b4ec37c6636a9a0b4ca24928cf4ca57', 1692079154), (2431, 8, '1692079376396702.jpeg', '362ae8e5b9862e3f.jpeg', 185287, '.jpeg', 'image', '/static/upload/images/goods/2023/08/15/1692079376396702.jpeg', 'bd285025161596c98f4293e8dc1827af093d9c5da434a27460cadb9ac158183a', 1692079376), (2432, 8, '1692079383645253.jpeg', '31219b6040aaa923.jpeg', 127647, '.jpeg', 'image', '/static/upload/images/goods/2023/08/15/1692079383645253.jpeg', '8c37bb77e9c81582fbb53b95066fbbabc09fd3d2f597748aa6d0906924ca9dbe', 1692079383), (2433, 8, '1692079396402382.jpeg', '104fd41433eacdb3.jpeg', 100347, '.jpeg', 'image', '/static/upload/images/goods/2023/08/15/1692079396402382.jpeg', 'f2ca45affbce734a9606ba7465f291343ab3fa5f9a73fcb87a5edba5d89fbc62', 1692079396), (2434, 8, '1692079403516194.jpeg', '2119b3d91942a7ab.jpeg', 73035, '.jpeg', 'image', '/static/upload/images/goods/2023/08/15/1692079403516194.jpeg', '5ecf5ad3744fc225394d2f43b03bcd4192928c97464c30638031c13c2d0b5c88', 1692079403), (2435, 8, '1692079408817649.jpeg', '4060f6ee9716eda4.jpeg', 177775, '.jpeg', 'image', '/static/upload/images/goods/2023/08/15/1692079408817649.jpeg', '0a993bc68172fe7aef2d27eafd1981755ed7a528d21f8c20e4ddb6102538c570', 1692079408), (2437, 3, '1692079903152230.png', '鳄鱼Logo.png', 6630, '.png', 'image', '/static/upload/images/brand/2023/08/15/1692079903152230.png', '08b1672d97a8702b0c7b7f522c720a50068d8eb425dd449cdc3d9c6ce52ff9a2', 1692079903), (2439, 8, '1692079963737575.png', '鳄鱼.png', 732939, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692079963737575.png', '6e6709f1f4f5e2e468ad3569b95d04b6d5aa39db12fa5769189d2c39625a8904', 1692079963), (2440, 8, '1692080266261183.png', '截屏2023-08-15 14.14.13.png', 803880, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692080266261183.png', 'a395efca1b7b75acb1a06364185ca0245e8b3689b0dc79f57e0422d1b6fbdc9d', 1692080266), (2441, 8, '1692080272322367.png', '截屏2023-08-15 14.14.26.png', 730619, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692080272322367.png', '54d6f4c9e3aaee90961cbc596ba9201024dead9a46f0992936be7bf43b54fbe4', 1692080272), (2442, 8, '1692080277838680.png', '截屏2023-08-15 14.14.39.png', 501349, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692080277838680.png', 'a14f0d05f21b065c4ac58ac4f65d6108e40fa14a8cfffaabfcdd56ce8166c3ac', 1692080277), (2443, 8, '1692080281756933.png', '截屏2023-08-15 14.15.04.png', 394140, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692080281756933.png', '8942909e1807df9ec12c72491983190b00bb231255a556b87d5935ad8d3b1ca1', 1692080281), (2444, 8, '1692080285850637.png', '截屏2023-08-15 14.15.13.png', 759833, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692080285850637.png', 'feb300b03a4d8a10d2091296aaf76f3615fea3b82e090b291ac62a284da9e100', 1692080285), (2445, 8, '1692080289803545.png', '截屏2023-08-15 14.15.22.png', 269631, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692080289803545.png', 'ade3c7d01c4f3aba86be2c21cca216dcc7f5fe6cabb7d26c8b535231f43b756f', 1692080289), (2447, 8, '1692080737909286.png', '科罗蒙凯商品15.png', 274317, '.png', 'image', '/static/upload/images/goods/2023/08/15/1692080737909286.png', '817f492e43023f877fe0698a171eb71d3c6315fe01a3575e306d1082b536fcbf', 1692080737), (2448, 9, '1692083230862352.png', '数码.png', 3040, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692083230862352.png', '22f1200936e86073aac8cfd65afb01e7c1604d2cd5130c493e64db217730fc4f', 1692083230), (2449, 9, '1692083246780484.png', '数码的副本.png', 3197, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692083246780484.png', '9c0b307fe26512ded08ba9f4f2483c7db24c7b5167303e80f5bcc15d6363e086', 1692083246), (2452, 9, '1692083365962236.png', '包包.png', 3420, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692083365962236.png', '4361839ce5c691fc5f0b4bea301ccfdfb79a46a817059ddc634b4d890a332d4f', 1692083365), (2453, 9, '1692083374446120.png', '包包 (1).png', 3721, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692083374446120.png', '4c1a52dde7fdb842f081897b19e5b1a9835f5ef6c94b6f5365e86d3aac3b629f', 1692083374);
INSERT INTO `sxo_attachment` (`id`, `category_id`, `title`, `original`, `size`, `ext`, `type`, `url`, `hash`, `add_time`) VALUES (2454, 9, '1692083394485796.png', '新娘化妆.png', 3727, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692083394485796.png', '8e24d091b36e7509e642fd4487118a98039cb2b9a2234096baa44c342e372691', 1692083394), (2455, 9, '1692083405644267.png', '新娘化妆 (1).png', 4040, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692083405644267.png', '6a6ac1e8189a613c14486d5b5fafc1086da13b8092ce1ded18a62f108a3e2707', 1692083405), (2456, 9, '1692083430922728.png', 'zhubaoshoubiao (1).png', 3746, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692083430922728.png', 'a5e685047b73b002c14b3e5ec47243ae558399ab73c8c81c3a5ce19dd000a0fe', 1692083430), (2457, 9, '1692083442155794.png', 'zhubaoshoubiao .png', 4045, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692083442155794.png', '38451594c70f7723761700ba168393ced153cbd8e2b334095f4369f2cea3c47d', 1692083442), (2458, 9, '1692083465166195.png', '健身.png', 4030, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692083465166195.png', 'a2acb8390782ea4814e340efaa4f37886be256879a20c0f52b415e1e1461d5ae', 1692083465), (2459, 9, '1692083473937545.png', '健身 (1).png', 4358, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692083473937545.png', '0074ea7e581367ed9f163333cb5db1cc887f4befc9744e66004b15427bca84d6', 1692083473), (2460, 9, '1692083492952738.png', 'qiche (1).png', 3602, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692083492952738.png', 'a0833106095ec0b1e2a3c4b5e105d8c945888b40a4d559eab4adebfacc2ce7f5', 1692083492), (2461, 9, '1692083505296275.png', 'qiche.png', 3878, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692083505296275.png', 'b44e5a097a27eb44a08324d4bf54371cd1e049b0708c74588509ee01bfeea106', 1692083505), (2462, 9, '1692083524902686.png', '玩具 (1).png', 4308, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692083524902686.png', '125bd2ef65eb6ab0205be31855ab9aa4358d51fb215c13e4fc0224efb4c37b7b', 1692083524), (2463, 9, '1692083536757100.png', '玩具.png', 4611, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692083536757100.png', '563318d8fcd008c39c7490ed4d332b3b332944fea9e4f3eea9a78323597901ec', 1692083536), (2464, 9, '1692083555223187.png', '母婴 (1).png', 4893, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692083555223187.png', 'bef484535fe85e7bad861b02a19056a9b0fbbf8698ecefc0206670e42c8b606e', 1692083555), (2465, 9, '1692083563885614.png', '母婴.png', 5288, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692083563885614.png', 'f706bc5543b0efce608677b6cf62a4d9cdb9f9fabcf0491d49e9e5472367f4ed', 1692083563), (2466, 9, '1692083590253616.png', '缴费管理-01 (1).png', 3426, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692083590253616.png', '7bb3c874ae9f6db1aa832ce2e01cd829a7b7898d60dffc8112d396875d83ad62', 1692083590), (2467, 9, '1692083600747987.png', '缴费管理-01.png', 3708, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692083600747987.png', 'dbdf452c9a89a0e03ceb5447b9f23afcaa7fa7434fec4d86d61543ae36b379b0', 1692083600), (2470, 9, '1692085007595445.png', '时尚服饰1.png', 3057, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692085007595445.png', 'ce4b5ecc9e779aa83a0d9721a48c30c5ad8c5e357f6b111a4b9fc1fa020bebeb', 1692085007), (2471, 9, '1692085019787788.png', '时尚服饰1a.png', 3381, '.png', 'image', '/static/upload/images/goods_category/2023/08/15/1692085019787788.png', '311f779acfb884e41c4848afa73f8bd7c5bfa03c27e9a5402e00aafa5db52d78', 1692085019), (2513, 4, '1692179763831840.jpg', '个护化妆.jpg', 38683, '.jpg', 'image', '/static/upload/images/brand_category/2023/08/16/1692179763831840.jpg', '377d85320f5799a9c4734d030a5923fa50836adffdc48adeeeaef009285185a9', 1692179763), (2514, 4, '1692179764824230.jpg', '名品潮包.jpg', 58839, '.jpg', 'image', '/static/upload/images/brand_category/2023/08/16/1692179764824230.jpg', '08f0c135c81f1a051f7079db30915b16308a5612122a4e8c2f1fab3f585b72f0', 1692179764), (2515, 4, '1692179764610132.jpg', '母婴用品.jpg', 34110, '.jpg', 'image', '/static/upload/images/brand_category/2023/08/16/1692179764610132.jpg', 'a2e4ce1e2f0417c3748ae55cb254e32829916478a3fac34152ff05ca03f1eb09', 1692179764), (2516, 4, '1692179764925617.jpg', '汽车用品.jpg', 46230, '.jpg', 'image', '/static/upload/images/brand_category/2023/08/16/1692179764925617.jpg', 'b80987ce554e3e500fa8ebcbc7e3aa06e8ed88f8ccf7d77b392c5ed98fb27fe6', 1692179764), (2517, 4, '1692179764550883.jpg', '生活服务.jpg', 33975, '.jpg', 'image', '/static/upload/images/brand_category/2023/08/16/1692179764550883.jpg', '587f5182efe58e9d8dbf01b76c6bc5298d055e6e1642227e5ddcaf2b1b0acafd', 1692179764), (2518, 4, '1692179764631397.jpg', '时尚服饰.jpg', 7986, '.jpg', 'image', '/static/upload/images/brand_category/2023/08/16/1692179764631397.jpg', '17378fbf6615c0ded5b67efdc66504fd661d37b0ed911ca17b965df4a966ae42', 1692179764), (2519, 4, '1692179764545573.jpg', '数码办公.jpg', 43721, '.jpg', 'image', '/static/upload/images/brand_category/2023/08/16/1692179764545573.jpg', '4f711c5cb07fcb7171b8eaed5c81d71ded4d351482c7f0a88b4064c45dd9468d', 1692179764), (2520, 4, '1692179764975951.jpg', '玩具乐器.jpg', 51562, '.jpg', 'image', '/static/upload/images/brand_category/2023/08/16/1692179764975951.jpg', '384b2dd4008504bc2911504c8089d17617023202dc3226a107701d93824e22ee', 1692179764), (2521, 4, '1692179764393600.jpg', '运动健康.jpg', 25253, '.jpg', 'image', '/static/upload/images/brand_category/2023/08/16/1692179764393600.jpg', '2280c8e7d02398d5b2c130a15e5a13aace757446d8256756ad528c1a690d1bf6', 1692179764), (2522, 4, '1692179764441916.jpg', '珠宝手表.jpg', 76863, '.jpg', 'image', '/static/upload/images/brand_category/2023/08/16/1692179764441916.jpg', '87f8274910403deb33fa515933b9a477d1d57a94d90b31ff4423aaa079ca9121', 1692179764), (2523, 8, '1692267246598639.mp4', '演示视频.mp4', 773656, '.mp4', 'video', '/static/upload/video/goods/2023/08/17/1692267246598639.mp4', 'a31173841bfe1d16c2ff48ab24d954892f556eab9ab2b096e27b7a1788c65d3b', 1692267246), (2524, 8, '1692267725487534.mp4', '演示视频-2.mp4', 3385459, '.mp4', 'video', '/static/upload/video/goods/2023/08/17/1692267725487534.mp4', '3a7e945cc356fbe0b0a5c47bccc53a0c38edeb2c10dafd260034e1af8ef6485b', 1692267725), (2525, 11, '1699440411819595.png', '轮播3.png', 355964, '.png', 'image', '/static/upload/images/slide/2023/11/08/1699440411819595.png', 'a8cc228826e6980329924316b8b7e85c90ec0c3adbac4ffe607fd6f754b520ba', 1699440411), (2526, 2, '1699444440587695.png', '博文.png', 2315, '.png', 'image', '/static/upload/images/app_nav/2023/11/08/1699444440587695.png', '650fba9f204e6ed828d9ec21cca20c00f5570ed93b31145c92716b3d45a3e912', 1699444440), (2527, 2, '1699444440279257.png', '店铺.png', 2765, '.png', 'image', '/static/upload/images/app_nav/2023/11/08/1699444440279257.png', 'c84cd659ed90e6274ab1460c4a4323b865cd7f55c12c8af7fbf58bcc61ce1b7c', 1699444440), (2528, 2, '1699444440657693.png', '会员.png', 2789, '.png', 'image', '/static/upload/images/app_nav/2023/11/08/1699444440657693.png', 'af1f2b654d2b51fbddb0a60c2a297df00429c8975f5d07e63e87d0127af64ed3', 1699444440), (2529, 2, '1699444440845257.png', '活动.png', 2035, '.png', 'image', '/static/upload/images/app_nav/2023/11/08/1699444440845257.png', '1a6971f1e2b22855647c6097e927c35bbdbca873075ba0a63b7e8bac7b89c65f', 1699444440), (2530, 2, '1699444440178265.png', '积分.png', 4363, '.png', 'image', '/static/upload/images/app_nav/2023/11/08/1699444440178265.png', '9334099ab87fb2235d677ea43ac8f6f821b6a6364848ae38c8be96bb27789173', 1699444440), (2531, 2, '1699444440276337.png', '秒杀.png', 3175, '.png', 'image', '/static/upload/images/app_nav/2023/11/08/1699444440276337.png', '76ff365286ac660af6cb5e1b2a394d239a6d34e99f99bf34e60e18f9e97655fc', 1699444440), (2532, 2, '1699444440389285.png', '品牌.png', 2751, '.png', 'image', '/static/upload/images/app_nav/2023/11/08/1699444440389285.png', '7d7e2ab4feae296dc04115538ca4c38c03f756dc21ff06540b7ececa0b155387', 1699444440), (2533, 2, '1699444440767151.png', '签到.png', 2516, '.png', 'image', '/static/upload/images/app_nav/2023/11/08/1699444440767151.png', '52e09b0784517e31ddb4726a0b28db4ec62d3fe2aafd48be3da73d2c2c50ee41', 1699444440), (2534, 2, '1699444440189681.png', '问答.png', 3071, '.png', 'image', '/static/upload/images/app_nav/2023/11/08/1699444440189681.png', '9f239728730239ede4cab013542a7bc7507fef097097292af4313f8dc6e38223', 1699444440), (2535, 2, '1699444440307617.png', '优惠券.png', 3221, '.png', 'image', '/static/upload/images/app_nav/2023/11/08/1699444440307617.png', 'bac5bafd82fb3c87e524ec49113518122c9a529a439701ae59e76fa78cf08015', 1699444440), (2536, 2, '1699444441652354.png', '直播.png', 2580, '.png', 'image', '/static/upload/images/app_nav/2023/11/08/1699444441652354.png', 'edf5660b6d0055ced2137da2122bd8f0f9a2256829adc9e9f758ab34b72c69b9', 1699444441), (2537, 2, '1699444441697516.png', '组合.png', 1910, '.png', 'image', '/static/upload/images/app_nav/2023/11/08/1699444441697516.png', '698916625c01fb2edd2a19b36edac5abfee602925b444367d2e516cec1b7e0ee', 1699444441), (2538, 9, '1699457036179125.png', '个护化妆-实景图.png', 10185, '.png', 'image', '/static/upload/images/goods_category/2023/11/08/1699457036179125.png', '9babeef42234fda4b416f36d1f8f7330e6de298b9dcdd4548997e5b515847e60', 1699457036), (2539, 9, '1699457036877667.png', '名品潮包-实景图.png', 12828, '.png', 'image', '/static/upload/images/goods_category/2023/11/08/1699457036877667.png', 'e1e4ced4cf5213bc5119ff6ab3d86faa19d0d9d6d58f1546dbde963beb52a1cb', 1699457036), (2540, 9, '1699457036853449.png', '母婴用品-实景图.png', 13155, '.png', 'image', '/static/upload/images/goods_category/2023/11/08/1699457036853449.png', '868e1b6d9d7c1b7bdde5f58d8ee37f8fea16af193d1880d92a67e8aabdb928b0', 1699457036), (2541, 9, '1699457036100017.png', '汽车用品-实景图.png', 13489, '.png', 'image', '/static/upload/images/goods_category/2023/11/08/1699457036100017.png', 'd82b6b3cdc730c908c814182541a139a05ea0d6198056dd16235c8fcd5b09df1', 1699457036), (2542, 9, '1699457036375930.png', '生活服务-实景图.png', 11563, '.png', 'image', '/static/upload/images/goods_category/2023/11/08/1699457036375930.png', '59dd8c82165f7b0658087581d280158efca9e37be360a01291b7be4e29f06ae7', 1699457036), (2543, 9, '1699457036977194.png', '时尚服饰-实景图.png', 10676, '.png', 'image', '/static/upload/images/goods_category/2023/11/08/1699457036977194.png', 'a013796e043a0cc217679ad758644d71b3b77d1df1ca3db22a17f52bfec868a0', 1699457036), (2544, 9, '1699457036808561.png', '数码办公-实景图.png', 8900, '.png', 'image', '/static/upload/images/goods_category/2023/11/08/1699457036808561.png', '4af3cc7820dcd38fca7f7b437ae6960e8cc720e6e09338b30c77b8e03bdf128f', 1699457036), (2545, 9, '1699457036304450.png', '玩具乐器-实景图.png', 10812, '.png', 'image', '/static/upload/images/goods_category/2023/11/08/1699457036304450.png', '81b5afc73dbf465c7e830436d79a4d030ea53949f7f8d487e5b3f1e6a37be03b', 1699457036), (2546, 9, '1699457036206296.png', '运动健康-实景图.png', 12460, '.png', 'image', '/static/upload/images/goods_category/2023/11/08/1699457036206296.png', '94a822ff52fd5ae6a83badfdf7a7bbef5e1d0af5de1f213277e58794a6bacdc4', 1699457036), (2547, 9, '1699457036435422.png', '珠宝手表-实景图.png', 11247, '.png', 'image', '/static/upload/images/goods_category/2023/11/08/1699457036435422.png', '22d02586bd05d1b2cc51862e0e9e5f218c045622d8be2846e61612d5a0068270', 1699457036), (2548, 5, '1704705821615587.png', 'admin-login-ad.png', 394160, '.png', 'image', '/static/upload/images/common/2024/01/08/1704705821615587.png', '478d4affb64af172139fa67ac0c5088d8b1ee7aa2cb94006b219bb7c13b5de38', 1704705821);
COMMIT;
-- ----------------------------
-- Table structure for sxo_attachment_category
-- ----------------------------
DROP TABLE IF EXISTS `sxo_attachment_category`;
CREATE TABLE `sxo_attachment_category` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '自增id',
`pid` bigint UNSIGNED NOT NULL DEFAULT 0 COMMENT '父id',
`icon` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'icon图标',
`name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '名称',
`path` char(230) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '路径值',
`sort` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '排序',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '是否启用0否1是',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '添加时间',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE,
INDEX `pid`(`pid` ASC) USING BTREE,
INDEX `name`(`name` ASC) USING BTREE,
INDEX `path`(`path` ASC) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE,
INDEX `sort`(`sort` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 18 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '附件分类';
-- ----------------------------
-- Records of sxo_attachment_category
-- ----------------------------
BEGIN;
INSERT INTO `sxo_attachment_category` (`id`, `pid`, `icon`, `name`, `path`, `sort`, `is_enable`, `add_time`, `upd_time`) VALUES (1, 0, '', '用户中心菜单', 'app_center_nav', 0, 1, 0, 0), (2, 0, '', '首页导航', 'app_nav', 0, 1, 0, 0), (3, 0, '', '品牌', 'brand', 0, 1, 0, 0), (4, 0, '', '品牌分类', 'brand_category', 0, 1, 0, 0), (5, 0, '', '公共', 'common', 0, 1, 0, 0), (6, 0, '', '自定义页面', 'customview', 0, 1, 0, 0), (7, 0, '', '快递', 'express', 0, 1, 0, 0), (8, 0, '', '商品', 'goods', 0, 1, 0, 0), (9, 0, '', '商品分类', 'goods_category', 0, 1, 0, 0), (10, 0, '', '快捷导航', 'quick_nav', 0, 1, 0, 0), (11, 0, '', '轮播', 'slide', 0, 1, 0, 0), (16, 0, '', '用户', 'user', 0, 1, 1729478832, 0), (17, 16, '', 'user-1', 'user-1', 0, 1, 1729478832, 0), (18, 0, '', 'public', 'public', 0, 1, 1729478840, 0);
COMMIT;
-- ----------------------------
-- Table structure for sxo_brand
-- ----------------------------
DROP TABLE IF EXISTS `sxo_brand`;
CREATE TABLE `sxo_brand` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '自增id',
`logo` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'logo图标',
`name` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '名称',
`describe` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '描述',
`website_url` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '官网地址',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '是否启用0否1是',
`sort` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '顺序',
`seo_title` char(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'SEO标题',
`seo_keywords` char(130) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'SEO关键字',
`seo_desc` char(230) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'SEO描述',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '添加时间',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 31 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '品牌';
-- ----------------------------
-- Records of sxo_brand
-- ----------------------------
BEGIN;
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, 1690034759), (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), (8, '/static/upload/images/brand/2023/08/12/1691823127165367.png', '华为', '', '', 1, 0, '', '', '', 1691823135, 0), (9, '/static/upload/images/brand/2023/08/12/1691823902414748.png', '苹果', '', '', 1, 0, '', '', '', 1691823909, 0), (10, '/static/upload/images/brand/2023/08/12/1691824615829604.png', 'ViVo', '', '', 1, 0, '', '', '', 1691824649, 0), (11, '/static/upload/images/brand/2023/08/12/1691828238575330.png', '惠普', '', '', 1, 0, '', '', '', 1691828270, 0), (12, '/static/upload/images/brand/2023/08/12/1691831848237506.png', '联想', '', '', 1, 0, '', '', '', 1691831867, 0), (13, '/static/upload/images/brand/2023/08/12/1691832967621264.png', '花花公子', '', '', 1, 0, '', '', '', 1691833083, 0), (14, '/static/upload/images/brand/2023/08/12/1691835126265383.png', '南极人', '', '', 1, 0, '', '', '', 1691835147, 0), (15, '/static/upload/images/brand/2023/08/12/1691835977239809.png', '斐乐', '', '', 1, 0, '', '', '', 1691835998, 0), (16, '/static/upload/images/brand/2023/08/14/1691977709405973.png', 'MZOMXO', '', '', 1, 0, '', '', '', 1691977742, 0), (17, '/static/upload/images/brand/2023/08/14/1691979547580992.png', 'SHIROMA', '', '', 1, 0, '', '', '', 1691979564, 0), (18, '/static/upload/images/brand/2023/08/14/1691981092702792.png', '皮尔卡丹', '', '', 1, 0, '', '', '', 1691981114, 0), (19, '/static/upload/images/brand/2023/08/14/1691982245246201.png', '科罗蒙凯', '', '', 1, 0, '', '', '', 1691982275, 0), (20, '/static/upload/images/brand/2023/08/14/1691982936761169.png', '古驰', '', '', 1, 0, '', '', '', 1691982949, 0), (21, '/static/upload/images/brand/2023/08/14/1691994279806663.png', '海蓝之家', '', '', 1, 0, '', '', '', 1691994296, 0), (22, '/static/upload/images/brand/2023/08/14/1691995321426107.png', '森马', '', '', 1, 0, '', '', '', 1691995356, 0), (23, '/static/upload/images/brand/2023/08/14/1691996707185755.png', '蔻驰', '', '', 1, 0, '', '', '', 1691996725, 0), (24, '/static/upload/images/brand/2023/08/14/1691997896419442.png', '新秀丽', '', '', 1, 0, '', '', '', 1691997915, 0), (25, '/static/upload/images/brand/2023/08/14/1691999031675571.png', 'viney', '女包潮牌', '', 1, 0, '', '', '', 1691999101, 0), (26, '/static/upload/images/brand/2023/08/14/1692001814915676.png', '圣罗兰', '', '', 1, 0, '', '', '', 1692000843, 1692001820), (27, '/static/upload/images/brand/2023/08/14/1692002225149281.png', '纪诗哲', '', '', 1, 0, '', '', '', 1692002232, 0), (28, '/static/upload/images/brand/2023/08/15/1692072099338167.png', '珑骧', '', '', 1, 0, '', '', '', 1692072103, 0), (29, '/static/upload/images/brand/2023/08/15/1692075641858267.png', 'PRADA', '', '', 1, 0, '', '', '', 1692075664, 0), (30, '/static/upload/images/brand/2023/08/15/1692079093135992.png', '七匹狼', '', '', 1, 0, '', '', '', 1692079111, 0), (31, '/static/upload/images/brand/2023/08/15/1692079903152230.png', '鳄鱼', '', '', 1, 0, '', '', '', 1692079921, 0);
COMMIT;
-- ----------------------------
-- Table structure for sxo_brand_category
-- ----------------------------
DROP TABLE IF EXISTS `sxo_brand_category`;
CREATE TABLE `sxo_brand_category` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '分类id',
`icon` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'icon图标',
`name` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '名称',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '是否启用0否1是',
`sort` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '顺序',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '添加时间',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 32 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '品牌分类';
-- ----------------------------
-- Records of sxo_brand_category
-- ----------------------------
BEGIN;
INSERT INTO `sxo_brand_category` (`id`, `icon`, `name`, `is_enable`, `sort`, `add_time`, `upd_time`) VALUES (7, '/static/upload/images/brand_category/2023/08/16/1692179764610132.jpg', '母婴用品', 1, 0, 0, 1692179827), (10, '/static/upload/images/brand_category/2023/08/16/1692179764393600.jpg', '运动健康', 1, 0, 0, 1692179778), (17, '/static/upload/images/brand_category/2023/08/16/1692179764441916.jpg', '珠宝手表', 1, 0, 1482840557, 1692179803), (18, '/static/upload/images/brand_category/2023/08/16/1692179763831840.jpg', '个护化妆', 1, 0, 1482840577, 1692179813), (25, '/static/upload/images/brand_category/2023/08/16/1692179764545573.jpg', '数码办公', 1, 0, 1535684676, 1692179839), (26, '/static/upload/images/brand_category/2023/08/16/1692179764631397.jpg', '时尚服饰', 1, 0, 1535684688, 1692179847), (27, '/static/upload/images/brand_category/2023/08/16/1692179764550883.jpg', '家居生活', 1, 0, 1535684701, 1692179908), (28, '/static/upload/images/brand_category/2023/08/16/1692179764975951.jpg', '玩具乐器', 1, 0, 1535684707, 1692179949), (29, '/static/upload/images/brand_category/2023/08/16/1692179764925617.jpg', '汽车用品', 1, 0, 1535684729, 1692179856), (32, '/static/upload/images/brand_category/2023/08/16/1692179764824230.jpg', '名品潮包', 1, 0, 1692072013, 1692179885);
COMMIT;
-- ----------------------------
-- Table structure for sxo_brand_category_join
-- ----------------------------
DROP TABLE IF EXISTS `sxo_brand_category_join`;
CREATE TABLE `sxo_brand_category_join` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '自增id',
`brand_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '品牌id',
`brand_category_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '分类id',
`add_time` int UNSIGNED NULL DEFAULT 0 COMMENT '添加时间',
PRIMARY KEY (`id`) USING BTREE,
INDEX `brand_id`(`brand_id` ASC) USING BTREE,
INDEX `brand_category_id`(`brand_category_id` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 85 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '品牌分类关联';
-- ----------------------------
-- Records of sxo_brand_category_join
-- ----------------------------
BEGIN;
INSERT INTO `sxo_brand_category_join` (`id`, `brand_id`, `brand_category_id`, `add_time`) VALUES (29, 5, 10, 1598276166), (51, 2, 18, 1610346851), (55, 3, 10, 1610351690), (56, 4, 16, 1690020306), (57, 1, 7, 1690034759), (58, 1, 18, 1690034759), (59, 1, 27, 1690034759), (60, 8, 25, 1691823135), (61, 9, 25, 1691823909), (62, 10, 25, 1691824649), (63, 11, 25, 1691828270), (64, 12, 25, 1691831867), (65, 13, 26, 1691833083), (66, 14, 26, 1691835147), (67, 15, 26, 1691835998), (68, 16, 26, 1691977742), (69, 17, 26, 1691979564), (70, 18, 26, 1691981114), (71, 19, 26, 1691982275), (72, 20, 26, 1691982949), (73, 21, 26, 1691994296), (74, 22, 26, 1691995356), (75, 23, 26, 1691996725), (76, 24, 26, 1691997915), (77, 25, 26, 1691999101), (80, 26, 26, 1692001820), (81, 27, 26, 1692002232), (82, 28, 32, 1692072103), (83, 29, 32, 1692075664), (84, 30, 26, 1692079111), (85, 31, 26, 1692079921);
COMMIT;
-- ----------------------------
-- Table structure for sxo_cart
-- ----------------------------
DROP TABLE IF EXISTS `sxo_cart`;
CREATE TABLE `sxo_cart` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '自增id',
`user_id` int UNSIGNED NULL DEFAULT 0 COMMENT '用户id',
`goods_id` int UNSIGNED NULL DEFAULT 0 COMMENT '商品id',
`title` char(160) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '标题',
`images` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci 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 UNSIGNED NOT NULL DEFAULT 0 COMMENT '购买数量',
`spec` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '规格',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '添加时间',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE,
INDEX `user_id`(`user_id` ASC) USING BTREE,
INDEX `goods_id`(`goods_id` ASC) USING BTREE,
INDEX `title`(`title` ASC) USING BTREE,
INDEX `stock`(`stock` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '购物车';
-- ----------------------------
-- Records of sxo_cart
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_config
-- ----------------------------
DROP TABLE IF EXISTS `sxo_config`;
CREATE TABLE `sxo_config` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '基本设置id',
`value` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '数据值',
`name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '名称',
`describe` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '描述',
`error_tips` char(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '错误提示',
`type` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '类型admin后台, home前台',
`only_tag` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '唯一的标记',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE,
UNIQUE INDEX `only_tag`(`only_tag` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 322 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '基本配置参数';
-- ----------------------------
-- Records of sxo_config
-- ----------------------------
BEGIN;
INSERT INTO `sxo_config` (`id`, `value`, `name`, `describe`, `error_tips`, `type`, `only_tag`, `upd_time`) VALUES (8, '公告内容', '商城公告', '空则不显示公告', '', 'common', 'common_shop_notice', 1693128029), (11, '0', 'Excel编码', 'excel模块编码选择', '请选择编码', 'admin', 'admin_excel_charset', 1735117476), (15, '20', '分页数量', '分页显示数量', '分页不能超过3位数', 'admin', 'common_page_size', 1735117476), (16, '网站名称 - SEO标题', '站点标题', '浏览器标题一般不超过80个字符', '站点标题不能为空', 'home', 'home_seo_site_title', 1721897796), (17, 'SEO站点关键字', '站点关键字', '一般不超过100个字符多个关键字以半圆角逗号 [ , ] 隔开', '站点关键字不能为空', 'home', 'home_seo_site_keywords', 1721897796), (18, 'SEO站点描述', '站点描述', '站点描述一般不超过200个字符', '站点描述不能为空', 'home', 'home_seo_site_description', 1721897796), (19, '京ICP备xxx号', 'ICP证书号', '沪ICP备xxx号', '', 'home', 'home_site_icp', 1721903617), (20, '', '底部统计代码', '支持html可用于添加流量统计代码', '', 'home', 'home_statistics_code', 0), (21, '1', 'web端站点状态', '可暂时将站点关闭,其他人无法访问,但不影响管理员访问后台', '请选择web端站点状态', 'home', 'home_site_web_state', 1721903617), (22, '升级中...', '关闭原因', '支持html当网站处于关闭状态时关闭原因将显示在前台', '', 'home', 'home_site_close_reason', 1721903617), (23, 'Asia/Shanghai', '默认时区', '默认 亚洲/上海 [标准时+8]', '请选择默认时区', 'common', 'common_timezone', 1721903617), (24, '', '底部代码', '支持html可用于添加流量统计代码', '', 'home', 'home_footer_info', 1721903617), (25, '204800000000', '图片最大限制', '单位B [上传图片还受到服务器空间PHP配置最大上传 20M 限制]', '请填写图片上传最大限制', 'home', 'home_max_limit_image', 1692097063), (26, '512000000000', '文件最大限制', '单位B [上传文件还受到服务器空间PHP配置最大上传 20M 限制]', '请填写文件上传最大限制', 'home', 'home_max_limit_file', 1692097063), (27, '1024000000000', '视频最大限制', '单位B [上传视频还受到服务器空间PHP配置最大上传 20M 限制]', '请填写视频上传最大限制', 'home', 'home_max_limit_video', 1692097063), (28, '网站名称', '站点名称', '', '站点名称不能为空', 'home', 'home_site_name', 1721903617), (29, '0', '链接模式', '非兼容模式请确保配置好伪静态规则', '请选择url模式', 'home', 'home_seo_url_model', 1721897796), (30, 'html', '伪静态后缀', '链接后面的后缀别名,默认 [ html ]', '小写字母不能超过8个字符', 'home', 'home_seo_url_html_suffix', 1721897796), (31, '0', '用户注册开启审核', '默认关闭,开启后用户注册需要审核通过方可登录', '请选择用户注册开启审核', 'common', 'common_register_is_enable_audit', 1688461894), (32, '/static/upload/images/common/2019/01/14/1547448748316693.png', '手机端logo', '支持 [jpg, png, gif]建议220x66px', '请上传手机端网站logo', 'home', 'home_site_logo_wap', 1721903617), (33, '/static/upload/images/common/2019/01/14/1547448705165706.png', '电脑端logo', '支持 [jpg, png, gif]建议220x60px', '请上传电脑端网站logo', 'home', 'home_site_logo', 1721903617), (34, '1200', '页面最大宽度', '页面最大宽度单位px0则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', 1721903617), (36, 'username,sms,email', '注册方式', '未选择、前端站点将无法注册,可选择 [ 短信, 邮箱, 用户名 ]', '请选择注册方式', 'home', 'home_user_reg_type', 1688461894), (37, 'username,email,sms', '登录方式', '默认帐号密码,可选择 [ 帐号密码, 邮箱验证码, 手机验证码 ]', '请选择登录方式', 'home', 'home_user_login_type', 1688395276), (38, '1', '获取验证码-开启图片验证码', '防止短信轰炸', '请选择是否开启强制图片验证码', 'common', 'common_img_verify_state', 1690031440), (39, '60', '获取验证码时间间隔', '防止频繁获取验证码,一般在 30~120 秒之间,单位 [秒]', '请填写获取验证码时间间隔', 'home', 'common_verify_interval_time', 1690031440), (40, '', '用户注册-短信模板ID', '验证码code', '请填写用户注册短信模板内容', 'home', 'home_sms_user_reg_template', 1693127455), (41, '', '短信签名', '发送短信包含的签名', '短信签名 3~8 个的中英文字符', 'common', 'common_sms_sign', 1693127445), (42, '', '短信KeyID', 'Access Key ID', '请填写Access Key ID', 'common', 'common_sms_apikey', 1693127445), (43, '', '密码找回-短信模板ID', '验证码code', '请填写密码找回短信模板内容', 'home', 'home_sms_user_forget_pwd_template', 1693127455), (44, '600', '验证码有效时间', '验证码过期时间一般10分钟左右单位 [秒]', '请填写验证码有效时间', 'home', 'common_verify_expire_time', 1690031440), (45, '', 'SMTP服务器', '设置SMTP服务器的地址如 smtp.163.com', '请填写SMTP服务器', 'common', 'common_email_smtp_host', 1693127472), (46, '', 'SMTP端口', '设置SMTP服务器的端口默认为 25', '请填写SMTP端口号', 'common', 'common_email_smtp_port', 1693127472), (47, '', '发信人邮件地址', '发信人邮件地址使用SMTP协议发送的邮件地址如 shopxo@163.com', '请填写发信人邮件地址', 'common', 'common_email_smtp_account', 1693127472), (48, '', 'SMTP身份验证用户名', '如 shopxo@163.com', '请填写SMTP身份验证用户名', 'common', 'common_email_smtp_name', 1693127472), (49, '', 'SMTP身份验证密码', 'shopxo@163.com邮件的密码或授权码', '请填写SMTP身份验证密码', 'common', 'common_email_smtp_pwd', 1693127472), (50, 'ShopXO', '发件人显示名称', '如 ShopXO', '', 'common', 'common_email_smtp_send_name', 1693127472), (51, '', '通用-短信模板ID', '验证码code', '请填写通用短信模板内容', 'common', 'common_sms_currency_template', 1693127455), (53, '021-88888888', '商店电话', '空则不显示', '', 'common', 'common_customer_store_tel', 1721900646), (56, '<p>通用模板,你的验证码是&nbsp;&nbsp;#code#</p>', '通用-邮件模板', '验证码变量标识符 [ #code# ]', '', 'common', 'common_email_currency_template', 1614775674), (57, 'default', '默认模板', '前台默认模板', '请选择默认模板', 'common', 'common_default_theme', 1685070717), (58, '', '短信KeySecret', 'Access Key Secret', '请填写Access Key Secret', 'common', 'common_sms_apisecret', 1693127445), (59, '1', '订单商品扣减库存规则', '需扣减库存开启方可有效,默认订单支付成功', '', 'common', 'common_deduction_inventory_rules', 1693127007), (60, '1', '是否扣减库存', '建议不要随意修改,以免造成库存数据错乱,关闭不影响库存回滚', '', 'common', 'common_is_deduction_inventory', 1693127007), (61, '用户中心公告文字,后台手机管理、基础配置中修改,演示站点请勿下单。', '用户中心公告', '空则不显示公告', '', 'common', 'common_user_center_notice', 1693128029), (62, '', '百度地图api秘钥浏览器端', '百度地图的应用Key', '请填写百度地图api秘钥浏览器端', 'common', 'common_baidu_map_ak', 1735117476), (63, '<p>用户注册,你的验证码是&nbsp;&nbsp;#code#</p>', '用户注册-邮件模板', '验证码变量标识符 [ #code# ]', '', 'home', 'home_email_user_reg_template', 1614775674), (64, '<p>密码找回,你的验证码是&nbsp;&nbsp;#code#</p>', '密码找回-邮件模板', '验证码变量标识符 [ #code# ]', '', 'home', 'home_email_user_forget_pwd_template', 1614775674), (65, '<p style=\"white-space: normal;\">邮箱绑定,你的验证码是&nbsp;&nbsp;#code#</p>', '邮箱绑定-邮件模板', '验证码变量标识符 [ #code# ]', '', 'home', 'home_email_user_email_binding_template', 1614775674), (66, '20250923', 'css/js版本标记', '用于css/js浏览器缓存版本识别', '', 'home', 'home_static_cache_version', 1721903617), (67, '', '手机号码绑定-短信模板ID', '验证码code', '请填写手机号码绑定短信模板内容', 'home', 'home_sms_user_mobile_binding_template', 1693127455), (68, '连衣裙,帐篷,iphone,包包', '搜索关键字', '搜索框下热门关键字(输入回车)', '请填写关键字', 'home', 'home_search_keywords', 1691986290), (69, '2', '搜索关键字类型', '自定义需要配置以下关键字', '请选择关键字类型', 'home', 'home_search_keywords_type', 1691986290), (70, '0', '订单预约模式', '开启后用户提交订单需要管理员确认', '请选择是否开启预约模式', 'common', 'common_order_is_booking', 1693127007), (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', 1693128029), (74, '', 'AppID', '小程序ID', '请填写AppID', 'common', 'common_app_mini_alipay_appid', 1652847626), (75, '', '应用公钥', '', '请填写应用公钥', 'common', 'common_app_mini_alipay_rsa_public', 1652847626), (76, '', '应用私钥', '', '请填写应用私钥', 'common', 'common_app_mini_alipay_rsa_private', 1652847626), (77, '', '支付宝公钥', '', '请填写支付宝公钥', 'common', 'common_app_mini_alipay_out_rsa_public', 1652847626), (78, '1', '是否启用搜索', '默认是', '', 'common', 'common_app_is_enable_search', 1693127977), (79, '0', '是否启用留言', '默认否', '', 'common', 'common_app_is_enable_answer', 1693127977), (80, '3', '商品可添加规格最大数量', '建议不超过3个规格', '请填写谷歌最大数', 'common', 'common_spec_add_max_number', 1735117476), (81, '-', '路由分隔符', '建议填写 [ - ] 默认 [ - ] 仅PATHINFO模式+短地址模式下有效', '请填写路由分隔符', 'common', 'common_route_separator', 1693127480), (82, '', 'AppID', '小程序ID', '请填写appid', 'common', 'common_app_mini_weixin_appid', 1699458088), (83, '', 'AppSecret ', '小程序密钥', '请填写appsecret', 'common', 'common_app_mini_weixin_appsecret', 1699458088), (84, 'ShopXO-weixin', '名称', '', '请填写名称', 'common', 'common_app_mini_weixin_title', 1699458088), (85, '企业级B2C开源电商系统', '描述', '', '请填写描述', 'common', 'common_app_mini_weixin_describe', 1699458088), (86, 'email@company.com', '商店邮箱', '空则不显示', '客服邮箱格式有误', 'common', 'common_customer_store_email', 1721900646), (87, '', '商店二维码', '空则不展示', '', 'common', 'common_customer_store_qrcode', 1721900646), (88, '公司实际运营地址', '商店地址', '空则不展示', '', 'common', 'common_customer_store_address', 1721900646), (89, '<p>用户注册协议</p><p><br/></p>', '用户注册协议', '最多 105000 个字符', '用户注册协议最多 105000 个字符', 'common', 'common_agreement_userregister', 1690031778), (90, '/static/upload/images/common/2019/05/17/1558025141249118.png', '用户注册背景图片', '', '请上传用户注册背景图片', 'home', 'home_site_user_register_bg_images', 1688461894), (91, '/static/upload/images/common/2023/07/03/1688370464496578.png', '图片', '图片1 [ 建议使用 1920*350px ]', '', 'home', 'home_site_user_login_ad1_images', 1688395276), (92, '/static/upload/images/common/2023/07/03/1688370477913669.png', '图片', '图片2 [ 建议使用 1920*350px ]', '', 'home', 'home_site_user_login_ad2_images', 1688395276), (93, '', '图片', '图片2 [ 建议使用 1920*350px ]', '', 'home', 'home_site_user_login_ad3_images', 1688395276), (94, 'https://shopxo.net/', 'url地址', '地址1 [ 带http://或https:// ]', '', 'home', 'home_site_user_login_ad1_url', 1688395276), (95, '', 'url地址', '地址2 [ 带http://或https:// ]', '', 'home', 'home_site_user_login_ad2_url', 1688395276), (96, '', 'url地址', '地址3 [ 带http://或https:// ]', '', 'home', 'home_site_user_login_ad3_url', 1688395276), (97, '#e93507', '背景色', '背景色1', '', 'home', 'home_site_user_login_ad1_bg_color', 1688395276), (98, '#7a2ae9', '背景色', '背景色2', '', 'home', 'home_site_user_login_ad2_bg_color', 1688395276), (99, '', '背景色', '背景色3', '', 'home', 'home_site_user_login_ad3_bg_color', 1688395276), (100, '1', '登录图片验证码', '默认关闭,可以防止非法登录', '请选择是否开启登录图片验证码', 'home', 'home_user_login_img_verify_state', 1688395276), (101, '/static/upload/images/common/2023/07/07/1688712376285299.png', '图片', '图片1 [ 建议使用 450*350px ]', '', 'home', 'home_site_user_forgetpwd_ad1_images', 1688713317), (102, '/static/upload/images/common/2019/05/17/1558073623641199.jpg', '图片', '图片2 [ 建议使用 450*350px ]', '', 'home', 'home_site_user_forgetpwd_ad2_images', 1688713317), (103, '', '图片', '图片2 [ 建议使用 450*350px ]', '', 'home', 'home_site_user_forgetpwd_ad3_images', 1688713317), (104, 'https://shopxo.net/', 'url地址', '地址1 [ 带http://或https:// ]', '', 'home', 'home_site_user_forgetpwd_ad1_url', 1688713317), (105, '', 'url地址', '地址2 [ 带http://或https:// ]', '', 'home', 'home_site_user_forgetpwd_ad2_url', 1688713317), (106, '', 'url地址', '地址3 [ 带http://或https:// ]', '', 'home', 'home_site_user_forgetpwd_ad3_url', 1688713317), (107, '#60dfff', '背景色', '背景色1', '', 'home', 'home_site_user_forgetpwd_ad1_bg_color', 1688713317), (108, '#FAFAFA', '背景色', '背景色2', '', 'home', 'home_site_user_forgetpwd_ad2_bg_color', 1688713317), (109, '', '背景色', '背景色3', '', 'home', 'home_site_user_forgetpwd_ad3_bg_color', 1688713317), (110, '1', '用户注册图片验证码', '默认关闭,可以防止非法注册', '请选择是否开启用户注册图片验证码', 'home', 'home_user_register_img_verify_state', 1688461894), (111, '', '图片验证码规则', '默认白底黑字可根据需求i加大验证码识别难度', '', 'common', 'common_images_verify_rules', 1690031440), (112, '1', 'SSL方式加密', '', '请选择是否使用SSL方式加密', 'common', 'common_email_is_use_ssl', 1693127472), (113, '活动/优惠未生效\r\n空包裹\r\n包裹丢失\r\n配送超时\r\n未按约定时间发货\r\n未送货上门\r\n物流显示签收但实际未收到货\r\n不喜欢/不想要', '仅退款原因', '可换行,一行一个', '请填写仅退款原因', 'home', 'home_order_aftersale_return_only_money_reason', 1689846653), (114, '7天无理由退换货\r\n配送超时\r\n未按约定时间发货\r\n未送货上门\r\n卖家发错货\r\n少件/漏发\r\n包装/商品破损/污渍\r\n商品信息描述不符\r\n使用后过敏\r\n已过/临近保质期\r\n无法溶解/结块/有异物', '退货退款原因', '可换行,一行一个', '请填写退货退款原因', 'home', 'home_order_aftersale_return_money_goods_reason', 1689846653), (115, '1', '用户注册协议', '默认关闭开启后用户注册需要同意协议才可以注册仅对web端有效', '请选择是否启用用户注册协议', 'home', 'home_is_enable_userregister_agreement', 1688461894), (116, '上海市闵行区浦江科技广场', '退货地址', '', '请填写退货地址', 'home', 'home_order_aftersale_return_goods_address', 1689846653), (117, '0', '使用独立手机详情', '默认使用web详情', '请选择使用独立手机详情', 'common', 'common_app_is_use_mobile_detail', 1693127977), (118, '0', '强制绑定手机', '默认否', '请选择是否强制绑定手机', 'common', 'common_user_is_mandatory_bind_mobile', 1693127977), (121, '1', '固定顶部导航', '默认是、必须启用搜索', '请选择是否固定顶部导航', 'common', 'common_app_is_header_nav_fixed', 1693127977), (122, '1', '开启在线客服', '默认否', '请选择是否开启在线客服', 'common', 'common_app_is_online_service', 1693127977), (125, '', 'AppID', '智能小程序ID', '请填写AppID', 'common', 'common_app_mini_baidu_appid', 1693128332), (126, '', 'AppKey', '智能小程序KEY', '请填写AppKey', 'common', 'common_app_mini_baidu_appkey', 1693128332), (127, '', 'AppSecret', '智能小程序密匙', '请填写AppSecret', 'common', 'common_app_mini_baidu_appsecret', 1693128332), (128, 'ShopXO', '名称', '', '请填写名称', 'common', 'common_app_mini_baidu_title', 1693128332), (129, '企业级B2C开源电商系统', '描述', '', '请填写描述', 'common', 'common_app_mini_baidu_describe', 1693128332), (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', 1693128338), (135, '', 'AppSecret', '小程序Secret', '请填写AppSecret', 'common', 'common_app_mini_toutiao_appsecret', 1693128338), (139, 'ShopXO-toutiao', '名称', '', '请填写名称', 'common', 'common_app_mini_toutiao_title', 1693128338), (140, '企业级B2C开源电商系统', '描述', '', '请填写描述', 'common', 'common_app_mini_toutiao_describe', 1693128338), (141, '京公网安备xxx号', '公安备案号', '京公网安备xxx号', '请填写公安备案号', 'home', 'home_site_security_record_name', 1721903617), (142, '', '公安备案地址', '备案展示页面的url地址', '请填写公安备案地址', 'home', 'home_site_security_record_url', 1721903617), (143, '', 'AppID', '小程序ID', '请填写AppID', 'common', 'common_app_mini_qq_appid', 1693128345), (144, '', 'AppSecret', '小程序Secret', '请填写AppSecret', 'common', 'common_app_mini_qq_appsecret', 1693128345), (145, '', 'AppToken', '小程序Token', '请填写AppToken', 'common', 'common_app_mini_qq_apptoken', 1693128345), (146, 'ShopXO', '名称', '', '请填写名称', 'common', 'common_app_mini_qq_title', 1693128345), (147, '企业级B2C开源电商系统', '描述', '', '请填写描述', 'common', 'common_app_mini_qq_describe', 1693128345), (148, '1', '是否启用用户中心头部小导航', '默认是', '请选择是否启用用户中心头部小导航', 'common', 'common_app_is_head_vice_nav', 1693127977), (150, '', '展示型操作名称', '默认 立即咨询,展示模式下商品页面的【立即购买】按钮占位名称', '请填写展示型操作名称', 'common', 'common_is_exhibition_mode_btn_text', 1705636219), (151, '{\"pc\":\"8\",\"h5\":\"8\",\"ios\":\"8\",\"android\":\"8\",\"weixin\":\"8\",\"alipay\":\"8\",\"baidu\":\"8\",\"toutiao\":\"8\",\"qq\":\"8\",\"kuaishou\":\"8\"}', '站点类型', '默认快递', '请选择站点类型', 'common', 'common_site_type', 1705636219), (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', 1705636219), (153, '', '虚拟信息标题', '默认 密钥信息,用户购买虚拟商品后、在订单详情里面展示虚拟信息的标题', '请填写虚拟信息标题', 'common', 'common_site_fictitious_return_title', 1705636219), (154, '', '提示信息', '用户购买虚拟商品后、在订单详情里面展示给用户的提示信息', '请填写提示信息', 'common', 'common_site_fictitious_return_tips', 1705636219), (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_content_show_photo', 1692351536), (158, '1', '手机简洁模式', '默认否开启后web端底部菜单、友情链接不显示', '请选择是否手机简洁模式', 'common', 'common_is_mobile_concise_model', 1693128029), (159, '0', '启用直播', '默认否,需重新生成小程序包(启用则需到微信小程序后台申请权限)', '请选择是否启用直播', 'common', 'common_app_weixin_liveplayer', 1660449851), (161, '1.3.0', '直播组件版本号', '', '请填写直播组件版本号', 'common', 'common_app_weixin_liveplayer_ver', 1660449851), (162, '1', '后台登录页随机背景图', '默认启用', '请选择后台登录页随机背景图', 'common', 'admin_login_info_bg_images_rand', 1735117476), (163, '30', '订单完成可发起售后时限', '单位 天0则关闭售后、建议30天左右', '请填写订单完成可发起售后时限', 'common', 'home_order_aftersale_return_launch_day', 1689846653), (164, '30', '支付日志订单关闭脚本时长', '单位 分钟默认30分钟', '请填写支付日志订单关闭脚本时长', 'common', 'common_pay_log_order_close_limit_time', 1647520290), (165, '0', '分类展示层级', '默认 分类+商品', '请选择分类展示层级', 'common', 'common_show_goods_category_level', 1692351536), (166, '', '附件cdn域名', '图片/视频/文件', '请填写正确的附件cdn域名', 'common', 'common_cdn_attachment_host', 1721903617), (167, '', 'css/js静态文件cdn域名', 'css/js静态文件', '请填写正确的css/js静态文件cdn域名', 'common', 'common_cdn_public_host', 1721903617), (168, '8', '首页楼层商品数量', '默认8个', '请填写首页楼层商品数量', 'home', 'home_index_floor_goods_max_count', 1693126976), (169, '10', '首页楼层左侧二级商品分类数量', '默认6个', '请填写首页楼层左侧二级商品分类数量', 'home', 'home_index_floor_left_goods_category_max_count', 1606316065), (170, '{\"1\":\"手机,电脑\",\"2\":\"连衣裙,女装,男装\",\"3\":\"大牌,正品,新款\"}', '首页楼层顶部右侧关键字', '楼层下关键字(输入回车)', '请填写首页楼层顶部右侧关键字', 'home', 'home_index_floor_top_right_keywords', 1693126976), (171, '4', '首页楼层商品排序类型', '默认综合', '请选择首页楼层商品排序类型', 'home', 'home_index_floor_goods_order_by_type', 1693126976), (172, '0', '首页楼层商品排序规则', '默认降序(desc)', '请选择首页楼层商品排序规则', 'home', 'home_index_floor_goods_order_by_rule', 1693126976), (173, '更多入口', '快捷导航名称', '默认 更多入口', '请填写快捷导航名称', 'home', 'home_navigation_main_quick_name', 1693127384), (174, 'weixin,baidu,toutiao', '获取账户手机一键登录', '默认关闭', '请选择获取账户手机一键登录', 'common', 'common_user_onekey_bind_mobile_list', 1693127977), (175, '1', '启用订单批量支付', '默认否', '请选择获启用订单批量支付', 'home', 'home_is_enable_order_bulk_pay', 1693127007), (176, '0', 'Session使用缓存', '默认否', '请选择Session使用缓存', 'common', 'common_session_is_use_cache', 1723170903), (177, '1', '数据使用缓存', '默认否', '请选择数据使用缓存', 'common', 'common_data_is_use_cache', 1723170903), (182, '', '前缀', '默认 shopxo', '请填写前缀', 'common', 'common_cache_session_redis_prefix', 1723170903), (183, '', '连接地址', '默认 127.0.0.1', '请填写连接地址', 'common', 'common_cache_data_redis_host', 1723170903), (184, '', '端口号', '默认 6379', '请填写端口号', 'common', 'common_cache_data_redis_port', 1723170903), (185, '', '密码', '默认无密码', '请填写密码', 'common', 'common_cache_data_redis_password', 1723170903), (186, '', '有效时间', '默认0表示永久', '请填写有效时间', 'common', 'common_cache_data_redis_expire', 1723170903), (187, '', '前缀', '默认 shopxo', '请填写前缀', 'common', 'common_cache_data_redis_prefix', 1723170903), (188, 'default', '默认主题', '微信小程序默认主题', '请选择微信小程序默认主题', 'common', 'common_app_mini_weixin_default_theme', 1628599597), (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', 1693126976), (194, '{\"1\":[\"25\",\"32\",\"5\",\"6\",\"2\",\"1\",\"4\",\"3\"],\"2\":[\"11\",\"10\",\"8\",\"9\",\"100\",\"12\",\"109\",\"110\"],\"3\":[\"106\",\"104\",\"102\",\"101\",\"98\",\"7\",\"107\",\"108\"]}', '首页楼层商品配置', '自定义添加商品', '请选择首页楼层商品配置', 'home', 'home_index_floor_manual_mode_goods', 1693126976), (195, '{\"1\":\"58,59,60,61,62,63\",\"2\":\"304,305,306,307,310,311\",\"3\":\"896,897,898,899,188,189\"}', '首页楼层左侧二级商品分类', '可以多选', '请填写首页楼层左侧二级商品分类', 'home', 'home_index_floor_left_top_category', 1693126976), (196, '1', '快捷导航状态', '默认关闭', '请选择快捷导航状态', 'home', 'home_navigation_main_quick_status', 1693127384), (197, '0', '用户地址地图', '默认关闭', '请选择用户地址地图', 'home', 'home_user_address_map_status', 1693127384), (198, '0', '用户地址身份证', '默认关闭', '请选择用户地址身份证', 'home', 'home_user_address_idcard_status', 1693127384), (199, '1', '首页轮播左侧商品分类', '默认开启', '请选择首页轮播左侧商品分类', 'home', 'home_index_banner_left_status', 1693126976), (200, '1', '首页轮播右侧聚合内容', '默认开启', '请选择首页轮播右侧聚合内容', 'home', 'home_index_banner_right_status', 1693126976), (201, '0', '手机模式下友情链接状态', '默认关闭', '请选择手机模式下友情链接状态', 'home', 'home_index_friendship_link_status', 1693127384), (202, '20', '搜索展示数据条数', '默认20', '请填写搜索展示数据条数', 'home', 'home_search_limit_number', 1691986290), (203, '1', '订单支付状态改变支付金额必须大于等于', '默认开启', '请选择订单支付状态改变支付金额必须大于等于', 'common', 'common_is_pay_price_must_max_equal', 1693127007), (204, '1', '搜索页开启规格', '默认开启', '请选择搜索页开启规格', 'home', 'home_search_is_spec', 1691986291), (205, '1', '搜索页开启参数', '默认开启', '请选择搜索页开启参数', 'home', 'home_search_is_params', 1691986291), (206, '1', '搜索页开启价格', '默认开启', '请选择搜索页开启价格', 'home', 'home_search_is_price', 1691986291), (207, '1', '顶部小导航非首页入口', '默认开启', '请选择顶部小导航非首页入口', 'home', 'home_header_top_is_home', 1693127384), (208, '1', '搜索页开启品牌', '默认开启', '请选择搜索页开启品牌', 'home', 'home_search_is_brand', 1691986291), (209, '1', '搜索页开启分类', '默认开启', '请选择搜索页开启分类', 'home', 'home_search_is_category', 1691986291), (210, 'username', '登录方式', '默认帐号密码,可选择 [ 帐号密码, 邮箱验证码, 手机验证码 ]', '请至少选择一种登录方式', 'admin', 'admin_login_type', 1735117476), (211, '0', '登录图片验证码', '默认关闭,可以防止非法登录', '请选择是否开启登录图片验证码', 'admin', 'admin_login_img_verify_state', 1735117476), (212, '', '后台登录-短信模板ID', '验证码code', '请填写后台登录短信模板内容', 'admin', 'admin_sms_login_template', 1693127455), (213, '<p>后台登录模板,你的验证码是&nbsp;&nbsp;#code#</p>', '后台登录-邮件模板', '验证码变量标识符 [ #code# ]', '', 'admin', 'admin_email_login_template', 1614775674), (214, '', '用户登录-短信模板ID', '验证码code', '请填写用户登录短信模板内容', 'home', 'home_sms_login_template', 1693127455), (215, '登录模板,你的验证码是 #code#', '用户登录-邮件模板', '验证码变量标识符 [ #code# ]', '', 'home', 'home_email_login_template', 1557728601), (216, '1', '下单自提选择地理位置', '默认关闭,开启后下单选择自提地址之前需要先选择用户当前位置、地址以最近展示', '请选择下单自提选择地理位置', 'home', 'home_extraction_address_position', 1693127384), (217, '0', '搜索多个关键字并且关系', '默认否、或关系', '请选择搜索多个关键字并且关系', 'home', 'home_search_is_keywords_where_and', 1691986291), (219, '0', '关闭商品优惠重叠', '默认否', '请选择关闭商品优惠重叠', 'common', 'is_close_goods_discount_overlap', 1690182022), (221, 'Powered by <a href=\"https://shopxo.net/\" target=\"_blank\"><span class=\"b\">Shop</span><span class=\"o\">XO</span></a>', 'web端底部版权信息', '', '请填写web端底部版权信息', 'home', 'home_theme_footer_bottom_powered', 1618304831), (222, 'ShopXO', '后端站点名称', '', '请填写后端站点名称', 'admin', 'admin_theme_site_name', 1618304831), (223, '2', '搜索参数类型', '默认基础', '请选择搜索参数类型', 'home', 'home_search_params_type', 1691986291), (224, '', '应用商店帐号', '', '请填写应用商店帐号', 'common', 'common_store_accounts', 1721962395), (225, '', '应用商店密码', '', '请填写应用商店密码', 'common', 'common_store_password', 1721962395), (226, '0', '搜索关键字包含SEO字段', '默认否', '请选择搜索关键字包含SEO字段', 'home', 'home_search_is_keywords_seo_fields', 1691986291), (227, '<p>用户隐私政策内容</p>', '用户隐私政策', '最多 105000 个字符', '用户隐私政策最多 105000 个字符', 'common', 'common_agreement_userprivacy', 1690031857), (229, '0', '退货地址使用仓库地址', '默认否、根据订单所属仓库', '请选择是否退货地址使用仓库地址', 'home', 'home_order_aftersale_is_use_warehouse_address', 1689846653), (230, '1', '订单商品销量增加规则', '默认订单收货,请勿随意切换该配置、会造成商品销量不符', '请选择订单商品销量增加规则', 'common', 'common_goods_sales_count_inc_rules', 1693127007), (231, '后台通知信息,系统配置中修改', '后台管理公告', '空则不显示、仅后台管理人员可见', '请填写后台管理公告', 'admin', 'admin_notice', 1735117476), (232, '1', '商品详情页展示评价', '', '请选择是否商品详情页展示评价', 'common', 'common_is_goods_detail_show_comments', 1692351536), (233, '0', '连接商店采用https', '默认http', '请选择连接商店采用https', 'common', 'common_is_https_connect_store', 1735117476), (234, '', '手机端h5地址', 'uniapp端地址以(#/)结尾、比如https://h5.shopxo.vip/#/', '请填写手机端h5地址', 'common', 'common_app_h5_url', 1693128029), (235, '0', '线下支付正常进行', '默认否,线下支付提交进入正常订单状态流程、后续管理员可在后台确认操作收款', '请选择线下支付正常进行', 'common', 'common_is_under_line_order_normal', 1693127007), (236, '增值电信业务经营许可证京B2-xxx', '增值电信业务经营许可证', '沪B2-xxx', '', 'home', 'home_site_telecom_license', 1721903617), (237, '1', 'web端首页访问', '默认开启仅针对web端首页其他页面不受影响', '', 'home', 'home_site_web_home_state', 1721903617), (238, 'https://zzlz.gsxt.gov.cn/businessCheck/verifKey.do', '电子营业执照亮照', '执照页面展示地址、申请地址https://zzlz.gsxt.gov.cn/businessShow', '', 'home', 'home_site_company_license', 1721903617), (239, '1', 'web端PC访问', '默认开启仅针对web端PC', '', 'home', 'home_site_web_pc_state', 1721903617), (240, '21600', '商品赠送积分时长', '单位 分钟默认21600分钟/15天', '请填写商品赠送积分时长', 'common', 'common_goods_give_integral_limit_time', 1647520290), (241, '', '主域名', '站点地址', '请填写正确的主域名', 'common', 'common_domain_host', 1721903617), (242, 'weixin,alipay,baidu,toutiao,qq', '获取账户地址一键导入', '默认关闭', '请选择获取账户地址一键导入', 'common', 'common_user_address_platform_import_list', 1693127977), (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, 'shopxo', '数据加密秘钥', '默认安装系统已自动生成、可以修改', '请填写数据加密秘钥', 'common', 'common_data_encryption_secret', 1735117476), (248, '', 'Cookie有效域名', '默认空则是当前访问域名有效', '请填写Cookie有效域名', 'common', 'common_cookie_domain', 1735117476), (249, '0', 'Excel导出类型', '默认CSV', '请选择Excel导出类型', 'common', 'common_excel_export_type', 1735117476), (250, '', '天地图api秘钥浏览器端', '天地图的应用Key', '请填写天地图api秘钥浏览器端', 'common', 'common_tianditu_map_ak', 1735117476), (251, 'baidu', '地图类型', '默认百度地图', '请选择地图类型', 'common', 'common_map_type', 1735117476), (252, '', '高德地图api秘钥浏览器端', '高德地图的应用Key', '请填写高德地图api秘钥浏览器端', 'common', 'common_amap_map_ak', 1735117476), (253, '', '腾讯地图api秘钥浏览器端', '腾讯地图的应用Key', '请填写腾讯地图api秘钥浏览器端', 'common', 'common_tencent_map_ak', 1735117476), (254, '', '高德地图安全秘钥', '高德地图的应用安全密钥', '请填写高德地图安全秘钥', 'common', 'common_amap_map_safety_ak', 1735117476), (255, '{\"pc\":\"Lakala\",\"h5\":\"Alipay\",\"ios\":\"Lakala\",\"android\":\"\",\"weixin\":\"CashPayment\",\"alipay\":\"\",\"baidu\":\"\",\"toutiao\":\"CashPayment\",\"qq\":\"\",\"kuaishou\":\"Kuaishou\"}', '默认支付方式', '可对应平台设置', '请选择默认支付方式', 'common', 'common_default_payment', 1693127007), (256, '0', '虚拟订单直接提交支付', '默认否,虚拟订单自动创建订单并直接进入订单列表发起支付、省去订单确认环节(请先设置默认支付方式)', '请选择是否虚拟订单直接提交支付', 'common', 'common_fictitious_order_direct_pay', 1693127007), (257, '0', '开启搜索记录', '默认否', '请选择开启搜索记录', 'home', 'home_search_history_record', 1691986290), (258, '<p>账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容</p><p>账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容</p><p>账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容</p><p>账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容</p><p>账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容</p><p>账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容</p><p>账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容</p><p>账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容</p><p>账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容</p><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>账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容</p><p>账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容</p><p>账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容</p><p>账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容</p><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>账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容</p><p>账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容</p><p>账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容</p><p>账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容账号注销协议内容</p><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', 1668907622), (259, '1', '主导航', '默认开启', '请选择主导航状态', 'home', 'home_main_header_status', 1693127384), (260, '1', '顶部小导航', '默认开启', '请选择顶部小导航状态', 'home', 'home_main_top_header_status', 1693127384), (261, '1', 'logo及搜索栏', '默认开启', '请选择logo及搜索栏状态', 'home', 'home_main_logo_search_status', 1693127384), (262, '1', '面包屑导航', '默认开启', '请选择面包屑导航状态', 'home', 'home_main_breadcrumb_header_status', 1693127384), (263, '1', '底部页脚内容', '默认开启', '请选择底部页脚内容状态', 'home', 'home_main_footer_content_status', 1693127384), (264, '1', '后端使用多语言', '默认关闭', '请选择后端使用多语言', 'admin', 'admin_use_multilingual_status', 1693127384), (265, '1', '前端使用多语言', '默认关闭', '请选择前端使用多语言', 'home', 'home_use_multilingual_status', 1693127384), (266, 'zh,cht,en,spa', '可用多语言', '勾选则使用', '请勾选需要使用的语言', 'common', 'common_multilingual_choose_list', 1693127384), (267, '0', '用户以系统类标识维度', '默认关闭', '请选择用户以系统类标识维度', 'common', 'common_user_unique_system_type_model', 1693127384), (268, '0', '自动识别用户语言', '默认关闭', '请选择自动识别用户语言', 'common', 'common_multilingual_auto_status', 1693127384), (269, '0', '用户端默认语言', '请选择用户端默认语言', '请选择默认语言', 'common', 'common_multilingual_user_default_value', 1693127384), (270, '', '域名绑定语言', '', '请配置域名绑定语言', 'common', 'common_domain_multilingual_bind_list', 1693127384), (271, '0', '使用redis缓存', '默认否', '请选择是否使用redis缓存', 'common', 'common_data_is_use_redis_cache', 1723170903), (272, '#d433f0', '用户注册背景色', '', '请选择用户注册背景色', 'home', 'home_site_user_register_bg_color', 1688461894), (273, '', '用户基础信息提示页面', '默认关闭', '请选择用户基础信息提示页面', 'common', 'common_app_user_base_popup_pages', 1693127977), (274, '', '用户基础信息提示终端', '默认关闭', '请选择用户基础信息提示终端', 'common', 'common_app_user_base_popup_client', 1693127977), (275, '1800', '用户基础信息提示间隔时间', '单位 秒、默认1800秒/30分钟', '请填写关闭后再次提示间隔时间', 'common', 'common_app_user_base_popup_interval_time', 1693127977), (276, 'Devil', '退货联系人', '', '请填写退货联系人', 'home', 'home_order_aftersale_return_goods_contacts_name', 1689846653), (277, '13888888888', '退货联系电话', '', '请填写退货联系电话', 'home', 'home_order_aftersale_return_goods_contacts_tel', 1689846653), (278, '', '百度地图api秘钥服务端', '百度地图的应用Key', '请填写百度地图api秘钥服务端', 'common', 'common_baidu_map_ak_server', 1735117476), (279, '', '腾讯地图api秘钥服务端', '腾讯地图的应用Key', '请填写腾讯地图api秘钥服务端', 'common', 'common_tencent_map_ak_server', 1735117476), (280, '', '高德地图api秘钥服务端', '高德地图的应用Key和安全秘钥', '请填写高德地图api秘钥服务端', 'common', 'common_amap_map_ak_server', 1735117476), (281, '', '天地图api秘钥服务端', '天地图的应用Key', '请填写天地图api秘钥服务端', 'common', 'common_tianditu_map_ak_server', 1735117476), (282, '', '隐私弹窗说明', '空则系统默认通用说明', '请填写隐私弹窗说明', 'common', 'common_app_mini_weixin_privacy_content', 1699458088), (283, '/static/upload/images/common/2019/01/14/1547448748316693.png', '手机端logo', '支持 [jpg, png, gif],建议宽不限*60px', '请上传手机端网站logo', 'home', 'home_site_logo_app', 1721903617), (284, '^1((3|4|5|6|7|8|9){1}\\d{1})\\d{8}$', '手机正则', '', '请填写手机正则', 'common', 'common_regex_mobile', 1559318982), (285, '^\\d{3,4}-?\\d{8}$', '座机正则', '', '请填写座机正则', 'common', 'common_regex_tel', 1559318982), (286, '^(\\d{15}$|^\\d{18}$|^\\d{17}(\\d|X|x))$', '身份证号码正则', '', '请填写身份证号码正则', 'common', 'common_regex_id_card', 1559318982), (287, '', '微信小程序原始ID', '填写则APP分享到微信使用小程序', '请填写微信小程序原始ID', 'common', 'common_app_mini_weixin_share_original_id', 1559318982), (288, '0', '同步微信发货', '默认关闭', '请选择是否同步微信发货', 'common', 'common_app_mini_weixin_upload_shipping_status', 1559318982), (289, '/static/upload/images/common/2019/01/14/1547448748316693.png', '后台logo', '建议322*78px', '请上传后台logo', 'admin', 'admin_logo', 1735117476), (290, '/static/upload/images/common/2019/01/14/1547448748316693.png', '后台登录logo', '建议220*60px', '请上传后台登录logo', 'admin', 'admin_login_logo', 1735117476), (291, '/static/upload/images/common/2024/01/08/1704705821615587.png', '后台登录广告图片', '建议570*480px', '请上传后台登录广告图片', 'admin', 'admin_login_ad_images', 1735117476), (292, '', '关闭手机端', '勾选则关闭', '请选择是否关闭手机端', 'home', 'home_site_app_state', 1721903617), (293, '', '默认首页', '默认系统、仅web端', '请选择默认首页', 'common', 'common_site_default_index', 1559318982), (294, '1', '显示商品售价', '', '请选择是否显示商品售价', 'common', 'common_goods_sales_price_status', 1559318982), (295, '1', '显示商品原价', '', '请选择是否显示商品原价', 'common', 'common_goods_original_price_status', 1559318982), (296, '0', '显示商品售价单位', '取值商品单位', '请选择是否显示商品售价单位', 'common', 'common_goods_sales_price_unit_status', 1559318982), (297, '0', '显示商品原价单位', '取值商品单位', '请选择是否显示商品原价单位', 'common', 'common_goods_original_price_unit_status', 1559318982), (298, '企业数字化、电商一体化解决方案!', '商店简介', '空则不展示', '', 'common', 'common_customer_store_describe', 1721900646), (299, '', '自定义客服', '', '', 'common', 'common_app_customer_service_custom', 1559318982), (300, '', '企业微信客服id', '', '请填写企业微信客服id', 'common', 'common_app_customer_service_company_weixin_corpid', 1559318982), (301, '', '企业微信客服url', '', '请填写企业微信客服url', 'common', 'common_app_customer_service_company_weixin_url', 1559318982), (302, '', '搜索禁止UserAgent', '禁止的标识(输入回车)', '请填写搜索禁止UserAgent', 'home', 'home_search_prohibit_user_agent', 1559318982), (303, '0', '搜索需要登录', '', '请选择是否搜索需要登录', 'home', 'home_search_is_login_required', 1559318982), (304, '1', '显示商品销量', '', '请选择是否显示商品销量', 'common', 'common_goods_sales_number_status', 1559318982), (305, '1', '显示商品库存', '', '请选择是否显示商品库存', 'common', 'common_goods_inventory_status', 1559318982), (307, '', '首页DIY模式', '', '请选择首页DIY模式', 'common', 'common_app_home_data_diy_mode', 1559318982), (308, '0', '图片验证码类型', '', '请选择图片验证码类型', 'common', 'common_images_verify_rand_type', 1558085166), (309, '2,3,4', 'Token生成规则', '默认包含用户id', '请选择token生成规则', 'common', 'common_token_created_rules', 1735117476), (310, '1', '搜索页开启商品产地', '默认开启', '请选择搜索页开启商品产地', 'home', 'home_search_is_produce_region', 1572350417), (311, '', '验证码绑定手机登录', '默认关闭', '请选择验证码绑定手机登录', 'common', 'common_user_verify_bind_mobile_list', 1559318982), (312, '0', '微信小程序强制填写基础信息', '默认关闭', '请选择微信小程序强制填写基础信息', 'common', 'common_app_is_weixin_force_user_base', 1559318982), (313, '', '禁止注册用户名/手机/邮箱', '输入后回车', '请填写禁止注册用户名/手机/邮箱', 'home', 'home_userregister_unique_forbid_value', 1559318982), (314, '', '后台默认语言', '默认中文', '请选择后台默认语言', 'common', 'common_multilingual_admin_default_value', 1558022648), (315, '', '下单指定时间', '仅同城、自提订单模式下有效', '请选择下单指定时间', 'common', 'common_buy_datetime_info', 1559318982), (316, '', '下单联系信息', '仅自提订单模式下有效', '请选择下单联系信息', 'common', 'common_buy_extraction_contact_info', 1559318982), (317, '0', '搜索商品展示样式', '默认九宫格', '请选择搜索商品展示样式', 'home', 'home_search_goods_show_type', 1559318982), (318, '0', '商品详情页展示看了又看', '', '请选择是否商品详情页展示看了又看', 'common', 'common_is_goods_detail_show_seeing_you', 1559318982), (319, '0', '商品详情页展示猜你喜欢', '', '请选择是否商品详情页展示猜你喜欢', 'common', 'common_is_goods_detail_show_guess_you_like', 1559318982), (320, '0', '商品详情页左侧更多(手机端)', '', '请选择是否商品详情页左侧更多', 'common', 'common_is_goods_detail_show_left_more', 1559318982), (321, '0', '购物车页展示猜你喜欢', '', '请选择是否购物车页展示猜你喜欢', 'common', 'common_is_cart_show_guess_you_like', 1559318982), (322, '', '浏览器标题图标', '使用ico格式建议128*128px', '请上传浏览器标题图标', 'home', 'home_site_title_icon', 1559318982), (323, '0', '商品封面高度拉伸(手机端)', '默认 正方形', '请选择商品封面高度拉伸(手机端)', 'common', 'common_goods_cover_size_type', 1559318982);
COMMIT;
-- ----------------------------
-- Table structure for sxo_custom_view
-- ----------------------------
DROP TABLE IF EXISTS `sxo_custom_view`;
CREATE TABLE `sxo_custom_view` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '自增id',
`logo` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'logo',
`name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '名称',
`html_content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'html代码',
`css_content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'css样式',
`js_content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'js代码',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '是否启用0否1是',
`is_header` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '是否包含头部0否, 1是',
`is_footer` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '是否包含尾部0否, 1是',
`is_full_screen` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '是否满屏0否, 1是',
`access_count` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '访问次数',
`seo_title` char(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'SEO标题',
`seo_keywords` char(130) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'SEO关键字',
`seo_desc` char(230) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'SEO描述',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '添加时间',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE,
INDEX `title`(`name` ASC) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE,
INDEX `access_count`(`access_count` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '自定义页面';
-- ----------------------------
-- Records of sxo_custom_view
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_design
-- ----------------------------
DROP TABLE IF EXISTS `sxo_design`;
CREATE TABLE `sxo_design` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '自增id',
`logo` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'logo',
`name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '名称',
`config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '页面配置信息',
`access_count` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '访问次数',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '是否启用0否1是',
`is_header` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '是否含头部0否1是',
`is_footer` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '是否含尾部0否1是',
`seo_title` char(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'SEO标题',
`seo_keywords` char(130) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'SEO关键字',
`seo_desc` char(230) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'SEO描述',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '添加时间',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE,
INDEX `name`(`name` ASC) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE,
INDEX `is_header`(`is_header` ASC) USING BTREE,
INDEX `is_footer`(`is_footer` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '页面设计';
-- ----------------------------
-- Records of sxo_design
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_diy
-- ----------------------------
DROP TABLE IF EXISTS `sxo_diy`;
CREATE TABLE `sxo_diy` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '自增id',
`md5_key` char(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '唯一标识',
`logo` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'logo',
`name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '名称',
`describe` char(230) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '描述',
`config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '配置数据',
`access_count` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '访问次数',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '是否启用0否1是',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '添加时间',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE,
INDEX `md5_key`(`md5_key` ASC) USING BTREE,
INDEX `name`(`name` ASC) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = 'DIY装修';
-- ----------------------------
-- Records of sxo_diy
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_email_log
-- ----------------------------
DROP TABLE IF EXISTS `sxo_email_log`;
CREATE TABLE `sxo_email_log` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '自增id',
`smtp_host` char(180) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'SMTP服务器',
`smtp_port` char(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'SMTP端口',
`smtp_name` char(160) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '邮箱用户名',
`smtp_account` char(160) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '发信人邮件',
`smtp_send_name` char(160) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '发件人姓名',
`status` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '状态0未发送1已发送2已失败',
`email` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '收件邮箱',
`title` char(160) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '邮件标题',
`template_value` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '邮件内容',
`template_var` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '邮件变量数组则json字符串存储',
`reason` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '失败原因',
`tsc` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '耗时时间(单位秒)',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '添加时间',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE,
INDEX `smtp_host`(`smtp_host` ASC) USING BTREE,
INDEX `smtp_name`(`smtp_name` ASC) USING BTREE,
INDEX `smtp_account`(`smtp_account` ASC) USING BTREE,
INDEX `status`(`status` ASC) USING BTREE,
INDEX `email`(`email` ASC) USING BTREE,
INDEX `tsc`(`tsc` ASC) USING BTREE,
INDEX `add_time`(`add_time` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '邮件日志';
-- ----------------------------
-- Records of sxo_email_log
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_error_log
-- ----------------------------
DROP TABLE IF EXISTS `sxo_error_log`;
CREATE TABLE `sxo_error_log` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '自增id',
`message` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '错误信息',
`file` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '错误文件路径',
`line` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '错误文件行号',
`code` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '错误编码',
`ip` char(160) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '请求ip',
`uri` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'uri地址段',
`request_params` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '请求参数数组则json字符串存储',
`memory_use` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '使用内存',
`tsc` decimal(10, 6) UNSIGNED NOT NULL DEFAULT 0.000000 COMMENT '耗时时间(单位秒)',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '添加时间',
PRIMARY KEY (`id`) USING BTREE,
INDEX `code`(`code` ASC) USING BTREE,
INDEX `ip`(`ip` ASC) USING BTREE,
INDEX `tsc`(`tsc` ASC) USING BTREE,
INDEX `add_time`(`add_time` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '错误日志';
-- ----------------------------
-- Records of sxo_error_log
-- ----------------------------
BEGIN;
INSERT INTO `sxo_error_log` (`id`, `message`, `file`, `line`, `code`, `ip`, `uri`, `request_params`, `memory_use`, `tsc`, `add_time`) VALUES (1, 'SQLSTATE[42S02]: Base table or view not found: 1146 Table \'shopxo_online.sxo_plugins_erp_merchant\' doesn\'t exist', '/Applications/EServer/www/project/shopxo-dev/vendor/topthink/think-orm/src/db/PDOConnection.php', 836, '10501', '127.0.0.1', '/admin.php?s=cache/index.html', '', '8.04MB', 0.119752, 1758632974), (2, 'SQLSTATE[42S02]: Base table or view not found: 1146 Table \'shopxo_online.sxo_plugins_erp_merchant\' doesn\'t exist', '/Applications/EServer/www/project/shopxo-dev/vendor/topthink/think-orm/src/db/PDOConnection.php', 836, '10501', '127.0.0.1', '/admin.php?s=sqlconsole/index.html', '', '8.01MB', 0.058660, 1758632975), (3, 'SQLSTATE[42S02]: Base table or view not found: 1146 Table \'shopxo_online.sxo_power\' doesn\'t exist', '/Applications/EServer/www/project/shopxo-dev/vendor/topthink/think-orm/src/db/PDOConnection.php', 836, '10501', '127.0.0.1', '/admin.php?s=sqlconsole/implement&system_type=default', '{\"system_type\":\"default\",\"sql\":\"DROP TABLE `{PREFIX}power`;\\r\\n\\r\\nCREATE TABLE `{PREFIX}power` (\\r\\n `id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT &#039;权限id&#039;,\\r\\n `pid` int(11) unsigned NOT NULL DEFAULT &#039;0&#039; COMMENT &#039;权限父级id&#039;,\\r\\n `name` char(30) NOT NULL DEFAULT &#039;&#039; COMMENT &#039;权限名称&#039;,\\r\\n `control` char(30) NOT NULL DEFAULT &#039;&#039; COMMENT &#039;控制器名称&#039;,\\r\\n `action` char(30) NOT NULL DEFAULT &#039;&#039; COMMENT &#039;方法名称&#039;,\\r\\n `url` char(255) NOT NULL DEFAULT &#039;&#039; COMMENT &#039;自定义url地址&#039;,\\r\\n `sort` tinyint(3) unsigned NOT NULL DEFAULT &#039;0&#039; COMMENT &#039;排序&#039;,\\r\\n `is_show` tinyint(1) unsigned NOT NULL DEFAULT &#039;1&#039; COMMENT &#039;是否显示0否1是&#039;,\\r\\n `icon` char(60) NOT NULL DEFAULT &#039;&#039; COMMENT &#039;图标class&#039;,\\r\\n `add_time` int(11) unsigned NOT NULL DEFAULT &#039;0&#039; COMMENT &#039;添加时间&#039;,\\r\\n `upd_time` int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT &#039;更新时间&#039;,\\r\\n PRIMARY KEY (`id`)\\r\\n) ENGINE=InnoDB DEFAULT CHARSET={CHARSET} ROW_FORMAT=DYNAMIC COMMENT=&#039;权限&#039;;\\r\\n\\r\\nINSERT INTO `{PREFIX}power` (`id`, `pid`, `name`, `control`, `action`, `url`, `sort`, `is_show`, `icon`, `add_time`, `upd_time`) VALUES (1, 0, &#039;权限&#039;, &#039;Power&#039;, &#039;Index&#039;, &#039;&#039;, 3, 1, &#039;icon-admin-auth&#039;, 1481612301, 0), (4, 1, &#039;角色管理&#039;, &#039;Role&#039;, &#039;Index&#039;, &#039;&#039;, 20, 1, &#039;&#039;, 1481639037, 0), (13, 1, &#039;权限分配&#039;, &#039;Power&#039;, &#039;Index&#039;, &#039;&#039;, 30, 1, &#039;&#039;, 1482156143, 0), (15, 13, &#039;权限添加\\/编辑&#039;, &#039;Power&#039;, &#039;Save&#039;, &#039;&#039;, 31, 0, &#039;&#039;, 1482243750, 0), (16, 13, &#039;权限删除&#039;, &#039;Power&#039;, &#039;Delete&#039;, &#039;&#039;, 34, 0, &#039;&#039;, 1482243797, 1758100045), (17, 4, &#039;角色组添加\\/编辑页面&#039;, &#039;Role&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 21, 0, &#039;&#039;, 1482243855, 0), (18, 4, &#039;角色组添加\\/编辑&#039;, &#039;Role&#039;, &#039;Save&#039;, &#039;&#039;, 22, 0, &#039;&#039;, 1482243888, 0), (19, 22, &#039;管理员添加\\/编辑页面&#039;, &#039;Admin&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1482244637, 0), (20, 22, &#039;管理员添加\\/编辑&#039;, &#039;Admin&#039;, &#039;Save&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1482244666, 0), (21, 22, &#039;管理员删除&#039;, &#039;Admin&#039;, &#039;Delete&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1482244688, 0), (22, 1, &#039;管理员列表&#039;, &#039;Admin&#039;, &#039;Index&#039;, &#039;&#039;, 1, 1, &#039;&#039;, 1482568868, 0), (23, 4, &#039;角色删除&#039;, &#039;Role&#039;, &#039;Delete&#039;, &#039;&#039;, 23, 0, &#039;&#039;, 1482569155, 0), (38, 0, &#039;商品&#039;, &#039;Goods&#039;, &#039;Index&#039;, &#039;&#039;, 5, 1, &#039;icon-admin-goods&#039;, 1483283430, 0), (39, 38, &#039;商品管理&#039;, &#039;Goods&#039;, &#039;Index&#039;, &#039;&#039;, 1, 1, &#039;&#039;, 1483283546, 0), (41, 0, &#039;系统&#039;, &#039;Config&#039;, &#039;Index&#039;, &#039;&#039;, 1, 1, &#039;icon-admin-system&#039;, 1483362358, 1704280861), (42, 41, &#039;配置保存&#039;, &#039;Config&#039;, &#039;Save&#039;, &#039;&#039;, 10, 0, &#039;&#039;, 1483432335, 0), (57, 39, &#039;商品添加\\/编辑页面&#039;, &#039;Goods&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1483616439, 0), (58, 39, &#039;商品添加\\/编辑&#039;, &#039;Goods&#039;, &#039;Save&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1483616492, 0), (59, 39, &#039;商品删除&#039;, &#039;Goods&#039;, &#039;Delete&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1483616569, 0), (81, 0, &#039;站点&#039;, &#039;Site&#039;, &#039;Index&#039;, &#039;&#039;, 2, 1, &#039;icon-admin-site-config&#039;, 1486182943, 0), (103, 81, &#039;站点设置&#039;, &#039;Site&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1486561470, 0), (104, 81, &#039;短信设置&#039;, &#039;Sms&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1486561615, 0), (105, 103, &#039;站点设置编辑&#039;, &#039;Site&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1486561780, 0), (107, 104, &#039;短信设置编辑&#039;, &#039;Sms&#039;, &#039;Save&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1486562011, 0), (118, 0, &#039;工具&#039;, &#039;Tool&#039;, &#039;Index&#039;, &#039;&#039;, 50, 1, &#039;icon-admin-tools&#039;, 1488108044, 0), (119, 118, &#039;缓存管理&#039;, &#039;Cache&#039;, &#039;Index&#039;, &#039;&#039;, 1, 1, &#039;&#039;, 1488108107, 0), (120, 119, &#039;站点缓存更新&#039;, &#039;Cache&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1488108235, 0), (121, 119, &#039;模板缓存更新&#039;, &#039;Cache&#039;, &#039;TemplateUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1488108390, 0), (122, 119, &#039;模块缓存更新&#039;, &#039;Cache&#039;, &#039;ModuleUpdate&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1488108436, 0), (126, 0, &#039;用户&#039;, &#039;User&#039;, &#039;Index&#039;, &#039;&#039;, 4, 1, &#039;icon-admin-user&#039;, 1490794162, 0), (127, 126, &#039;用户列表&#039;, &#039;User&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1490794316, 0), (128, 127, &#039;用户编辑\\/添加页面&#039;, &#039;User&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1490794458, 0), (129, 127, &#039;用户添加\\/编辑&#039;, &#039;User&#039;, &#039;Save&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1490794510, 0), (130, 127, &#039;用户删除&#039;, &#039;User&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1490794585, 0), (153, 222, &#039;地区管理&#039;, &#039;Region&#039;, &#039;Index&#039;, &#039;&#039;, 7, 1, &#039;&#039;, 1526304473, 0), (154, 153, &#039;地区添加\\/编辑&#039;, &#039;Region&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1526304503, 0), (155, 153, &#039;地区删除&#039;, &#039;Region&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1526304531, 1704335398), (156, 222, &#039;快递管理&#039;, &#039;Express&#039;, &#039;Index&#039;, &#039;&#039;, 8, 1, &#039;&#039;, 1526304473, 0), (157, 156, &#039;快递添加\\/编辑&#039;, &#039;Express&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1526304473, 0), (158, 156, &#039;快递删除&#039;, &#039;Express&#039;, &#039;Delete&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1526304473, 0), (172, 222, &#039;首页轮播&#039;, &#039;Slide&#039;, &#039;Index&#039;, &#039;&#039;, 6, 1, &#039;&#039;, 1527149117, 0), (173, 172, &#039;轮播添加\\/编辑页面&#039;, &#039;Slide&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1527149152, 0), (174, 172, &#039;轮播添加\\/编辑&#039;, &#039;Slide&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1527149186, 0), (175, 172, &#039;轮播状态更新&#039;, &#039;Slide&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1527156980, 0), (176, 172, &#039;轮播删除&#039;, &#039;Slide&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1527157260, 0), (177, 0, &#039;订单&#039;, &#039;Order&#039;, &#039;Index&#039;, &#039;&#039;, 6, 1, &#039;icon-admin-order&#039;, 1522229870, 0), (178, 177, &#039;订单管理&#039;, &#039;Order&#039;, &#039;Index&#039;, &#039;&#039;, 1, 1, &#039;&#039;, 1522317898, 0), (179, 178, &#039;订单删除&#039;, &#039;Order&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1522317917, 0), (180, 178, &#039;订单取消&#039;, &#039;Order&#039;, &#039;Cancel&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1527497803, 0), (181, 39, &#039;商品状态更新&#039;, &#039;Goods&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1528080200, 0), (182, 0, &#039;数据&#039;, &#039;Data&#039;, &#039;Index&#039;, &#039;&#039;, 22, 1, &#039;icon-admin-data&#039;, 1528096661, 0), (183, 182, &#039;消息管理&#039;, &#039;Message&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1528080200, 0), (184, 183, &#039;消息删除&#039;, &#039;Message&#039;, &#039;Delete&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1528080200, 0), (185, 182, &#039;支付日志&#039;, &#039;PayLog&#039;, &#039;Index&#039;, &#039;&#039;, 20, 1, &#039;&#039;, 1528080200, 0), (186, 182, &#039;积分日志&#039;, &#039;IntegralLog&#039;, &#039;Index&#039;, &#039;&#039;, 40, 1, &#039;&#039;, 1528103067, 0), (193, 222, &#039;筛选价格&#039;, &#039;ScreeningPrice&#039;, &#039;Index&#039;, &#039;&#039;, 5, 1, &#039;&#039;, 1528708578, 0), (194, 193, &#039;筛选价格添加\\/编辑&#039;, &#039;ScreeningPrice&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1528708609, 0), (199, 81, &#039;SEO设置&#039;, &#039;Seo&#039;, &#039;Index&#039;, &#039;&#039;, 30, 1, &#039;&#039;, 1528771081, 0), (200, 199, &#039;SEO设置编辑&#039;, &#039;Seo&#039;, &#039;Save&#039;, &#039;&#039;, 31, 0, &#039;&#039;, 1528771105, 0), (201, 38, &#039;商品分类&#039;, &#039;GoodsCategory&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1529041901, 0), (202, 201, &#039;商品分类添加\\/编辑&#039;, &#039;GoodsCategory&#039;, &#039;Save&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1529041928, 0), (203, 201, &#039;商品分类删除&#039;, &#039;GoodsCategory&#039;, &#039;Delete&#039;, &#039;&#039;, 13, 0, &#039;&#039;, 1529041949, 1704335314), (204, 0, &#039;文章&#039;, &#039;Article&#039;, &#039;Index&#039;, &#039;&#039;, 21, 1, &#039;icon-admin-article&#039;, 1530360560, 0), (205, 204, &#039;文章管理&#039;, &#039;Article&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1530360593, 0), (206, 205, &#039;文章添加\\/编辑页面&#039;, &#039;Article&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1530360625, 0), (207, 205, &#039;文章添加\\/编辑&#039;, &#039;Article&#039;, &#039;Save&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1530360663, 0), (208, 205, &#039;文章删除&#039;, &#039;Article&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1530360692, 0), (209, 205, &#039;文章状态更新&#039;, &#039;Article&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1530360730, 0), (210, 204, &#039;文章分类&#039;, &#039;ArticleCategory&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1530361071, 0), (211, 210, &#039;文章分类编辑\\/添加&#039;, &#039;ArticleCategory&#039;, &#039;Save&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1530361101, 0), (212, 210, &#039;文章分类删除&#039;, &#039;ArticleCategory&#039;, &#039;Delete&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1530361126, 0), (219, 81, &#039;邮箱设置&#039;, &#039;Email&#039;, &#039;Index&#039;, &#039;&#039;, 20, 1, &#039;&#039;, 1533636067, 0), (220, 219, &#039;邮箱设置\\/编辑&#039;, &#039;Email&#039;, &#039;Save&#039;, &#039;&#039;, 21, 0, &#039;&#039;, 1533636109, 0), (221, 219, &#039;邮件发送测试&#039;, &#039;Email&#039;, &#039;EmailTest&#039;, &#039;&#039;, 22, 0, &#039;&#039;, 1533636157, 0), (222, 0, &#039;网站&#039;, &#039;WebSiteAdmin&#039;, &#039;Index&#039;, &#039;&#039;, 7, 1, &#039;icon-admin-web-manage&#039;, 1533692051, 1758098041), (223, 222, &#039;导航管理&#039;, &#039;Navigation&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1486183114, 0), (226, 223, &#039;导航添加\\/编辑&#039;, &#039;Navigation&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1486183367, 0), (227, 223, &#039;导航删除&#039;, &#039;Navigation&#039;, &#039;Delete&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1486183410, 0), (228, 223, &#039;导航状态更新&#039;, &#039;Navigation&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1486183462, 0), (234, 222, &#039;自定义页面&#039;, &#039;CustomView&#039;, &#039;Index&#039;, &#039;&#039;, 1, 1, &#039;&#039;, 1486193400, 0), (235, 234, &#039;自定义页面添加\\/编辑页面&#039;, &#039;CustomView&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1486193449, 0), (236, 234, &#039;自定义页面添加\\/编辑&#039;, &#039;CustomView&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1486193473, 0), (237, 234, &#039;自定义页面删除&#039;, &#039;CustomView&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1486193516, 0), (238, 234, &#039;自定义页面状态更新&#039;, &#039;CustomView&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1486193582, 0), (239, 222, &#039;友情链接&#039;, &#039;Link&#039;, &#039;Index&#039;, &#039;&#039;, 2, 1, &#039;&#039;, 1486194358, 0), (240, 239, &#039;友情链接添加\\/编辑页面&#039;, &#039;Link&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1486194392, 0), (241, 239, &#039;友情链接添加\\/编辑&#039;, &#039;Link&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1486194413, 0), (242, 239, &#039;友情链接删除&#039;, &#039;Link&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1486194435, 0), (243, 239, &#039;友情链接状态更新&#039;, &#039;Link&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1486194479, 0), (244, 222, &#039;主题管理&#039;, &#039;ThemeAdmin&#039;, &#039;Index&#039;, &#039;&#039;, 3, 1, &#039;&#039;, 1494381693, 1711549593), (245, 244, &#039;主题管理添加\\/编辑&#039;, &#039;ThemeAdmin&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1494398194, 1711549600), (246, 244, &#039;主题上传安装&#039;, &#039;ThemeAdmin&#039;, &#039;Upload&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1494405096, 1711549604), (247, 244, &#039;主题删除&#039;, &#039;ThemeAdmin&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1494410655, 1711549608), (248, 205, &#039;文章详情&#039;, &#039;Article&#039;, &#039;Detail&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1534156400, 0), (249, 252, &#039;品牌管理&#039;, &#039;Brand&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1535683271, 0), (250, 249, &#039;品牌添加\\/编辑&#039;, &#039;Brand&#039;, &#039;Save&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1535683310, 0), (251, 249, &#039;品牌删除&#039;, &#039;Brand&#039;, &#039;Delete&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1535683351, 0), (252, 0, &#039;品牌&#039;, &#039;Brand&#039;, &#039;Index&#039;, &#039;&#039;, 8, 1, &#039;icon-admin-brand&#039;, 1535684308, 0), (253, 252, &#039;品牌分类&#039;, &#039;BrandCategory&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1535684401, 0), (254, 253, &#039;品牌分类添加\\/编辑&#039;, &#039;BrandCategory&#039;, &#039;Save&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1535684424, 0), (255, 253, &#039;品牌分类删除&#039;, &#039;BrandCategory&#039;, &#039;Delete&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1535684444, 0), (256, 249, &#039;品牌添加\\/编辑页面&#039;, &#039;Brand&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1535694837, 0), (257, 249, &#039;品牌状态更新&#039;, &#039;Brand&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1535694880, 0), (258, 193, &#039;筛选价格删除&#039;, &#039;ScreeningPrice&#039;, &#039;Delete&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1536227071, 0), (259, 222, &#039;支付方式&#039;, &#039;Payment&#039;, &#039;Index&#039;, &#039;&#039;, 9, 1, &#039;&#039;, 1537156351, 0), (260, 259, &#039;支付方式安装\\/编辑页面&#039;, &#039;Payment&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1537156423, 0), (261, 259, &#039;支付方式安装\\/编辑&#039;, &#039;Payment&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1537156463, 0), (262, 259, &#039;支付方式删除&#039;, &#039;Payment&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1537156502, 0), (263, 259, &#039;支付方式安装&#039;, &#039;Payment&#039;, &#039;Install&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1537166090, 0), (264, 259, &#039;支付方式状态更新&#039;, &#039;Payment&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1537166149, 0), (265, 259, &#039;支付方式卸载&#039;, &#039;Payment&#039;, &#039;Uninstall&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1537167814, 0), (266, 259, &#039;支付方式上传&#039;, &#039;Payment&#039;, &#039;Upload&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1537173653, 0), (267, 178, &#039;订单发货&#039;, &#039;Order&#039;, &#039;Delivery&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1538413499, 0), (268, 178, &#039;订单收货&#039;, &#039;Order&#039;, &#039;Collect&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1538414034, 0), (269, 178, &#039;订单支付&#039;, &#039;Order&#039;, &#039;Pay&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1538757043, 0), (310, 178, &#039;订单确认&#039;, &#039;Order&#039;, &#039;Confirm&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1542011799, 0), (311, 4, &#039;角色状态更新&#039;, &#039;Role&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 24, 0, &#039;&#039;, 1542102071, 0), (314, 319, &#039;首页导航&#039;, &#039;AppHomeNav&#039;, &#039;Index&#039;, &#039;&#039;, 40, 1, &#039;&#039;, 1542558318, 0), (315, 314, &#039;首页导航添加\\/编辑页面&#039;, &#039;AppHomeNav&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1542558686, 0), (316, 314, &#039;首页导航添加\\/编辑&#039;, &#039;AppHomeNav&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1542558706, 0), (317, 314, &#039;首页导航状态更新&#039;, &#039;AppHomeNav&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1542558747, 0), (318, 314, &#039;首页导航删除&#039;, &#039;AppHomeNav&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1542558767, 0), (319, 0, &#039;手机&#039;, &#039;App&#039;, &#039;Index&#039;, &#039;&#039;, 20, 1, &#039;icon-admin-phone&#039;, 1483362358, 0), (326, 319, &#039;基础配置&#039;, &#039;AppConfig&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1543206359, 0), (327, 326, &#039;基础配置保存&#039;, &#039;AppConfig&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1543206402, 0), (331, 119, &#039;日志删除&#039;, &#039;Cache&#039;, &#039;LogDelete&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1545642163, 0), (333, 319, &#039;小程序配置&#039;, &#039;AppMini&#039;, &#039;Config&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1546935090, 0), (334, 333, &#039;小程序配置保存&#039;, &#039;AppMini&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1546935118, 0), (339, 41, &#039;系统配置&#039;, &#039;Config&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1549419752, 0), (340, 0, &#039;应用&#039;, &#039;Store&#039;, &#039;Index&#039;, &#039;&#039;, 30, 1, &#039;icon-admin-application&#039;, 1549496703, 0), (341, 340, &#039;应用管理&#039;, &#039;PluginsAdmin&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1549497306, 0), (342, 341, &#039;应用状态更新&#039;, &#039;PluginsAdmin&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1549694138, 0), (343, 341, &#039;应用调用管理&#039;, &#039;Plugins&#039;, &#039;Index&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1549958187, 0), (345, 341, &#039;应用添加\\/编辑页面&#039;, &#039;PluginsAdmin&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1549977925, 0), (346, 341, &#039;应用添加\\/编辑&#039;, &#039;PluginsAdmin&#039;, &#039;Save&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1549977958, 0), (347, 341, &#039;应用删除&#039;, &#039;PluginsAdmin&#039;, &#039;Delete&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1549977993, 0), (348, 341, &#039;应用上传&#039;, &#039;PluginsAdmin&#039;, &#039;Upload&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1550110821, 0), (349, 118, &#039;SQL控制台&#039;, &#039;Sqlconsole&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1550476002, 0), (350, 349, &#039;SQL执行&#039;, &#039;Sqlconsole&#039;, &#039;Implement&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1550476023, 0), (351, 341, &#039;应用打包&#039;, &#039;PluginsAdmin&#039;, &#039;Download&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1553248727, 0), (354, 41, &#039;商店信息&#039;, &#039;Config&#039;, &#039;Store&#039;, &#039;&#039;, 1, 1, &#039;&#039;, 1554803430, 1704357821), (356, 38, &#039;商品评论&#039;, &#039;Goodscomments&#039;, &#039;Index&#039;, &#039;&#039;, 40, 1, &#039;&#039;, 1533112443, 0), (357, 356, &#039;商品评论回复&#039;, &#039;Goodscomments&#039;, &#039;Reply&#039;, &#039;&#039;, 41, 0, &#039;&#039;, 1533119660, 0), (358, 356, &#039;商品评论删除&#039;, &#039;Goodscomments&#039;, &#039;Delete&#039;, &#039;&#039;, 42, 0, &#039;&#039;, 1533119680, 0), (359, 356, &#039;商品评论状态更新&#039;, &#039;Goodscomments&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 43, 0, &#039;&#039;, 1533119704, 0), (360, 356, &#039;商品评论添加\\/编辑页面&#039;, &#039;Goodscomments&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 44, 0, &#039;&#039;, 1553964318, 0), (361, 356, &#039;商品评论添加\\/编辑&#039;, &#039;Goodscomments&#039;, &#039;Save&#039;, &#039;&#039;, 45, 0, &#039;&#039;, 1553964354, 0), (362, 81, &#039;协议管理&#039;, &#039;Agreement&#039;, &#039;Index&#039;, &#039;&#039;, 40, 1, &#039;&#039;, 1486561615, 0), (363, 362, &#039;协议设置编辑&#039;, &#039;Agreement&#039;, &#039;Save&#039;, &#039;&#039;, 41, 0, &#039;&#039;, 1486562011, 0), (364, 177, &#039;订单售后&#039;, &#039;Orderaftersale&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1522317898, 0), (365, 364, &#039;订单售后删除&#039;, &#039;Orderaftersale&#039;, &#039;Delete&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1522317917, 0), (366, 364, &#039;订单售后取消&#039;, &#039;Orderaftersale&#039;, &#039;Cancel&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1527497803, 0), (367, 364, &#039;订单售后审核&#039;, &#039;Orderaftersale&#039;, &#039;Audit&#039;, &#039;&#039;, 13, 0, &#039;&#039;, 1538413499, 0), (368, 364, &#039;订单售后确认&#039;, &#039;Orderaftersale&#039;, &#039;Confirm&#039;, &#039;&#039;, 14, 0, &#039;&#039;, 1538414034, 0), (369, 364, &#039;订单售后拒绝&#039;, &#039;Orderaftersale&#039;, &#039;Refuse&#039;, &#039;&#039;, 15, 0, &#039;&#039;, 1538757043, 0), (372, 182, &#039;退款日志&#039;, &#039;RefundLog&#039;, &#039;Index&#039;, &#039;&#039;, 30, 1, &#039;&#039;, 1528080200, 0), (373, 340, &#039;应用商店&#039;, &#039;Store&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1553248727, 0), (374, 341, &#039;应用安装&#039;, &#039;PluginsAdmin&#039;, &#039;Install&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1561369950, 0), (375, 341, &#039;应用卸载&#039;, &#039;PluginsAdmin&#039;, &#039;Uninstall&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1561370063, 0), (376, 319, &#039;用户中心导航&#039;, &#039;AppCenterNav&#039;, &#039;Index&#039;, &#039;&#039;, 50, 1, &#039;&#039;, 1542558318, 0), (377, 376, &#039;用户中心导航添加\\/编辑页面&#039;, &#039;AppCenterNav&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1542558686, 0), (378, 376, &#039;用户中心导航添加\\/编辑&#039;, &#039;AppCenterNav&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1542558706, 0), (379, 376, &#039;用户中心导航状态更新&#039;, &#039;AppCenterNav&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1542558747, 0), (380, 376, &#039;用户中心导航删除&#039;, &#039;AppCenterNav&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1542558767, 0), (387, 244, &#039;主题下载&#039;, &#039;ThemeAdmin&#039;, &#039;Download&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1494410699, 1711549612), (400, 178, &#039;订单详情&#039;, &#039;Order&#039;, &#039;Detail&#039;, &#039;&#039;, 8, 0, &#039;&#039;, 1589534580, 0), (401, 364, &#039;订单售后详情&#039;, &#039;Orderaftersale&#039;, &#039;Detail&#039;, &#039;&#039;, 16, 0, &#039;&#039;, 1589538361, 0), (402, 39, &#039;商品详情&#039;, &#039;Goods&#039;, &#039;Detail&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1589539780, 0), (403, 356, &#039;商品评论详情&#039;, &#039;Goodscomments&#039;, &#039;Detail&#039;, &#039;&#039;, 36, 0, &#039;&#039;, 1591609904, 0), (404, 127, &#039;用户详情&#039;, &#039;User&#039;, &#039;Detail&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1591621569, 0), (405, 22, &#039;管理员详情&#039;, &#039;Admin&#039;, &#039;Detail&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1591951422, 0), (406, 4, &#039;角色详情&#039;, &#039;Role&#039;, &#039;Detail&#039;, &#039;&#039;, 25, 0, &#039;&#039;, 1542102071, 0), (407, 234, &#039;自定义页面详情&#039;, &#039;CustomView&#039;, &#039;Detail&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1592287822, 0), (408, 172, &#039;轮播详情&#039;, &#039;Slide&#039;, &#039;Detail&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1592413297, 0), (409, 249, &#039;品牌详情&#039;, &#039;Brand&#039;, &#039;Detail&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1592563170, 0), (410, 314, &#039;首页导航详情&#039;, &#039;AppHomeNav&#039;, &#039;Detail&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1592652323, 0), (411, 376, &#039;用户中心导航详情&#039;, &#039;AppCenterNav&#039;, &#039;Detail&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1592661364, 0), (413, 183, &#039;消息详情&#039;, &#039;Message&#039;, &#039;Detail&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1593181414, 0), (414, 239, &#039;友情链接详情&#039;, &#039;Link&#039;, &#039;Detail&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1593181677, 0), (415, 185, &#039;支付日志详情&#039;, &#039;PayLog&#039;, &#039;Detail&#039;, &#039;&#039;, 21, 0, &#039;&#039;, 1593355200, 0), (416, 372, &#039;退款日志详情&#039;, &#039;RefundLog&#039;, &#039;Detail&#039;, &#039;&#039;, 31, 0, &#039;&#039;, 1593355237, 0), (417, 186, &#039;积分日志详情&#039;, &#039;IntegralLog&#039;, &#039;Detail&#039;, &#039;&#039;, 41, 0, &#039;&#039;, 1593355265, 0), (418, 38, &#039;商品浏览&#039;, &#039;GoodsBrowse&#039;, &#039;Index&#039;, &#039;&#039;, 50, 1, &#039;&#039;, 1591609904, 0), (419, 418, &#039;商品浏览删除&#039;, &#039;GoodsBrowse&#039;, &#039;Delete&#039;, &#039;&#039;, 51, 0, &#039;&#039;, 1591609904, 0), (420, 418, &#039;商品浏览详情&#039;, &#039;GoodsBrowse&#039;, &#039;Detail&#039;, &#039;&#039;, 52, 0, &#039;&#039;, 1591609904, 0), (421, 38, &#039;商品收藏&#039;, &#039;GoodsFavor&#039;, &#039;Index&#039;, &#039;&#039;, 60, 1, &#039;&#039;, 1591609904, 0), (422, 421, &#039;商品收藏删除&#039;, &#039;GoodsFavor&#039;, &#039;Delete&#039;, &#039;&#039;, 61, 0, &#039;&#039;, 1591609904, 0), (423, 421, &#039;商品收藏详情&#039;, &#039;GoodsFavor&#039;, &#039;Detail&#039;, &#039;&#039;, 62, 0, &#039;&#039;, 1591609904, 0), (425, 438, &#039;仓库管理&#039;, &#039;Warehouse&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1488108044, 0), (426, 425, &#039;仓库添加\\/编辑页面&#039;, &#039;Warehouse&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1530360625, 0), (427, 425, &#039;仓库添加\\/编辑&#039;, &#039;Warehouse&#039;, &#039;Save&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1530360663, 0), (428, 425, &#039;仓库删除&#039;, &#039;Warehouse&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1530360692, 0), (429, 425, &#039;仓库状态更新&#039;, &#039;Warehouse&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1530360730, 0), (430, 425, &#039;仓库详情&#039;, &#039;Warehouse&#039;, &#039;Detail&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1534156400, 0), (431, 438, &#039;仓库商品管理&#039;, &#039;WarehouseGoods&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1488108044, 0), (432, 431, &#039;仓库商品删除&#039;, &#039;WarehouseGoods&#039;, &#039;Delete&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1530360625, 0), (433, 431, &#039;仓库商品搜索添加&#039;, &#039;WarehouseGoods&#039;, &#039;GoodsAdd&#039;, &#039;&#039;, 15, 0, &#039;&#039;, 1530360663, 0), (434, 431, &#039;仓库商品搜索删除&#039;, &#039;WarehouseGoods&#039;, &#039;GoodsDel&#039;, &#039;&#039;, 16, 0, &#039;&#039;, 1530360692, 0), (435, 431, &#039;仓库商品状态更新&#039;, &#039;WarehouseGoods&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 13, 0, &#039;&#039;, 1530360730, 0), (436, 431, &#039;仓库商品详情&#039;, &#039;WarehouseGoods&#039;, &#039;Detail&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1534156400, 0), (438, 0, &#039;仓库&#039;, &#039;Warehouse&#039;, &#039;Index&#039;, &#039;&#039;, 9, 1, &#039;icon-admin-warehouse&#039;, 1483362358, 0), (439, 431, &#039;仓库商品搜索&#039;, &#039;WarehouseGoods&#039;, &#039;GoodsSearch&#039;, &#039;&#039;, 14, 0, &#039;&#039;, 1534156400, 0), (440, 431, &#039;仓库商品库存编辑页面&#039;, &#039;WarehouseGoods&#039;, &#039;InventoryInfo&#039;, &#039;&#039;, 17, 0, &#039;&#039;, 1534156400, 0), (441, 431, &#039;仓库商品库存编辑&#039;, &#039;WarehouseGoods&#039;, &#039;InventorySave&#039;, &#039;&#039;, 18, 0, &#039;&#039;, 0, 0), (442, 185, &#039;支付日志关闭&#039;, &#039;PayLog&#039;, &#039;Close&#039;, &#039;&#039;, 22, 0, &#039;&#039;, 1593355200, 0), (443, 222, &#039;快捷导航&#039;, &#039;QuickNav&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1542558318, 0), (444, 443, &#039;快捷导航添加\\/编辑页面&#039;, &#039;QuickNav&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1542558686, 0), (445, 443, &#039;快捷导航添加\\/编辑&#039;, &#039;QuickNav&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1542558706, 0), (446, 443, &#039;快捷导航状态更新&#039;, &#039;QuickNav&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1542558747, 0), (447, 443, &#039;快捷导航删除&#039;, &#039;QuickNav&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1542558767, 0), (448, 443, &#039;快捷导航详情&#039;, &#039;QuickNav&#039;, &#039;Detail&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1592652323, 0), (449, 185, &#039;支付请求日志列表&#039;, &#039;PayRequestLog&#039;, &#039;Index&#039;, &#039;&#039;, 25, 0, &#039;&#039;, 1593355200, 0), (450, 185, &#039;支付请求日志详情&#039;, &#039;PayRequestLog&#039;, &#039;Detail&#039;, &#039;&#039;, 26, 0, &#039;&#039;, 1593355200, 0), (451, 126, &#039;用户地址&#039;, &#039;UserAddress&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1490794316, 0), (452, 451, &#039;用户地址编辑页面&#039;, &#039;UserAddress&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1490794510, 0), (453, 451, &#039;用户地址编辑&#039;, &#039;UserAddress&#039;, &#039;Save&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1490794510, 0), (454, 451, &#039;用户地址删除&#039;, &#039;UserAddress&#039;, &#039;Delete&#039;, &#039;&#039;, 13, 0, &#039;&#039;, 1591621569, 0), (455, 451, &#039;用户地址详情&#039;, &#039;UserAddress&#039;, &#039;Detail&#039;, &#039;&#039;, 14, 0, &#039;&#039;, 0, 0), (461, 103, &#039;站点设置商品搜索&#039;, &#039;Site&#039;, &#039;GoodsSearch&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1486561780, 0), (462, 38, &#039;商品参数&#039;, &#039;GoodsParamsTemplate&#039;, &#039;Index&#039;, &#039;&#039;, 20, 1, &#039;&#039;, 1533112443, 0), (463, 462, &#039;商品参数删除&#039;, &#039;GoodsParamsTemplate&#039;, &#039;Delete&#039;, &#039;&#039;, 21, 0, &#039;&#039;, 1533119680, 0), (464, 462, &#039;商品参数状态更新&#039;, &#039;GoodsParamsTemplate&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 22, 0, &#039;&#039;, 1533119704, 0), (465, 462, &#039;商品参数添加\\/编辑页面&#039;, &#039;GoodsParamsTemplate&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 23, 0, &#039;&#039;, 1553964318, 0), (466, 462, &#039;商品参数添加\\/编辑&#039;, &#039;GoodsParamsTemplate&#039;, &#039;Save&#039;, &#039;&#039;, 24, 0, &#039;&#039;, 1553964354, 0), (467, 462, &#039;商品参数详情&#039;, &#039;GoodsParamsTemplate&#039;, &#039;Detail&#039;, &#039;&#039;, 25, 0, &#039;&#039;, 1591609904, 0), (468, 341, &#039;应用排序保存&#039;, &#039;PluginsAdmin&#039;, &#039;SetupSave&#039;, &#039;&#039;, 8, 0, &#039;&#039;, 1609820501, 0), (469, 341, &#039;软件包安装页面&#039;, &#039;PackageInstall&#039;, &#039;Index&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1613967513, 0), (471, 341, &#039;软件包安装&#039;, &#039;PackageInstall&#039;, &#039;Install&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1613976708, 0), (472, 341, &#039;软件包更新&#039;, &#039;PackageUpgrade&#039;, &#039;Upgrade&#039;, &#039;&#039;, 13, 0, &#039;&#039;, 1619068484, 0), (473, 41, &#039;应用商店帐号绑定&#039;, &#039;Index&#039;, &#039;StoreAccountsBind&#039;, &#039;&#039;, 60, 0, &#039;&#039;, 1619435558, 1704286906), (474, 41, &#039;系统更新检查&#039;, &#039;Index&#039;, &#039;InspectUpgrade&#039;, &#039;&#039;, 61, 0, &#039;&#039;, 1619435587, 0), (475, 41, &#039;系统更新确认&#039;, &#039;Index&#039;, &#039;InspectUpgradeConfirm&#039;, &#039;&#039;, 62, 0, &#039;&#039;, 1619435611, 0), (476, 103, &#039;首页布局管理&#039;, &#039;Layout&#039;, &#039;LayoutIndexHomeSave&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1624341630, 0), (477, 222, &#039;页面设计&#039;, &#039;Design&#039;, &#039;Index&#039;, &#039;&#039;, 11, 1, &#039;&#039;, 1624519062, 0), (478, 477, &#039;页面设计添加\\/编辑页面&#039;, &#039;Design&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1624519103, 0), (479, 477, &#039;页面设计添加\\/编辑&#039;, &#039;Design&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1624519129, 0), (480, 477, &#039;页面设计状态更新&#039;, &#039;Design&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1624519162, 0), (481, 477, &#039;页面设计删除&#039;, &#039;Design&#039;, &#039;Delete&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1624519183, 0), (482, 41, &#039;首页统计数据&#039;, &#039;Index&#039;, &#039;Stats&#039;, &#039;&#039;, 63, 0, &#039;&#039;, 1630395987, 0), (483, 41, &#039;首页统计数据(收入统计)&#039;, &#039;Index&#039;, &#039;Income&#039;, &#039;&#039;, 64, 0, &#039;&#039;, 1558022648, 0), (484, 477, &#039;页面设计导入&#039;, &#039;Design&#039;, &#039;Upload&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1650331094, 0), (485, 477, &#039;页面设计同步首页&#039;, &#039;Design&#039;, &#039;Sync&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1650353616, 0), (486, 477, &#039;页面设计下载&#039;, &#039;Design&#039;, &#039;Download&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1650538022, 0), (487, 38, &#039;商品购物车&#039;, &#039;GoodsCart&#039;, &#039;Index&#039;, &#039;&#039;, 70, 1, &#039;&#039;, 1661314317, 0), (488, 487, &#039;商品购物车删除&#039;, &#039;GoodsCart&#039;, &#039;Delete&#039;, &#039;&#039;, 71, 0, &#039;&#039;, 1661314473, 0), (489, 487, &#039;商品购物车详情&#039;, &#039;GoodsCart&#039;, &#039;Detail&#039;, &#039;&#039;, 72, 0, &#039;&#039;, 1661314498, 0), (490, 38, &#039;商品规格&#039;, &#039;GoodsSpecTemplate&#039;, &#039;Index&#039;, &#039;&#039;, 30, 1, &#039;&#039;, 1533112443, 0), (491, 490, &#039;商品规格删除&#039;, &#039;GoodsSpecTemplate&#039;, &#039;Delete&#039;, &#039;&#039;, 31, 0, &#039;&#039;, 1533119680, 0), (492, 490, &#039;商品规格状态更新&#039;, &#039;GoodsSpecTemplate&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 32, 0, &#039;&#039;, 1533119704, 0), (493, 490, &#039;商品规格添加\\/编辑页面&#039;, &#039;GoodsSpecTemplate&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 33, 0, &#039;&#039;, 1553964318, 0), (494, 490, &#039;商品规格添加\\/编辑&#039;, &#039;GoodsSpecTemplate&#039;, &#039;Save&#039;, &#039;&#039;, 34, 0, &#039;&#039;, 1553964354, 0), (495, 490, &#039;商品规格详情&#039;, &#039;GoodsSpecTemplate&#039;, &#039;Detail&#039;, &#039;&#039;, 35, 0, &#039;&#039;, 1553964354, 0), (496, 39, &#039;获取商品基础模板&#039;, &#039;Goods&#039;, &#039;BaseTemplate&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1553964354, 0), (497, 153, &#039;获取地区编号数据&#039;, &#039;Region&#039;, &#039;CodeData&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1553964354, 1704335391), (498, 340, &#039;应用分类&#039;, &#039;PluginsCategory&#039;, &#039;Index&#039;, &#039;&#039;, 20, 0, &#039;&#039;, 1553964354, 0), (499, 498, &#039;应用分类添加\\/编辑&#039;, &#039;PluginsCategory&#039;, &#039;Save&#039;, &#039;&#039;, 21, 0, &#039;&#039;, 1553964354, 0), (500, 498, &#039;应用分类删除&#039;, &#039;PluginsCategory&#039;, &#039;Delete&#039;, &#039;&#039;, 23, 0, &#039;&#039;, 1553964354, 1704335463), (501, 341, &#039;上传到商店页面&#039;, &#039;PluginsAdmin&#039;, &#039;StoreUploadInfo&#039;, &#039;&#039;, 23, 0, &#039;&#039;, 1553964354, 0), (502, 341, &#039;上传到商店处理&#039;, &#039;PluginsAdmin&#039;, &#039;StoreUpload&#039;, &#039;&#039;, 24, 0, &#039;&#039;, 1553964354, 0), (503, 182, &#039;短信日志&#039;, &#039;SmsLog&#039;, &#039;Index&#039;, &#039;&#039;, 50, 1, &#039;&#039;, 1661314317, 0), (504, 503, &#039;短信日志删除&#039;, &#039;SmsLog&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1661314473, 0), (505, 503, &#039;短信日志清空&#039;, &#039;SmsLog&#039;, &#039;AllDelete&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1661314473, 0), (506, 503, &#039;短信日志详情&#039;, &#039;SmsLog&#039;, &#039;Detail&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1661314498, 0), (510, 13, &#039;权限状态更新&#039;, &#039;Power&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 32, 0, &#039;&#039;, 1704334329, 1704334364), (511, 201, &#039;商品分类状态更新&#039;, &#039;GoodsCategory&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1704335339, 0), (512, 153, &#039;地区状态更新&#039;, &#039;Region&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1704335431, 0), (513, 498, &#039;应用状态更新&#039;, &#039;PluginsCategory&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 22, 0, &#039;&#039;, 1704335491, 1704335502), (514, 41, &#039;常用功能&#039;, &#039;Shortcutmenu&#039;, &#039;Index&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1704357796, 1704357829), (515, 514, &#039;常用功能保存&#039;, &#039;Shortcutmenu&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1704357886, 1704357917), (516, 514, &#039;常用功能排序&#039;, &#039;Shortcutmenu&#039;, &#039;Sort&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1704357912, 1704360847), (517, 514, &#039;常用功能删除&#039;, &#039;Shortcutmenu&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1704360870, 0), (518, 182, &#039;邮件日志&#039;, &#039;EmailLog&#039;, &#039;Index&#039;, &#039;&#039;, 60, 1, &#039;&#039;, 1661314317, 0), (519, 518, &#039;邮件日志删除&#039;, &#039;EmailLog&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1661314473, 0), (520, 518, &#039;邮件日志清空&#039;, &#039;EmailLog&#039;, &#039;AllDelete&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1661314473, 0), (521, 518, &#039;邮件日志详情&#039;, &#039;EmailLog&#039;, &#039;Detail&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1661314498, 0), (524, 178, &#039;订单发货页面&#039;, &#039;Order&#039;, &#039;DeliveryInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1553964354, 0), (525, 222, &#039;主题数据&#039;, &#039;ThemeData&#039;, &#039;Index&#039;, &#039;&#039;, 4, 1, &#039;&#039;, 1494381693, 1711549593), (526, 525, &#039;主题数据添加\\/编辑页面&#039;, &#039;ThemeData&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1494410699, 1711549612), (527, 525, &#039;主题数据添加\\/编辑&#039;, &#039;ThemeData&#039;, &#039;Save&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1494410699, 1711549612), (528, 525, &#039;主题数据上传&#039;, &#039;ThemeData&#039;, &#039;Upload&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1494405096, 1711549604), (529, 525, &#039;主题数据删除&#039;, &#039;ThemeData&#039;, &#039;Delete&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1494410655, 1711549608), (530, 525, &#039;主题数据下载&#039;, &#039;ThemeData&#039;, &#039;Download&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1494410699, 1711549612), (531, 525, &#039;主题数据详情&#039;, &#039;ThemeData&#039;, &#039;Detail&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1494410699, 1711549612), (532, 525, &#039;主题数据商品搜索&#039;, &#039;ThemeData&#039;, &#039;GoodsSearch&#039;, &#039;&#039;, 8, 0, &#039;&#039;, 1494410699, 1711549612), (533, 525, &#039;主题数据文章搜索&#039;, &#039;ThemeData&#039;, &#039;ArticleSearch&#039;, &#039;&#039;, 9, 0, &#039;&#039;, 1494410699, 1711549612), (534, 525, &#039;主题数据状态更新&#039;, &#039;ThemeData&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1494410699, 1711549612), (535, 222, &#039;附件管理&#039;, &#039;Attachment&#039;, &#039;Index&#039;, &#039;&#039;, 15, 1, &#039;&#039;, 1624519062, 1758099437), (536, 535, &#039;附件管理详情&#039;, &#039;Attachment&#039;, &#039;Detail&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1494410699, 1711549612), (537, 535, &#039;附件管理添加\\/编辑页面&#039;, &#039;Attachment&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1494410699, 1711549612), (538, 535, &#039;附件管理添加\\/编辑&#039;, &#039;Attachment&#039;, &#039;Save&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1494410699, 1711549612), (539, 535, &#039;附件管理删除&#039;, &#039;Attachment&#039;, &#039;Delete&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1494410699, 1711549612), (540, 222, &#039;附件分类&#039;, &#039;AttachmentCategory&#039;, &#039;Index&#039;, &#039;&#039;, 16, 0, &#039;&#039;, 1553964354, 1758099442), (541, 540, &#039;附件分类添加\\/编辑&#039;, &#039;AttachmentCategory&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1553964354, 0), (542, 540, &#039;附件状态更新&#039;, &#039;AttachmentCategory&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1704335491, 1704335502), (543, 540, &#039;附件分类删除&#039;, &#039;AttachmentCategory&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1553964354, 1704335463), (544, 319, &#039;DIY装修&#039;, &#039;Diy&#039;, &#039;Index&#039;, &#039;&#039;, 20, 1, &#039;&#039;, 1624519062, 0), (545, 544, &#039;DIY装修添加\\/编辑页面&#039;, &#039;Diy&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1624519062, 0), (546, 544, &#039;DIY装修添加\\/编辑&#039;, &#039;Diy&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1624519062, 0), (547, 544, &#039;DIY装修状态更新&#039;, &#039;Diy&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1624519062, 0), (548, 544, &#039;DIY装修删除&#039;, &#039;Diy&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1624519062, 0), (549, 544, &#039;DIY装修导出&#039;, &#039;Diy&#039;, &#039;Download&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1624519062, 0), (550, 544, &#039;DIY装修导入&#039;, &#039;Diy&#039;, &#039;Upload&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1624519062, 0), (551, 640, &#039;附件Api-附件列表&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentList&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1624519062, 0), (552, 640, &#039;附件Api-附件保存&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentSave&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1624519062, 0), (553, 640, &#039;附件Api-附件删除&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentDelete&#039;, &#039;&#039;, 13, 0, &#039;&#039;, 1624519062, 0), (554, 640, &#039;附件Api-附件移动分类&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentMoveCategory&#039;, &#039;&#039;, 17, 0, &#039;&#039;, 1624519062, 0), (555, 640, &#039;附件Api-附件分类&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentCategory&#039;, &#039;&#039;, 10, 0, &#039;&#039;, 1624519062, 0), (556, 640, &#039;附件Api-附件上传&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentUpload&#039;, &#039;&#039;, 14, 0, &#039;&#039;, 1624519062, 0), (557, 640, &#039;附件Api-附件扫码上传数据&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentScanUploadData&#039;, &#039;&#039;, 16, 0, &#039;&#039;, 1624519062, 0), (558, 640, &#039;附件Api-附件分类保存&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentCategorySave&#039;, &#039;&#039;, 18, 0, &#039;&#039;, 1624519062, 0), (559, 640, &#039;附件Api-附件分类删除&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentCategoryDelete&#039;, &#039;&#039;, 19, 0, &#039;&#039;, 1624519062, 0), (560, 640, &#039;附件Api-附件远程下载&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentCatch&#039;, &#039;&#039;, 15, 0, &#039;&#039;, 1624519062, 0), (561, 544, &#039;DIY装修Api-公共初始化&#039;, &#039;DiyApi&#039;, &#039;Init&#039;, &#039;&#039;, 20, 0, &#039;&#039;, 1624519062, 0), (566, 544, &#039;DIY装修详情&#039;, &#039;Diy&#039;, &#039;Detail&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1624519062, 0), (567, 544, &#039;DIY装修预览&#039;, &#039;Diy&#039;, &#039;Preview&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1624519062, 0), (568, 477, &#039;页面设计详情&#039;, &#039;Design&#039;, &#039;Detail&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1624519183, 0), (579, 544, &#039;DIY装修Api-DIY装修详情&#039;, &#039;DiyApi&#039;, &#039;DiyDetail&#039;, &#039;&#039;, 21, 0, &#039;&#039;, 1624519062, 0), (580, 544, &#039;DIY装修Api-DIY装修保存&#039;, &#039;DiyApi&#039;, &#039;DiySave&#039;, &#039;&#039;, 22, 0, &#039;&#039;, 1624519062, 0), (581, 544, &#039;DIY装修Api-DIY装修导入&#039;, &#039;DiyApi&#039;, &#039;DiyUpload&#039;, &#039;&#039;, 23, 0, &#039;&#039;, 1624519062, 0), (582, 544, &#039;DIY装修Api-DIY装修导出&#039;, &#039;DiyApi&#039;, &#039;DiyDownload&#039;, &#039;&#039;, 24, 0, &#039;&#039;, 1624519062, 0), (583, 182, &#039;错误日志&#039;, &#039;ErrorLog&#039;, &#039;Index&#039;, &#039;&#039;, 70, 1, &#039;&#039;, 1661314317, 0), (584, 583, &#039;错误日志删除&#039;, &#039;ErrorLog&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1661314473, 0), (585, 583, &#039;错误日志清空&#039;, &#039;ErrorLog&#039;, &#039;AllDelete&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1661314473, 0), (586, 583, &#039;错误日志详情&#039;, &#039;ErrorLog&#039;, &#039;Detail&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1661314498, 0), (587, 544, &#039;DIY装修模板市场&#039;, &#039;Diy&#039;, &#039;Market&#039;, &#039;&#039;, 8, 0, &#039;&#039;, 1624519062, 0), (588, 544, &#039;DIY装修Api-DIY装修模板市场&#039;, &#039;DiyApi&#039;, &#039;DiyMarket&#039;, &#039;&#039;, 26, 0, &#039;&#039;, 1624519062, 0), (589, 244, &#039;主题模板市场&#039;, &#039;ThemeAdmin&#039;, &#039;Market&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1494410699, 1711549612), (590, 477, &#039;页面设计模板市场&#039;, &#039;Design&#039;, &#039;Market&#039;, &#039;&#039;, 8, 0, &#039;&#039;, 1624519183, 0), (591, 341, &#039;应用插件市场&#039;, &#039;PluginsAdmin&#039;, &#039;Market&#039;, &#039;&#039;, 9, 0, &#039;&#039;, 1609820501, 0), (592, 259, &#039;支付插件市场&#039;, &#039;Payment&#039;, &#039;Market&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1537173653, 0), (593, 544, &#039;DIY装修Api-底部菜单保存&#039;, &#039;DiyApi&#039;, &#039;AppTabbarSave&#039;, &#039;&#039;, 27, 0, &#039;&#039;, 1624519062, 0), (594, 544, &#039;DIY装修Api-底部菜单数据&#039;, &#039;DiyApi&#039;, &#039;AppTabbarData&#039;, &#039;&#039;, 28, 0, &#039;&#039;, 1624519062, 0), (595, 544, &#039;DIY装修底部菜单&#039;, &#039;Diy&#039;, &#039;AppTabbar&#039;, &#039;&#039;, 9, 0, &#039;&#039;, 1624519062, 0), (596, 544, &#039;DIY装修Api-DIY装修模板安装&#039;, &#039;DiyApi&#039;, &#039;DiyInstall&#039;, &#039;&#039;, 25, 0, &#039;&#039;, 1624519062, 0), (597, 373, &#039;应用市场&#039;, &#039;Store&#039;, &#039;Market&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1661314317, 0), (600, 544, &#039;DIY装修上传页面&#039;, &#039;Diy&#039;, &#039;StoreUploadInfo&#039;, &#039;&#039;, 10, 0, &#039;&#039;, 1661314317, 0), (601, 544, &#039;DIY装修上传&#039;, &#039;Diy&#039;, &#039;StoreUpload&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1661314317, 0), (602, 544, &#039;主题上传页面&#039;, &#039;ThemeAdmin&#039;, &#039;StoreUploadInfo&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1661314317, 0), (603, 544, &#039;主题上传&#039;, &#039;ThemeAdmin&#039;, &#039;StoreUpload&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1661314317, 0), (604, 178, &#039;订单服务页面&#039;, &#039;Order&#039;, &#039;ServiceInfo&#039;, &#039;&#039;, 9, 0, &#039;&#039;, 1553964354, 0), (608, 535, &#039;附件管理上传&#039;, &#039;Attachment&#039;, &#039;Upload&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1553964354, 0), (610, 222, &#039;Form表单&#039;, &#039;FormInput&#039;, &#039;Index&#039;, &#039;&#039;, 12, 1, &#039;&#039;, 1624519062, 0), (611, 610, &#039;Form表单添加\\/编辑页面&#039;, &#039;FormInput&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1624519062, 0), (612, 610, &#039;Form表单添加\\/编辑&#039;, &#039;FormInput&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1624519062, 0), (613, 610, &#039;Form表单状态更新&#039;, &#039;FormInput&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1624519062, 0), (614, 610, &#039;Form表单删除&#039;, &#039;FormInput&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1624519062, 0), (615, 610, &#039;Form表单导出&#039;, &#039;FormInput&#039;, &#039;Download&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1624519062, 0), (616, 610, &#039;Form表单导入&#039;, &#039;FormInput&#039;, &#039;Upload&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1624519062, 0), (617, 610, &#039;Form表单详情&#039;, &#039;FormInput&#039;, &#039;Detail&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1624519062, 0), (618, 610, &#039;Form表单预览&#039;, &#039;FormInput&#039;, &#039;Preview&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1624519062, 0), (619, 610, &#039;Form表单模板市场&#039;, &#039;FormInput&#039;, &#039;Market&#039;, &#039;&#039;, 8, 0, &#039;&#039;, 1624519062, 0), (620, 610, &#039;Form表单上传商店&#039;, &#039;FormInput&#039;, &#039;StoreUpload&#039;, &#039;&#039;, 9, 0, &#039;&#039;, 1661314317, 0), (621, 610, &#039;Form表单Api-公共初始化&#039;, &#039;FormInputApi&#039;, &#039;Init&#039;, &#039;&#039;, 20, 0, &#039;&#039;, 1624519062, 0), (623, 610, &#039;Form表单上传商店页面&#039;, &#039;FormInput&#039;, &#039;StoreUploadInfo&#039;, &#039;&#039;, 10, 0, &#039;&#039;, 1661314317, 0), (633, 644, &#039;Form表单Api-列表&#039;, &#039;FormInputApi&#039;, &#039;FormInputList&#039;, &#039;&#039;, 21, 0, &#039;&#039;, 1624519062, 0), (634, 644, &#039;Form表单Api-详情&#039;, &#039;FormInputApi&#039;, &#039;FormInputDetail&#039;, &#039;&#039;, 22, 0, &#039;&#039;, 1624519062, 0), (635, 644, &#039;Form表单Api-保存&#039;, &#039;FormInputApi&#039;, &#039;FormInputSave&#039;, &#039;&#039;, 23, 0, &#039;&#039;, 1624519062, 0), (636, 644, &#039;Form表单Api-导入&#039;, &#039;FormInputApi&#039;, &#039;FormInputUpload&#039;, &#039;&#039;, 24, 0, &#039;&#039;, 1624519062, 0), (637, 644, &#039;Form表单Api-导出&#039;, &#039;FormInputApi&#039;, &#039;FormInputDownload&#039;, &#039;&#039;, 25, 0, &#039;&#039;, 1624519062, 0), (638, 644, &#039;Form表单Api-模板安装&#039;, &#039;FormInputApi&#039;, &#039;FormInputInstall&#039;, &#039;&#039;, 26, 0, &#039;&#039;, 1624519062, 0), (639, 644, &#039;Form表单Api-模板市场&#039;, &#039;FormInputApi&#039;, &#039;FormInputMarket&#039;, &#039;&#039;, 27, 0, &#039;&#039;, 1624519062, 0), (640, 222, &#039;附件Api&#039;, &#039;AttachmentApi&#039;, &#039;Index&#039;, &#039;&#039;, 17, 0, &#039;&#039;, 1624519062, 1758099447), (641, 222, &#039;Form表单数据&#039;, &#039;FormInputData&#039;, &#039;Index&#039;, &#039;&#039;, 13, 0, &#039;&#039;, 1624519062, 0), (642, 641, &#039;Form表单数据详情&#039;, &#039;FormInputData&#039;, &#039;Detail&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1624519183, 0), (643, 641, &#039;Form表单数据删除&#039;, &#039;FormInputData&#039;, &#039;Delete&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1624519183, 0), (644, 222, &#039;Form表单Api&#039;, &#039;FormInputApi&#039;, &#039;Index&#039;, &#039;&#039;, 14, 0, &#039;&#039;, 1758099415, 0), (645, 13, &#039;权限导出&#039;, &#039;Power&#039;, &#039;Export&#039;, &#039;&#039;, 35, 0, &#039;&#039;, 0, 0);\"}', '6.02MB', 0.093203, 1758634516), (4, 'SQLSTATE[42S02]: Base table or view not found: 1146 Table \'shopxo_online.sxo_power\' doesn\'t exist', '/Applications/EServer/www/project/shopxo-dev/vendor/topthink/think-orm/src/db/PDOConnection.php', 836, '10501', '127.0.0.1', '/admin.php?s=sqlconsole/implement&system_type=default', '{\"system_type\":\"default\",\"sql\":\"CREATE TABLE `{PREFIX}power` (\\r\\n `id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT &#039;权限id&#039;,\\r\\n `pid` int(11) unsigned NOT NULL DEFAULT &#039;0&#039; COMMENT &#039;权限父级id&#039;,\\r\\n `name` char(30) NOT NULL DEFAULT &#039;&#039; COMMENT &#039;权限名称&#039;,\\r\\n `control` char(30) NOT NULL DEFAULT &#039;&#039; COMMENT &#039;控制器名称&#039;,\\r\\n `action` char(30) NOT NULL DEFAULT &#039;&#039; COMMENT &#039;方法名称&#039;,\\r\\n `url` char(255) NOT NULL DEFAULT &#039;&#039; COMMENT &#039;自定义url地址&#039;,\\r\\n `sort` tinyint(3) unsigned NOT NULL DEFAULT &#039;0&#039; COMMENT &#039;排序&#039;,\\r\\n `is_show` tinyint(1) unsigned NOT NULL DEFAULT &#039;1&#039; COMMENT &#039;是否显示0否1是&#039;,\\r\\n `icon` char(60) NOT NULL DEFAULT &#039;&#039; COMMENT &#039;图标class&#039;,\\r\\n `add_time` int(11) unsigned NOT NULL DEFAULT &#039;0&#039; COMMENT &#039;添加时间&#039;,\\r\\n `upd_time` int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT &#039;更新时间&#039;,\\r\\n PRIMARY KEY (`id`)\\r\\n) ENGINE=InnoDB DEFAULT CHARSET={CHARSET} ROW_FORMAT=DYNAMIC COMMENT=&#039;权限&#039;;\\r\\n\\r\\nINSERT INTO `{PREFIX}power` (`id`, `pid`, `name`, `control`, `action`, `url`, `sort`, `is_show`, `icon`, `add_time`, `upd_time`) VALUES (1, 0, &#039;权限&#039;, &#039;Power&#039;, &#039;Index&#039;, &#039;&#039;, 3, 1, &#039;icon-admin-auth&#039;, 1481612301, 0), (4, 1, &#039;角色管理&#039;, &#039;Role&#039;, &#039;Index&#039;, &#039;&#039;, 20, 1, &#039;&#039;, 1481639037, 0), (13, 1, &#039;权限分配&#039;, &#039;Power&#039;, &#039;Index&#039;, &#039;&#039;, 30, 1, &#039;&#039;, 1482156143, 0), (15, 13, &#039;权限添加\\/编辑&#039;, &#039;Power&#039;, &#039;Save&#039;, &#039;&#039;, 31, 0, &#039;&#039;, 1482243750, 0), (16, 13, &#039;权限删除&#039;, &#039;Power&#039;, &#039;Delete&#039;, &#039;&#039;, 34, 0, &#039;&#039;, 1482243797, 1758100045), (17, 4, &#039;角色组添加\\/编辑页面&#039;, &#039;Role&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 21, 0, &#039;&#039;, 1482243855, 0), (18, 4, &#039;角色组添加\\/编辑&#039;, &#039;Role&#039;, &#039;Save&#039;, &#039;&#039;, 22, 0, &#039;&#039;, 1482243888, 0), (19, 22, &#039;管理员添加\\/编辑页面&#039;, &#039;Admin&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1482244637, 0), (20, 22, &#039;管理员添加\\/编辑&#039;, &#039;Admin&#039;, &#039;Save&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1482244666, 0), (21, 22, &#039;管理员删除&#039;, &#039;Admin&#039;, &#039;Delete&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1482244688, 0), (22, 1, &#039;管理员列表&#039;, &#039;Admin&#039;, &#039;Index&#039;, &#039;&#039;, 1, 1, &#039;&#039;, 1482568868, 0), (23, 4, &#039;角色删除&#039;, &#039;Role&#039;, &#039;Delete&#039;, &#039;&#039;, 23, 0, &#039;&#039;, 1482569155, 0), (38, 0, &#039;商品&#039;, &#039;Goods&#039;, &#039;Index&#039;, &#039;&#039;, 5, 1, &#039;icon-admin-goods&#039;, 1483283430, 0), (39, 38, &#039;商品管理&#039;, &#039;Goods&#039;, &#039;Index&#039;, &#039;&#039;, 1, 1, &#039;&#039;, 1483283546, 0), (41, 0, &#039;系统&#039;, &#039;Config&#039;, &#039;Index&#039;, &#039;&#039;, 1, 1, &#039;icon-admin-system&#039;, 1483362358, 1704280861), (42, 41, &#039;配置保存&#039;, &#039;Config&#039;, &#039;Save&#039;, &#039;&#039;, 10, 0, &#039;&#039;, 1483432335, 0), (57, 39, &#039;商品添加\\/编辑页面&#039;, &#039;Goods&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1483616439, 0), (58, 39, &#039;商品添加\\/编辑&#039;, &#039;Goods&#039;, &#039;Save&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1483616492, 0), (59, 39, &#039;商品删除&#039;, &#039;Goods&#039;, &#039;Delete&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1483616569, 0), (81, 0, &#039;站点&#039;, &#039;Site&#039;, &#039;Index&#039;, &#039;&#039;, 2, 1, &#039;icon-admin-site-config&#039;, 1486182943, 0), (103, 81, &#039;站点设置&#039;, &#039;Site&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1486561470, 0), (104, 81, &#039;短信设置&#039;, &#039;Sms&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1486561615, 0), (105, 103, &#039;站点设置编辑&#039;, &#039;Site&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1486561780, 0), (107, 104, &#039;短信设置编辑&#039;, &#039;Sms&#039;, &#039;Save&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1486562011, 0), (118, 0, &#039;工具&#039;, &#039;Tool&#039;, &#039;Index&#039;, &#039;&#039;, 50, 1, &#039;icon-admin-tools&#039;, 1488108044, 0), (119, 118, &#039;缓存管理&#039;, &#039;Cache&#039;, &#039;Index&#039;, &#039;&#039;, 1, 1, &#039;&#039;, 1488108107, 0), (120, 119, &#039;站点缓存更新&#039;, &#039;Cache&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1488108235, 0), (121, 119, &#039;模板缓存更新&#039;, &#039;Cache&#039;, &#039;TemplateUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1488108390, 0), (122, 119, &#039;模块缓存更新&#039;, &#039;Cache&#039;, &#039;ModuleUpdate&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1488108436, 0), (126, 0, &#039;用户&#039;, &#039;User&#039;, &#039;Index&#039;, &#039;&#039;, 4, 1, &#039;icon-admin-user&#039;, 1490794162, 0), (127, 126, &#039;用户列表&#039;, &#039;User&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1490794316, 0), (128, 127, &#039;用户编辑\\/添加页面&#039;, &#039;User&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1490794458, 0), (129, 127, &#039;用户添加\\/编辑&#039;, &#039;User&#039;, &#039;Save&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1490794510, 0), (130, 127, &#039;用户删除&#039;, &#039;User&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1490794585, 0), (153, 222, &#039;地区管理&#039;, &#039;Region&#039;, &#039;Index&#039;, &#039;&#039;, 7, 1, &#039;&#039;, 1526304473, 0), (154, 153, &#039;地区添加\\/编辑&#039;, &#039;Region&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1526304503, 0), (155, 153, &#039;地区删除&#039;, &#039;Region&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1526304531, 1704335398), (156, 222, &#039;快递管理&#039;, &#039;Express&#039;, &#039;Index&#039;, &#039;&#039;, 8, 1, &#039;&#039;, 1526304473, 0), (157, 156, &#039;快递添加\\/编辑&#039;, &#039;Express&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1526304473, 0), (158, 156, &#039;快递删除&#039;, &#039;Express&#039;, &#039;Delete&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1526304473, 0), (172, 222, &#039;首页轮播&#039;, &#039;Slide&#039;, &#039;Index&#039;, &#039;&#039;, 6, 1, &#039;&#039;, 1527149117, 0), (173, 172, &#039;轮播添加\\/编辑页面&#039;, &#039;Slide&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1527149152, 0), (174, 172, &#039;轮播添加\\/编辑&#039;, &#039;Slide&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1527149186, 0), (175, 172, &#039;轮播状态更新&#039;, &#039;Slide&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1527156980, 0), (176, 172, &#039;轮播删除&#039;, &#039;Slide&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1527157260, 0), (177, 0, &#039;订单&#039;, &#039;Order&#039;, &#039;Index&#039;, &#039;&#039;, 6, 1, &#039;icon-admin-order&#039;, 1522229870, 0), (178, 177, &#039;订单管理&#039;, &#039;Order&#039;, &#039;Index&#039;, &#039;&#039;, 1, 1, &#039;&#039;, 1522317898, 0), (179, 178, &#039;订单删除&#039;, &#039;Order&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1522317917, 0), (180, 178, &#039;订单取消&#039;, &#039;Order&#039;, &#039;Cancel&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1527497803, 0), (181, 39, &#039;商品状态更新&#039;, &#039;Goods&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1528080200, 0), (182, 0, &#039;数据&#039;, &#039;Data&#039;, &#039;Index&#039;, &#039;&#039;, 22, 1, &#039;icon-admin-data&#039;, 1528096661, 0), (183, 182, &#039;消息管理&#039;, &#039;Message&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1528080200, 0), (184, 183, &#039;消息删除&#039;, &#039;Message&#039;, &#039;Delete&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1528080200, 0), (185, 182, &#039;支付日志&#039;, &#039;PayLog&#039;, &#039;Index&#039;, &#039;&#039;, 20, 1, &#039;&#039;, 1528080200, 0), (186, 182, &#039;积分日志&#039;, &#039;IntegralLog&#039;, &#039;Index&#039;, &#039;&#039;, 40, 1, &#039;&#039;, 1528103067, 0), (193, 222, &#039;筛选价格&#039;, &#039;ScreeningPrice&#039;, &#039;Index&#039;, &#039;&#039;, 5, 1, &#039;&#039;, 1528708578, 0), (194, 193, &#039;筛选价格添加\\/编辑&#039;, &#039;ScreeningPrice&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1528708609, 0), (199, 81, &#039;SEO设置&#039;, &#039;Seo&#039;, &#039;Index&#039;, &#039;&#039;, 30, 1, &#039;&#039;, 1528771081, 0), (200, 199, &#039;SEO设置编辑&#039;, &#039;Seo&#039;, &#039;Save&#039;, &#039;&#039;, 31, 0, &#039;&#039;, 1528771105, 0), (201, 38, &#039;商品分类&#039;, &#039;GoodsCategory&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1529041901, 0), (202, 201, &#039;商品分类添加\\/编辑&#039;, &#039;GoodsCategory&#039;, &#039;Save&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1529041928, 0), (203, 201, &#039;商品分类删除&#039;, &#039;GoodsCategory&#039;, &#039;Delete&#039;, &#039;&#039;, 13, 0, &#039;&#039;, 1529041949, 1704335314), (204, 0, &#039;文章&#039;, &#039;Article&#039;, &#039;Index&#039;, &#039;&#039;, 21, 1, &#039;icon-admin-article&#039;, 1530360560, 0), (205, 204, &#039;文章管理&#039;, &#039;Article&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1530360593, 0), (206, 205, &#039;文章添加\\/编辑页面&#039;, &#039;Article&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1530360625, 0), (207, 205, &#039;文章添加\\/编辑&#039;, &#039;Article&#039;, &#039;Save&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1530360663, 0), (208, 205, &#039;文章删除&#039;, &#039;Article&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1530360692, 0), (209, 205, &#039;文章状态更新&#039;, &#039;Article&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1530360730, 0), (210, 204, &#039;文章分类&#039;, &#039;ArticleCategory&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1530361071, 0), (211, 210, &#039;文章分类编辑\\/添加&#039;, &#039;ArticleCategory&#039;, &#039;Save&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1530361101, 0), (212, 210, &#039;文章分类删除&#039;, &#039;ArticleCategory&#039;, &#039;Delete&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1530361126, 0), (219, 81, &#039;邮箱设置&#039;, &#039;Email&#039;, &#039;Index&#039;, &#039;&#039;, 20, 1, &#039;&#039;, 1533636067, 0), (220, 219, &#039;邮箱设置\\/编辑&#039;, &#039;Email&#039;, &#039;Save&#039;, &#039;&#039;, 21, 0, &#039;&#039;, 1533636109, 0), (221, 219, &#039;邮件发送测试&#039;, &#039;Email&#039;, &#039;EmailTest&#039;, &#039;&#039;, 22, 0, &#039;&#039;, 1533636157, 0), (222, 0, &#039;网站&#039;, &#039;WebSiteAdmin&#039;, &#039;Index&#039;, &#039;&#039;, 7, 1, &#039;icon-admin-web-manage&#039;, 1533692051, 1758098041), (223, 222, &#039;导航管理&#039;, &#039;Navigation&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1486183114, 0), (226, 223, &#039;导航添加\\/编辑&#039;, &#039;Navigation&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1486183367, 0), (227, 223, &#039;导航删除&#039;, &#039;Navigation&#039;, &#039;Delete&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1486183410, 0), (228, 223, &#039;导航状态更新&#039;, &#039;Navigation&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1486183462, 0), (234, 222, &#039;自定义页面&#039;, &#039;CustomView&#039;, &#039;Index&#039;, &#039;&#039;, 1, 1, &#039;&#039;, 1486193400, 0), (235, 234, &#039;自定义页面添加\\/编辑页面&#039;, &#039;CustomView&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1486193449, 0), (236, 234, &#039;自定义页面添加\\/编辑&#039;, &#039;CustomView&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1486193473, 0), (237, 234, &#039;自定义页面删除&#039;, &#039;CustomView&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1486193516, 0), (238, 234, &#039;自定义页面状态更新&#039;, &#039;CustomView&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1486193582, 0), (239, 222, &#039;友情链接&#039;, &#039;Link&#039;, &#039;Index&#039;, &#039;&#039;, 2, 1, &#039;&#039;, 1486194358, 0), (240, 239, &#039;友情链接添加\\/编辑页面&#039;, &#039;Link&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1486194392, 0), (241, 239, &#039;友情链接添加\\/编辑&#039;, &#039;Link&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1486194413, 0), (242, 239, &#039;友情链接删除&#039;, &#039;Link&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1486194435, 0), (243, 239, &#039;友情链接状态更新&#039;, &#039;Link&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1486194479, 0), (244, 222, &#039;主题管理&#039;, &#039;ThemeAdmin&#039;, &#039;Index&#039;, &#039;&#039;, 3, 1, &#039;&#039;, 1494381693, 1711549593), (245, 244, &#039;主题管理添加\\/编辑&#039;, &#039;ThemeAdmin&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1494398194, 1711549600), (246, 244, &#039;主题上传安装&#039;, &#039;ThemeAdmin&#039;, &#039;Upload&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1494405096, 1711549604), (247, 244, &#039;主题删除&#039;, &#039;ThemeAdmin&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1494410655, 1711549608), (248, 205, &#039;文章详情&#039;, &#039;Article&#039;, &#039;Detail&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1534156400, 0), (249, 252, &#039;品牌管理&#039;, &#039;Brand&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1535683271, 0), (250, 249, &#039;品牌添加\\/编辑&#039;, &#039;Brand&#039;, &#039;Save&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1535683310, 0), (251, 249, &#039;品牌删除&#039;, &#039;Brand&#039;, &#039;Delete&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1535683351, 0), (252, 0, &#039;品牌&#039;, &#039;Brand&#039;, &#039;Index&#039;, &#039;&#039;, 8, 1, &#039;icon-admin-brand&#039;, 1535684308, 0), (253, 252, &#039;品牌分类&#039;, &#039;BrandCategory&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1535684401, 0), (254, 253, &#039;品牌分类添加\\/编辑&#039;, &#039;BrandCategory&#039;, &#039;Save&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1535684424, 0), (255, 253, &#039;品牌分类删除&#039;, &#039;BrandCategory&#039;, &#039;Delete&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1535684444, 0), (256, 249, &#039;品牌添加\\/编辑页面&#039;, &#039;Brand&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1535694837, 0), (257, 249, &#039;品牌状态更新&#039;, &#039;Brand&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1535694880, 0), (258, 193, &#039;筛选价格删除&#039;, &#039;ScreeningPrice&#039;, &#039;Delete&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1536227071, 0), (259, 222, &#039;支付方式&#039;, &#039;Payment&#039;, &#039;Index&#039;, &#039;&#039;, 9, 1, &#039;&#039;, 1537156351, 0), (260, 259, &#039;支付方式安装\\/编辑页面&#039;, &#039;Payment&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1537156423, 0), (261, 259, &#039;支付方式安装\\/编辑&#039;, &#039;Payment&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1537156463, 0), (262, 259, &#039;支付方式删除&#039;, &#039;Payment&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1537156502, 0), (263, 259, &#039;支付方式安装&#039;, &#039;Payment&#039;, &#039;Install&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1537166090, 0), (264, 259, &#039;支付方式状态更新&#039;, &#039;Payment&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1537166149, 0), (265, 259, &#039;支付方式卸载&#039;, &#039;Payment&#039;, &#039;Uninstall&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1537167814, 0), (266, 259, &#039;支付方式上传&#039;, &#039;Payment&#039;, &#039;Upload&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1537173653, 0), (267, 178, &#039;订单发货&#039;, &#039;Order&#039;, &#039;Delivery&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1538413499, 0), (268, 178, &#039;订单收货&#039;, &#039;Order&#039;, &#039;Collect&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1538414034, 0), (269, 178, &#039;订单支付&#039;, &#039;Order&#039;, &#039;Pay&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1538757043, 0), (310, 178, &#039;订单确认&#039;, &#039;Order&#039;, &#039;Confirm&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1542011799, 0), (311, 4, &#039;角色状态更新&#039;, &#039;Role&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 24, 0, &#039;&#039;, 1542102071, 0), (314, 319, &#039;首页导航&#039;, &#039;AppHomeNav&#039;, &#039;Index&#039;, &#039;&#039;, 40, 1, &#039;&#039;, 1542558318, 0), (315, 314, &#039;首页导航添加\\/编辑页面&#039;, &#039;AppHomeNav&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1542558686, 0), (316, 314, &#039;首页导航添加\\/编辑&#039;, &#039;AppHomeNav&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1542558706, 0), (317, 314, &#039;首页导航状态更新&#039;, &#039;AppHomeNav&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1542558747, 0), (318, 314, &#039;首页导航删除&#039;, &#039;AppHomeNav&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1542558767, 0), (319, 0, &#039;手机&#039;, &#039;App&#039;, &#039;Index&#039;, &#039;&#039;, 20, 1, &#039;icon-admin-phone&#039;, 1483362358, 0), (326, 319, &#039;基础配置&#039;, &#039;AppConfig&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1543206359, 0), (327, 326, &#039;基础配置保存&#039;, &#039;AppConfig&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1543206402, 0), (331, 119, &#039;日志删除&#039;, &#039;Cache&#039;, &#039;LogDelete&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1545642163, 0), (333, 319, &#039;小程序配置&#039;, &#039;AppMini&#039;, &#039;Config&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1546935090, 0), (334, 333, &#039;小程序配置保存&#039;, &#039;AppMini&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1546935118, 0), (339, 41, &#039;系统配置&#039;, &#039;Config&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1549419752, 0), (340, 0, &#039;应用&#039;, &#039;Store&#039;, &#039;Index&#039;, &#039;&#039;, 30, 1, &#039;icon-admin-application&#039;, 1549496703, 0), (341, 340, &#039;应用管理&#039;, &#039;PluginsAdmin&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1549497306, 0), (342, 341, &#039;应用状态更新&#039;, &#039;PluginsAdmin&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1549694138, 0), (343, 341, &#039;应用调用管理&#039;, &#039;Plugins&#039;, &#039;Index&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1549958187, 0), (345, 341, &#039;应用添加\\/编辑页面&#039;, &#039;PluginsAdmin&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1549977925, 0), (346, 341, &#039;应用添加\\/编辑&#039;, &#039;PluginsAdmin&#039;, &#039;Save&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1549977958, 0), (347, 341, &#039;应用删除&#039;, &#039;PluginsAdmin&#039;, &#039;Delete&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1549977993, 0), (348, 341, &#039;应用上传&#039;, &#039;PluginsAdmin&#039;, &#039;Upload&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1550110821, 0), (349, 118, &#039;SQL控制台&#039;, &#039;Sqlconsole&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1550476002, 0), (350, 349, &#039;SQL执行&#039;, &#039;Sqlconsole&#039;, &#039;Implement&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1550476023, 0), (351, 341, &#039;应用打包&#039;, &#039;PluginsAdmin&#039;, &#039;Download&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1553248727, 0), (354, 41, &#039;商店信息&#039;, &#039;Config&#039;, &#039;Store&#039;, &#039;&#039;, 1, 1, &#039;&#039;, 1554803430, 1704357821), (356, 38, &#039;商品评论&#039;, &#039;Goodscomments&#039;, &#039;Index&#039;, &#039;&#039;, 40, 1, &#039;&#039;, 1533112443, 0), (357, 356, &#039;商品评论回复&#039;, &#039;Goodscomments&#039;, &#039;Reply&#039;, &#039;&#039;, 41, 0, &#039;&#039;, 1533119660, 0), (358, 356, &#039;商品评论删除&#039;, &#039;Goodscomments&#039;, &#039;Delete&#039;, &#039;&#039;, 42, 0, &#039;&#039;, 1533119680, 0), (359, 356, &#039;商品评论状态更新&#039;, &#039;Goodscomments&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 43, 0, &#039;&#039;, 1533119704, 0), (360, 356, &#039;商品评论添加\\/编辑页面&#039;, &#039;Goodscomments&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 44, 0, &#039;&#039;, 1553964318, 0), (361, 356, &#039;商品评论添加\\/编辑&#039;, &#039;Goodscomments&#039;, &#039;Save&#039;, &#039;&#039;, 45, 0, &#039;&#039;, 1553964354, 0), (362, 81, &#039;协议管理&#039;, &#039;Agreement&#039;, &#039;Index&#039;, &#039;&#039;, 40, 1, &#039;&#039;, 1486561615, 0), (363, 362, &#039;协议设置编辑&#039;, &#039;Agreement&#039;, &#039;Save&#039;, &#039;&#039;, 41, 0, &#039;&#039;, 1486562011, 0), (364, 177, &#039;订单售后&#039;, &#039;Orderaftersale&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1522317898, 0), (365, 364, &#039;订单售后删除&#039;, &#039;Orderaftersale&#039;, &#039;Delete&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1522317917, 0), (366, 364, &#039;订单售后取消&#039;, &#039;Orderaftersale&#039;, &#039;Cancel&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1527497803, 0), (367, 364, &#039;订单售后审核&#039;, &#039;Orderaftersale&#039;, &#039;Audit&#039;, &#039;&#039;, 13, 0, &#039;&#039;, 1538413499, 0), (368, 364, &#039;订单售后确认&#039;, &#039;Orderaftersale&#039;, &#039;Confirm&#039;, &#039;&#039;, 14, 0, &#039;&#039;, 1538414034, 0), (369, 364, &#039;订单售后拒绝&#039;, &#039;Orderaftersale&#039;, &#039;Refuse&#039;, &#039;&#039;, 15, 0, &#039;&#039;, 1538757043, 0), (372, 182, &#039;退款日志&#039;, &#039;RefundLog&#039;, &#039;Index&#039;, &#039;&#039;, 30, 1, &#039;&#039;, 1528080200, 0), (373, 340, &#039;应用商店&#039;, &#039;Store&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1553248727, 0), (374, 341, &#039;应用安装&#039;, &#039;PluginsAdmin&#039;, &#039;Install&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1561369950, 0), (375, 341, &#039;应用卸载&#039;, &#039;PluginsAdmin&#039;, &#039;Uninstall&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1561370063, 0), (376, 319, &#039;用户中心导航&#039;, &#039;AppCenterNav&#039;, &#039;Index&#039;, &#039;&#039;, 50, 1, &#039;&#039;, 1542558318, 0), (377, 376, &#039;用户中心导航添加\\/编辑页面&#039;, &#039;AppCenterNav&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1542558686, 0), (378, 376, &#039;用户中心导航添加\\/编辑&#039;, &#039;AppCenterNav&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1542558706, 0), (379, 376, &#039;用户中心导航状态更新&#039;, &#039;AppCenterNav&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1542558747, 0), (380, 376, &#039;用户中心导航删除&#039;, &#039;AppCenterNav&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1542558767, 0), (387, 244, &#039;主题下载&#039;, &#039;ThemeAdmin&#039;, &#039;Download&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1494410699, 1711549612), (400, 178, &#039;订单详情&#039;, &#039;Order&#039;, &#039;Detail&#039;, &#039;&#039;, 8, 0, &#039;&#039;, 1589534580, 0), (401, 364, &#039;订单售后详情&#039;, &#039;Orderaftersale&#039;, &#039;Detail&#039;, &#039;&#039;, 16, 0, &#039;&#039;, 1589538361, 0), (402, 39, &#039;商品详情&#039;, &#039;Goods&#039;, &#039;Detail&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1589539780, 0), (403, 356, &#039;商品评论详情&#039;, &#039;Goodscomments&#039;, &#039;Detail&#039;, &#039;&#039;, 36, 0, &#039;&#039;, 1591609904, 0), (404, 127, &#039;用户详情&#039;, &#039;User&#039;, &#039;Detail&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1591621569, 0), (405, 22, &#039;管理员详情&#039;, &#039;Admin&#039;, &#039;Detail&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1591951422, 0), (406, 4, &#039;角色详情&#039;, &#039;Role&#039;, &#039;Detail&#039;, &#039;&#039;, 25, 0, &#039;&#039;, 1542102071, 0), (407, 234, &#039;自定义页面详情&#039;, &#039;CustomView&#039;, &#039;Detail&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1592287822, 0), (408, 172, &#039;轮播详情&#039;, &#039;Slide&#039;, &#039;Detail&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1592413297, 0), (409, 249, &#039;品牌详情&#039;, &#039;Brand&#039;, &#039;Detail&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1592563170, 0), (410, 314, &#039;首页导航详情&#039;, &#039;AppHomeNav&#039;, &#039;Detail&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1592652323, 0), (411, 376, &#039;用户中心导航详情&#039;, &#039;AppCenterNav&#039;, &#039;Detail&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1592661364, 0), (413, 183, &#039;消息详情&#039;, &#039;Message&#039;, &#039;Detail&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1593181414, 0), (414, 239, &#039;友情链接详情&#039;, &#039;Link&#039;, &#039;Detail&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1593181677, 0), (415, 185, &#039;支付日志详情&#039;, &#039;PayLog&#039;, &#039;Detail&#039;, &#039;&#039;, 21, 0, &#039;&#039;, 1593355200, 0), (416, 372, &#039;退款日志详情&#039;, &#039;RefundLog&#039;, &#039;Detail&#039;, &#039;&#039;, 31, 0, &#039;&#039;, 1593355237, 0), (417, 186, &#039;积分日志详情&#039;, &#039;IntegralLog&#039;, &#039;Detail&#039;, &#039;&#039;, 41, 0, &#039;&#039;, 1593355265, 0), (418, 38, &#039;商品浏览&#039;, &#039;GoodsBrowse&#039;, &#039;Index&#039;, &#039;&#039;, 50, 1, &#039;&#039;, 1591609904, 0), (419, 418, &#039;商品浏览删除&#039;, &#039;GoodsBrowse&#039;, &#039;Delete&#039;, &#039;&#039;, 51, 0, &#039;&#039;, 1591609904, 0), (420, 418, &#039;商品浏览详情&#039;, &#039;GoodsBrowse&#039;, &#039;Detail&#039;, &#039;&#039;, 52, 0, &#039;&#039;, 1591609904, 0), (421, 38, &#039;商品收藏&#039;, &#039;GoodsFavor&#039;, &#039;Index&#039;, &#039;&#039;, 60, 1, &#039;&#039;, 1591609904, 0), (422, 421, &#039;商品收藏删除&#039;, &#039;GoodsFavor&#039;, &#039;Delete&#039;, &#039;&#039;, 61, 0, &#039;&#039;, 1591609904, 0), (423, 421, &#039;商品收藏详情&#039;, &#039;GoodsFavor&#039;, &#039;Detail&#039;, &#039;&#039;, 62, 0, &#039;&#039;, 1591609904, 0), (425, 438, &#039;仓库管理&#039;, &#039;Warehouse&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1488108044, 0), (426, 425, &#039;仓库添加\\/编辑页面&#039;, &#039;Warehouse&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1530360625, 0), (427, 425, &#039;仓库添加\\/编辑&#039;, &#039;Warehouse&#039;, &#039;Save&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1530360663, 0), (428, 425, &#039;仓库删除&#039;, &#039;Warehouse&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1530360692, 0), (429, 425, &#039;仓库状态更新&#039;, &#039;Warehouse&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1530360730, 0), (430, 425, &#039;仓库详情&#039;, &#039;Warehouse&#039;, &#039;Detail&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1534156400, 0), (431, 438, &#039;仓库商品管理&#039;, &#039;WarehouseGoods&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1488108044, 0), (432, 431, &#039;仓库商品删除&#039;, &#039;WarehouseGoods&#039;, &#039;Delete&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1530360625, 0), (433, 431, &#039;仓库商品搜索添加&#039;, &#039;WarehouseGoods&#039;, &#039;GoodsAdd&#039;, &#039;&#039;, 15, 0, &#039;&#039;, 1530360663, 0), (434, 431, &#039;仓库商品搜索删除&#039;, &#039;WarehouseGoods&#039;, &#039;GoodsDel&#039;, &#039;&#039;, 16, 0, &#039;&#039;, 1530360692, 0), (435, 431, &#039;仓库商品状态更新&#039;, &#039;WarehouseGoods&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 13, 0, &#039;&#039;, 1530360730, 0), (436, 431, &#039;仓库商品详情&#039;, &#039;WarehouseGoods&#039;, &#039;Detail&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1534156400, 0), (438, 0, &#039;仓库&#039;, &#039;Warehouse&#039;, &#039;Index&#039;, &#039;&#039;, 9, 1, &#039;icon-admin-warehouse&#039;, 1483362358, 0), (439, 431, &#039;仓库商品搜索&#039;, &#039;WarehouseGoods&#039;, &#039;GoodsSearch&#039;, &#039;&#039;, 14, 0, &#039;&#039;, 1534156400, 0), (440, 431, &#039;仓库商品库存编辑页面&#039;, &#039;WarehouseGoods&#039;, &#039;InventoryInfo&#039;, &#039;&#039;, 17, 0, &#039;&#039;, 1534156400, 0), (441, 431, &#039;仓库商品库存编辑&#039;, &#039;WarehouseGoods&#039;, &#039;InventorySave&#039;, &#039;&#039;, 18, 0, &#039;&#039;, 0, 0), (442, 185, &#039;支付日志关闭&#039;, &#039;PayLog&#039;, &#039;Close&#039;, &#039;&#039;, 22, 0, &#039;&#039;, 1593355200, 0), (443, 222, &#039;快捷导航&#039;, &#039;QuickNav&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1542558318, 0), (444, 443, &#039;快捷导航添加\\/编辑页面&#039;, &#039;QuickNav&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1542558686, 0), (445, 443, &#039;快捷导航添加\\/编辑&#039;, &#039;QuickNav&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1542558706, 0), (446, 443, &#039;快捷导航状态更新&#039;, &#039;QuickNav&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1542558747, 0), (447, 443, &#039;快捷导航删除&#039;, &#039;QuickNav&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1542558767, 0), (448, 443, &#039;快捷导航详情&#039;, &#039;QuickNav&#039;, &#039;Detail&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1592652323, 0), (449, 185, &#039;支付请求日志列表&#039;, &#039;PayRequestLog&#039;, &#039;Index&#039;, &#039;&#039;, 25, 0, &#039;&#039;, 1593355200, 0), (450, 185, &#039;支付请求日志详情&#039;, &#039;PayRequestLog&#039;, &#039;Detail&#039;, &#039;&#039;, 26, 0, &#039;&#039;, 1593355200, 0), (451, 126, &#039;用户地址&#039;, &#039;UserAddress&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1490794316, 0), (452, 451, &#039;用户地址编辑页面&#039;, &#039;UserAddress&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1490794510, 0), (453, 451, &#039;用户地址编辑&#039;, &#039;UserAddress&#039;, &#039;Save&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1490794510, 0), (454, 451, &#039;用户地址删除&#039;, &#039;UserAddress&#039;, &#039;Delete&#039;, &#039;&#039;, 13, 0, &#039;&#039;, 1591621569, 0), (455, 451, &#039;用户地址详情&#039;, &#039;UserAddress&#039;, &#039;Detail&#039;, &#039;&#039;, 14, 0, &#039;&#039;, 0, 0), (461, 103, &#039;站点设置商品搜索&#039;, &#039;Site&#039;, &#039;GoodsSearch&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1486561780, 0), (462, 38, &#039;商品参数&#039;, &#039;GoodsParamsTemplate&#039;, &#039;Index&#039;, &#039;&#039;, 20, 1, &#039;&#039;, 1533112443, 0), (463, 462, &#039;商品参数删除&#039;, &#039;GoodsParamsTemplate&#039;, &#039;Delete&#039;, &#039;&#039;, 21, 0, &#039;&#039;, 1533119680, 0), (464, 462, &#039;商品参数状态更新&#039;, &#039;GoodsParamsTemplate&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 22, 0, &#039;&#039;, 1533119704, 0), (465, 462, &#039;商品参数添加\\/编辑页面&#039;, &#039;GoodsParamsTemplate&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 23, 0, &#039;&#039;, 1553964318, 0), (466, 462, &#039;商品参数添加\\/编辑&#039;, &#039;GoodsParamsTemplate&#039;, &#039;Save&#039;, &#039;&#039;, 24, 0, &#039;&#039;, 1553964354, 0), (467, 462, &#039;商品参数详情&#039;, &#039;GoodsParamsTemplate&#039;, &#039;Detail&#039;, &#039;&#039;, 25, 0, &#039;&#039;, 1591609904, 0), (468, 341, &#039;应用排序保存&#039;, &#039;PluginsAdmin&#039;, &#039;SetupSave&#039;, &#039;&#039;, 8, 0, &#039;&#039;, 1609820501, 0), (469, 341, &#039;软件包安装页面&#039;, &#039;PackageInstall&#039;, &#039;Index&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1613967513, 0), (471, 341, &#039;软件包安装&#039;, &#039;PackageInstall&#039;, &#039;Install&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1613976708, 0), (472, 341, &#039;软件包更新&#039;, &#039;PackageUpgrade&#039;, &#039;Upgrade&#039;, &#039;&#039;, 13, 0, &#039;&#039;, 1619068484, 0), (473, 41, &#039;应用商店帐号绑定&#039;, &#039;Index&#039;, &#039;StoreAccountsBind&#039;, &#039;&#039;, 60, 0, &#039;&#039;, 1619435558, 1704286906), (474, 41, &#039;系统更新检查&#039;, &#039;Index&#039;, &#039;InspectUpgrade&#039;, &#039;&#039;, 61, 0, &#039;&#039;, 1619435587, 0), (475, 41, &#039;系统更新确认&#039;, &#039;Index&#039;, &#039;InspectUpgradeConfirm&#039;, &#039;&#039;, 62, 0, &#039;&#039;, 1619435611, 0), (476, 103, &#039;首页布局管理&#039;, &#039;Layout&#039;, &#039;LayoutIndexHomeSave&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1624341630, 0), (477, 222, &#039;页面设计&#039;, &#039;Design&#039;, &#039;Index&#039;, &#039;&#039;, 11, 1, &#039;&#039;, 1624519062, 0), (478, 477, &#039;页面设计添加\\/编辑页面&#039;, &#039;Design&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1624519103, 0), (479, 477, &#039;页面设计添加\\/编辑&#039;, &#039;Design&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1624519129, 0), (480, 477, &#039;页面设计状态更新&#039;, &#039;Design&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1624519162, 0), (481, 477, &#039;页面设计删除&#039;, &#039;Design&#039;, &#039;Delete&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1624519183, 0), (482, 41, &#039;首页统计数据&#039;, &#039;Index&#039;, &#039;Stats&#039;, &#039;&#039;, 63, 0, &#039;&#039;, 1630395987, 0), (483, 41, &#039;首页统计数据(收入统计)&#039;, &#039;Index&#039;, &#039;Income&#039;, &#039;&#039;, 64, 0, &#039;&#039;, 1558022648, 0), (484, 477, &#039;页面设计导入&#039;, &#039;Design&#039;, &#039;Upload&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1650331094, 0), (485, 477, &#039;页面设计同步首页&#039;, &#039;Design&#039;, &#039;Sync&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1650353616, 0), (486, 477, &#039;页面设计下载&#039;, &#039;Design&#039;, &#039;Download&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1650538022, 0), (487, 38, &#039;商品购物车&#039;, &#039;GoodsCart&#039;, &#039;Index&#039;, &#039;&#039;, 70, 1, &#039;&#039;, 1661314317, 0), (488, 487, &#039;商品购物车删除&#039;, &#039;GoodsCart&#039;, &#039;Delete&#039;, &#039;&#039;, 71, 0, &#039;&#039;, 1661314473, 0), (489, 487, &#039;商品购物车详情&#039;, &#039;GoodsCart&#039;, &#039;Detail&#039;, &#039;&#039;, 72, 0, &#039;&#039;, 1661314498, 0), (490, 38, &#039;商品规格&#039;, &#039;GoodsSpecTemplate&#039;, &#039;Index&#039;, &#039;&#039;, 30, 1, &#039;&#039;, 1533112443, 0), (491, 490, &#039;商品规格删除&#039;, &#039;GoodsSpecTemplate&#039;, &#039;Delete&#039;, &#039;&#039;, 31, 0, &#039;&#039;, 1533119680, 0), (492, 490, &#039;商品规格状态更新&#039;, &#039;GoodsSpecTemplate&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 32, 0, &#039;&#039;, 1533119704, 0), (493, 490, &#039;商品规格添加\\/编辑页面&#039;, &#039;GoodsSpecTemplate&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 33, 0, &#039;&#039;, 1553964318, 0), (494, 490, &#039;商品规格添加\\/编辑&#039;, &#039;GoodsSpecTemplate&#039;, &#039;Save&#039;, &#039;&#039;, 34, 0, &#039;&#039;, 1553964354, 0), (495, 490, &#039;商品规格详情&#039;, &#039;GoodsSpecTemplate&#039;, &#039;Detail&#039;, &#039;&#039;, 35, 0, &#039;&#039;, 1553964354, 0), (496, 39, &#039;获取商品基础模板&#039;, &#039;Goods&#039;, &#039;BaseTemplate&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1553964354, 0), (497, 153, &#039;获取地区编号数据&#039;, &#039;Region&#039;, &#039;CodeData&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1553964354, 1704335391), (498, 340, &#039;应用分类&#039;, &#039;PluginsCategory&#039;, &#039;Index&#039;, &#039;&#039;, 20, 0, &#039;&#039;, 1553964354, 0), (499, 498, &#039;应用分类添加\\/编辑&#039;, &#039;PluginsCategory&#039;, &#039;Save&#039;, &#039;&#039;, 21, 0, &#039;&#039;, 1553964354, 0), (500, 498, &#039;应用分类删除&#039;, &#039;PluginsCategory&#039;, &#039;Delete&#039;, &#039;&#039;, 23, 0, &#039;&#039;, 1553964354, 1704335463), (501, 341, &#039;上传到商店页面&#039;, &#039;PluginsAdmin&#039;, &#039;StoreUploadInfo&#039;, &#039;&#039;, 23, 0, &#039;&#039;, 1553964354, 0), (502, 341, &#039;上传到商店处理&#039;, &#039;PluginsAdmin&#039;, &#039;StoreUpload&#039;, &#039;&#039;, 24, 0, &#039;&#039;, 1553964354, 0), (503, 182, &#039;短信日志&#039;, &#039;SmsLog&#039;, &#039;Index&#039;, &#039;&#039;, 50, 1, &#039;&#039;, 1661314317, 0), (504, 503, &#039;短信日志删除&#039;, &#039;SmsLog&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1661314473, 0), (505, 503, &#039;短信日志清空&#039;, &#039;SmsLog&#039;, &#039;AllDelete&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1661314473, 0), (506, 503, &#039;短信日志详情&#039;, &#039;SmsLog&#039;, &#039;Detail&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1661314498, 0), (510, 13, &#039;权限状态更新&#039;, &#039;Power&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 32, 0, &#039;&#039;, 1704334329, 1704334364), (511, 201, &#039;商品分类状态更新&#039;, &#039;GoodsCategory&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1704335339, 0), (512, 153, &#039;地区状态更新&#039;, &#039;Region&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1704335431, 0), (513, 498, &#039;应用状态更新&#039;, &#039;PluginsCategory&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 22, 0, &#039;&#039;, 1704335491, 1704335502), (514, 41, &#039;常用功能&#039;, &#039;Shortcutmenu&#039;, &#039;Index&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1704357796, 1704357829), (515, 514, &#039;常用功能保存&#039;, &#039;Shortcutmenu&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1704357886, 1704357917), (516, 514, &#039;常用功能排序&#039;, &#039;Shortcutmenu&#039;, &#039;Sort&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1704357912, 1704360847), (517, 514, &#039;常用功能删除&#039;, &#039;Shortcutmenu&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1704360870, 0), (518, 182, &#039;邮件日志&#039;, &#039;EmailLog&#039;, &#039;Index&#039;, &#039;&#039;, 60, 1, &#039;&#039;, 1661314317, 0), (519, 518, &#039;邮件日志删除&#039;, &#039;EmailLog&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1661314473, 0), (520, 518, &#039;邮件日志清空&#039;, &#039;EmailLog&#039;, &#039;AllDelete&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1661314473, 0), (521, 518, &#039;邮件日志详情&#039;, &#039;EmailLog&#039;, &#039;Detail&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1661314498, 0), (524, 178, &#039;订单发货页面&#039;, &#039;Order&#039;, &#039;DeliveryInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1553964354, 0), (525, 222, &#039;主题数据&#039;, &#039;ThemeData&#039;, &#039;Index&#039;, &#039;&#039;, 4, 1, &#039;&#039;, 1494381693, 1711549593), (526, 525, &#039;主题数据添加\\/编辑页面&#039;, &#039;ThemeData&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1494410699, 1711549612), (527, 525, &#039;主题数据添加\\/编辑&#039;, &#039;ThemeData&#039;, &#039;Save&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1494410699, 1711549612), (528, 525, &#039;主题数据上传&#039;, &#039;ThemeData&#039;, &#039;Upload&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1494405096, 1711549604), (529, 525, &#039;主题数据删除&#039;, &#039;ThemeData&#039;, &#039;Delete&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1494410655, 1711549608), (530, 525, &#039;主题数据下载&#039;, &#039;ThemeData&#039;, &#039;Download&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1494410699, 1711549612), (531, 525, &#039;主题数据详情&#039;, &#039;ThemeData&#039;, &#039;Detail&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1494410699, 1711549612), (532, 525, &#039;主题数据商品搜索&#039;, &#039;ThemeData&#039;, &#039;GoodsSearch&#039;, &#039;&#039;, 8, 0, &#039;&#039;, 1494410699, 1711549612), (533, 525, &#039;主题数据文章搜索&#039;, &#039;ThemeData&#039;, &#039;ArticleSearch&#039;, &#039;&#039;, 9, 0, &#039;&#039;, 1494410699, 1711549612), (534, 525, &#039;主题数据状态更新&#039;, &#039;ThemeData&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1494410699, 1711549612), (535, 222, &#039;附件管理&#039;, &#039;Attachment&#039;, &#039;Index&#039;, &#039;&#039;, 15, 1, &#039;&#039;, 1624519062, 1758099437), (536, 535, &#039;附件管理详情&#039;, &#039;Attachment&#039;, &#039;Detail&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1494410699, 1711549612), (537, 535, &#039;附件管理添加\\/编辑页面&#039;, &#039;Attachment&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1494410699, 1711549612), (538, 535, &#039;附件管理添加\\/编辑&#039;, &#039;Attachment&#039;, &#039;Save&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1494410699, 1711549612), (539, 535, &#039;附件管理删除&#039;, &#039;Attachment&#039;, &#039;Delete&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1494410699, 1711549612), (540, 222, &#039;附件分类&#039;, &#039;AttachmentCategory&#039;, &#039;Index&#039;, &#039;&#039;, 16, 0, &#039;&#039;, 1553964354, 1758099442), (541, 540, &#039;附件分类添加\\/编辑&#039;, &#039;AttachmentCategory&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1553964354, 0), (542, 540, &#039;附件状态更新&#039;, &#039;AttachmentCategory&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1704335491, 1704335502), (543, 540, &#039;附件分类删除&#039;, &#039;AttachmentCategory&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1553964354, 1704335463), (544, 319, &#039;DIY装修&#039;, &#039;Diy&#039;, &#039;Index&#039;, &#039;&#039;, 20, 1, &#039;&#039;, 1624519062, 0), (545, 544, &#039;DIY装修添加\\/编辑页面&#039;, &#039;Diy&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1624519062, 0), (546, 544, &#039;DIY装修添加\\/编辑&#039;, &#039;Diy&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1624519062, 0), (547, 544, &#039;DIY装修状态更新&#039;, &#039;Diy&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1624519062, 0), (548, 544, &#039;DIY装修删除&#039;, &#039;Diy&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1624519062, 0), (549, 544, &#039;DIY装修导出&#039;, &#039;Diy&#039;, &#039;Download&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1624519062, 0), (550, 544, &#039;DIY装修导入&#039;, &#039;Diy&#039;, &#039;Upload&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1624519062, 0), (551, 640, &#039;附件Api-附件列表&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentList&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1624519062, 0), (552, 640, &#039;附件Api-附件保存&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentSave&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1624519062, 0), (553, 640, &#039;附件Api-附件删除&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentDelete&#039;, &#039;&#039;, 13, 0, &#039;&#039;, 1624519062, 0), (554, 640, &#039;附件Api-附件移动分类&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentMoveCategory&#039;, &#039;&#039;, 17, 0, &#039;&#039;, 1624519062, 0), (555, 640, &#039;附件Api-附件分类&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentCategory&#039;, &#039;&#039;, 10, 0, &#039;&#039;, 1624519062, 0), (556, 640, &#039;附件Api-附件上传&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentUpload&#039;, &#039;&#039;, 14, 0, &#039;&#039;, 1624519062, 0), (557, 640, &#039;附件Api-附件扫码上传数据&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentScanUploadData&#039;, &#039;&#039;, 16, 0, &#039;&#039;, 1624519062, 0), (558, 640, &#039;附件Api-附件分类保存&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentCategorySave&#039;, &#039;&#039;, 18, 0, &#039;&#039;, 1624519062, 0), (559, 640, &#039;附件Api-附件分类删除&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentCategoryDelete&#039;, &#039;&#039;, 19, 0, &#039;&#039;, 1624519062, 0), (560, 640, &#039;附件Api-附件远程下载&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentCatch&#039;, &#039;&#039;, 15, 0, &#039;&#039;, 1624519062, 0), (561, 544, &#039;DIY装修Api-公共初始化&#039;, &#039;DiyApi&#039;, &#039;Init&#039;, &#039;&#039;, 20, 0, &#039;&#039;, 1624519062, 0), (566, 544, &#039;DIY装修详情&#039;, &#039;Diy&#039;, &#039;Detail&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1624519062, 0), (567, 544, &#039;DIY装修预览&#039;, &#039;Diy&#039;, &#039;Preview&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1624519062, 0), (568, 477, &#039;页面设计详情&#039;, &#039;Design&#039;, &#039;Detail&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1624519183, 0), (579, 544, &#039;DIY装修Api-DIY装修详情&#039;, &#039;DiyApi&#039;, &#039;DiyDetail&#039;, &#039;&#039;, 21, 0, &#039;&#039;, 1624519062, 0), (580, 544, &#039;DIY装修Api-DIY装修保存&#039;, &#039;DiyApi&#039;, &#039;DiySave&#039;, &#039;&#039;, 22, 0, &#039;&#039;, 1624519062, 0), (581, 544, &#039;DIY装修Api-DIY装修导入&#039;, &#039;DiyApi&#039;, &#039;DiyUpload&#039;, &#039;&#039;, 23, 0, &#039;&#039;, 1624519062, 0), (582, 544, &#039;DIY装修Api-DIY装修导出&#039;, &#039;DiyApi&#039;, &#039;DiyDownload&#039;, &#039;&#039;, 24, 0, &#039;&#039;, 1624519062, 0), (583, 182, &#039;错误日志&#039;, &#039;ErrorLog&#039;, &#039;Index&#039;, &#039;&#039;, 70, 1, &#039;&#039;, 1661314317, 0), (584, 583, &#039;错误日志删除&#039;, &#039;ErrorLog&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1661314473, 0), (585, 583, &#039;错误日志清空&#039;, &#039;ErrorLog&#039;, &#039;AllDelete&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1661314473, 0), (586, 583, &#039;错误日志详情&#039;, &#039;ErrorLog&#039;, &#039;Detail&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1661314498, 0), (587, 544, &#039;DIY装修模板市场&#039;, &#039;Diy&#039;, &#039;Market&#039;, &#039;&#039;, 8, 0, &#039;&#039;, 1624519062, 0), (588, 544, &#039;DIY装修Api-DIY装修模板市场&#039;, &#039;DiyApi&#039;, &#039;DiyMarket&#039;, &#039;&#039;, 26, 0, &#039;&#039;, 1624519062, 0), (589, 244, &#039;主题模板市场&#039;, &#039;ThemeAdmin&#039;, &#039;Market&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1494410699, 1711549612), (590, 477, &#039;页面设计模板市场&#039;, &#039;Design&#039;, &#039;Market&#039;, &#039;&#039;, 8, 0, &#039;&#039;, 1624519183, 0), (591, 341, &#039;应用插件市场&#039;, &#039;PluginsAdmin&#039;, &#039;Market&#039;, &#039;&#039;, 9, 0, &#039;&#039;, 1609820501, 0), (592, 259, &#039;支付插件市场&#039;, &#039;Payment&#039;, &#039;Market&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1537173653, 0), (593, 544, &#039;DIY装修Api-底部菜单保存&#039;, &#039;DiyApi&#039;, &#039;AppTabbarSave&#039;, &#039;&#039;, 27, 0, &#039;&#039;, 1624519062, 0), (594, 544, &#039;DIY装修Api-底部菜单数据&#039;, &#039;DiyApi&#039;, &#039;AppTabbarData&#039;, &#039;&#039;, 28, 0, &#039;&#039;, 1624519062, 0), (595, 544, &#039;DIY装修底部菜单&#039;, &#039;Diy&#039;, &#039;AppTabbar&#039;, &#039;&#039;, 9, 0, &#039;&#039;, 1624519062, 0), (596, 544, &#039;DIY装修Api-DIY装修模板安装&#039;, &#039;DiyApi&#039;, &#039;DiyInstall&#039;, &#039;&#039;, 25, 0, &#039;&#039;, 1624519062, 0), (597, 373, &#039;应用市场&#039;, &#039;Store&#039;, &#039;Market&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1661314317, 0), (600, 544, &#039;DIY装修上传页面&#039;, &#039;Diy&#039;, &#039;StoreUploadInfo&#039;, &#039;&#039;, 10, 0, &#039;&#039;, 1661314317, 0), (601, 544, &#039;DIY装修上传&#039;, &#039;Diy&#039;, &#039;StoreUpload&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1661314317, 0), (602, 544, &#039;主题上传页面&#039;, &#039;ThemeAdmin&#039;, &#039;StoreUploadInfo&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1661314317, 0), (603, 544, &#039;主题上传&#039;, &#039;ThemeAdmin&#039;, &#039;StoreUpload&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1661314317, 0), (604, 178, &#039;订单服务页面&#039;, &#039;Order&#039;, &#039;ServiceInfo&#039;, &#039;&#039;, 9, 0, &#039;&#039;, 1553964354, 0), (608, 535, &#039;附件管理上传&#039;, &#039;Attachment&#039;, &#039;Upload&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1553964354, 0), (610, 222, &#039;Form表单&#039;, &#039;FormInput&#039;, &#039;Index&#039;, &#039;&#039;, 12, 1, &#039;&#039;, 1624519062, 0), (611, 610, &#039;Form表单添加\\/编辑页面&#039;, &#039;FormInput&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1624519062, 0), (612, 610, &#039;Form表单添加\\/编辑&#039;, &#039;FormInput&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1624519062, 0), (613, 610, &#039;Form表单状态更新&#039;, &#039;FormInput&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1624519062, 0), (614, 610, &#039;Form表单删除&#039;, &#039;FormInput&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1624519062, 0), (615, 610, &#039;Form表单导出&#039;, &#039;FormInput&#039;, &#039;Download&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1624519062, 0), (616, 610, &#039;Form表单导入&#039;, &#039;FormInput&#039;, &#039;Upload&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1624519062, 0), (617, 610, &#039;Form表单详情&#039;, &#039;FormInput&#039;, &#039;Detail&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1624519062, 0), (618, 610, &#039;Form表单预览&#039;, &#039;FormInput&#039;, &#039;Preview&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1624519062, 0), (619, 610, &#039;Form表单模板市场&#039;, &#039;FormInput&#039;, &#039;Market&#039;, &#039;&#039;, 8, 0, &#039;&#039;, 1624519062, 0), (620, 610, &#039;Form表单上传商店&#039;, &#039;FormInput&#039;, &#039;StoreUpload&#039;, &#039;&#039;, 9, 0, &#039;&#039;, 1661314317, 0), (621, 610, &#039;Form表单Api-公共初始化&#039;, &#039;FormInputApi&#039;, &#039;Init&#039;, &#039;&#039;, 20, 0, &#039;&#039;, 1624519062, 0), (623, 610, &#039;Form表单上传商店页面&#039;, &#039;FormInput&#039;, &#039;StoreUploadInfo&#039;, &#039;&#039;, 10, 0, &#039;&#039;, 1661314317, 0), (633, 644, &#039;Form表单Api-列表&#039;, &#039;FormInputApi&#039;, &#039;FormInputList&#039;, &#039;&#039;, 21, 0, &#039;&#039;, 1624519062, 0), (634, 644, &#039;Form表单Api-详情&#039;, &#039;FormInputApi&#039;, &#039;FormInputDetail&#039;, &#039;&#039;, 22, 0, &#039;&#039;, 1624519062, 0), (635, 644, &#039;Form表单Api-保存&#039;, &#039;FormInputApi&#039;, &#039;FormInputSave&#039;, &#039;&#039;, 23, 0, &#039;&#039;, 1624519062, 0), (636, 644, &#039;Form表单Api-导入&#039;, &#039;FormInputApi&#039;, &#039;FormInputUpload&#039;, &#039;&#039;, 24, 0, &#039;&#039;, 1624519062, 0), (637, 644, &#039;Form表单Api-导出&#039;, &#039;FormInputApi&#039;, &#039;FormInputDownload&#039;, &#039;&#039;, 25, 0, &#039;&#039;, 1624519062, 0), (638, 644, &#039;Form表单Api-模板安装&#039;, &#039;FormInputApi&#039;, &#039;FormInputInstall&#039;, &#039;&#039;, 26, 0, &#039;&#039;, 1624519062, 0), (639, 644, &#039;Form表单Api-模板市场&#039;, &#039;FormInputApi&#039;, &#039;FormInputMarket&#039;, &#039;&#039;, 27, 0, &#039;&#039;, 1624519062, 0), (640, 222, &#039;附件Api&#039;, &#039;AttachmentApi&#039;, &#039;Index&#039;, &#039;&#039;, 17, 0, &#039;&#039;, 1624519062, 1758099447), (641, 222, &#039;Form表单数据&#039;, &#039;FormInputData&#039;, &#039;Index&#039;, &#039;&#039;, 13, 0, &#039;&#039;, 1624519062, 0), (642, 641, &#039;Form表单数据详情&#039;, &#039;FormInputData&#039;, &#039;Detail&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1624519183, 0), (643, 641, &#039;Form表单数据删除&#039;, &#039;FormInputData&#039;, &#039;Delete&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1624519183, 0), (644, 222, &#039;Form表单Api&#039;, &#039;FormInputApi&#039;, &#039;Index&#039;, &#039;&#039;, 14, 0, &#039;&#039;, 1758099415, 0), (645, 13, &#039;权限导出&#039;, &#039;Power&#039;, &#039;Export&#039;, &#039;&#039;, 35, 0, &#039;&#039;, 0, 0);\"}', '6.02MB', 0.052729, 1758634526);
INSERT INTO `sxo_error_log` (`id`, `message`, `file`, `line`, `code`, `ip`, `uri`, `request_params`, `memory_use`, `tsc`, `add_time`) VALUES (5, 'SQLSTATE[42S02]: Base table or view not found: 1146 Table \'shopxo_online.sxo_power\' doesn\'t exist', '/Applications/EServer/www/project/shopxo-dev/vendor/topthink/think-orm/src/db/PDOConnection.php', 836, '10501', '127.0.0.1', '/admin.php?s=sqlconsole/implement&system_type=default', '{\"system_type\":\"default\",\"sql\":\"CREATE TABLE `{PREFIX}power` (\\r\\n `id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT &#039;权限id&#039;,\\r\\n `pid` int(11) unsigned NOT NULL DEFAULT &#039;0&#039; COMMENT &#039;权限父级id&#039;,\\r\\n `name` char(30) NOT NULL DEFAULT &#039;&#039; COMMENT &#039;权限名称&#039;,\\r\\n `control` char(30) NOT NULL DEFAULT &#039;&#039; COMMENT &#039;控制器名称&#039;,\\r\\n `action` char(30) NOT NULL DEFAULT &#039;&#039; COMMENT &#039;方法名称&#039;,\\r\\n `url` char(255) NOT NULL DEFAULT &#039;&#039; COMMENT &#039;自定义url地址&#039;,\\r\\n `sort` tinyint(3) unsigned NOT NULL DEFAULT &#039;0&#039; COMMENT &#039;排序&#039;,\\r\\n `is_show` tinyint(1) unsigned NOT NULL DEFAULT &#039;1&#039; COMMENT &#039;是否显示0否1是&#039;,\\r\\n `icon` char(60) NOT NULL DEFAULT &#039;&#039; COMMENT &#039;图标class&#039;,\\r\\n `add_time` int(11) unsigned NOT NULL DEFAULT &#039;0&#039; COMMENT &#039;添加时间&#039;,\\r\\n `upd_time` int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT &#039;更新时间&#039;,\\r\\n PRIMARY KEY (`id`)\\r\\n) ENGINE=InnoDB DEFAULT CHARSET={CHARSET} ROW_FORMAT=DYNAMIC COMMENT=&#039;权限&#039;;\\r\\n\\r\\nINSERT INTO `{PREFIX}power` (`id`, `pid`, `name`, `control`, `action`, `url`, `sort`, `is_show`, `icon`, `add_time`, `upd_time`) VALUES (1, 0, &#039;权限&#039;, &#039;Power&#039;, &#039;Index&#039;, &#039;&#039;, 3, 1, &#039;icon-admin-auth&#039;, 1481612301, 0), (4, 1, &#039;角色管理&#039;, &#039;Role&#039;, &#039;Index&#039;, &#039;&#039;, 20, 1, &#039;&#039;, 1481639037, 0), (13, 1, &#039;权限分配&#039;, &#039;Power&#039;, &#039;Index&#039;, &#039;&#039;, 30, 1, &#039;&#039;, 1482156143, 0), (15, 13, &#039;权限添加\\/编辑&#039;, &#039;Power&#039;, &#039;Save&#039;, &#039;&#039;, 31, 0, &#039;&#039;, 1482243750, 0), (16, 13, &#039;权限删除&#039;, &#039;Power&#039;, &#039;Delete&#039;, &#039;&#039;, 34, 0, &#039;&#039;, 1482243797, 1758100045), (17, 4, &#039;角色组添加\\/编辑页面&#039;, &#039;Role&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 21, 0, &#039;&#039;, 1482243855, 0), (18, 4, &#039;角色组添加\\/编辑&#039;, &#039;Role&#039;, &#039;Save&#039;, &#039;&#039;, 22, 0, &#039;&#039;, 1482243888, 0), (19, 22, &#039;管理员添加\\/编辑页面&#039;, &#039;Admin&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1482244637, 0), (20, 22, &#039;管理员添加\\/编辑&#039;, &#039;Admin&#039;, &#039;Save&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1482244666, 0), (21, 22, &#039;管理员删除&#039;, &#039;Admin&#039;, &#039;Delete&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1482244688, 0), (22, 1, &#039;管理员列表&#039;, &#039;Admin&#039;, &#039;Index&#039;, &#039;&#039;, 1, 1, &#039;&#039;, 1482568868, 0), (23, 4, &#039;角色删除&#039;, &#039;Role&#039;, &#039;Delete&#039;, &#039;&#039;, 23, 0, &#039;&#039;, 1482569155, 0), (38, 0, &#039;商品&#039;, &#039;Goods&#039;, &#039;Index&#039;, &#039;&#039;, 5, 1, &#039;icon-admin-goods&#039;, 1483283430, 0), (39, 38, &#039;商品管理&#039;, &#039;Goods&#039;, &#039;Index&#039;, &#039;&#039;, 1, 1, &#039;&#039;, 1483283546, 0), (41, 0, &#039;系统&#039;, &#039;Config&#039;, &#039;Index&#039;, &#039;&#039;, 1, 1, &#039;icon-admin-system&#039;, 1483362358, 1704280861), (42, 41, &#039;配置保存&#039;, &#039;Config&#039;, &#039;Save&#039;, &#039;&#039;, 10, 0, &#039;&#039;, 1483432335, 0), (57, 39, &#039;商品添加\\/编辑页面&#039;, &#039;Goods&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1483616439, 0), (58, 39, &#039;商品添加\\/编辑&#039;, &#039;Goods&#039;, &#039;Save&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1483616492, 0), (59, 39, &#039;商品删除&#039;, &#039;Goods&#039;, &#039;Delete&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1483616569, 0), (81, 0, &#039;站点&#039;, &#039;Site&#039;, &#039;Index&#039;, &#039;&#039;, 2, 1, &#039;icon-admin-site-config&#039;, 1486182943, 0), (103, 81, &#039;站点设置&#039;, &#039;Site&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1486561470, 0), (104, 81, &#039;短信设置&#039;, &#039;Sms&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1486561615, 0), (105, 103, &#039;站点设置编辑&#039;, &#039;Site&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1486561780, 0), (107, 104, &#039;短信设置编辑&#039;, &#039;Sms&#039;, &#039;Save&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1486562011, 0), (118, 0, &#039;工具&#039;, &#039;Tool&#039;, &#039;Index&#039;, &#039;&#039;, 50, 1, &#039;icon-admin-tools&#039;, 1488108044, 0), (119, 118, &#039;缓存管理&#039;, &#039;Cache&#039;, &#039;Index&#039;, &#039;&#039;, 1, 1, &#039;&#039;, 1488108107, 0), (120, 119, &#039;站点缓存更新&#039;, &#039;Cache&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1488108235, 0), (121, 119, &#039;模板缓存更新&#039;, &#039;Cache&#039;, &#039;TemplateUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1488108390, 0), (122, 119, &#039;模块缓存更新&#039;, &#039;Cache&#039;, &#039;ModuleUpdate&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1488108436, 0), (126, 0, &#039;用户&#039;, &#039;User&#039;, &#039;Index&#039;, &#039;&#039;, 4, 1, &#039;icon-admin-user&#039;, 1490794162, 0), (127, 126, &#039;用户列表&#039;, &#039;User&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1490794316, 0), (128, 127, &#039;用户编辑\\/添加页面&#039;, &#039;User&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1490794458, 0), (129, 127, &#039;用户添加\\/编辑&#039;, &#039;User&#039;, &#039;Save&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1490794510, 0), (130, 127, &#039;用户删除&#039;, &#039;User&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1490794585, 0), (153, 222, &#039;地区管理&#039;, &#039;Region&#039;, &#039;Index&#039;, &#039;&#039;, 7, 1, &#039;&#039;, 1526304473, 0), (154, 153, &#039;地区添加\\/编辑&#039;, &#039;Region&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1526304503, 0), (155, 153, &#039;地区删除&#039;, &#039;Region&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1526304531, 1704335398), (156, 222, &#039;快递管理&#039;, &#039;Express&#039;, &#039;Index&#039;, &#039;&#039;, 8, 1, &#039;&#039;, 1526304473, 0), (157, 156, &#039;快递添加\\/编辑&#039;, &#039;Express&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1526304473, 0), (158, 156, &#039;快递删除&#039;, &#039;Express&#039;, &#039;Delete&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1526304473, 0), (172, 222, &#039;首页轮播&#039;, &#039;Slide&#039;, &#039;Index&#039;, &#039;&#039;, 6, 1, &#039;&#039;, 1527149117, 0), (173, 172, &#039;轮播添加\\/编辑页面&#039;, &#039;Slide&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1527149152, 0), (174, 172, &#039;轮播添加\\/编辑&#039;, &#039;Slide&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1527149186, 0), (175, 172, &#039;轮播状态更新&#039;, &#039;Slide&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1527156980, 0), (176, 172, &#039;轮播删除&#039;, &#039;Slide&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1527157260, 0), (177, 0, &#039;订单&#039;, &#039;Order&#039;, &#039;Index&#039;, &#039;&#039;, 6, 1, &#039;icon-admin-order&#039;, 1522229870, 0), (178, 177, &#039;订单管理&#039;, &#039;Order&#039;, &#039;Index&#039;, &#039;&#039;, 1, 1, &#039;&#039;, 1522317898, 0), (179, 178, &#039;订单删除&#039;, &#039;Order&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1522317917, 0), (180, 178, &#039;订单取消&#039;, &#039;Order&#039;, &#039;Cancel&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1527497803, 0), (181, 39, &#039;商品状态更新&#039;, &#039;Goods&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1528080200, 0), (182, 0, &#039;数据&#039;, &#039;Data&#039;, &#039;Index&#039;, &#039;&#039;, 22, 1, &#039;icon-admin-data&#039;, 1528096661, 0), (183, 182, &#039;消息管理&#039;, &#039;Message&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1528080200, 0), (184, 183, &#039;消息删除&#039;, &#039;Message&#039;, &#039;Delete&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1528080200, 0), (185, 182, &#039;支付日志&#039;, &#039;PayLog&#039;, &#039;Index&#039;, &#039;&#039;, 20, 1, &#039;&#039;, 1528080200, 0), (186, 182, &#039;积分日志&#039;, &#039;IntegralLog&#039;, &#039;Index&#039;, &#039;&#039;, 40, 1, &#039;&#039;, 1528103067, 0), (193, 222, &#039;筛选价格&#039;, &#039;ScreeningPrice&#039;, &#039;Index&#039;, &#039;&#039;, 5, 1, &#039;&#039;, 1528708578, 0), (194, 193, &#039;筛选价格添加\\/编辑&#039;, &#039;ScreeningPrice&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1528708609, 0), (199, 81, &#039;SEO设置&#039;, &#039;Seo&#039;, &#039;Index&#039;, &#039;&#039;, 30, 1, &#039;&#039;, 1528771081, 0), (200, 199, &#039;SEO设置编辑&#039;, &#039;Seo&#039;, &#039;Save&#039;, &#039;&#039;, 31, 0, &#039;&#039;, 1528771105, 0), (201, 38, &#039;商品分类&#039;, &#039;GoodsCategory&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1529041901, 0), (202, 201, &#039;商品分类添加\\/编辑&#039;, &#039;GoodsCategory&#039;, &#039;Save&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1529041928, 0), (203, 201, &#039;商品分类删除&#039;, &#039;GoodsCategory&#039;, &#039;Delete&#039;, &#039;&#039;, 13, 0, &#039;&#039;, 1529041949, 1704335314), (204, 0, &#039;文章&#039;, &#039;Article&#039;, &#039;Index&#039;, &#039;&#039;, 21, 1, &#039;icon-admin-article&#039;, 1530360560, 0), (205, 204, &#039;文章管理&#039;, &#039;Article&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1530360593, 0), (206, 205, &#039;文章添加\\/编辑页面&#039;, &#039;Article&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1530360625, 0), (207, 205, &#039;文章添加\\/编辑&#039;, &#039;Article&#039;, &#039;Save&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1530360663, 0), (208, 205, &#039;文章删除&#039;, &#039;Article&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1530360692, 0), (209, 205, &#039;文章状态更新&#039;, &#039;Article&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1530360730, 0), (210, 204, &#039;文章分类&#039;, &#039;ArticleCategory&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1530361071, 0), (211, 210, &#039;文章分类编辑\\/添加&#039;, &#039;ArticleCategory&#039;, &#039;Save&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1530361101, 0), (212, 210, &#039;文章分类删除&#039;, &#039;ArticleCategory&#039;, &#039;Delete&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1530361126, 0), (219, 81, &#039;邮箱设置&#039;, &#039;Email&#039;, &#039;Index&#039;, &#039;&#039;, 20, 1, &#039;&#039;, 1533636067, 0), (220, 219, &#039;邮箱设置\\/编辑&#039;, &#039;Email&#039;, &#039;Save&#039;, &#039;&#039;, 21, 0, &#039;&#039;, 1533636109, 0), (221, 219, &#039;邮件发送测试&#039;, &#039;Email&#039;, &#039;EmailTest&#039;, &#039;&#039;, 22, 0, &#039;&#039;, 1533636157, 0), (222, 0, &#039;网站&#039;, &#039;WebSiteAdmin&#039;, &#039;Index&#039;, &#039;&#039;, 7, 1, &#039;icon-admin-web-manage&#039;, 1533692051, 1758098041), (223, 222, &#039;导航管理&#039;, &#039;Navigation&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1486183114, 0), (226, 223, &#039;导航添加\\/编辑&#039;, &#039;Navigation&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1486183367, 0), (227, 223, &#039;导航删除&#039;, &#039;Navigation&#039;, &#039;Delete&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1486183410, 0), (228, 223, &#039;导航状态更新&#039;, &#039;Navigation&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1486183462, 0), (234, 222, &#039;自定义页面&#039;, &#039;CustomView&#039;, &#039;Index&#039;, &#039;&#039;, 1, 1, &#039;&#039;, 1486193400, 0), (235, 234, &#039;自定义页面添加\\/编辑页面&#039;, &#039;CustomView&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1486193449, 0), (236, 234, &#039;自定义页面添加\\/编辑&#039;, &#039;CustomView&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1486193473, 0), (237, 234, &#039;自定义页面删除&#039;, &#039;CustomView&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1486193516, 0), (238, 234, &#039;自定义页面状态更新&#039;, &#039;CustomView&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1486193582, 0), (239, 222, &#039;友情链接&#039;, &#039;Link&#039;, &#039;Index&#039;, &#039;&#039;, 2, 1, &#039;&#039;, 1486194358, 0), (240, 239, &#039;友情链接添加\\/编辑页面&#039;, &#039;Link&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1486194392, 0), (241, 239, &#039;友情链接添加\\/编辑&#039;, &#039;Link&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1486194413, 0), (242, 239, &#039;友情链接删除&#039;, &#039;Link&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1486194435, 0), (243, 239, &#039;友情链接状态更新&#039;, &#039;Link&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1486194479, 0), (244, 222, &#039;主题管理&#039;, &#039;ThemeAdmin&#039;, &#039;Index&#039;, &#039;&#039;, 3, 1, &#039;&#039;, 1494381693, 1711549593), (245, 244, &#039;主题管理添加\\/编辑&#039;, &#039;ThemeAdmin&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1494398194, 1711549600), (246, 244, &#039;主题上传安装&#039;, &#039;ThemeAdmin&#039;, &#039;Upload&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1494405096, 1711549604), (247, 244, &#039;主题删除&#039;, &#039;ThemeAdmin&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1494410655, 1711549608), (248, 205, &#039;文章详情&#039;, &#039;Article&#039;, &#039;Detail&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1534156400, 0), (249, 252, &#039;品牌管理&#039;, &#039;Brand&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1535683271, 0), (250, 249, &#039;品牌添加\\/编辑&#039;, &#039;Brand&#039;, &#039;Save&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1535683310, 0), (251, 249, &#039;品牌删除&#039;, &#039;Brand&#039;, &#039;Delete&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1535683351, 0), (252, 0, &#039;品牌&#039;, &#039;Brand&#039;, &#039;Index&#039;, &#039;&#039;, 8, 1, &#039;icon-admin-brand&#039;, 1535684308, 0), (253, 252, &#039;品牌分类&#039;, &#039;BrandCategory&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1535684401, 0), (254, 253, &#039;品牌分类添加\\/编辑&#039;, &#039;BrandCategory&#039;, &#039;Save&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1535684424, 0), (255, 253, &#039;品牌分类删除&#039;, &#039;BrandCategory&#039;, &#039;Delete&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1535684444, 0), (256, 249, &#039;品牌添加\\/编辑页面&#039;, &#039;Brand&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1535694837, 0), (257, 249, &#039;品牌状态更新&#039;, &#039;Brand&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1535694880, 0), (258, 193, &#039;筛选价格删除&#039;, &#039;ScreeningPrice&#039;, &#039;Delete&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1536227071, 0), (259, 222, &#039;支付方式&#039;, &#039;Payment&#039;, &#039;Index&#039;, &#039;&#039;, 9, 1, &#039;&#039;, 1537156351, 0), (260, 259, &#039;支付方式安装\\/编辑页面&#039;, &#039;Payment&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1537156423, 0), (261, 259, &#039;支付方式安装\\/编辑&#039;, &#039;Payment&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1537156463, 0), (262, 259, &#039;支付方式删除&#039;, &#039;Payment&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1537156502, 0), (263, 259, &#039;支付方式安装&#039;, &#039;Payment&#039;, &#039;Install&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1537166090, 0), (264, 259, &#039;支付方式状态更新&#039;, &#039;Payment&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1537166149, 0), (265, 259, &#039;支付方式卸载&#039;, &#039;Payment&#039;, &#039;Uninstall&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1537167814, 0), (266, 259, &#039;支付方式上传&#039;, &#039;Payment&#039;, &#039;Upload&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1537173653, 0), (267, 178, &#039;订单发货&#039;, &#039;Order&#039;, &#039;Delivery&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1538413499, 0), (268, 178, &#039;订单收货&#039;, &#039;Order&#039;, &#039;Collect&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1538414034, 0), (269, 178, &#039;订单支付&#039;, &#039;Order&#039;, &#039;Pay&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1538757043, 0), (310, 178, &#039;订单确认&#039;, &#039;Order&#039;, &#039;Confirm&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1542011799, 0), (311, 4, &#039;角色状态更新&#039;, &#039;Role&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 24, 0, &#039;&#039;, 1542102071, 0), (314, 319, &#039;首页导航&#039;, &#039;AppHomeNav&#039;, &#039;Index&#039;, &#039;&#039;, 40, 1, &#039;&#039;, 1542558318, 0), (315, 314, &#039;首页导航添加\\/编辑页面&#039;, &#039;AppHomeNav&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1542558686, 0), (316, 314, &#039;首页导航添加\\/编辑&#039;, &#039;AppHomeNav&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1542558706, 0), (317, 314, &#039;首页导航状态更新&#039;, &#039;AppHomeNav&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1542558747, 0), (318, 314, &#039;首页导航删除&#039;, &#039;AppHomeNav&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1542558767, 0), (319, 0, &#039;手机&#039;, &#039;App&#039;, &#039;Index&#039;, &#039;&#039;, 20, 1, &#039;icon-admin-phone&#039;, 1483362358, 0), (326, 319, &#039;基础配置&#039;, &#039;AppConfig&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1543206359, 0), (327, 326, &#039;基础配置保存&#039;, &#039;AppConfig&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1543206402, 0), (331, 119, &#039;日志删除&#039;, &#039;Cache&#039;, &#039;LogDelete&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1545642163, 0), (333, 319, &#039;小程序配置&#039;, &#039;AppMini&#039;, &#039;Config&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1546935090, 0), (334, 333, &#039;小程序配置保存&#039;, &#039;AppMini&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1546935118, 0), (339, 41, &#039;系统配置&#039;, &#039;Config&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1549419752, 0), (340, 0, &#039;应用&#039;, &#039;Store&#039;, &#039;Index&#039;, &#039;&#039;, 30, 1, &#039;icon-admin-application&#039;, 1549496703, 0), (341, 340, &#039;应用管理&#039;, &#039;PluginsAdmin&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1549497306, 0), (342, 341, &#039;应用状态更新&#039;, &#039;PluginsAdmin&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1549694138, 0), (343, 341, &#039;应用调用管理&#039;, &#039;Plugins&#039;, &#039;Index&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1549958187, 0), (345, 341, &#039;应用添加\\/编辑页面&#039;, &#039;PluginsAdmin&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1549977925, 0), (346, 341, &#039;应用添加\\/编辑&#039;, &#039;PluginsAdmin&#039;, &#039;Save&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1549977958, 0), (347, 341, &#039;应用删除&#039;, &#039;PluginsAdmin&#039;, &#039;Delete&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1549977993, 0), (348, 341, &#039;应用上传&#039;, &#039;PluginsAdmin&#039;, &#039;Upload&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1550110821, 0), (349, 118, &#039;SQL控制台&#039;, &#039;Sqlconsole&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1550476002, 0), (350, 349, &#039;SQL执行&#039;, &#039;Sqlconsole&#039;, &#039;Implement&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1550476023, 0), (351, 341, &#039;应用打包&#039;, &#039;PluginsAdmin&#039;, &#039;Download&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1553248727, 0), (354, 41, &#039;商店信息&#039;, &#039;Config&#039;, &#039;Store&#039;, &#039;&#039;, 1, 1, &#039;&#039;, 1554803430, 1704357821), (356, 38, &#039;商品评论&#039;, &#039;Goodscomments&#039;, &#039;Index&#039;, &#039;&#039;, 40, 1, &#039;&#039;, 1533112443, 0), (357, 356, &#039;商品评论回复&#039;, &#039;Goodscomments&#039;, &#039;Reply&#039;, &#039;&#039;, 41, 0, &#039;&#039;, 1533119660, 0), (358, 356, &#039;商品评论删除&#039;, &#039;Goodscomments&#039;, &#039;Delete&#039;, &#039;&#039;, 42, 0, &#039;&#039;, 1533119680, 0), (359, 356, &#039;商品评论状态更新&#039;, &#039;Goodscomments&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 43, 0, &#039;&#039;, 1533119704, 0), (360, 356, &#039;商品评论添加\\/编辑页面&#039;, &#039;Goodscomments&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 44, 0, &#039;&#039;, 1553964318, 0), (361, 356, &#039;商品评论添加\\/编辑&#039;, &#039;Goodscomments&#039;, &#039;Save&#039;, &#039;&#039;, 45, 0, &#039;&#039;, 1553964354, 0), (362, 81, &#039;协议管理&#039;, &#039;Agreement&#039;, &#039;Index&#039;, &#039;&#039;, 40, 1, &#039;&#039;, 1486561615, 0), (363, 362, &#039;协议设置编辑&#039;, &#039;Agreement&#039;, &#039;Save&#039;, &#039;&#039;, 41, 0, &#039;&#039;, 1486562011, 0), (364, 177, &#039;订单售后&#039;, &#039;Orderaftersale&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1522317898, 0), (365, 364, &#039;订单售后删除&#039;, &#039;Orderaftersale&#039;, &#039;Delete&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1522317917, 0), (366, 364, &#039;订单售后取消&#039;, &#039;Orderaftersale&#039;, &#039;Cancel&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1527497803, 0), (367, 364, &#039;订单售后审核&#039;, &#039;Orderaftersale&#039;, &#039;Audit&#039;, &#039;&#039;, 13, 0, &#039;&#039;, 1538413499, 0), (368, 364, &#039;订单售后确认&#039;, &#039;Orderaftersale&#039;, &#039;Confirm&#039;, &#039;&#039;, 14, 0, &#039;&#039;, 1538414034, 0), (369, 364, &#039;订单售后拒绝&#039;, &#039;Orderaftersale&#039;, &#039;Refuse&#039;, &#039;&#039;, 15, 0, &#039;&#039;, 1538757043, 0), (372, 182, &#039;退款日志&#039;, &#039;RefundLog&#039;, &#039;Index&#039;, &#039;&#039;, 30, 1, &#039;&#039;, 1528080200, 0), (373, 340, &#039;应用商店&#039;, &#039;Store&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1553248727, 0), (374, 341, &#039;应用安装&#039;, &#039;PluginsAdmin&#039;, &#039;Install&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1561369950, 0), (375, 341, &#039;应用卸载&#039;, &#039;PluginsAdmin&#039;, &#039;Uninstall&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1561370063, 0), (376, 319, &#039;用户中心导航&#039;, &#039;AppCenterNav&#039;, &#039;Index&#039;, &#039;&#039;, 50, 1, &#039;&#039;, 1542558318, 0), (377, 376, &#039;用户中心导航添加\\/编辑页面&#039;, &#039;AppCenterNav&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1542558686, 0), (378, 376, &#039;用户中心导航添加\\/编辑&#039;, &#039;AppCenterNav&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1542558706, 0), (379, 376, &#039;用户中心导航状态更新&#039;, &#039;AppCenterNav&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1542558747, 0), (380, 376, &#039;用户中心导航删除&#039;, &#039;AppCenterNav&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1542558767, 0), (387, 244, &#039;主题下载&#039;, &#039;ThemeAdmin&#039;, &#039;Download&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1494410699, 1711549612), (400, 178, &#039;订单详情&#039;, &#039;Order&#039;, &#039;Detail&#039;, &#039;&#039;, 8, 0, &#039;&#039;, 1589534580, 0), (401, 364, &#039;订单售后详情&#039;, &#039;Orderaftersale&#039;, &#039;Detail&#039;, &#039;&#039;, 16, 0, &#039;&#039;, 1589538361, 0), (402, 39, &#039;商品详情&#039;, &#039;Goods&#039;, &#039;Detail&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1589539780, 0), (403, 356, &#039;商品评论详情&#039;, &#039;Goodscomments&#039;, &#039;Detail&#039;, &#039;&#039;, 36, 0, &#039;&#039;, 1591609904, 0), (404, 127, &#039;用户详情&#039;, &#039;User&#039;, &#039;Detail&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1591621569, 0), (405, 22, &#039;管理员详情&#039;, &#039;Admin&#039;, &#039;Detail&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1591951422, 0), (406, 4, &#039;角色详情&#039;, &#039;Role&#039;, &#039;Detail&#039;, &#039;&#039;, 25, 0, &#039;&#039;, 1542102071, 0), (407, 234, &#039;自定义页面详情&#039;, &#039;CustomView&#039;, &#039;Detail&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1592287822, 0), (408, 172, &#039;轮播详情&#039;, &#039;Slide&#039;, &#039;Detail&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1592413297, 0), (409, 249, &#039;品牌详情&#039;, &#039;Brand&#039;, &#039;Detail&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1592563170, 0), (410, 314, &#039;首页导航详情&#039;, &#039;AppHomeNav&#039;, &#039;Detail&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1592652323, 0), (411, 376, &#039;用户中心导航详情&#039;, &#039;AppCenterNav&#039;, &#039;Detail&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1592661364, 0), (413, 183, &#039;消息详情&#039;, &#039;Message&#039;, &#039;Detail&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1593181414, 0), (414, 239, &#039;友情链接详情&#039;, &#039;Link&#039;, &#039;Detail&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1593181677, 0), (415, 185, &#039;支付日志详情&#039;, &#039;PayLog&#039;, &#039;Detail&#039;, &#039;&#039;, 21, 0, &#039;&#039;, 1593355200, 0), (416, 372, &#039;退款日志详情&#039;, &#039;RefundLog&#039;, &#039;Detail&#039;, &#039;&#039;, 31, 0, &#039;&#039;, 1593355237, 0), (417, 186, &#039;积分日志详情&#039;, &#039;IntegralLog&#039;, &#039;Detail&#039;, &#039;&#039;, 41, 0, &#039;&#039;, 1593355265, 0), (418, 38, &#039;商品浏览&#039;, &#039;GoodsBrowse&#039;, &#039;Index&#039;, &#039;&#039;, 50, 1, &#039;&#039;, 1591609904, 0), (419, 418, &#039;商品浏览删除&#039;, &#039;GoodsBrowse&#039;, &#039;Delete&#039;, &#039;&#039;, 51, 0, &#039;&#039;, 1591609904, 0), (420, 418, &#039;商品浏览详情&#039;, &#039;GoodsBrowse&#039;, &#039;Detail&#039;, &#039;&#039;, 52, 0, &#039;&#039;, 1591609904, 0), (421, 38, &#039;商品收藏&#039;, &#039;GoodsFavor&#039;, &#039;Index&#039;, &#039;&#039;, 60, 1, &#039;&#039;, 1591609904, 0), (422, 421, &#039;商品收藏删除&#039;, &#039;GoodsFavor&#039;, &#039;Delete&#039;, &#039;&#039;, 61, 0, &#039;&#039;, 1591609904, 0), (423, 421, &#039;商品收藏详情&#039;, &#039;GoodsFavor&#039;, &#039;Detail&#039;, &#039;&#039;, 62, 0, &#039;&#039;, 1591609904, 0), (425, 438, &#039;仓库管理&#039;, &#039;Warehouse&#039;, &#039;Index&#039;, &#039;&#039;, 0, 1, &#039;&#039;, 1488108044, 0), (426, 425, &#039;仓库添加\\/编辑页面&#039;, &#039;Warehouse&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1530360625, 0), (427, 425, &#039;仓库添加\\/编辑&#039;, &#039;Warehouse&#039;, &#039;Save&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1530360663, 0), (428, 425, &#039;仓库删除&#039;, &#039;Warehouse&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1530360692, 0), (429, 425, &#039;仓库状态更新&#039;, &#039;Warehouse&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1530360730, 0), (430, 425, &#039;仓库详情&#039;, &#039;Warehouse&#039;, &#039;Detail&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1534156400, 0), (431, 438, &#039;仓库商品管理&#039;, &#039;WarehouseGoods&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1488108044, 0), (432, 431, &#039;仓库商品删除&#039;, &#039;WarehouseGoods&#039;, &#039;Delete&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1530360625, 0), (433, 431, &#039;仓库商品搜索添加&#039;, &#039;WarehouseGoods&#039;, &#039;GoodsAdd&#039;, &#039;&#039;, 15, 0, &#039;&#039;, 1530360663, 0), (434, 431, &#039;仓库商品搜索删除&#039;, &#039;WarehouseGoods&#039;, &#039;GoodsDel&#039;, &#039;&#039;, 16, 0, &#039;&#039;, 1530360692, 0), (435, 431, &#039;仓库商品状态更新&#039;, &#039;WarehouseGoods&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 13, 0, &#039;&#039;, 1530360730, 0), (436, 431, &#039;仓库商品详情&#039;, &#039;WarehouseGoods&#039;, &#039;Detail&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1534156400, 0), (438, 0, &#039;仓库&#039;, &#039;Warehouse&#039;, &#039;Index&#039;, &#039;&#039;, 9, 1, &#039;icon-admin-warehouse&#039;, 1483362358, 0), (439, 431, &#039;仓库商品搜索&#039;, &#039;WarehouseGoods&#039;, &#039;GoodsSearch&#039;, &#039;&#039;, 14, 0, &#039;&#039;, 1534156400, 0), (440, 431, &#039;仓库商品库存编辑页面&#039;, &#039;WarehouseGoods&#039;, &#039;InventoryInfo&#039;, &#039;&#039;, 17, 0, &#039;&#039;, 1534156400, 0), (441, 431, &#039;仓库商品库存编辑&#039;, &#039;WarehouseGoods&#039;, &#039;InventorySave&#039;, &#039;&#039;, 18, 0, &#039;&#039;, 0, 0), (442, 185, &#039;支付日志关闭&#039;, &#039;PayLog&#039;, &#039;Close&#039;, &#039;&#039;, 22, 0, &#039;&#039;, 1593355200, 0), (443, 222, &#039;快捷导航&#039;, &#039;QuickNav&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1542558318, 0), (444, 443, &#039;快捷导航添加\\/编辑页面&#039;, &#039;QuickNav&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1542558686, 0), (445, 443, &#039;快捷导航添加\\/编辑&#039;, &#039;QuickNav&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1542558706, 0), (446, 443, &#039;快捷导航状态更新&#039;, &#039;QuickNav&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1542558747, 0), (447, 443, &#039;快捷导航删除&#039;, &#039;QuickNav&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1542558767, 0), (448, 443, &#039;快捷导航详情&#039;, &#039;QuickNav&#039;, &#039;Detail&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1592652323, 0), (449, 185, &#039;支付请求日志列表&#039;, &#039;PayRequestLog&#039;, &#039;Index&#039;, &#039;&#039;, 25, 0, &#039;&#039;, 1593355200, 0), (450, 185, &#039;支付请求日志详情&#039;, &#039;PayRequestLog&#039;, &#039;Detail&#039;, &#039;&#039;, 26, 0, &#039;&#039;, 1593355200, 0), (451, 126, &#039;用户地址&#039;, &#039;UserAddress&#039;, &#039;Index&#039;, &#039;&#039;, 10, 1, &#039;&#039;, 1490794316, 0), (452, 451, &#039;用户地址编辑页面&#039;, &#039;UserAddress&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1490794510, 0), (453, 451, &#039;用户地址编辑&#039;, &#039;UserAddress&#039;, &#039;Save&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1490794510, 0), (454, 451, &#039;用户地址删除&#039;, &#039;UserAddress&#039;, &#039;Delete&#039;, &#039;&#039;, 13, 0, &#039;&#039;, 1591621569, 0), (455, 451, &#039;用户地址详情&#039;, &#039;UserAddress&#039;, &#039;Detail&#039;, &#039;&#039;, 14, 0, &#039;&#039;, 0, 0), (461, 103, &#039;站点设置商品搜索&#039;, &#039;Site&#039;, &#039;GoodsSearch&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1486561780, 0), (462, 38, &#039;商品参数&#039;, &#039;GoodsParamsTemplate&#039;, &#039;Index&#039;, &#039;&#039;, 20, 1, &#039;&#039;, 1533112443, 0), (463, 462, &#039;商品参数删除&#039;, &#039;GoodsParamsTemplate&#039;, &#039;Delete&#039;, &#039;&#039;, 21, 0, &#039;&#039;, 1533119680, 0), (464, 462, &#039;商品参数状态更新&#039;, &#039;GoodsParamsTemplate&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 22, 0, &#039;&#039;, 1533119704, 0), (465, 462, &#039;商品参数添加\\/编辑页面&#039;, &#039;GoodsParamsTemplate&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 23, 0, &#039;&#039;, 1553964318, 0), (466, 462, &#039;商品参数添加\\/编辑&#039;, &#039;GoodsParamsTemplate&#039;, &#039;Save&#039;, &#039;&#039;, 24, 0, &#039;&#039;, 1553964354, 0), (467, 462, &#039;商品参数详情&#039;, &#039;GoodsParamsTemplate&#039;, &#039;Detail&#039;, &#039;&#039;, 25, 0, &#039;&#039;, 1591609904, 0), (468, 341, &#039;应用排序保存&#039;, &#039;PluginsAdmin&#039;, &#039;SetupSave&#039;, &#039;&#039;, 8, 0, &#039;&#039;, 1609820501, 0), (469, 341, &#039;软件包安装页面&#039;, &#039;PackageInstall&#039;, &#039;Index&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1613967513, 0), (471, 341, &#039;软件包安装&#039;, &#039;PackageInstall&#039;, &#039;Install&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1613976708, 0), (472, 341, &#039;软件包更新&#039;, &#039;PackageUpgrade&#039;, &#039;Upgrade&#039;, &#039;&#039;, 13, 0, &#039;&#039;, 1619068484, 0), (473, 41, &#039;应用商店帐号绑定&#039;, &#039;Index&#039;, &#039;StoreAccountsBind&#039;, &#039;&#039;, 60, 0, &#039;&#039;, 1619435558, 1704286906), (474, 41, &#039;系统更新检查&#039;, &#039;Index&#039;, &#039;InspectUpgrade&#039;, &#039;&#039;, 61, 0, &#039;&#039;, 1619435587, 0), (475, 41, &#039;系统更新确认&#039;, &#039;Index&#039;, &#039;InspectUpgradeConfirm&#039;, &#039;&#039;, 62, 0, &#039;&#039;, 1619435611, 0), (476, 103, &#039;首页布局管理&#039;, &#039;Layout&#039;, &#039;LayoutIndexHomeSave&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1624341630, 0), (477, 222, &#039;页面设计&#039;, &#039;Design&#039;, &#039;Index&#039;, &#039;&#039;, 11, 1, &#039;&#039;, 1624519062, 0), (478, 477, &#039;页面设计添加\\/编辑页面&#039;, &#039;Design&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1624519103, 0), (479, 477, &#039;页面设计添加\\/编辑&#039;, &#039;Design&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1624519129, 0), (480, 477, &#039;页面设计状态更新&#039;, &#039;Design&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1624519162, 0), (481, 477, &#039;页面设计删除&#039;, &#039;Design&#039;, &#039;Delete&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1624519183, 0), (482, 41, &#039;首页统计数据&#039;, &#039;Index&#039;, &#039;Stats&#039;, &#039;&#039;, 63, 0, &#039;&#039;, 1630395987, 0), (483, 41, &#039;首页统计数据(收入统计)&#039;, &#039;Index&#039;, &#039;Income&#039;, &#039;&#039;, 64, 0, &#039;&#039;, 1558022648, 0), (484, 477, &#039;页面设计导入&#039;, &#039;Design&#039;, &#039;Upload&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1650331094, 0), (485, 477, &#039;页面设计同步首页&#039;, &#039;Design&#039;, &#039;Sync&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1650353616, 0), (486, 477, &#039;页面设计下载&#039;, &#039;Design&#039;, &#039;Download&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1650538022, 0), (487, 38, &#039;商品购物车&#039;, &#039;GoodsCart&#039;, &#039;Index&#039;, &#039;&#039;, 70, 1, &#039;&#039;, 1661314317, 0), (488, 487, &#039;商品购物车删除&#039;, &#039;GoodsCart&#039;, &#039;Delete&#039;, &#039;&#039;, 71, 0, &#039;&#039;, 1661314473, 0), (489, 487, &#039;商品购物车详情&#039;, &#039;GoodsCart&#039;, &#039;Detail&#039;, &#039;&#039;, 72, 0, &#039;&#039;, 1661314498, 0), (490, 38, &#039;商品规格&#039;, &#039;GoodsSpecTemplate&#039;, &#039;Index&#039;, &#039;&#039;, 30, 1, &#039;&#039;, 1533112443, 0), (491, 490, &#039;商品规格删除&#039;, &#039;GoodsSpecTemplate&#039;, &#039;Delete&#039;, &#039;&#039;, 31, 0, &#039;&#039;, 1533119680, 0), (492, 490, &#039;商品规格状态更新&#039;, &#039;GoodsSpecTemplate&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 32, 0, &#039;&#039;, 1533119704, 0), (493, 490, &#039;商品规格添加\\/编辑页面&#039;, &#039;GoodsSpecTemplate&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 33, 0, &#039;&#039;, 1553964318, 0), (494, 490, &#039;商品规格添加\\/编辑&#039;, &#039;GoodsSpecTemplate&#039;, &#039;Save&#039;, &#039;&#039;, 34, 0, &#039;&#039;, 1553964354, 0), (495, 490, &#039;商品规格详情&#039;, &#039;GoodsSpecTemplate&#039;, &#039;Detail&#039;, &#039;&#039;, 35, 0, &#039;&#039;, 1553964354, 0), (496, 39, &#039;获取商品基础模板&#039;, &#039;Goods&#039;, &#039;BaseTemplate&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1553964354, 0), (497, 153, &#039;获取地区编号数据&#039;, &#039;Region&#039;, &#039;CodeData&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1553964354, 1704335391), (498, 340, &#039;应用分类&#039;, &#039;PluginsCategory&#039;, &#039;Index&#039;, &#039;&#039;, 20, 0, &#039;&#039;, 1553964354, 0), (499, 498, &#039;应用分类添加\\/编辑&#039;, &#039;PluginsCategory&#039;, &#039;Save&#039;, &#039;&#039;, 21, 0, &#039;&#039;, 1553964354, 0), (500, 498, &#039;应用分类删除&#039;, &#039;PluginsCategory&#039;, &#039;Delete&#039;, &#039;&#039;, 23, 0, &#039;&#039;, 1553964354, 1704335463), (501, 341, &#039;上传到商店页面&#039;, &#039;PluginsAdmin&#039;, &#039;StoreUploadInfo&#039;, &#039;&#039;, 23, 0, &#039;&#039;, 1553964354, 0), (502, 341, &#039;上传到商店处理&#039;, &#039;PluginsAdmin&#039;, &#039;StoreUpload&#039;, &#039;&#039;, 24, 0, &#039;&#039;, 1553964354, 0), (503, 182, &#039;短信日志&#039;, &#039;SmsLog&#039;, &#039;Index&#039;, &#039;&#039;, 50, 1, &#039;&#039;, 1661314317, 0), (504, 503, &#039;短信日志删除&#039;, &#039;SmsLog&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1661314473, 0), (505, 503, &#039;短信日志清空&#039;, &#039;SmsLog&#039;, &#039;AllDelete&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1661314473, 0), (506, 503, &#039;短信日志详情&#039;, &#039;SmsLog&#039;, &#039;Detail&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1661314498, 0), (510, 13, &#039;权限状态更新&#039;, &#039;Power&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 32, 0, &#039;&#039;, 1704334329, 1704334364), (511, 201, &#039;商品分类状态更新&#039;, &#039;GoodsCategory&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1704335339, 0), (512, 153, &#039;地区状态更新&#039;, &#039;Region&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1704335431, 0), (513, 498, &#039;应用状态更新&#039;, &#039;PluginsCategory&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 22, 0, &#039;&#039;, 1704335491, 1704335502), (514, 41, &#039;常用功能&#039;, &#039;Shortcutmenu&#039;, &#039;Index&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1704357796, 1704357829), (515, 514, &#039;常用功能保存&#039;, &#039;Shortcutmenu&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1704357886, 1704357917), (516, 514, &#039;常用功能排序&#039;, &#039;Shortcutmenu&#039;, &#039;Sort&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1704357912, 1704360847), (517, 514, &#039;常用功能删除&#039;, &#039;Shortcutmenu&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1704360870, 0), (518, 182, &#039;邮件日志&#039;, &#039;EmailLog&#039;, &#039;Index&#039;, &#039;&#039;, 60, 1, &#039;&#039;, 1661314317, 0), (519, 518, &#039;邮件日志删除&#039;, &#039;EmailLog&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1661314473, 0), (520, 518, &#039;邮件日志清空&#039;, &#039;EmailLog&#039;, &#039;AllDelete&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1661314473, 0), (521, 518, &#039;邮件日志详情&#039;, &#039;EmailLog&#039;, &#039;Detail&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1661314498, 0), (524, 178, &#039;订单发货页面&#039;, &#039;Order&#039;, &#039;DeliveryInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1553964354, 0), (525, 222, &#039;主题数据&#039;, &#039;ThemeData&#039;, &#039;Index&#039;, &#039;&#039;, 4, 1, &#039;&#039;, 1494381693, 1711549593), (526, 525, &#039;主题数据添加\\/编辑页面&#039;, &#039;ThemeData&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1494410699, 1711549612), (527, 525, &#039;主题数据添加\\/编辑&#039;, &#039;ThemeData&#039;, &#039;Save&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1494410699, 1711549612), (528, 525, &#039;主题数据上传&#039;, &#039;ThemeData&#039;, &#039;Upload&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1494405096, 1711549604), (529, 525, &#039;主题数据删除&#039;, &#039;ThemeData&#039;, &#039;Delete&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1494410655, 1711549608), (530, 525, &#039;主题数据下载&#039;, &#039;ThemeData&#039;, &#039;Download&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1494410699, 1711549612), (531, 525, &#039;主题数据详情&#039;, &#039;ThemeData&#039;, &#039;Detail&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1494410699, 1711549612), (532, 525, &#039;主题数据商品搜索&#039;, &#039;ThemeData&#039;, &#039;GoodsSearch&#039;, &#039;&#039;, 8, 0, &#039;&#039;, 1494410699, 1711549612), (533, 525, &#039;主题数据文章搜索&#039;, &#039;ThemeData&#039;, &#039;ArticleSearch&#039;, &#039;&#039;, 9, 0, &#039;&#039;, 1494410699, 1711549612), (534, 525, &#039;主题数据状态更新&#039;, &#039;ThemeData&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1494410699, 1711549612), (535, 222, &#039;附件管理&#039;, &#039;Attachment&#039;, &#039;Index&#039;, &#039;&#039;, 15, 1, &#039;&#039;, 1624519062, 1758099437), (536, 535, &#039;附件管理详情&#039;, &#039;Attachment&#039;, &#039;Detail&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1494410699, 1711549612), (537, 535, &#039;附件管理添加\\/编辑页面&#039;, &#039;Attachment&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1494410699, 1711549612), (538, 535, &#039;附件管理添加\\/编辑&#039;, &#039;Attachment&#039;, &#039;Save&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1494410699, 1711549612), (539, 535, &#039;附件管理删除&#039;, &#039;Attachment&#039;, &#039;Delete&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1494410699, 1711549612), (540, 222, &#039;附件分类&#039;, &#039;AttachmentCategory&#039;, &#039;Index&#039;, &#039;&#039;, 16, 0, &#039;&#039;, 1553964354, 1758099442), (541, 540, &#039;附件分类添加\\/编辑&#039;, &#039;AttachmentCategory&#039;, &#039;Save&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1553964354, 0), (542, 540, &#039;附件状态更新&#039;, &#039;AttachmentCategory&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1704335491, 1704335502), (543, 540, &#039;附件分类删除&#039;, &#039;AttachmentCategory&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1553964354, 1704335463), (544, 319, &#039;DIY装修&#039;, &#039;Diy&#039;, &#039;Index&#039;, &#039;&#039;, 20, 1, &#039;&#039;, 1624519062, 0), (545, 544, &#039;DIY装修添加\\/编辑页面&#039;, &#039;Diy&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1624519062, 0), (546, 544, &#039;DIY装修添加\\/编辑&#039;, &#039;Diy&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1624519062, 0), (547, 544, &#039;DIY装修状态更新&#039;, &#039;Diy&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1624519062, 0), (548, 544, &#039;DIY装修删除&#039;, &#039;Diy&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1624519062, 0), (549, 544, &#039;DIY装修导出&#039;, &#039;Diy&#039;, &#039;Download&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1624519062, 0), (550, 544, &#039;DIY装修导入&#039;, &#039;Diy&#039;, &#039;Upload&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1624519062, 0), (551, 640, &#039;附件Api-附件列表&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentList&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1624519062, 0), (552, 640, &#039;附件Api-附件保存&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentSave&#039;, &#039;&#039;, 12, 0, &#039;&#039;, 1624519062, 0), (553, 640, &#039;附件Api-附件删除&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentDelete&#039;, &#039;&#039;, 13, 0, &#039;&#039;, 1624519062, 0), (554, 640, &#039;附件Api-附件移动分类&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentMoveCategory&#039;, &#039;&#039;, 17, 0, &#039;&#039;, 1624519062, 0), (555, 640, &#039;附件Api-附件分类&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentCategory&#039;, &#039;&#039;, 10, 0, &#039;&#039;, 1624519062, 0), (556, 640, &#039;附件Api-附件上传&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentUpload&#039;, &#039;&#039;, 14, 0, &#039;&#039;, 1624519062, 0), (557, 640, &#039;附件Api-附件扫码上传数据&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentScanUploadData&#039;, &#039;&#039;, 16, 0, &#039;&#039;, 1624519062, 0), (558, 640, &#039;附件Api-附件分类保存&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentCategorySave&#039;, &#039;&#039;, 18, 0, &#039;&#039;, 1624519062, 0), (559, 640, &#039;附件Api-附件分类删除&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentCategoryDelete&#039;, &#039;&#039;, 19, 0, &#039;&#039;, 1624519062, 0), (560, 640, &#039;附件Api-附件远程下载&#039;, &#039;AttachmentApi&#039;, &#039;AttachmentCatch&#039;, &#039;&#039;, 15, 0, &#039;&#039;, 1624519062, 0), (561, 544, &#039;DIY装修Api-公共初始化&#039;, &#039;DiyApi&#039;, &#039;Init&#039;, &#039;&#039;, 20, 0, &#039;&#039;, 1624519062, 0), (566, 544, &#039;DIY装修详情&#039;, &#039;Diy&#039;, &#039;Detail&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1624519062, 0), (567, 544, &#039;DIY装修预览&#039;, &#039;Diy&#039;, &#039;Preview&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1624519062, 0), (568, 477, &#039;页面设计详情&#039;, &#039;Design&#039;, &#039;Detail&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1624519183, 0), (579, 544, &#039;DIY装修Api-DIY装修详情&#039;, &#039;DiyApi&#039;, &#039;DiyDetail&#039;, &#039;&#039;, 21, 0, &#039;&#039;, 1624519062, 0), (580, 544, &#039;DIY装修Api-DIY装修保存&#039;, &#039;DiyApi&#039;, &#039;DiySave&#039;, &#039;&#039;, 22, 0, &#039;&#039;, 1624519062, 0), (581, 544, &#039;DIY装修Api-DIY装修导入&#039;, &#039;DiyApi&#039;, &#039;DiyUpload&#039;, &#039;&#039;, 23, 0, &#039;&#039;, 1624519062, 0), (582, 544, &#039;DIY装修Api-DIY装修导出&#039;, &#039;DiyApi&#039;, &#039;DiyDownload&#039;, &#039;&#039;, 24, 0, &#039;&#039;, 1624519062, 0), (583, 182, &#039;错误日志&#039;, &#039;ErrorLog&#039;, &#039;Index&#039;, &#039;&#039;, 70, 1, &#039;&#039;, 1661314317, 0), (584, 583, &#039;错误日志删除&#039;, &#039;ErrorLog&#039;, &#039;Delete&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1661314473, 0), (585, 583, &#039;错误日志清空&#039;, &#039;ErrorLog&#039;, &#039;AllDelete&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1661314473, 0), (586, 583, &#039;错误日志详情&#039;, &#039;ErrorLog&#039;, &#039;Detail&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1661314498, 0), (587, 544, &#039;DIY装修模板市场&#039;, &#039;Diy&#039;, &#039;Market&#039;, &#039;&#039;, 8, 0, &#039;&#039;, 1624519062, 0), (588, 544, &#039;DIY装修Api-DIY装修模板市场&#039;, &#039;DiyApi&#039;, &#039;DiyMarket&#039;, &#039;&#039;, 26, 0, &#039;&#039;, 1624519062, 0), (589, 244, &#039;主题模板市场&#039;, &#039;ThemeAdmin&#039;, &#039;Market&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1494410699, 1711549612), (590, 477, &#039;页面设计模板市场&#039;, &#039;Design&#039;, &#039;Market&#039;, &#039;&#039;, 8, 0, &#039;&#039;, 1624519183, 0), (591, 341, &#039;应用插件市场&#039;, &#039;PluginsAdmin&#039;, &#039;Market&#039;, &#039;&#039;, 9, 0, &#039;&#039;, 1609820501, 0), (592, 259, &#039;支付插件市场&#039;, &#039;Payment&#039;, &#039;Market&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1537173653, 0), (593, 544, &#039;DIY装修Api-底部菜单保存&#039;, &#039;DiyApi&#039;, &#039;AppTabbarSave&#039;, &#039;&#039;, 27, 0, &#039;&#039;, 1624519062, 0), (594, 544, &#039;DIY装修Api-底部菜单数据&#039;, &#039;DiyApi&#039;, &#039;AppTabbarData&#039;, &#039;&#039;, 28, 0, &#039;&#039;, 1624519062, 0), (595, 544, &#039;DIY装修底部菜单&#039;, &#039;Diy&#039;, &#039;AppTabbar&#039;, &#039;&#039;, 9, 0, &#039;&#039;, 1624519062, 0), (596, 544, &#039;DIY装修Api-DIY装修模板安装&#039;, &#039;DiyApi&#039;, &#039;DiyInstall&#039;, &#039;&#039;, 25, 0, &#039;&#039;, 1624519062, 0), (597, 373, &#039;应用市场&#039;, &#039;Store&#039;, &#039;Market&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1661314317, 0), (600, 544, &#039;DIY装修上传页面&#039;, &#039;Diy&#039;, &#039;StoreUploadInfo&#039;, &#039;&#039;, 10, 0, &#039;&#039;, 1661314317, 0), (601, 544, &#039;DIY装修上传&#039;, &#039;Diy&#039;, &#039;StoreUpload&#039;, &#039;&#039;, 11, 0, &#039;&#039;, 1661314317, 0), (602, 544, &#039;主题上传页面&#039;, &#039;ThemeAdmin&#039;, &#039;StoreUploadInfo&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1661314317, 0), (603, 544, &#039;主题上传&#039;, &#039;ThemeAdmin&#039;, &#039;StoreUpload&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1661314317, 0), (604, 178, &#039;订单服务页面&#039;, &#039;Order&#039;, &#039;ServiceInfo&#039;, &#039;&#039;, 9, 0, &#039;&#039;, 1553964354, 0), (608, 535, &#039;附件管理上传&#039;, &#039;Attachment&#039;, &#039;Upload&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1553964354, 0), (610, 222, &#039;Form表单&#039;, &#039;FormInput&#039;, &#039;Index&#039;, &#039;&#039;, 12, 1, &#039;&#039;, 1624519062, 0), (611, 610, &#039;Form表单添加\\/编辑页面&#039;, &#039;FormInput&#039;, &#039;SaveInfo&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1624519062, 0), (612, 610, &#039;Form表单添加\\/编辑&#039;, &#039;FormInput&#039;, &#039;Save&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1624519062, 0), (613, 610, &#039;Form表单状态更新&#039;, &#039;FormInput&#039;, &#039;StatusUpdate&#039;, &#039;&#039;, 2, 0, &#039;&#039;, 1624519062, 0), (614, 610, &#039;Form表单删除&#039;, &#039;FormInput&#039;, &#039;Delete&#039;, &#039;&#039;, 3, 0, &#039;&#039;, 1624519062, 0), (615, 610, &#039;Form表单导出&#039;, &#039;FormInput&#039;, &#039;Download&#039;, &#039;&#039;, 4, 0, &#039;&#039;, 1624519062, 0), (616, 610, &#039;Form表单导入&#039;, &#039;FormInput&#039;, &#039;Upload&#039;, &#039;&#039;, 5, 0, &#039;&#039;, 1624519062, 0), (617, 610, &#039;Form表单详情&#039;, &#039;FormInput&#039;, &#039;Detail&#039;, &#039;&#039;, 6, 0, &#039;&#039;, 1624519062, 0), (618, 610, &#039;Form表单预览&#039;, &#039;FormInput&#039;, &#039;Preview&#039;, &#039;&#039;, 7, 0, &#039;&#039;, 1624519062, 0), (619, 610, &#039;Form表单模板市场&#039;, &#039;FormInput&#039;, &#039;Market&#039;, &#039;&#039;, 8, 0, &#039;&#039;, 1624519062, 0), (620, 610, &#039;Form表单上传商店&#039;, &#039;FormInput&#039;, &#039;StoreUpload&#039;, &#039;&#039;, 9, 0, &#039;&#039;, 1661314317, 0), (621, 610, &#039;Form表单Api-公共初始化&#039;, &#039;FormInputApi&#039;, &#039;Init&#039;, &#039;&#039;, 20, 0, &#039;&#039;, 1624519062, 0), (623, 610, &#039;Form表单上传商店页面&#039;, &#039;FormInput&#039;, &#039;StoreUploadInfo&#039;, &#039;&#039;, 10, 0, &#039;&#039;, 1661314317, 0), (633, 644, &#039;Form表单Api-列表&#039;, &#039;FormInputApi&#039;, &#039;FormInputList&#039;, &#039;&#039;, 21, 0, &#039;&#039;, 1624519062, 0), (634, 644, &#039;Form表单Api-详情&#039;, &#039;FormInputApi&#039;, &#039;FormInputDetail&#039;, &#039;&#039;, 22, 0, &#039;&#039;, 1624519062, 0), (635, 644, &#039;Form表单Api-保存&#039;, &#039;FormInputApi&#039;, &#039;FormInputSave&#039;, &#039;&#039;, 23, 0, &#039;&#039;, 1624519062, 0), (636, 644, &#039;Form表单Api-导入&#039;, &#039;FormInputApi&#039;, &#039;FormInputUpload&#039;, &#039;&#039;, 24, 0, &#039;&#039;, 1624519062, 0), (637, 644, &#039;Form表单Api-导出&#039;, &#039;FormInputApi&#039;, &#039;FormInputDownload&#039;, &#039;&#039;, 25, 0, &#039;&#039;, 1624519062, 0), (638, 644, &#039;Form表单Api-模板安装&#039;, &#039;FormInputApi&#039;, &#039;FormInputInstall&#039;, &#039;&#039;, 26, 0, &#039;&#039;, 1624519062, 0), (639, 644, &#039;Form表单Api-模板市场&#039;, &#039;FormInputApi&#039;, &#039;FormInputMarket&#039;, &#039;&#039;, 27, 0, &#039;&#039;, 1624519062, 0), (640, 222, &#039;附件Api&#039;, &#039;AttachmentApi&#039;, &#039;Index&#039;, &#039;&#039;, 17, 0, &#039;&#039;, 1624519062, 1758099447), (641, 222, &#039;Form表单数据&#039;, &#039;FormInputData&#039;, &#039;Index&#039;, &#039;&#039;, 13, 0, &#039;&#039;, 1624519062, 0), (642, 641, &#039;Form表单数据详情&#039;, &#039;FormInputData&#039;, &#039;Detail&#039;, &#039;&#039;, 0, 0, &#039;&#039;, 1624519183, 0), (643, 641, &#039;Form表单数据删除&#039;, &#039;FormInputData&#039;, &#039;Delete&#039;, &#039;&#039;, 1, 0, &#039;&#039;, 1624519183, 0), (644, 222, &#039;Form表单Api&#039;, &#039;FormInputApi&#039;, &#039;Index&#039;, &#039;&#039;, 14, 0, &#039;&#039;, 1758099415, 0), (645, 13, &#039;权限导出&#039;, &#039;Power&#039;, &#039;Export&#039;, &#039;&#039;, 35, 0, &#039;&#039;, 0, 0);\"}', '6.02MB', 0.096394, 1758634564);
COMMIT;
-- ----------------------------
-- Table structure for sxo_express
-- ----------------------------
DROP TABLE IF EXISTS `sxo_express`;
CREATE TABLE `sxo_express` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`pid` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`icon` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'icon图标',
`name` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '',
`website_url` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '01',
`sort` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 14 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_express
-- ----------------------------
BEGIN;
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', '', 'https://www.sf-express.com/', 1, 0, 1526350443, 1673094014), (2, 0, '/static/upload/images/express/images/20180917104538_logo.png', '', 'https://www.yto.net.cn/', 1, 0, 1526350453, 1673244554), (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, 1690020683), (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);
COMMIT;
-- ----------------------------
-- Table structure for sxo_form_input
-- ----------------------------
DROP TABLE IF EXISTS `sxo_form_input`;
CREATE TABLE `sxo_form_input` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`md5_key` char(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'key',
`logo` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'logo',
`name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`describe` char(230) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`access_count` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '访',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '01',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `name`(`name` ASC) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE,
INDEX `md5_key`(`md5_key` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = 'form表单';
-- ----------------------------
-- Records of sxo_form_input
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_form_input_data
-- ----------------------------
DROP TABLE IF EXISTS `sxo_form_input_data`;
CREATE TABLE `sxo_form_input_data` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`forminput_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'form表单id',
`user_id` int UNSIGNED NULL DEFAULT 0 COMMENT 'id',
`form_data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `forminput_id`(`forminput_id` ASC) USING BTREE,
INDEX `user_id`(`user_id` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = 'form表单数据';
-- ----------------------------
-- Records of sxo_form_input_data
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_form_table_user_fields
-- ----------------------------
DROP TABLE IF EXISTS `sxo_form_table_user_fields`;
CREATE TABLE `sxo_form_table_user_fields` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`user_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id或用户id',
`user_type` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 1',
`md5_key` char(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'form表格数据唯一key',
`fields` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'json格式存储',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `user_id`(`user_id` ASC) USING BTREE,
INDEX `user_type`(`user_type` ASC) USING BTREE,
INDEX `md5_key`(`md5_key` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_form_table_user_fields
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_goods
-- ----------------------------
DROP TABLE IF EXISTS `sxo_goods`;
CREATE TABLE `sxo_goods` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`brand_id` int UNSIGNED NULL DEFAULT 0 COMMENT 'id',
`site_type` tinyint(1) NOT NULL DEFAULT -1 COMMENT '[0, 1, 2, 3, 4+]',
`title` char(160) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`title_color` char(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`simple_desc` char(230) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`spec_desc` char(230) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`approval_number` char(180) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`coding` char(180) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`model` char(180) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`produce_company` char(180) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`produce_region` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`inventory` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`inventory_unit` char(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`images` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`original_price` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci 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 UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`buy_min_number` int UNSIGNED NOT NULL DEFAULT 1 COMMENT ' 1',
`buy_max_number` int UNSIGNED NOT NULL DEFAULT 0 COMMENT ' 100000000, 0',
`is_deduction_inventory` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '0, 1',
`is_shelves` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT ', 0, 1',
`content_web` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`photo_count` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`sales_count` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`access_count` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '访',
`video` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`is_exist_many_spec` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 1',
`spec_base` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`fictitious_goods_value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`sort_level` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`share_images` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`seo_title` char(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'SEO标题',
`seo_keywords` char(130) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'SEO关键字',
`seo_desc` char(230) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'SEO描述',
`is_delete_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '0 , 0',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `title`(`title` ASC) USING BTREE,
INDEX `access_count`(`access_count` ASC) USING BTREE,
INDEX `photo_count`(`photo_count` ASC) USING BTREE,
INDEX `is_shelves`(`is_shelves` ASC) USING BTREE,
INDEX `brand_id`(`brand_id` ASC) USING BTREE,
INDEX `sales_count`(`sales_count` ASC) USING BTREE,
INDEX `is_delete_time`(`is_delete_time` ASC) USING BTREE,
INDEX `sort_level`(`sort_level` ASC) USING BTREE,
INDEX `access_sales_id_desc`(`access_count` ASC, `sales_count` ASC, `id` ASC) USING BTREE,
INDEX `sort_level_id_desc`(`sort_level` ASC, `id` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 110 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_goods
-- ----------------------------
BEGIN;
INSERT INTO `sxo_goods` (`id`, `brand_id`, `site_type`, `title`, `title_color`, `simple_desc`, `spec_desc`, `approval_number`, `coding`, `model`, `produce_company`, `produce_region`, `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`, `sort_level`, `share_images`, `seo_title`, `seo_keywords`, `seo_desc`, `is_delete_time`, `add_time`, `upd_time`) VALUES (1, 12, -1, '16 i5 16(13i5-13500H 16G 512G) ', '', '16 i5 16(13i5-13500H 16G 512G) ', '', '', '', '16', '', 1, 1517, '', '/static/upload/images/goods/2023/08/12/1691832443984882.png', '9200.00', 9200.00, 9200.00, '2100.12', 2100.12, 2100.12, 10, 1, 0, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/12/1691832377600902.png\" title=\"1691832377600902.png\" alt=\"截屏2023-08-12 17.23.05.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691832382882584.png\" title=\"1691832382882584.png\" alt=\"截屏2023-08-12 17.23.34.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691832386387138.png\" title=\"1691832386387138.png\" alt=\"截屏2023-08-12 17.23.48.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691832391391925.png\" title=\"1691832391391925.png\" alt=\"截屏2023-08-12 17.24.06.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691832395282530.png\" title=\"1691832395282530.png\" alt=\"截屏2023-08-12 17.24.19.png\"/></p><p><br/></p><p><br/></p>', 1, 171, 6167, '', 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: \">https://pan.baidu.com/s/18xyUNruvohr5JCdorvaz5w</a><span style=\"box-sizing: border-box; color: rgb(51, 51, 51); font-family: \">&nbsp; &nbsp; &nbsp;&nbsp;</span><span style=\"box-sizing: border-box; color: rgb(51, 51, 51); font-family: \">v3y4-33</span></p>', 0, '', '', '', '', 0, 1547450921, 1693126392), (2, 8, -1, 'MateBook 14 2023 13 i5 16G 1T 14/2K触控全面屏/ ', '', 'MateBook 14 2023 13 i5 16G 1T 14/2K触控全面屏/ ', '', '', '', 'MateBook 14', '', 19, 266664, '', '/static/upload/images/goods/2023/08/12/1691830293182918.png', '6000.00-6800.00', 6000.00, 6800.00, '4500.00-5500.00', 4500.00, 5500.00, 30, 1, 0, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/12/1691829803316804.png\" title=\"1691829803316804.png\" alt=\"截屏2023-08-12 16.40.01.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691829808460903.png\" title=\"1691829808460903.png\" alt=\"截屏2023-08-12 16.40.09.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691829813811407.png\" title=\"1691829813811407.png\" alt=\"截屏2023-08-12 16.40.19.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691829818501892.png\" title=\"1691829818501892.png\" alt=\"截屏2023-08-12 16.41.13.png\"/></p><p><br/></p><p><br/></p><p><br/></p>', 1, 199, 10127, '', 1, '', '', 0, '', '', '', '', 0, 1547451624, 1693284683), (3, 9, -1, 'Apple MacBook Pro 14 M1 Pro芯片(8 14) 16G 512G MKGP3CH/A', '', 'Apple MacBook Pro 14 M1 Pro芯片(8 14) 16G 512G MKGP3CH/A', '', '', '', 'Apple MacBook Pro 14', '', 35, 888888, '', '/static/upload/images/goods/2023/08/12/1691830511475725.png', '19000.00', 19000.00, 19000.00, '15900.00', 15900.00, 15900.00, 20, 1, 4, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/12/1691829236843759.jpeg\" title=\"1691829236843759.jpeg\" alt=\"c91987a552115e8a.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691829245863546.jpeg\" title=\"1691829245863546.jpeg\" alt=\"f23ebee50fae457c.jpeg\"/></p><p><br/></p>', 2, 215, 10429, '', 0, '', '', 0, '', '', '', '', 0, 1547452007, 1693284931), (4, 11, -1, 'HP66 202314(13i5-1340P 16G 1T AI新体验)', '', 'HP66 202314(13i5-1340P 16G 1T AI新体验)', '', '', '', '6614', '', 19, 878, '', '/static/upload/images/goods/2023/08/12/1691831046790794.png', '2300.00', 2300.00, 2300.00, '1999.00', 1999.00, 1999.00, 19, 1, 0, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/12/1691828836385323.png\" title=\"1691828836385323.png\" alt=\"截屏2023-08-12 16.21.53.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691828844665561.png\" title=\"1691828844665561.png\" alt=\"截屏2023-08-12 16.22.06.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691828851964308.png\" title=\"1691828851964308.png\" alt=\"截屏2023-08-12 16.22.26.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691828857590839.png\" title=\"1691828857590839.png\" alt=\"截屏2023-08-12 16.22.51.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691828863550756.png\" title=\"1691828863550756.png\" alt=\"截屏2023-08-12 16.23.05.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691828867505745.png\" title=\"1691828867505745.png\" alt=\"截屏2023-08-12 16.23.23.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691828870712232.png\" title=\"1691828870712232.png\" alt=\"截屏2023-08-12 16.23.41.png\"/></p><p><br/></p><p><br/></p>', 2, 53, 2555, '', 0, '', '', 0, '', '', '', '', 0, 1547452553, 1693237649), (5, 8, -1, 'HUAWEI Mate 50 Pro XMAGE影像 256GB 鸿', '', 'HUAWEI Mate 50 Pro XMAGE影像 256GB 鸿', '', '', '', '', '', 19, 877, '', '/static/upload/images/goods/2023/08/12/1691826776365755.png', '6800.00', 6800.00, 6800.00, '5000.00', 5000.00, 5000.00, 56, 1, 0, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/12/1691827475272976.png\" title=\"1691827475272976.png\" alt=\"截屏2023-08-12 15.53.51.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691827486979998.png\" title=\"1691827486979998.png\" alt=\"截屏2023-08-12 15.54.01.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691827499314526.png\" title=\"1691827499314526.png\" alt=\"截屏2023-08-12 15.54.14.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691827507900924.png\" title=\"1691827507900924.png\" alt=\"截屏2023-08-12 15.54.26.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691827515845673.png\" title=\"1691827515845673.png\" alt=\"截屏2023-08-12 15.55.14.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691827555731903.png\" title=\"1691827555731903.png\" alt=\"截屏2023-08-12 15.57.47.png\"/></p><p><br/></p>', 1, 181, 9237, '', 0, '', '', 0, '', '', '', '', 0, 1547452798, 1693237221), (6, 10, -1, 'vivo iQOO Neo8 12GB+256GB 8+ V1+ 120W超快闪充 144Hz高刷 5G游戏电竞性能手机', '', 'vivo iQOO Neo8 12GB+256GB 8+ V1+ 120W超快闪充 144Hz高刷 5G游戏电竞性能手机', '', '', '', 'vivo iQOO Neo', '', 19, 877, '', '/static/upload/images/goods/2023/08/12/1691824925751938.png', '5400.00', 5400.00, 5400.00, '3500.00', 3500.00, 3500.00, 65, 1, 0, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/12/1691826204910905.png\" title=\"1691826204910905.png\" alt=\"截屏2023-08-12 15.34.50.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691826211530116.png\" title=\"1691826211530116.png\" alt=\"截屏2023-08-12 15.35.03.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691826216620275.png\" title=\"1691826216620275.png\" alt=\"截屏2023-08-12 15.35.17.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691826222270713.png\" title=\"1691826222270713.png\" alt=\"截屏2023-08-12 15.35.29.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691826226253803.png\" title=\"1691826226253803.png\" alt=\"截屏2023-08-12 15.35.42.png\"/></p><p><br/></p><p><br/></p>', 1, 146, 7875, '', 0, '', '', 0, '', '', '', '', 0, 1547453135, 1693285023), (7, 19, -1, 'CohnimKevin轻奢品牌女士包包女包单肩斜挎手提七夕情人节生日礼物送女友老婆 c02054米白色', '', '', '', '', '', 'c02054米白色', '', 35, 877, '', '/static/upload/images/goods/2023/08/15/1692080737909286.png', '700.00', 700.00, 700.00, '130.00', 130.00, 130.00, 11, 1, 0, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/14/1691982517423442.jpeg\" title=\"1691982517423442.jpeg\" alt=\"80bc7902d293e789.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691982541729356.jpeg\" title=\"1691982541729356.jpeg\" alt=\"26ba0e862c6c51d0.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691982548999591.jpeg\" title=\"1691982548999591.jpeg\" alt=\"4415c45dc5d01619.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691982552969620.jpeg\" title=\"1691982552969620.jpeg\" alt=\"020542b932c93818.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691982558477549.jpeg\" title=\"1691982558477549.jpeg\" alt=\"772934dec1af6306.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691982564622907.jpeg\" title=\"1691982564622907.jpeg\" alt=\"c674657dbf374805.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691982569733444.jpeg\" title=\"1691982569733444.jpeg\" alt=\"3641063eb694f484.jpeg\"/></p><p><br/></p>', 1, 60, 1917, '', 0, '', '', 0, '', '', '', '', 0, 1547453967, 1693234922), (8, 18, -1, 'pierre cardin2023 M-95-105', '', 'pierre cardin2023 M-95-105', '', '', '', ' M-95-105', '', 19, 75, '', '/static/upload/images/goods/2023/08/14/1691981199467207.png', '299.00-428.00', 299.00, 428.00, '268.00-356.00', 268.00, 356.00, 8, 1, 0, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/14/1691981552646443.jpeg\" title=\"1691981552646443.jpeg\" alt=\"f0c7c98f0e2d657a.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691981708429646.jpeg\" title=\"1691981708429646.jpeg\" alt=\"b194d13b209d8d51.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691981563790985.jpeg\" title=\"1691981563790985.jpeg\" alt=\"7d2857a3f7bd3b6e.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691981572751256.jpeg\" title=\"1691981572751256.jpeg\" alt=\"301b42184857f26f.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691981578921879.jpeg\" title=\"1691981578921879.jpeg\" alt=\"47ecec2e3b591018.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691981588510583.jpeg\" title=\"1691981588510583.jpeg\" alt=\"5c8029697913c145.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691981594441933.jpeg\" title=\"1691981594441933.jpeg\" alt=\"f70b6ceaf59bd1ad.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691981602797480.jpeg\" title=\"1691981602797480.jpeg\" alt=\"8f765f7675e2417f.jpeg\"/></p>', 1, 215, 10569, '', 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: \">https://pan.baidu.com/s/18xyUNruvohr5JCdorvaz5w</a><span style=\"box-sizing: border-box; color: rgb(51, 51, 51); font-family: \">&nbsp; &nbsp; &nbsp;&nbsp;</span><span style=\"box-sizing: border-box; color: rgb(51, 51, 51); font-family: \">v3y4-33</span></p>', 0, '', '', '', '', 0, 1547454269, 1693126392), (9, 17, 4, 'SHIROMA 西 S', '', 'SHIROMA 西 S', '', '', '', '西 S', '', 33, 10666656, '', '/static/upload/images/goods/2023/08/14/1691980079575635.png', '160.00', 160.00, 160.00, '120.00', 120.00, 120.00, 2, 1, 0, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/14/1691980637926632.jpeg\" title=\"1691980637926632.jpeg\" alt=\"afc398a681f799bd.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691980650796377.jpeg\" title=\"1691980650796377.jpeg\" alt=\"b389b005e23687d3.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691980676639236.jpeg\" title=\"1691980676639236.jpeg\" alt=\"c88f33e9ff202283.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691980683406570.jpeg\" title=\"1691980683406570.jpeg\" alt=\"c341c819b70e7d08.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691980688105551.jpeg\" title=\"1691980688105551.jpeg\" alt=\"d4bc071405542688.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691980696623584.jpeg\" title=\"1691980696623584.jpeg\" alt=\"46904123c8df65bc.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691980703617945.jpeg\" title=\"1691980703617945.jpeg\" alt=\"3a6b95cd1422b6bc.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691980708438566.jpeg\" title=\"1691980708438566.jpeg\" alt=\"5d145f272b217693.jpeg\"/></p><p><br/></p><p><br/></p><p><br/></p>', 1, 194, 9283, '/static/upload/video/goods/2023/08/17/1692267246598639.mp4', 1, '[{\"title\":\"颜色\",\"value\":[\"白色\",\"粉色\",\"黑色\"]},{\"title\":\"尺码\",\"value\":[\"S\",\"M\",\"L\",\"XL\"]}]', '', 0, '', '', '', '', 0, 1547454786, 1693237071), (10, 16, 1, 'Polo领一片式系带针织长裙', '', 'Polo领一片式系带针织长裙', '', '', '', 'Polo领', '', 9, 88888, '', '/static/upload/images/goods/2023/08/14/1691977878897545.png', '568.00', 568.00, 568.00, '228.00', 228.00, 228.00, 20, 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&nbsp;</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>&nbsp;</strong></strong></strong></span><span style=\"font-size: 18px;\"><strong><strong><strong>&nbsp;</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: 新宋体;\">CM1~3MM们谅解哦</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><br/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691979298102584.png\" title=\"1691979298102584.png\" alt=\"截屏2023-08-14 09.53.27.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691979323816227.png\" title=\"1691979323816227.png\" alt=\"截屏2023-08-14 09.54.10.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691979330939435.png\" title=\"1691979330939435.png\" alt=\"截屏2023-08-14 09.54.27.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691979342342357.png\" title=\"1691979342342357.png\" alt=\"截屏2023-08-14 09.54.36.png\"/></p>', 1, 52, 7690, '/static/upload/video/goods/2023/08/17/1692267725487534.mp4', 0, '', '', 0, '', '', '', '', 0, 1547455375, 1693238016), (11, 15, -1, 'FILA 2023V领网球运动短袖连身裙 RD宝蓝-NV 165/84A/M', '', 'FILA 2023V领网球运动短袖连身裙 RD宝蓝-NV 165/84A/M', '', '', '', 'NV 165/84A/M', '', 1, 2666664, '', '/static/upload/images/goods/2023/08/12/1691836236770925.png', '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: left;\"><img src=\"/static/upload/images/goods/2023/08/12/1691836485950943.jpeg\" title=\"1691836485950943.jpeg\" alt=\"50c31866f4514934.jpeg\"/></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: left;\"><img src=\"/static/upload/images/goods/2023/08/12/1691836493757182.jpeg\" title=\"1691836493757182.jpeg\" alt=\"38ba5e598fcbaa86.jpeg\"/></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: left;\"><img src=\"/static/upload/images/goods/2023/08/12/1691836499159372.jpeg\" title=\"1691836499159372.jpeg\" alt=\"b59f10cf74dd5d1d.jpeg\"/></p><p><br/></p>', 1, 200011, 10000701, '', 1, '', '', 0, '', '', '', '', 0, 1547455700, 1693237903), (12, 14, -1, 'Nanjiren', '', 'Nanjiren', '', '', '', '35678', '', 19, 2000, '', '/static/upload/images/goods/2023/08/12/1691835373537126.png', '1.00-673.00', 1.00, 673.00, '10.00-40.00', 10.00, 40.00, 100, 1, 0, 0, 1, '<p><img src=\"/static/upload/images/goods/2023/08/12/1691835697559233.png\" title=\"1691835697559233.png\" alt=\"截屏2023-08-12 18.17.06.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691835704154657.png\" title=\"1691835704154657.png\" alt=\"截屏2023-08-12 18.17.17.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691835708771308.png\" title=\"1691835708771308.png\" alt=\"截屏2023-08-12 18.17.27.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691835712880551.png\" title=\"1691835712880551.png\" alt=\"截屏2023-08-12 18.17.39.png\"/></p><p><br/></p>', 1, 27, 2047, '', 1, '', '', 0, '', '', ',', '', 0, 1547456230, 1693237967), (25, 9, -1, 'Apple iPhone 14 Pro Max (A2896) 256GB 5G ', '', '5G ', '', '', '', 'Apple iPhone 14 Pro Max', '', 35, 888888, '', '/static/upload/images/goods/2023/08/12/1691824121231788.png', '9800.00', 9800.00, 9800.00, '3400.00', 3400.00, 3400.00, 0, 2, 4, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/12/1691825526466882.jpg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691825559410156.jpg\"/></p>', 1, 0, 263, '', 0, '', '', 0, '', '', '', '', 0, 1651832307, 1693237146), (32, 8, -1, ' 50z 5000AI三摄 5000mAh超能续航 128GB 鸿', '', '5000AI三摄 5000mAh超能续航 128GB 鸿', '', '', '', ' 50z', '', 9, 1517, '', '/static/upload/images/goods/2023/08/12/1691823431903231.png', '3200.00', 3200.00, 3200.00, '2600.00', 2600.00, 2600.00, 10, 1, 0, 1, 1, '<p><br/></p><p><br/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691825240608986.jpg\"/></p><p><img src=\"https://img30.360buyimg.com/sku/jfs/t1/185684/32/36235/19245/64d1f415F481cce51/97374697a4f5d3ea.jpg.avif\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691825409695125.png\" title=\"1691825409695125.png\" alt=\"截屏2023-08-12 15.28.50.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691825418903590.png\" title=\"1691825418903590.png\" alt=\"截屏2023-08-12 15.29.15.png\"/></p><p><br/></p>', 1, 164, 5953, '', 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: \">https://pan.baidu.com/s/18xyUNruvohr5JCdorvaz5w</a><span style=\"box-sizing: border-box; color: rgb(51, 51, 51); font-family: \">&nbsp; &nbsp; &nbsp;&nbsp;</span><span style=\"box-sizing: border-box; color: rgb(51, 51, 51); font-family: \">v3y4-33</span></p>', 0, '', '', '', '', 0, 1547450921, 1693237177), (74, 13, 4, 'PLAYBOYT恤男2023夏季冰丝T恤男士立领休闲POLO打底衫上衣纯色衣服', '', 'PLAYBOYT恤男2023夏季冰丝T恤男士立领休闲POLO打底衫上衣纯色衣服', '', '', '', 'T恤男2023夏季冰丝', '', 19, 60, '', '/static/upload/images/goods/2023/08/12/1691834999411165.png', '160.00', 160.00, 160.00, '120.00', 120.00, 120.00, 2, 1, 0, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/12/1691834871558142.png\" title=\"1691834871558142.png\" alt=\"截屏2023-08-12 17.54.04.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691834878159970.png\" title=\"1691834878159970.png\" alt=\"截屏2023-08-12 17.54.14.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691834882455325.png\" title=\"1691834882455325.png\" alt=\"截屏2023-08-12 17.54.23.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691834887521471.png\" title=\"1691834887521471.png\" alt=\"截屏2023-08-12 17.54.34.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/12/1691834891837211.png\" title=\"1691834891837211.png\" alt=\"截屏2023-08-12 17.54.47.png\"/></p><p><br/></p>', 1, 0, 220, '', 1, '[{\"title\":\"颜色\",\"value\":[\"白色\",\"粉色\",\"黑色\"]}]', '', 0, '', '', '', '', 0, 1680668547, 1693238627), (98, 20, -1, 'GUCCI古驰GG Marmont系列小号绗缝女士肩背包斜挎包 ', '', 'GUCCI古驰GG Marmont系列小号绗缝女士肩背包斜挎包 ', '', '', '', '', '', 35, 88888, '', '/static/upload/images/goods/2023/08/15/1692078380856633.png', '28000.00', 28000.00, 28000.00, '26900.00', 26900.00, 26900.00, 0, 1, 5, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/14/1691983213889964.png\" title=\"1691983213889964.png\" alt=\"dae02c427f6d4ed0.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691983221350725.png\" title=\"1691983221350725.png\" alt=\"3b57b165392bf578.png\"/></p><p><br/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691983247500656.png\" title=\"1691983247500656.png\" alt=\"e12d5e7457909ce7.png\"/></p><p><br/></p><p><br/></p>', 1, 0, 14, '', 0, '', '', 0, '', '', '', '', 0, 1691983301, 1693235317), (99, 21, -1, 'HLA海澜之家短袖T恤男夏新疆棉微弹圆领数码印花t恤男', '', 'HLA海澜之家短袖T恤男夏新疆棉微弹圆领数码印花t恤男', '', '', '', 't恤男', '', 1, 88888, '', '/static/upload/images/goods/2023/08/14/1691994396257476.png', '120.00', 120.00, 120.00, '88.00', 88.00, 88.00, 0, 1, 0, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/14/1691994898735499.png\" title=\"1691994898735499.png\" alt=\"截屏2023-08-14 14.28.02.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691994917804872.png\" title=\"1691994917804872.png\" alt=\"截屏2023-08-14 14.28.15.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691994924628415.png\" title=\"1691994924628415.png\" alt=\"截屏2023-08-14 14.28.36.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691994931354691.png\" title=\"1691994931354691.png\" alt=\"截屏2023-08-14 14.28.46.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691994935562238.png\" title=\"1691994935562238.png\" alt=\"截屏2023-08-14 14.29.06.png\"/></p>', 1, 0, 11, '', 0, '', '', 0, '', '', '', '', 0, 1691994986, 1693236668), (100, 22, -1, ' 2201绿 XL码140-160', '', ' 2201绿 XL码140-160', '', '', '', '2201绿 XL码140-160', '', 21, 88888, '', '/static/upload/images/goods/2023/08/14/1691995464796317.png', '200.00', 200.00, 200.00, '160.00', 160.00, 160.00, 0, 1, 0, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/14/1691995907479445.png\" title=\"1691995907479445.png\" alt=\"截屏2023-08-14 14.46.04.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691995915250299.png\" title=\"1691995915250299.png\" alt=\"截屏2023-08-14 14.46.39.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691995921520538.png\" title=\"1691995921520538.png\" alt=\"截屏2023-08-14 14.46.54.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691995926708720.png\" title=\"1691995926708720.png\" alt=\"截屏2023-08-14 14.47.02.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691995935519352.png\" title=\"1691995935519352.png\" alt=\"截屏2023-08-14 14.47.12.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691995941891876.png\" title=\"1691995941891876.png\" alt=\"截屏2023-08-14 14.47.21.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691995946950732.png\" title=\"1691995946950732.png\" alt=\"截屏2023-08-14 14.47.37.png\"/></p>', 1, 0, 19, '', 0, '', '', 0, '', '', '', '', 0, 1691995961, 1693236598), (101, 23, -1, 'COACH PVC4455IMDQC', '', 'COACH PVC4455IMDQC', '', '', '', 'PVC4455IMDQC', '', 35, 88888, '', '/static/upload/images/goods/2023/08/14/1691996824307963.png', '16890.00', 16890.00, 16890.00, '13997.00', 13997.00, 13997.00, 0, 1, 0, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/14/1691997191254126.png\" title=\"1691997191254126.png\" alt=\"截屏2023-08-14 15.07.54.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691997198671732.png\" title=\"1691997198671732.png\" alt=\"截屏2023-08-14 15.08.06.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691997205743458.png\" title=\"1691997205743458.png\" alt=\"截屏2023-08-14 15.08.16.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691997211355818.png\" title=\"1691997211355818.png\" alt=\"截屏2023-08-14 15.08.29.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691997217563755.png\" title=\"1691997217563755.png\" alt=\"截屏2023-08-14 15.08.47.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691997220388481.png\" title=\"1691997220388481.png\" alt=\"截屏2023-08-14 15.08.57.png\"/></p><p><br/></p>', 1, 0, 9, '', 0, '', '', 0, '', '', '', '', 0, 1691997246, 1693235925), (102, 24, -1, 'Samsonite15.6 TX5黑色', '', 'Samsonite15.6 TX5黑色', '', '', '', ' TX5黑色', '', 35, 88888, '', '/static/upload/images/goods/2023/08/15/1692070668885949.png', '900.00', 900.00, 900.00, '680.00', 680.00, 680.00, 0, 1, 0, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/14/1691998232498590.png\" title=\"1691998232498590.png\" alt=\"截屏2023-08-14 15.27.47.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691998240310902.png\" title=\"1691998240310902.png\" alt=\"截屏2023-08-14 15.28.00.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691998248824258.png\" title=\"1691998248824258.png\" alt=\"截屏2023-08-14 15.28.13.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691998256740994.png\" title=\"1691998256740994.png\" alt=\"截屏2023-08-14 15.28.22.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691998264851776.png\" title=\"1691998264851776.png\" alt=\"截屏2023-08-14 15.28.32.png\"/></p><p><br/></p>', 1, 0, 13, '', 0, '', '', 0, '', '', '', '', 0, 1691998269, 1693235663), (103, 25, -1, 'Yves Saint LaurentYSL圣罗兰杨树林女包Monogram信封woc黑色鱼子酱链条包单肩斜挎包 22.5*14*4 ', '', 'Yves Saint LaurentYSL圣罗兰杨树林女包Monogram信封woc黑色鱼子酱链条包单肩斜挎包 22.5*14*4 ', '', '', '', ' 22.5*14*4 ', '', 1, 88888, '', '/static/upload/images/goods/2023/08/14/1691999334494128.png', '670.00', 670.00, 670.00, '489.00', 489.00, 489.00, 0, 1, 0, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/14/1691999752973519.png\" title=\"1691999752973519.png\" alt=\"截屏2023-08-14 15.49.32.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691999761383333.png\" title=\"1691999761383333.png\" alt=\"截屏2023-08-14 15.50.50.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691999770935537.png\" title=\"1691999770935537.png\" alt=\"截屏2023-08-14 15.51.02.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691999780130379.png\" title=\"1691999780130379.png\" alt=\"截屏2023-08-14 15.51.09.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691999786841156.png\" title=\"1691999786841156.png\" alt=\"截屏2023-08-14 15.51.22.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691999792436424.png\" title=\"1691999792436424.png\" alt=\"截屏2023-08-14 15.51.36.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1691999798629765.png\" title=\"1691999798629765.png\" alt=\"截屏2023-08-14 15.51.47.png\"/></p>', 1, 0, 13, '', 0, '', '', 0, '', '', '', '', 0, 1691999830, 1693236446), (104, 26, -1, 'Yves Saint LaurentYSL圣罗兰杨树林女包Monogram信封woc黑色鱼子酱链条包单肩斜挎包 22.5*14*4 ', '', '', '', '', '', ' 22.5*14*4 ', '', 35, 88888, '', '/static/upload/images/goods/2023/08/14/1692000963306994.png', '13000.00', 13000.00, 13000.00, '9800.00', 9800.00, 9800.00, 0, 1, 0, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/14/1692001124233965.jpeg\" title=\"1692001124233965.jpeg\" alt=\"15d0b2885e052ec2.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1692001157164542.jpeg\" title=\"1692001157164542.jpeg\" alt=\"5aa001dda6e8feb8.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1692001164283352.jpeg\" title=\"1692001164283352.jpeg\" alt=\"847997a3879f7eb1.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1692001172263788.jpeg\" title=\"1692001172263788.jpeg\" alt=\"52788c672d19269e.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1692001177919245.jpeg\" title=\"1692001177919245.jpeg\" alt=\"9874b3b8ac6c21cd.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1692001183695897.jpeg\" title=\"1692001183695897.jpeg\" alt=\"45f3a6de7d6f5d9f.jpeg\"/></p>', 1, 0, 25, '', 0, '', '', 0, '', '', '', '', 0, 1692001209, 1693236042), (105, 27, -1, ' / ', '', '// ', '', '', '', '', '', 35, 88888, '', '/static/upload/images/goods/2023/08/14/1692002344829640.png', '6600.00', 6600.00, 6600.00, '5000.00', 5000.00, 5000.00, 0, 1, 0, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/14/1692002536736863.jpeg\" title=\"1692002536736863.jpeg\" alt=\"2e7869813e67269b.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1692002546723224.jpeg\" title=\"1692002546723224.jpeg\" alt=\"68bacc6d8cd79bd1.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1692002553395716.jpeg\" title=\"1692002553395716.jpeg\" alt=\"811e2ba666a99ccf.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1692002562225652.jpeg\" title=\"1692002562225652.jpeg\" alt=\"19882f9a4511ca20.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1692002568893939.jpeg\" title=\"1692002568893939.jpeg\" alt=\"896511fd09de3ff3.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1692002578810253.jpeg\" title=\"1692002578810253.jpeg\" alt=\"b71623404663d055.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1692002587392229.jpeg\" title=\"1692002587392229.jpeg\" alt=\"bfcb3bd2daf6474f.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1692002594491922.jpeg\" title=\"1692002594491922.jpeg\" alt=\"c4af8cc1d500081b.jpeg\"/></p>', 1, 0, 5, '', 0, '', '', 0, '', '', '', '', 0, 1692002599, 1693235790), (106, 23, -1, 'COACH PVC配皮C3599IMOTV', '', 'COACH PVC配皮C3599IMOTV', '', '', '', 'PVC配皮C3599IMOTV', '', 35, 88888, '', '/static/upload/images/goods/2023/08/14/1692002974459810.png', '19000.00', 19000.00, 19000.00, '5000.00', 5000.00, 5000.00, 0, 1, 0, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/14/1692003365184980.png\" title=\"1692003365184980.png\" alt=\"截屏2023-08-14 16.50.31.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1692003387395668.png\" title=\"1692003387395668.png\" alt=\"截屏2023-08-14 16.50.43.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1692003399805476.png\" title=\"1692003399805476.png\" alt=\"截屏2023-08-14 16.50.51.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1692003420445359.png\" title=\"1692003420445359.png\" alt=\"截屏2023-08-14 16.51.00.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1692003445795336.png\" title=\"1692003445795336.png\" alt=\"截屏2023-08-14 16.51.09.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/14/1692003482341718.png\" title=\"1692003482341718.png\" alt=\"截屏2023-08-14 16.51.35.png\"/></p>', 1, 0, 16, '', 0, '', '', 0, '', '', '', '', 0, 1692003520, 1693235979), (107, 28, -1, 'longchamp longchamp 1899 619 ', '', 'longchamp 1899 619 ', '', '', '', ' 1899 619 ', '', 35, 88888, '', '/static/upload/images/goods/2023/08/15/1692072217123569.png', '1200.00', 1200.00, 1200.00, '800.00', 800.00, 800.00, 0, 1, 0, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/15/1692072701981145.png\" title=\"1692072701981145.png\" alt=\"截屏2023-08-15 12.04.31.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/15/1692072710401442.png\" title=\"1692072710401442.png\" alt=\"截屏2023-08-15 12.04.46.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/15/1692072719327504.png\" title=\"1692072719327504.png\" alt=\"截屏2023-08-15 12.05.47.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/15/1692072725221637.png\" title=\"1692072725221637.png\" alt=\"截屏2023-08-15 12.05.55.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/15/1692072732101446.png\" title=\"1692072732101446.png\" alt=\"截屏2023-08-15 12.06.08.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/15/1692072742531552.png\" title=\"1692072742531552.png\" alt=\"截屏2023-08-15 12.06.17.png\"/></p>', 1, 0, 11, '', 0, '', '', 0, '', '', '', '', 0, 1692072769, 1693235615), (108, 29, -1, 'PRADA/Saffiano Hobo手袋腋下包 ', '', 'PRADA/Saffiano Hobo手袋腋下包 ', '', '', '', 'Hobo手袋', '', 35, 88888, '', '/static/upload/images/goods/2023/08/15/1692075761195908.png', '69870.00', 69870.00, 69870.00, '56390.00', 56390.00, 56390.00, 0, 1, 0, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/15/1692076179708949.png\" title=\"1692076179708949.png\" alt=\"截屏2023-08-15 13.03.17.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/15/1692076188300709.png\" title=\"1692076188300709.png\" alt=\"截屏2023-08-15 13.03.32.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/15/1692076194697122.png\" title=\"1692076194697122.png\" alt=\"截屏2023-08-15 13.03.49.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/15/1692076200985503.png\" title=\"1692076200985503.png\" alt=\"截屏2023-08-15 13.03.58.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/15/1692076213588120.png\" title=\"1692076213588120.png\" alt=\"截屏2023-08-15 13.04.38.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/15/1692076219520642.png\" title=\"1692076219520642.png\" alt=\"截屏2023-08-15 13.04.48.png\"/></p>', 1, 0, 15, '', 0, '', '', 0, '', '', '', '', 0, 1692076243, 1693235460), (109, 30, -1, 'jacket男装工装衣服男上衣 801()1D1D50101040 170/88A/L', '', 'jacket男装工装衣服男上衣 801()1D1D50101040 170/88A/L', '', '', '', '801()1D1D50101040 170/88A/L', '', 19, 88888, '', '/static/upload/images/goods/2023/08/15/1692079154656558.png', '800.00', 800.00, 800.00, '200.00', 200.00, 200.00, 0, 1, 0, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/15/1692079376396702.jpeg\" title=\"1692079376396702.jpeg\" alt=\"362ae8e5b9862e3f.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/15/1692079383645253.jpeg\" title=\"1692079383645253.jpeg\" alt=\"31219b6040aaa923.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/15/1692079396402382.jpeg\" title=\"1692079396402382.jpeg\" alt=\"104fd41433eacdb3.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/15/1692079403516194.jpeg\" title=\"1692079403516194.jpeg\" alt=\"2119b3d91942a7ab.jpeg\"/></p><p><img src=\"/static/upload/images/goods/2023/08/15/1692079408817649.jpeg\" title=\"1692079408817649.jpeg\" alt=\"4060f6ee9716eda4.jpeg\"/></p>', 1, 0, 10, '', 0, '', '', 0, '', '', '', '', 0, 1692079417, 1693235270), (110, 31, -1, 'CARTELOT恤男夏季纯色短袖男士宽松上衣圆领体恤男装 XL', '', 'CARTELOT恤男夏季纯色短袖男士宽松上衣圆领体恤男装 XL', '', '', '', ' XL', '', 9, 88888, '', '/static/upload/images/goods/2023/08/15/1692079963737575.png', '671.00', 671.00, 671.00, '489.00', 489.00, 489.00, 0, 1, 0, 1, 1, '<p><img src=\"/static/upload/images/goods/2023/08/15/1692080266261183.png\" title=\"1692080266261183.png\" alt=\"截屏2023-08-15 14.14.13.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/15/1692080272322367.png\" title=\"1692080272322367.png\" alt=\"截屏2023-08-15 14.14.26.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/15/1692080277838680.png\" title=\"1692080277838680.png\" alt=\"截屏2023-08-15 14.14.39.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/15/1692080281756933.png\" title=\"1692080281756933.png\" alt=\"截屏2023-08-15 14.15.04.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/15/1692080285850637.png\" title=\"1692080285850637.png\" alt=\"截屏2023-08-15 14.15.13.png\"/></p><p><img src=\"/static/upload/images/goods/2023/08/15/1692080289803545.png\" title=\"1692080289803545.png\" alt=\"截屏2023-08-15 14.15.22.png\"/></p><p><br/></p>', 1, 0, 8, '', 0, '', '', 0, '', '', '', '', 0, 1692080292, 1693234972);
COMMIT;
-- ----------------------------
-- Table structure for sxo_goods_browse
-- ----------------------------
DROP TABLE IF EXISTS `sxo_goods_browse`;
CREATE TABLE `sxo_goods_browse` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`goods_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`user_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`access_count` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '访',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `access_count`(`access_count` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_goods_browse
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_goods_category
-- ----------------------------
DROP TABLE IF EXISTS `sxo_goods_category`;
CREATE TABLE `sxo_goods_category` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`pid` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`icon` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'icon图标',
`icon_active` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`realistic_images` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`vice_name` char(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`describe` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`bg_color` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'css背景色值',
`big_images` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`is_home_recommended` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 1',
`sort` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '01',
`seo_title` char(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'SEO标题',
`seo_keywords` char(130) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'SEO关键字',
`seo_desc` char(230) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'SEO描述',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `pid`(`pid` ASC) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE,
INDEX `sort`(`sort` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 910 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_goods_category
-- ----------------------------
BEGIN;
INSERT INTO `sxo_goods_category` (`id`, `pid`, `icon`, `icon_active`, `realistic_images`, `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/2023/08/15/1692083230862352.png', '/static/upload/images/goods_category/2023/08/15/1692083246780484.png', '/static/upload/images/goods_category/2023/11/08/1699457036808561.png', '', '', 'iphoneX新品发布了', '', '/static/upload/images/goods_category/2023/08/12/1691819575986269.png', 1, 0, 1, '', ',,', '', 1529042764, 1699457045), (2, 0, '/static/upload/images/goods_category/2023/08/15/1692085007595445.png', '/static/upload/images/goods_category/2023/08/15/1692085019787788.png', '/static/upload/images/goods_category/2023/11/08/1699457036977194.png', '', '', '', '', '/static/upload/images/goods_category/2023/08/15/1692078936329508.png', 1, 0, 1, '', ',', '', 1529042764, 1699457059), (3, 0, '/static/upload/images/goods_category/2023/08/15/1692083365962236.png', '/static/upload/images/goods_category/2023/08/15/1692083374446120.png', '/static/upload/images/goods_category/2023/11/08/1699457036877667.png', '', '', '', '#ff9229', '/static/upload/images/goods_category/2023/08/15/1692070178969916.png', 1, 0, 1, '', '', '', 1529042764, 1699457071), (7, 0, '/static/upload/images/goods_category/2023/08/15/1692083394485796.png', '/static/upload/images/goods_category/2023/08/15/1692083405644267.png', '/static/upload/images/goods_category/2023/11/08/1699457036179125.png', '', '', '', '', '', 0, 0, 1, '', '', '', 1529042764, 1699457084), (52, 0, '/static/upload/images/goods_category/2023/08/15/1692083430922728.png', '/static/upload/images/goods_category/2023/08/15/1692083442155794.png', '/static/upload/images/goods_category/2023/11/08/1699457036435422.png', '', '', '', '', '', 0, 0, 1, '', '', '', 1529042764, 1699457097), (53, 0, '/static/upload/images/goods_category/2023/08/15/1692083465166195.png', '/static/upload/images/goods_category/2023/08/15/1692083473937545.png', '/static/upload/images/goods_category/2023/11/08/1699457036206296.png', '', '', '', '#53c0f3', '', 0, 0, 1, '', '', '', 1529042764, 1699457124), (54, 0, '/static/upload/images/goods_category/2023/08/15/1692083492952738.png', '/static/upload/images/goods_category/2023/08/15/1692083505296275.png', '/static/upload/images/goods_category/2023/11/08/1699457036100017.png', '', '', '', '', '', 0, 0, 1, '', '', '', 1529042764, 1699457138), (55, 0, '/static/upload/images/goods_category/2023/08/15/1692083524902686.png', '/static/upload/images/goods_category/2023/08/15/1692083536757100.png', '/static/upload/images/goods_category/2023/11/08/1699457036304450.png', '', '', '', '', '', 0, 0, 1, '', '', '', 1529042764, 1699457158), (56, 0, '/static/upload/images/goods_category/2023/08/15/1692083555223187.png', '/static/upload/images/goods_category/2023/08/15/1692083563885614.png', '/static/upload/images/goods_category/2023/11/08/1699457036853449.png', '', '', '', '', '', 0, 0, 1, '', '', '', 1529042764, 1699457165), (57, 0, '/static/upload/images/goods_category/2023/08/15/1692083590253616.png', '/static/upload/images/goods_category/2023/08/15/1692083600747987.png', '/static/upload/images/goods_category/2023/11/08/1699457036375930.png', '', '', '', '', '', 0, 0, 1, '', '', '', 1529042764, 1699457174), (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, 3, '', '', '', '', '', '', '', '', 1, 0, 1, '', '', '', 1529042764, 0), (189, 3, '', '', '', '', '', '', '', '', 1, 0, 1, '', '', '', 1529042764, 0), (190, 3, '', '', '', '', '', '', '', '', 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), (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);
INSERT INTO `sxo_goods_category` (`id`, `pid`, `icon`, `icon_active`, `realistic_images`, `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 (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), (896, 3, '', '', '', '', '', '', '', '', 0, 0, 1, '', '', '', 1692066437, 0), (897, 3, '', '', '', '', '', '', '', '', 0, 0, 1, '', '', '', 1692066456, 1692066501), (898, 3, '', '', '', '', '', '', '', '', 0, 0, 1, '', '', '', 1692066481, 0), (899, 3, '', '', '', '', '', '', '', '', 0, 0, 1, '', '', '', 1692066532, 0), (900, 896, '', '', '', '', '', '', '', '', 0, 0, 1, '', '', '', 1692066654, 0), (901, 896, '', '', '', '', '', '', '', '', 0, 0, 1, '', '', '', 1692066663, 0), (902, 897, '', '', '', '', '', '', '', '', 0, 0, 1, '', '', '', 1692066675, 0), (903, 897, '', '', '', '', '', '', '', '', 0, 0, 1, '', '', '', 1692066687, 0), (904, 897, '', '', '', '', '', '', '', '', 0, 0, 1, '', '', '', 1692066702, 0), (905, 898, '', '', '', '13', '', '', '', '', 0, 0, 1, '', '', '', 1692066719, 0), (906, 898, '', '', '', '15', '', '', '', '', 0, 0, 1, '', '', '', 1692066727, 0), (907, 898, '', '', '', '16', '', '', '', '', 0, 0, 1, '', '', '', 1692066734, 0), (908, 899, '', '', '', '', '', '', '', '', 0, 0, 1, '', '', '', 1692066745, 0), (909, 899, '', '', '', '', '', '', '', '', 0, 0, 1, '', '', '', 1692066764, 0), (910, 899, '', '', '', '', '', '', '', '', 0, 0, 1, '', '', '', 1692066773, 0);
COMMIT;
-- ----------------------------
-- Table structure for sxo_goods_category_join
-- ----------------------------
DROP TABLE IF EXISTS `sxo_goods_category_join`;
CREATE TABLE `sxo_goods_category_join` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`goods_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`category_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`add_time` int UNSIGNED NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `goods_id`(`goods_id` ASC) USING BTREE,
INDEX `category_id`(`category_id` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1912 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_goods_category_join
-- ----------------------------
BEGIN;
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), (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), (1708, 57, 68, 1667140265), (1709, 57, 70, 1667140265), (1710, 57, 574, 1667140265), (1844, 1, 68, 1691832446), (1852, 8, 318, 1691981714), (1885, 7, 197, 1693234922), (1886, 110, 2, 1693234972), (1887, 109, 2, 1693235270), (1888, 98, 3, 1693235317), (1889, 108, 3, 1693235460), (1890, 107, 3, 1693235615), (1891, 102, 3, 1693235663), (1893, 105, 3, 1693235790), (1894, 101, 3, 1693235925), (1895, 106, 3, 1693235979), (1896, 104, 3, 1693236042), (1897, 103, 3, 1693236446), (1898, 100, 2, 1693236598), (1899, 99, 2, 1693236668), (1900, 9, 318, 1693237071), (1901, 25, 69, 1693237146), (1902, 32, 68, 1693237177), (1903, 5, 68, 1693237221), (1904, 4, 116, 1693237649), (1906, 11, 318, 1693237903), (1907, 12, 352, 1693237967), (1908, 10, 318, 1693238016), (1909, 74, 338, 1693238627), (1910, 2, 116, 1693284683), (1911, 3, 116, 1693284931), (1912, 6, 68, 1693285023);
COMMIT;
-- ----------------------------
-- Table structure for sxo_goods_comments
-- ----------------------------
DROP TABLE IF EXISTS `sxo_goods_comments`;
CREATE TABLE `sxo_goods_comments` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`user_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`order_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`goods_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`business_type` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT ' order',
`content` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`images` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'json',
`reply` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`rating` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '0 1~5',
`is_show` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 1',
`is_anonymous` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '01',
`is_reply` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '01',
`reply_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `user_id`(`user_id` ASC) USING BTREE,
INDEX `order_id`(`order_id` ASC) USING BTREE,
INDEX `goods_id`(`goods_id` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_goods_comments
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_goods_content_app
-- ----------------------------
DROP TABLE IF EXISTS `sxo_goods_content_app`;
CREATE TABLE `sxo_goods_content_app` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`goods_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`images` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`sort` tinyint UNSIGNED NULL DEFAULT 0 COMMENT '',
`add_time` int UNSIGNED NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `goods_id`(`goods_id` ASC) USING BTREE,
INDEX `sort`(`sort` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_goods_content_app
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_goods_favor
-- ----------------------------
DROP TABLE IF EXISTS `sxo_goods_favor`;
CREATE TABLE `sxo_goods_favor` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`goods_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`user_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_goods_favor
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_goods_give_integral_log
-- ----------------------------
DROP TABLE IF EXISTS `sxo_goods_give_integral_log`;
CREATE TABLE `sxo_goods_give_integral_log` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`order_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`order_detail_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`goods_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`user_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`status` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 1, 2',
`rate` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`integral` int NOT NULL DEFAULT 0 COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `order_id`(`order_id` ASC) USING BTREE,
INDEX `order_detail_id`(`order_detail_id` ASC) USING BTREE,
INDEX `goods_id`(`goods_id` ASC) USING BTREE,
INDEX `user_id`(`user_id` ASC) USING BTREE,
INDEX `status`(`status` ASC) USING BTREE,
INDEX `rate`(`rate` ASC) USING BTREE,
INDEX `integral`(`integral` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_goods_give_integral_log
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_goods_params
-- ----------------------------
DROP TABLE IF EXISTS `sxo_goods_params`;
CREATE TABLE `sxo_goods_params` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`goods_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`type` tinyint UNSIGNED NULL DEFAULT 1 COMMENT '0, 1, 21',
`name` char(180) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`value` char(180) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `goods_id`(`goods_id` ASC) USING BTREE,
INDEX `type`(`type` ASC) USING BTREE,
INDEX `name`(`name` ASC) USING BTREE,
INDEX `value`(`value` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1535 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_goods_params
-- ----------------------------
BEGIN;
INSERT INTO `sxo_goods_params` (`id`, `goods_id`, `type`, `name`, `value`, `add_time`) VALUES (1495, 9, 2, '', '', 1693237071), (1496, 9, 0, '/', '', 1693237071), (1497, 9, 2, '', '30-34', 1693237071), (1498, 9, 1, '', '', 1693237071), (1499, 9, 1, '', '', 1693237071), (1500, 9, 1, '', '', 1693237071), (1501, 9, 1, '', '', 1693237071), (1502, 9, 1, '', '', 1693237071), (1503, 9, 1, '', '', 1693237071), (1504, 9, 0, '', '', 1693237071), (1505, 25, 1, 'CPU型号', 'A16', 1693237146), (1516, 12, 0, '/', '', 1693237967), (1517, 12, 2, '', '', 1693237967), (1518, 12, 2, '', '30-34', 1693237967), (1519, 12, 1, '', '', 1693237967), (1520, 12, 1, '', '', 1693237967), (1521, 12, 1, '', '', 1693237967), (1522, 12, 1, '', '', 1693237967), (1523, 12, 1, '', '', 1693237967), (1524, 12, 1, '', '', 1693237967), (1525, 12, 0, '', '', 1693237967), (1526, 74, 2, '', '', 1693238627), (1527, 74, 0, '/', '', 1693238627), (1528, 74, 2, '', '30-34', 1693238627), (1529, 74, 1, '', '', 1693238627), (1530, 74, 1, '', '', 1693238627), (1531, 74, 1, '', '', 1693238627), (1532, 74, 1, '', '', 1693238627), (1533, 74, 1, '', '', 1693238627), (1534, 74, 1, '', '', 1693238627), (1535, 74, 0, '', '', 1693238627);
COMMIT;
-- ----------------------------
-- Table structure for sxo_goods_params_template
-- ----------------------------
DROP TABLE IF EXISTS `sxo_goods_params_template`;
CREATE TABLE `sxo_goods_params_template` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`category_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '01',
`config_count` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `name`(`name` ASC) USING BTREE,
INDEX `config_count`(`config_count` ASC) USING BTREE,
INDEX `category_id`(`category_id` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 3 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_goods_params_template
-- ----------------------------
BEGIN;
INSERT INTO `sxo_goods_params_template` (`id`, `category_id`, `name`, `is_enable`, `config_count`, `add_time`, `upd_time`) VALUES (1, 2, '', 1, 10, 1606554077, 1690026407), (2, 2, '', 1, 1, 1675757615, 1690032205), (3, 2, '', 1, 1, 1675757640, 1690026374);
COMMIT;
-- ----------------------------
-- Table structure for sxo_goods_params_template_config
-- ----------------------------
DROP TABLE IF EXISTS `sxo_goods_params_template_config`;
CREATE TABLE `sxo_goods_params_template_config` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`template_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`type` tinyint UNSIGNED NULL DEFAULT 1 COMMENT '0, 1, 21',
`name` char(180) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`value` char(230) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `template_id`(`template_id` ASC) USING BTREE,
INDEX `type`(`type` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 82 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_goods_params_template_config
-- ----------------------------
BEGIN;
INSERT INTO `sxo_goods_params_template_config` (`id`, `template_id`, `type`, `name`, `value`, `add_time`) VALUES (71, 3, 1, '', '', 1690026374), (72, 1, 2, '', '', 1690026407), (73, 1, 0, '/', '', 1690026407), (74, 1, 2, '', '30-34', 1690026407), (75, 1, 1, '', '', 1690026407), (76, 1, 1, '', '', 1690026407), (77, 1, 1, '', '', 1690026407), (78, 1, 1, '', '', 1690026407), (79, 1, 1, '', '', 1690026407), (80, 1, 1, '', '', 1690026407), (81, 1, 0, '', '', 1690026407), (82, 2, 0, '', '', 1690032205);
COMMIT;
-- ----------------------------
-- Table structure for sxo_goods_photo
-- ----------------------------
DROP TABLE IF EXISTS `sxo_goods_photo`;
CREATE TABLE `sxo_goods_photo` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`goods_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`images` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`is_show` tinyint UNSIGNED NULL DEFAULT 1 COMMENT '0, 1',
`sort` tinyint UNSIGNED NULL DEFAULT 0 COMMENT '',
`add_time` int UNSIGNED NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `goods_id`(`goods_id` ASC) USING BTREE,
INDEX `is_show`(`is_show` ASC) USING BTREE,
INDEX `sort`(`sort` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 2239 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_goods_photo
-- ----------------------------
BEGIN;
INSERT INTO `sxo_goods_photo` (`id`, `goods_id`, `images`, `is_show`, `sort`, `add_time`) VALUES (2167, 1, '/static/upload/images/goods/2023/08/12/1691832026565424.png', 1, 0, 1691832446), (2177, 8, '/static/upload/images/goods/2023/08/14/1691981231897653.png', 1, 0, 1691981714), (2210, 7, '/static/upload/images/goods/2023/08/15/1692080737909286.png', 1, 0, 1693234922), (2211, 110, '/static/upload/images/goods/2023/08/15/1692079963737575.png', 1, 0, 1693234972), (2212, 109, '/static/upload/images/goods/2023/08/15/1692079154656558.png', 1, 0, 1693235270), (2213, 98, '/static/upload/images/goods/2023/08/15/1692078380856633.png', 1, 0, 1693235317), (2214, 108, '/static/upload/images/goods/2023/08/15/1692075761195908.png', 1, 0, 1693235460), (2215, 107, '/static/upload/images/goods/2023/08/15/1692072217123569.png', 1, 0, 1693235615), (2216, 102, '/static/upload/images/goods/2023/08/15/1692070668885949.png', 1, 0, 1693235663), (2218, 105, '/static/upload/images/goods/2023/08/14/1692002344829640.png', 1, 0, 1693235790), (2219, 101, '/static/upload/images/goods/2023/08/14/1691996824307963.png', 1, 0, 1693235925), (2220, 106, '/static/upload/images/goods/2023/08/14/1692002974459810.png', 1, 0, 1693235979), (2221, 104, '/static/upload/images/goods/2023/08/14/1692000963306994.png', 1, 0, 1693236042), (2222, 103, '/static/upload/images/goods/2023/08/14/1691999334494128.png', 1, 0, 1693236446), (2223, 100, '/static/upload/images/goods/2023/08/14/1691995464796317.png', 1, 0, 1693236598), (2224, 99, '/static/upload/images/goods/2023/08/14/1691994396257476.png', 1, 0, 1693236668), (2225, 9, '/static/upload/images/goods/2023/08/14/1691980079575635.png', 1, 0, 1693237071), (2226, 25, '/static/upload/images/goods/2023/08/12/1691824121231788.png', 1, 0, 1693237146), (2227, 32, '/static/upload/images/goods/2023/08/12/1691823431903231.png', 1, 0, 1693237177), (2228, 5, '/static/upload/images/goods/2023/08/12/1691826776365755.png', 1, 0, 1693237221), (2229, 4, '/static/upload/images/goods/2023/08/12/1691831046790794.png', 1, 0, 1693237649), (2230, 4, '/static/upload/images/goods/2023/08/12/1691828468899201.png', 1, 1, 1693237649), (2232, 11, '/static/upload/images/goods/2023/08/12/1691836236770925.png', 1, 0, 1693237903), (2233, 12, '/static/upload/images/goods/2023/08/12/1691835373537126.png', 1, 0, 1693237967), (2234, 10, '/static/upload/images/goods/2023/08/14/1691977878897545.png', 1, 0, 1693238016), (2235, 74, '/static/upload/images/goods/2023/08/12/1691834999411165.png', 1, 0, 1693238627), (2236, 2, '/static/upload/images/goods/2023/08/12/1691830293182918.png', 1, 0, 1693284683), (2237, 3, '/static/upload/images/goods/2023/08/12/1691830511475725.png', 1, 0, 1693284931), (2238, 3, '/static/upload/images/goods/2023/08/12/1691829141472866.png', 1, 1, 1693284931), (2239, 6, '/static/upload/images/goods/2023/08/12/1691824925751938.png', 1, 0, 1693285023);
COMMIT;
-- ----------------------------
-- Table structure for sxo_goods_spec_base
-- ----------------------------
DROP TABLE IF EXISTS `sxo_goods_spec_base`;
CREATE TABLE `sxo_goods_spec_base` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`goods_id` int 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 UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`buy_min_number` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`buy_max_number` int 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`barcode` char(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`inventory_unit` char(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`extends` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '(json格式存储)',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `goods_id`(`goods_id` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 6480 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_goods_spec_base
-- ----------------------------
BEGIN;
INSERT INTO `sxo_goods_spec_base` (`id`, `goods_id`, `price`, `original_price`, `inventory`, `buy_min_number`, `buy_max_number`, `weight`, `volume`, `coding`, `barcode`, `inventory_unit`, `extends`, `add_time`) VALUES (5321, 63, 23.00, 0.00, 0, 0, 0, 0.00, 0.00, 'bm209q9EmG2-6', '', '', NULL, 1677405612), (5736, 80, 0.00, 0.00, 0, 0, 0, 0.00, 0.00, 'bm237dK0wTV-1', '', '', NULL, 1686624667), (5737, 80, 0.00, 0.00, 0, 0, 0, 0.00, 0.00, 'bm238Q2fNrb-1', '', '', NULL, 1686624667), (5738, 80, 0.00, 0.00, 0, 0, 0, 0.00, 0.00, 'bm239pXbLje-1', '', '', NULL, 1686624667), (5739, 80, 0.00, 0.00, 0, 0, 0, 0.00, 0.00, 'bm240XI0A0q-1', '', '', NULL, 1686624667), (5740, 80, 0.00, 0.00, 0, 0, 0, 0.00, 0.00, 'bm2419CpCUI-1', '', '', NULL, 1686624667), (6331, 1, 2100.12, 9200.00, 1517, 0, 0, 12.31, 32.00, 'bbbbmmmm', '991498765456', '', NULL, 1691832446), (6361, 8, 268.00, 299.00, 4, 0, 0, 0.00, 0.00, '', '6901236345686', '', NULL, 1691981714), (6362, 8, 356.00, 428.00, 71, 0, 0, 0.00, 0.00, '', '6901236345687', '', NULL, 1691981714), (6431, 7, 130.00, 700.00, 877, 0, 0, 0.00, 0.00, '', '6901236345684', '', NULL, 1693234922), (6432, 110, 489.00, 671.00, 88888, 0, 0, 0.00, 0.00, '', '', '', NULL, 1693234972), (6433, 109, 200.00, 800.00, 88888, 0, 0, 0.00, 0.00, '', '', '', NULL, 1693235270), (6434, 98, 26900.00, 28000.00, 88888, 1, 5, 1.00, 0.00, '', '', '', NULL, 1693235317), (6435, 108, 56390.00, 69870.00, 88888, 0, 0, 0.00, 0.00, '', '', '', NULL, 1693235460), (6436, 107, 800.00, 1200.00, 88888, 0, 0, 0.00, 0.00, '', '', '', NULL, 1693235615), (6437, 102, 680.00, 900.00, 88888, 0, 0, 0.00, 0.00, '', '', '', NULL, 1693235663), (6439, 105, 5000.00, 6600.00, 88888, 0, 0, 0.00, 0.00, '', '', '', NULL, 1693235790), (6440, 101, 13997.00, 16890.00, 88888, 0, 0, 0.00, 0.00, '', '', '', NULL, 1693235925), (6441, 106, 5000.00, 19000.00, 88888, 0, 0, 0.00, 0.00, '', '', '', NULL, 1693235979), (6442, 104, 9800.00, 13000.00, 88888, 0, 0, 0.00, 0.00, '', '', '', NULL, 1693236042), (6443, 103, 489.00, 670.00, 88888, 0, 0, 0.00, 0.00, '', '', '', NULL, 1693236446), (6444, 100, 160.00, 200.00, 88888, 0, 0, 0.00, 0.00, '', '', '', NULL, 1693236598), (6445, 99, 88.00, 120.00, 88888, 0, 0, 0.00, 0.00, '', '', '', NULL, 1693236668), (6446, 9, 120.00, 160.00, 888888, 0, 0, 17.00, 0.00, '', '', '', NULL, 1693237071), (6447, 9, 120.00, 160.00, 888888, 0, 0, 17.00, 0.00, '', '', '', NULL, 1693237071), (6448, 9, 120.00, 160.00, 888888, 0, 0, 17.00, 0.00, '', '', '', NULL, 1693237071), (6449, 9, 120.00, 160.00, 888888, 0, 0, 17.00, 0.00, '', '', '', NULL, 1693237071), (6450, 9, 120.00, 160.00, 888888, 0, 0, 17.00, 0.00, '', '', '', NULL, 1693237071), (6451, 9, 120.00, 160.00, 888888, 0, 0, 17.00, 0.00, '', '', '', NULL, 1693237071), (6452, 9, 120.00, 160.00, 888888, 0, 0, 17.00, 0.00, '', '', '', NULL, 1693237071), (6453, 9, 120.00, 160.00, 888888, 0, 0, 17.00, 0.00, '', '', '', NULL, 1693237071), (6454, 9, 120.00, 160.00, 888888, 0, 0, 17.00, 0.00, '', '', '', NULL, 1693237071), (6455, 9, 120.00, 160.00, 888888, 0, 0, 17.00, 0.00, '', '', '', NULL, 1693237071), (6456, 9, 120.00, 160.00, 888888, 0, 0, 17.00, 0.00, '', '', '', NULL, 1693237071), (6457, 9, 120.00, 160.00, 888888, 0, 0, 17.00, 0.00, '', '', '', NULL, 1693237071), (6458, 25, 3400.00, 9800.00, 888888, 2, 4, 0.00, 0.00, '', '', '', NULL, 1693237146), (6459, 32, 2600.00, 3200.00, 1517, 0, 0, 12.00, 0.00, '12322', '6901236345698', '', NULL, 1693237177), (6460, 5, 5000.00, 6800.00, 877, 0, 0, 0.00, 0.00, '', '6901236345674', '', NULL, 1693237221), (6461, 4, 1999.00, 2300.00, 878, 0, 0, 0.00, 0.00, '', '6901236345673', '', NULL, 1693237649), (6465, 11, 258.00, 268.00, 888888, 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\"}', 1693237903), (6466, 11, 238.00, 0.00, 888888, 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\"}', 1693237903), (6467, 11, 160.00, 422.00, 888888, 0, 0, 0.00, 0.00, 'bm84zr0fK4-1', '6901236345720', '', '{\"plugins_distribution_rules_20191202164330784159\":\"r|8\",\"plugins_distribution_rules_20191204113948916981\":\"\"}', 1693237903), (6468, 12, 10.00, 1.00, 500, 0, 0, 0.00, 12.00, '001', '6907992512761', '', '{\"plugins_wholesale_alone_newbuy_rules\":\"\",\"plugins_wholesale_alone_repurchase_rules\":\"\",\"plugins_wholesale_newbuy_rules_100\":\"8\",\"plugins_wholesale_newbuy_rules_200\":\"7\",\"plugins_wholesale_newbuy_rules_300\":\"6\",\"plugins_wholesale_repurchase_rules_100_0\":\"7\",\"plugins_wholesale_repurchase_rules_200_0\":\"6\",\"plugins_wholesale_repurchase_rules_300_0\":\"5\",\"plugins_distribution_rules_1\":\"\",\"plugins_distribution_down_rules_1\":\"\",\"plugins_distribution_self_buy_rules_1\":\"\",\"plugins_distribution_force_current_user_rules_1\":\"\",\"plugins_distribution_rules_2\":\"\",\"plugins_distribution_down_rules_2\":\"\",\"plugins_distribution_self_buy_rules_2\":\"\",\"plugins_distribution_force_current_user_rules_2\":\"\"}', 1693237967), (6469, 12, 20.00, 10.00, 500, 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\":\"\"}', 1693237967), (6470, 12, 30.00, 30.00, 500, 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\"}', 1693237967), (6471, 12, 40.00, 673.00, 500, 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\":\"\"}', 1693237967), (6472, 10, 228.00, 568.00, 88888, 0, 0, 0.00, 0.00, '', '6901236345685', '', NULL, 1693238016), (6473, 74, 120.00, 160.00, 20, 0, 0, 17.00, 0.00, '', '', '', NULL, 1693238627), (6474, 74, 120.00, 160.00, 20, 0, 0, 17.00, 0.00, '', '', '', NULL, 1693238627), (6475, 74, 120.00, 160.00, 20, 0, 0, 17.00, 0.00, '', '', '', NULL, 1693238627), (6476, 2, 4500.00, 6800.00, 88888, 0, 0, 23.00, 0.00, '', '6901236345681', '', NULL, 1693284683), (6477, 2, 4800.00, 6600.00, 88888, 0, 0, 32.00, 0.00, '', '6901236345682', '', NULL, 1693284683), (6478, 2, 5500.00, 6000.00, 88888, 0, 0, 11.00, 0.00, '', '6901236345683', '', NULL, 1693284683), (6479, 3, 15900.00, 19000.00, 888888, 0, 4, 0.00, 0.00, '', '6901236345672', '', NULL, 1693284931), (6480, 6, 3500.00, 5400.00, 877, 0, 0, 0.00, 0.00, '', '6901236345695', '', '{\"plugins_distribution_rules_1\":\"r|10\\nr|10\\nr|10\",\"plugins_distribution_down_rules_1\":\"\"}', 1693285023);
COMMIT;
-- ----------------------------
-- Table structure for sxo_goods_spec_template
-- ----------------------------
DROP TABLE IF EXISTS `sxo_goods_spec_template`;
CREATE TABLE `sxo_goods_spec_template` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`category_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`name` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '01',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `category_id`(`category_id` ASC) USING BTREE,
INDEX `name`(`name` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 3 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_goods_spec_template
-- ----------------------------
BEGIN;
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, 1693117708);
COMMIT;
-- ----------------------------
-- Table structure for sxo_goods_spec_type
-- ----------------------------
DROP TABLE IF EXISTS `sxo_goods_spec_type`;
CREATE TABLE `sxo_goods_spec_type` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`goods_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'json字符串存储',
`name` char(180) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `goods_id`(`goods_id` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1941 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_goods_spec_type
-- ----------------------------
BEGIN;
INSERT INTO `sxo_goods_spec_type` (`id`, `goods_id`, `value`, `name`, `add_time`) VALUES (1669, 63, '[{\"name\":\"23233\",\"images\":\"\"}]', '1', 1677405612), (1793, 80, '[{\"name\":\"Naranja\",\"images\":\"\"},{\"name\":\"Rojo\",\"images\":\"\"},{\"name\":\"Verde\",\"images\":\"\"},{\"name\":\"Azul\",\"images\":\"\"},{\"name\":\"Negro\",\"images\":\"\"}]', '1', 1686624667), (1924, 8, '[{\"name\":\"红色\",\"images\":\"\"},{\"name\":\"蓝色\",\"images\":\"\"}]', '', 1691981714), (1932, 9, '[{\"name\":\"白色\",\"images\":\"\\/static\\/upload\\/images\\/goods\\/2023\\/08\\/14\\/1691980696623584.jpeg\"},{\"name\":\"粉色\",\"images\":\"\\/static\\/upload\\/images\\/goods\\/2023\\/08\\/14\\/1691980688105551.jpeg\"},{\"name\":\"黑色\",\"images\":\"\\/static\\/upload\\/images\\/goods\\/2023\\/08\\/14\\/1691980683406570.jpeg\"}]', '', 1693237071), (1933, 9, '[{\"name\":\"S\",\"images\":\"\"},{\"name\":\"M\",\"images\":\"\"},{\"name\":\"L\",\"images\":\"\"},{\"name\":\"XL\",\"images\":\"\"}]', '', 1693237071), (1935, 11, '[{\"name\":\"M\",\"images\":\"\"},{\"name\":\"L\",\"images\":\"\"},{\"name\":\"XL\",\"images\":\"\"}]', '', 1693237903), (1936, 12, '[{\"name\":\"粉色\",\"images\":\"\"},{\"name\":\"白色\",\"images\":\"\"}]', '', 1693237967), (1937, 12, '[{\"name\":\"S+S\",\"images\":\"\"},{\"name\":\"M+M\",\"images\":\"\"}]', '', 1693237967), (1938, 74, '[{\"name\":\"白色\",\"images\":\"\\/static\\/upload\\/images\\/goods\\/2023\\/08\\/12\\/1691834878159970.png\"},{\"name\":\"粉色\",\"images\":\"\\/static\\/upload\\/images\\/goods\\/2023\\/08\\/14\\/1691994898577354.png\"},{\"name\":\"黑色\",\"images\":\"\\/static\\/upload\\/images\\/goods\\/2023\\/08\\/15\\/1692080277838680.png\"}]', '', 1693238627), (1939, 2, '[{\"name\":\"套餐二\",\"images\":\"\"}]', '', 1693284683), (1940, 2, '[{\"name\":\"金色\",\"images\":\"\"},{\"name\":\"银色\",\"images\":\"\"}]', '', 1693284683), (1941, 2, '[{\"name\":\"32G\",\"images\":\"\"},{\"name\":\"128G\",\"images\":\"\"},{\"name\":\"64G\",\"images\":\"\"}]', '', 1693284683);
COMMIT;
-- ----------------------------
-- Table structure for sxo_goods_spec_value
-- ----------------------------
DROP TABLE IF EXISTS `sxo_goods_spec_value`;
CREATE TABLE `sxo_goods_spec_value` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`goods_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`goods_spec_base_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`value` char(230) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `goods_id`(`goods_id` ASC) USING BTREE,
INDEX `goods_spec_base_id`(`goods_spec_base_id` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 9384 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_goods_spec_value
-- ----------------------------
BEGIN;
INSERT INTO `sxo_goods_spec_value` (`id`, `goods_id`, `goods_spec_base_id`, `value`, `add_time`) VALUES (4996, 0, 0, '', 0), (7927, 63, 5321, '23233', 1677405612), (8624, 80, 5736, 'Naranja', 1686624667), (8625, 80, 5737, 'Rojo', 1686624667), (8626, 80, 5738, 'Verde', 1686624667), (8627, 80, 5739, 'Azul', 1686624667), (8628, 80, 5740, 'Negro', 1686624667), (9258, 8, 6361, '', 1691981714), (9259, 8, 6362, '', 1691981714), (9335, 9, 6446, '', 1693237071), (9336, 9, 6446, 'S', 1693237071), (9337, 9, 6447, '', 1693237071), (9338, 9, 6447, 'M', 1693237071), (9339, 9, 6448, '', 1693237071), (9340, 9, 6448, 'L', 1693237071), (9341, 9, 6449, '', 1693237071), (9342, 9, 6449, 'XL', 1693237071), (9343, 9, 6450, '', 1693237071), (9344, 9, 6450, 'S', 1693237071), (9345, 9, 6451, '', 1693237071), (9346, 9, 6451, 'M', 1693237071), (9347, 9, 6452, '', 1693237071), (9348, 9, 6452, 'L', 1693237071), (9349, 9, 6453, '', 1693237071), (9350, 9, 6453, 'XL', 1693237071), (9351, 9, 6454, '', 1693237071), (9352, 9, 6454, 'S', 1693237071), (9353, 9, 6455, '', 1693237071), (9354, 9, 6455, 'M', 1693237071), (9355, 9, 6456, '', 1693237071), (9356, 9, 6456, 'L', 1693237071), (9357, 9, 6457, '', 1693237071), (9358, 9, 6457, 'XL', 1693237071), (9362, 11, 6465, 'M', 1693237903), (9363, 11, 6466, 'L', 1693237903), (9364, 11, 6467, 'XL', 1693237903), (9365, 12, 6468, '', 1693237967), (9366, 12, 6468, 'S+S', 1693237967), (9367, 12, 6469, '', 1693237967), (9368, 12, 6469, 'M+M', 1693237967), (9369, 12, 6470, '', 1693237967), (9370, 12, 6470, 'S+S', 1693237967), (9371, 12, 6471, '', 1693237967), (9372, 12, 6471, 'M+M', 1693237967), (9373, 74, 6473, '', 1693238627), (9374, 74, 6474, '', 1693238627), (9375, 74, 6475, '', 1693238627), (9376, 2, 6476, '', 1693284683), (9377, 2, 6476, '', 1693284683), (9378, 2, 6476, '32G', 1693284683), (9379, 2, 6477, '', 1693284683), (9380, 2, 6477, '', 1693284683), (9381, 2, 6477, '128G', 1693284683), (9382, 2, 6478, '', 1693284683), (9383, 2, 6478, '', 1693284683), (9384, 2, 6478, '64G', 1693284683);
COMMIT;
-- ----------------------------
-- Table structure for sxo_layout
-- ----------------------------
DROP TABLE IF EXISTS `sxo_layout`;
CREATE TABLE `sxo_layout` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`type` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '01',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `type`(`type` ASC) USING BTREE,
INDEX `name`(`name` ASC) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_layout
-- ----------------------------
BEGIN;
INSERT INTO `sxo_layout` (`id`, `type`, `name`, `config`, `is_enable`, `add_time`, `upd_time`) VALUES (1, 'layout_index_home_data', '', '[{\"value\":\"100\",\"status\":1,\"config\":[],\"children\":[{\"config\":[],\"children\":[{\"value\":\"many-images\",\"name\":\"多图\",\"config\":{\"view_list_show_style\":\"routine\",\"view_list_show_style_value\":\"\",\"style_background_color\":\"\",\"style_border_radius\":\"\",\"style_border_width_top\":\"\",\"style_border_width_right\":\"\",\"style_border_width_bottom\":\"\",\"style_border_width_left\":\"\",\"style_border_color\":\"\",\"style_margin_top\":\"\",\"style_margin_right\":\"\",\"style_margin_bottom\":\"\",\"style_margin_left\":\"\",\"style_padding_top\":\"\",\"style_padding_right\":\"\",\"style_padding_bottom\":\"\",\"style_padding_left\":\"\",\"style_media_fixed_width\":\"\",\"style_media_fixed_height\":\"800\",\"style_media_fixed_border_radius\":\"\",\"style_border_style_top\":\"\",\"style_border_style_right\":\"\",\"style_border_style_bottom\":\"\",\"style_border_style_left\":\"\",\"style_media_fixed_is_width\":\"1\",\"style_media_fixed_is_height\":\"1\",\"style_media_fixed_is_auto\":\"1\",\"style_media_fixed_is_cover\":\"1\",\"style_mouse_hover_images_amplify_value\":\"1\",\"frontend_config\":{\"style\":\"\",\"nav_dot_ent\":\"\",\"list_ent\":\"\",\"media_fixed\":{\"media_container_ent\":\"module-fixed-doc \",\"media_container_style\":\"height:800px;\",\"media_ent\":\"module-fixed-doc-ent-width module-fixed-doc-ent-height module-fixed-doc-ent-auto module-fixed-doc-ent-cover module-mouse-hover-images-amplify \"}},\"data_list\":[{\"images\":\"\\/static\\/upload\\/images\\/goods\\/2019\\/01\\/14\\/1547454702543219.jpg\",\"type\":\"\",\"name\":\"\",\"value\":\"\"},{\"images\":\"\\/static\\/upload\\/images\\/goods\\/2019\\/01\\/14\\/1547454702543219.jpg\",\"type\":\"\",\"name\":\"\",\"value\":\"\"},{\"images\":\"\\/static\\/upload\\/images\\/goods\\/2019\\/01\\/14\\/1547454702814719.jpg\",\"type\":\"\",\"name\":\"\",\"value\":\"\"}]}}]}]}]', 1, 1626773296, 1682585770);
COMMIT;
-- ----------------------------
-- Table structure for sxo_link
-- ----------------------------
DROP TABLE IF EXISTS `sxo_link`;
CREATE TABLE `sxo_link` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`name` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`url` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'url地址',
`describe` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`sort` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '01',
`is_new_window_open` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '01',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `sort`(`sort` ASC) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 22 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_link
-- ----------------------------
BEGIN;
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, 1690027445);
COMMIT;
-- ----------------------------
-- Table structure for sxo_message
-- ----------------------------
DROP TABLE IF EXISTS `sxo_message`;
CREATE TABLE `sxo_message` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`user_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`system_type` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'default' COMMENT ' default, SYSTEM_TYPE常量类型',
`title` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`detail` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`business_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`business_type` char(180) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '...',
`type` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, ...',
`is_read` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '0, 1',
`is_delete_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 0',
`user_is_delete_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 0',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `user_id`(`user_id` ASC) USING BTREE,
INDEX `system_type`(`system_type` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_message
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_navigation
-- ----------------------------
DROP TABLE IF EXISTS `sxo_navigation`;
CREATE TABLE `sxo_navigation` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`pid` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`name` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`url` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'url地址',
`value` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`data_type` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'custom:, article_class:, customview:',
`nav_type` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'header:, footer:',
`sort` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`is_show` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '01',
`is_new_window_open` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '01',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `is_show`(`is_show` ASC) USING BTREE,
INDEX `sort`(`sort` ASC) USING BTREE,
INDEX `nav_type`(`nav_type` ASC) USING BTREE,
INDEX `pid`(`pid` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 61 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_navigation
-- ----------------------------
BEGIN;
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 (24, 54, '', '', '2', 'goods_category', 'header', 0, 1, 0, 1539150026, 1690027506), (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, '', '', '29', 'article', 'footer', 0, 1, 0, 1554796171, 1721902364), (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/', '', 'custom', 'header', 2, 1, 0, 1556015784, 1721898105), (55, 0, '', '', '1', 'article', 'footer', 0, 1, 0, 1616685505, 0), (60, 0, '', '', '53', 'goods_category', 'header', 0, 1, 0, 1721898069, 0), (61, 0, '', '', '54', 'goods_category', 'header', 1, 1, 0, 1721898098, 0);
COMMIT;
-- ----------------------------
-- Table structure for sxo_order
-- ----------------------------
DROP TABLE IF EXISTS `sxo_order`;
CREATE TABLE `sxo_order` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`order_no` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`user_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`warehouse_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`payment_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`system_type` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'default' COMMENT ' default, SYSTEM_TYPE常量类型',
`status` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 1/, 2/, 3/, 4, 5, 6',
`pay_status` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 1, 2退, 3退',
`extension_data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`buy_number_count` int 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 UNSIGNED NOT NULL DEFAULT 0 COMMENT '退',
`client_type` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'pc, h5, ios, android, alipay, weixin, baiduAPPLICATION_CLIENT_TYPE常量值',
`order_model` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 1, 2, 3',
`is_under_line` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '线01',
`user_note` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`pay_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`confirm_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`delivery_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`cancel_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`collect_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`close_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`comments_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`is_comments` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 0',
`user_is_comments` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 0',
`is_delete_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 0',
`user_is_delete_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 0',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
UNIQUE INDEX `order_no`(`order_no` ASC) USING BTREE,
INDEX `user_id`(`user_id` ASC) USING BTREE,
INDEX `status`(`status` ASC) USING BTREE,
INDEX `pay_status`(`pay_status` ASC) USING BTREE,
INDEX `warehouse_id`(`warehouse_id` ASC) USING BTREE,
INDEX `system_type`(`system_type` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_order
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_order_address
-- ----------------------------
DROP TABLE IF EXISTS `sxo_order_address`;
CREATE TABLE `sxo_order_address` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`order_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`user_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`address_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`alias` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '-',
`tel` char(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '-',
`province` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '-',
`city` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '-',
`county` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '-/',
`address` char(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '-',
`province_name` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '--',
`city_name` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '--',
`county_name` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '-/-',
`lng` decimal(13, 10) NOT NULL DEFAULT 0.0000000000 COMMENT '-',
`lat` decimal(13, 10) NOT NULL DEFAULT 0.0000000000 COMMENT '-',
`appoint_time` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`extraction_contact_name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '-',
`extraction_contact_tel` char(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '-',
`idcard_name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`idcard_number` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`idcard_front` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`idcard_back` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `order_id`(`order_id` ASC) USING BTREE,
INDEX `user_id`(`user_id` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_order_address
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_order_aftersale
-- ----------------------------
DROP TABLE IF EXISTS `sxo_order_aftersale`;
CREATE TABLE `sxo_order_aftersale` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`order_no` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`order_detail_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`order_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`goods_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`user_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`system_type` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'default' COMMENT ' default, SYSTEM_TYPE常量类型',
`status` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 1退, 2, 3, 4, 5',
`type` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '0退, 1退退',
`refundment` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '退0退, 1退, 2',
`reason` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`number` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '退',
`price` decimal(10, 2) UNSIGNED NOT NULL DEFAULT 0.00 COMMENT '退',
`msg` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '退',
`images` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'json存储',
`refuse_reason` char(230) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`express_name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`express_number` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`apply_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`confirm_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`delivery_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '退',
`audit_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`cancel_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `order_id`(`order_id` ASC) USING BTREE,
INDEX `goods_id`(`goods_id` ASC) USING BTREE,
INDEX `user_id`(`user_id` ASC) USING BTREE,
INDEX `status`(`status` ASC) USING BTREE,
INDEX `system_type`(`system_type` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_order_aftersale
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_order_aftersale_status_history
-- ----------------------------
DROP TABLE IF EXISTS `sxo_order_aftersale_status_history`;
CREATE TABLE `sxo_order_aftersale_status_history` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`order_aftersale_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`original_status` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`new_status` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`msg` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`creator` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '-id',
`creator_name` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '-',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `order_aftersale_id`(`order_aftersale_id` ASC) USING BTREE,
INDEX `original_status`(`original_status` ASC) USING BTREE,
INDEX `new_status`(`new_status` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_order_aftersale_status_history
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_order_currency
-- ----------------------------
DROP TABLE IF EXISTS `sxo_order_currency`;
CREATE TABLE `sxo_order_currency` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`order_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`user_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`currency_name` char(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`currency_code` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`currency_symbol` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`currency_rate` decimal(12, 6) UNSIGNED NOT NULL DEFAULT 0.000000 COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `order_id`(`order_id` ASC) USING BTREE,
INDEX `user_id`(`user_id` ASC) USING BTREE,
INDEX `currency_name`(`currency_name` ASC) USING BTREE,
INDEX `currency_code`(`currency_code` ASC) USING BTREE,
INDEX `currency_rate`(`currency_rate` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_order_currency
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_order_detail
-- ----------------------------
DROP TABLE IF EXISTS `sxo_order_detail`;
CREATE TABLE `sxo_order_detail` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`user_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`order_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`goods_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`title` char(160) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`images` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`buy_number` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`inventory_unit` char(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`model` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`spec_barcode` char(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`refund_price` decimal(10, 2) NOT NULL DEFAULT 0.00 COMMENT '退',
`returned_quantity` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '退',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `user_id`(`user_id` ASC) USING BTREE,
INDEX `order_id`(`order_id` ASC) USING BTREE,
INDEX `goods_id`(`goods_id` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_order_detail
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_order_express
-- ----------------------------
DROP TABLE IF EXISTS `sxo_order_express`;
CREATE TABLE `sxo_order_express` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`order_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`user_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`express_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`express_number` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`note` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `order_id`(`order_id` ASC) USING BTREE,
INDEX `user_id`(`user_id` ASC) USING BTREE,
INDEX `add_time`(`add_time` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_order_express
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_order_extraction_code
-- ----------------------------
DROP TABLE IF EXISTS `sxo_order_extraction_code`;
CREATE TABLE `sxo_order_extraction_code` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`order_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`user_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`code` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `order_id`(`order_id` ASC) USING BTREE,
INDEX `user_id`(`user_id` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_order_extraction_code
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_order_fictitious_value
-- ----------------------------
DROP TABLE IF EXISTS `sxo_order_fictitious_value`;
CREATE TABLE `sxo_order_fictitious_value` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`order_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`order_detail_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`user_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `order_id`(`order_id` ASC) USING BTREE,
INDEX `order_detail_id`(`order_detail_id` ASC) USING BTREE,
INDEX `user_id`(`user_id` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_order_fictitious_value
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_order_goods_inventory_log
-- ----------------------------
DROP TABLE IF EXISTS `sxo_order_goods_inventory_log`;
CREATE TABLE `sxo_order_goods_inventory_log` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`order_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`order_detail_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`goods_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`order_status` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 1/, 2/, 3/, 4, 5, 6',
`original_inventory` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`new_inventory` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`is_rollback` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 1',
`rollback_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `order_id`(`order_id` ASC) USING BTREE,
INDEX `goods_id`(`goods_id` ASC) USING BTREE,
INDEX `order_status`(`order_status` ASC) USING BTREE,
INDEX `order_detail_id`(`order_detail_id` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_order_goods_inventory_log
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_order_service
-- ----------------------------
DROP TABLE IF EXISTS `sxo_order_service`;
CREATE TABLE `sxo_order_service` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`order_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`user_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`service_name` char(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`service_mobile` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`service_duration_minute` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`service_start_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`service_end_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`note` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `order_id`(`order_id` ASC) USING BTREE,
INDEX `user_id`(`user_id` ASC) USING BTREE,
INDEX `add_time`(`add_time` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_order_service
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_order_status_history
-- ----------------------------
DROP TABLE IF EXISTS `sxo_order_status_history`;
CREATE TABLE `sxo_order_status_history` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`order_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`original_status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`new_status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`msg` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`creator` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '-id',
`creator_name` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '-',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `order_id`(`order_id` ASC) USING BTREE,
INDEX `original_status`(`original_status` ASC) USING BTREE,
INDEX `new_status`(`new_status` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_order_status_history
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_pay_log
-- ----------------------------
DROP TABLE IF EXISTS `sxo_pay_log`;
CREATE TABLE `sxo_pay_log` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`log_no` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`user_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`system_type` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'default' COMMENT ' default, SYSTEM_TYPE常量类型',
`client_type` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'pc, h5, ios, android, alipay, weixin, baiduAPPLICATION_CLIENT_TYPE常量值',
`business_type` char(180) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT ' order wallet member',
`status` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 1, 230',
`payment` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`payment_name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`subject` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`buyer_user` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`request_params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'json字符串存储',
`pay_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`close_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `payment`(`payment` ASC) USING BTREE,
INDEX `status`(`status` ASC) USING BTREE,
INDEX `business_type`(`business_type` ASC) USING BTREE,
INDEX `total_price`(`total_price` ASC) USING BTREE,
INDEX `pay_price`(`pay_price` ASC) USING BTREE,
INDEX `add_time`(`add_time` ASC) USING BTREE,
INDEX `pay_time`(`pay_time` ASC) USING BTREE,
INDEX `close_time`(`close_time` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_pay_log
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_pay_log_value
-- ----------------------------
DROP TABLE IF EXISTS `sxo_pay_log_value`;
CREATE TABLE `sxo_pay_log_value` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`pay_log_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`business_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`business_no` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `pay_log_id`(`pay_log_id` ASC) USING BTREE,
INDEX `business_id`(`business_id` ASC) USING BTREE,
INDEX `add_time`(`add_time` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_pay_log_value
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_pay_request_log
-- ----------------------------
DROP TABLE IF EXISTS `sxo_pay_request_log`;
CREATE TABLE `sxo_pay_request_log` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`business_type` char(180) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '...',
`request_params` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'json字符串存储',
`response_data` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'json字符串存储',
`business_handle` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'json字符串存储',
`request_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'url地址',
`server_port` char(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`server_ip` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'ip',
`client_ip` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'ip',
`os` char(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`browser` char(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`method` char(4) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`scheme` char(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'http类型',
`version` char(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'http版本',
`client` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `business_type`(`business_type` ASC) USING BTREE,
INDEX `add_time`(`add_time` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_pay_request_log
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_payment
-- ----------------------------
DROP TABLE IF EXISTS `sxo_payment`;
CREATE TABLE `sxo_payment` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`name` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '',
`payment` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`logo` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'logo',
`version` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`apply_version` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`desc` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`author` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`author_url` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`element` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`config` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`apply_terminal` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT ' php一维数组json字符串存储pc, h5, ios, android, alipay, weixin, baidu, toutiao, qq',
`apply_terminal_old` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT ' php一维数组json字符串存储pc, h5, ios, android, alipay, weixin, baidu, toutiao, qq',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '01',
`is_open_user` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`sort` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
UNIQUE INDEX `payment`(`payment` ASC) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_payment
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_plugins
-- ----------------------------
DROP TABLE IF EXISTS `sxo_plugins`;
CREATE TABLE `sxo_plugins` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`plugins` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`plugins_category_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`plugins_menu_control` char(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`plugins_is_second_domain` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 1',
`data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '01',
`sort` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
UNIQUE INDEX `plugins`(`plugins` ASC) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_plugins
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_plugins_category
-- ----------------------------
DROP TABLE IF EXISTS `sxo_plugins_category`;
CREATE TABLE `sxo_plugins_category` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`name` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '01',
`sort` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `sort`(`sort` ASC) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 4 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_plugins_category
-- ----------------------------
BEGIN;
INSERT INTO `sxo_plugins_category` (`id`, `name`, `is_enable`, `sort`, `add_time`, `upd_time`) VALUES (1, '', 1, 0, 1685093165, 0), (2, '', 1, 0, 1685093255, 1690030522), (3, '', 1, 0, 1685093289, 1690035229), (4, '', 1, 0, 1685093456, 1690030515);
COMMIT;
-- ----------------------------
-- Table structure for sxo_plugins_data_config
-- ----------------------------
DROP TABLE IF EXISTS `sxo_plugins_data_config`;
CREATE TABLE `sxo_plugins_data_config` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`plugins` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`only_tag` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`value` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `plugins`(`plugins` ASC) USING BTREE,
INDEX `only_tag`(`only_tag` ASC) USING BTREE,
INDEX `add_time`(`add_time` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_plugins_data_config
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_power
-- ----------------------------
DROP TABLE IF EXISTS `sxo_power`;
CREATE TABLE `sxo_power` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`pid` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`name` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`control` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`action` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`url` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'url地址',
`sort` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`is_show` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '01',
`icon` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'class',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 646 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_power
-- ----------------------------
BEGIN;
INSERT INTO `sxo_power` (`id`, `pid`, `name`, `control`, `action`, `url`, `sort`, `is_show`, `icon`, `add_time`, `upd_time`) VALUES (1, 0, '', 'Power', 'Index', '', 3, 1, 'icon-admin-auth', 1481612301, 0), (4, 1, '', 'Role', 'Index', '', 20, 1, '', 1481639037, 0), (13, 1, '', 'Power', 'Index', '', 30, 1, '', 1482156143, 0), (15, 13, '/', 'Power', 'Save', '', 31, 0, '', 1482243750, 0), (16, 13, '', 'Power', 'Delete', '', 34, 0, '', 1482243797, 1758100045), (17, 4, '/', 'Role', 'SaveInfo', '', 21, 0, '', 1482243855, 0), (18, 4, '/', 'Role', 'Save', '', 22, 0, '', 1482243888, 0), (19, 22, '/', 'Admin', 'SaveInfo', '', 2, 0, '', 1482244637, 0), (20, 22, '/', 'Admin', 'Save', '', 3, 0, '', 1482244666, 0), (21, 22, '', 'Admin', 'Delete', '', 4, 0, '', 1482244688, 0), (22, 1, '', 'Admin', 'Index', '', 1, 1, '', 1482568868, 0), (23, 4, '', 'Role', 'Delete', '', 23, 0, '', 1482569155, 0), (38, 0, '', 'Goods', 'Index', '', 5, 1, 'icon-admin-goods', 1483283430, 0), (39, 38, '', 'Goods', 'Index', '', 1, 1, '', 1483283546, 0), (41, 0, '', 'Config', 'Index', '', 1, 1, 'icon-admin-system', 1483362358, 1704280861), (42, 41, '', 'Config', 'Save', '', 10, 0, '', 1483432335, 0), (57, 39, '/', 'Goods', 'SaveInfo', '', 2, 0, '', 1483616439, 0), (58, 39, '/', 'Goods', 'Save', '', 3, 0, '', 1483616492, 0), (59, 39, '', 'Goods', 'Delete', '', 4, 0, '', 1483616569, 0), (81, 0, '', 'Site', 'Index', '', 2, 1, 'icon-admin-site-config', 1486182943, 0), (103, 81, '', 'Site', 'Index', '', 0, 1, '', 1486561470, 0), (104, 81, '', 'Sms', 'Index', '', 10, 1, '', 1486561615, 0), (105, 103, '', 'Site', 'Save', '', 1, 0, '', 1486561780, 0), (107, 104, '', 'Sms', 'Save', '', 11, 0, '', 1486562011, 0), (118, 0, '', 'Tool', 'Index', '', 50, 1, 'icon-admin-tools', 1488108044, 0), (119, 118, '', 'Cache', 'Index', '', 1, 1, '', 1488108107, 0), (120, 119, '', 'Cache', 'StatusUpdate', '', 2, 0, '', 1488108235, 0), (121, 119, '', 'Cache', 'TemplateUpdate', '', 2, 0, '', 1488108390, 0), (122, 119, '', 'Cache', 'ModuleUpdate', '', 3, 0, '', 1488108436, 0), (126, 0, '', 'User', 'Index', '', 4, 1, 'icon-admin-user', 1490794162, 0), (127, 126, '', 'User', 'Index', '', 0, 1, '', 1490794316, 0), (128, 127, '/', 'User', 'SaveInfo', '', 1, 0, '', 1490794458, 0), (129, 127, '/', 'User', 'Save', '', 2, 0, '', 1490794510, 0), (130, 127, '', 'User', 'Delete', '', 3, 0, '', 1490794585, 0), (153, 222, '', 'Region', 'Index', '', 7, 1, '', 1526304473, 0), (154, 153, '/', 'Region', 'Save', '', 0, 0, '', 1526304503, 0), (155, 153, '', 'Region', 'Delete', '', 2, 0, '', 1526304531, 1704335398), (156, 222, '', 'Express', 'Index', '', 8, 1, '', 1526304473, 0), (157, 156, '/', 'Express', 'Save', '', 0, 0, '', 1526304473, 0), (158, 156, '', 'Express', 'Delete', '', 1, 0, '', 1526304473, 0), (172, 222, '', 'Slide', 'Index', '', 6, 1, '', 1527149117, 0), (173, 172, '/', 'Slide', 'SaveInfo', '', 0, 0, '', 1527149152, 0), (174, 172, '/', 'Slide', 'Save', '', 1, 0, '', 1527149186, 0), (175, 172, '', 'Slide', 'StatusUpdate', '', 2, 0, '', 1527156980, 0), (176, 172, '', 'Slide', 'Delete', '', 3, 0, '', 1527157260, 0), (177, 0, '', 'Order', 'Index', '', 6, 1, 'icon-admin-order', 1522229870, 0), (178, 177, '', 'Order', 'Index', '', 1, 1, '', 1522317898, 0), (179, 178, '', 'Order', 'Delete', '', 2, 0, '', 1522317917, 0), (180, 178, '', 'Order', 'Cancel', '', 3, 0, '', 1527497803, 0), (181, 39, '', 'Goods', 'StatusUpdate', '', 5, 0, '', 1528080200, 0), (182, 0, '', 'Data', 'Index', '', 22, 1, 'icon-admin-data', 1528096661, 0), (183, 182, '', 'Message', 'Index', '', 10, 1, '', 1528080200, 0), (184, 183, '', 'Message', 'Delete', '', 11, 0, '', 1528080200, 0), (185, 182, '', 'PayLog', 'Index', '', 20, 1, '', 1528080200, 0), (186, 182, '', 'IntegralLog', 'Index', '', 40, 1, '', 1528103067, 0), (193, 222, '', 'ScreeningPrice', 'Index', '', 5, 1, '', 1528708578, 0), (194, 193, '/', 'ScreeningPrice', 'Save', '', 0, 0, '', 1528708609, 0), (199, 81, 'SEO设置', 'Seo', 'Index', '', 30, 1, '', 1528771081, 0), (200, 199, 'SEO设置编辑', 'Seo', 'Save', '', 31, 0, '', 1528771105, 0), (201, 38, '', 'GoodsCategory', 'Index', '', 10, 1, '', 1529041901, 0), (202, 201, '/', 'GoodsCategory', 'Save', '', 11, 0, '', 1529041928, 0), (203, 201, '', 'GoodsCategory', 'Delete', '', 13, 0, '', 1529041949, 1704335314), (204, 0, '', 'Article', 'Index', '', 21, 1, 'icon-admin-article', 1530360560, 0), (205, 204, '', 'Article', 'Index', '', 0, 1, '', 1530360593, 0), (206, 205, '/', 'Article', 'SaveInfo', '', 1, 0, '', 1530360625, 0), (207, 205, '/', 'Article', 'Save', '', 2, 0, '', 1530360663, 0), (208, 205, '', 'Article', 'Delete', '', 3, 0, '', 1530360692, 0), (209, 205, '', 'Article', 'StatusUpdate', '', 4, 0, '', 1530360730, 0), (210, 204, '', 'ArticleCategory', 'Index', '', 10, 1, '', 1530361071, 0), (211, 210, '/', 'ArticleCategory', 'Save', '', 11, 0, '', 1530361101, 0), (212, 210, '', 'ArticleCategory', 'Delete', '', 12, 0, '', 1530361126, 0), (219, 81, '', 'Email', 'Index', '', 20, 1, '', 1533636067, 0), (220, 219, '/', 'Email', 'Save', '', 21, 0, '', 1533636109, 0), (221, 219, '', 'Email', 'EmailTest', '', 22, 0, '', 1533636157, 0), (222, 0, '', 'WebSiteAdmin', 'Index', '', 7, 1, 'icon-admin-web-manage', 1533692051, 1758098041), (223, 222, '', 'Navigation', 'Index', '', 0, 1, '', 1486183114, 0), (226, 223, '/', 'Navigation', 'Save', '', 0, 0, '', 1486183367, 0), (227, 223, '', 'Navigation', 'Delete', '', 1, 0, '', 1486183410, 0), (228, 223, '', 'Navigation', 'StatusUpdate', '', 2, 0, '', 1486183462, 0), (234, 222, '', 'CustomView', 'Index', '', 1, 1, '', 1486193400, 0), (235, 234, '/', 'CustomView', 'SaveInfo', '', 0, 0, '', 1486193449, 0), (236, 234, '/', 'CustomView', 'Save', '', 1, 0, '', 1486193473, 0), (237, 234, '', 'CustomView', 'Delete', '', 2, 0, '', 1486193516, 0), (238, 234, '', 'CustomView', 'StatusUpdate', '', 3, 0, '', 1486193582, 0), (239, 222, '', 'Link', 'Index', '', 2, 1, '', 1486194358, 0), (240, 239, '/', 'Link', 'SaveInfo', '', 0, 0, '', 1486194392, 0), (241, 239, '/', 'Link', 'Save', '', 1, 0, '', 1486194413, 0), (242, 239, '', 'Link', 'Delete', '', 2, 0, '', 1486194435, 0), (243, 239, '', 'Link', 'StatusUpdate', '', 3, 0, '', 1486194479, 0), (244, 222, '', 'ThemeAdmin', 'Index', '', 3, 1, '', 1494381693, 1711549593), (245, 244, '/', 'ThemeAdmin', 'Save', '', 0, 0, '', 1494398194, 1711549600), (246, 244, '', 'ThemeAdmin', 'Upload', '', 1, 0, '', 1494405096, 1711549604), (247, 244, '', 'ThemeAdmin', 'Delete', '', 2, 0, '', 1494410655, 1711549608), (248, 205, '', 'Article', 'Detail', '', 5, 0, '', 1534156400, 0), (249, 252, '', 'Brand', 'Index', '', 0, 1, '', 1535683271, 0), (250, 249, '/', 'Brand', 'Save', '', 2, 0, '', 1535683310, 0), (251, 249, '', 'Brand', 'Delete', '', 4, 0, '', 1535683351, 0), (252, 0, '', 'Brand', 'Index', '', 8, 1, 'icon-admin-brand', 1535684308, 0), (253, 252, '', 'BrandCategory', 'Index', '', 10, 1, '', 1535684401, 0), (254, 253, '/', 'BrandCategory', 'Save', '', 11, 0, '', 1535684424, 0), (255, 253, '', 'BrandCategory', 'Delete', '', 12, 0, '', 1535684444, 0), (256, 249, '/', 'Brand', 'SaveInfo', '', 1, 0, '', 1535694837, 0), (257, 249, '', 'Brand', 'StatusUpdate', '', 3, 0, '', 1535694880, 0), (258, 193, '', 'ScreeningPrice', 'Delete', '', 1, 0, '', 1536227071, 0), (259, 222, '', 'Payment', 'Index', '', 9, 1, '', 1537156351, 0), (260, 259, '/', 'Payment', 'SaveInfo', '', 0, 0, '', 1537156423, 0), (261, 259, '/', 'Payment', 'Save', '', 1, 0, '', 1537156463, 0), (262, 259, '', 'Payment', 'Delete', '', 2, 0, '', 1537156502, 0), (263, 259, '', 'Payment', 'Install', '', 3, 0, '', 1537166090, 0), (264, 259, '', 'Payment', 'StatusUpdate', '', 4, 0, '', 1537166149, 0), (265, 259, '', 'Payment', 'Uninstall', '', 5, 0, '', 1537167814, 0), (266, 259, '', 'Payment', 'Upload', '', 6, 0, '', 1537173653, 0), (267, 178, '', 'Order', 'Delivery', '', 1, 0, '', 1538413499, 0), (268, 178, '', 'Order', 'Collect', '', 5, 0, '', 1538414034, 0), (269, 178, '', 'Order', 'Pay', '', 6, 0, '', 1538757043, 0), (310, 178, '', 'Order', 'Confirm', '', 7, 0, '', 1542011799, 0), (311, 4, '', 'Role', 'StatusUpdate', '', 24, 0, '', 1542102071, 0), (314, 319, '', 'AppHomeNav', 'Index', '', 40, 1, '', 1542558318, 0), (315, 314, '/', 'AppHomeNav', 'SaveInfo', '', 0, 0, '', 1542558686, 0), (316, 314, '/', 'AppHomeNav', 'Save', '', 1, 0, '', 1542558706, 0), (317, 314, '', 'AppHomeNav', 'StatusUpdate', '', 2, 0, '', 1542558747, 0), (318, 314, '', 'AppHomeNav', 'Delete', '', 3, 0, '', 1542558767, 0), (319, 0, '', 'App', 'Index', '', 20, 1, 'icon-admin-phone', 1483362358, 0), (326, 319, '', 'AppConfig', 'Index', '', 0, 1, '', 1543206359, 0), (327, 326, '', 'AppConfig', 'Save', '', 1, 0, '', 1543206402, 0), (331, 119, '', 'Cache', 'LogDelete', '', 4, 0, '', 1545642163, 0), (333, 319, '', 'AppMini', 'Config', '', 10, 1, '', 1546935090, 0), (334, 333, '', 'AppMini', 'Save', '', 0, 0, '', 1546935118, 0), (339, 41, '', 'Config', 'Index', '', 0, 1, '', 1549419752, 0), (340, 0, '', 'Store', 'Index', '', 30, 1, 'icon-admin-application', 1549496703, 0), (341, 340, '', 'PluginsAdmin', 'Index', '', 0, 1, '', 1549497306, 0), (342, 341, '', 'PluginsAdmin', 'StatusUpdate', '', 3, 0, '', 1549694138, 0), (343, 341, '', 'Plugins', 'Index', '', 1, 0, '', 1549958187, 0), (345, 341, '/', 'PluginsAdmin', 'SaveInfo', '', 1, 0, '', 1549977925, 0), (346, 341, '/', 'PluginsAdmin', 'Save', '', 2, 0, '', 1549977958, 0), (347, 341, '', 'PluginsAdmin', 'Delete', '', 4, 0, '', 1549977993, 0), (348, 341, '', 'PluginsAdmin', 'Upload', '', 5, 0, '', 1550110821, 0), (349, 118, 'SQL控制台', 'Sqlconsole', 'Index', '', 10, 1, '', 1550476002, 0), (350, 349, 'SQL执行', 'Sqlconsole', 'Implement', '', 11, 0, '', 1550476023, 0), (351, 341, '', 'PluginsAdmin', 'Download', '', 6, 0, '', 1553248727, 0), (354, 41, '', 'Config', 'Store', '', 1, 1, '', 1554803430, 1704357821), (356, 38, '', 'Goodscomments', 'Index', '', 40, 1, '', 1533112443, 0), (357, 356, '', 'Goodscomments', 'Reply', '', 41, 0, '', 1533119660, 0), (358, 356, '', 'Goodscomments', 'Delete', '', 42, 0, '', 1533119680, 0), (359, 356, '', 'Goodscomments', 'StatusUpdate', '', 43, 0, '', 1533119704, 0), (360, 356, '/', 'Goodscomments', 'SaveInfo', '', 44, 0, '', 1553964318, 0), (361, 356, '/', 'Goodscomments', 'Save', '', 45, 0, '', 1553964354, 0), (362, 81, '', 'Agreement', 'Index', '', 40, 1, '', 1486561615, 0), (363, 362, '', 'Agreement', 'Save', '', 41, 0, '', 1486562011, 0), (364, 177, '', 'Orderaftersale', 'Index', '', 10, 1, '', 1522317898, 0), (365, 364, '', 'Orderaftersale', 'Delete', '', 11, 0, '', 1522317917, 0), (366, 364, '', 'Orderaftersale', 'Cancel', '', 12, 0, '', 1527497803, 0), (367, 364, '', 'Orderaftersale', 'Audit', '', 13, 0, '', 1538413499, 0), (368, 364, '', 'Orderaftersale', 'Confirm', '', 14, 0, '', 1538414034, 0), (369, 364, '', 'Orderaftersale', 'Refuse', '', 15, 0, '', 1538757043, 0), (372, 182, '退', 'RefundLog', 'Index', '', 30, 1, '', 1528080200, 0), (373, 340, '', 'Store', 'Index', '', 10, 1, '', 1553248727, 0), (374, 341, '', 'PluginsAdmin', 'Install', '', 6, 0, '', 1561369950, 0), (375, 341, '', 'PluginsAdmin', 'Uninstall', '', 7, 0, '', 1561370063, 0), (376, 319, '', 'AppCenterNav', 'Index', '', 50, 1, '', 1542558318, 0), (377, 376, '/', 'AppCenterNav', 'SaveInfo', '', 0, 0, '', 1542558686, 0), (378, 376, '/', 'AppCenterNav', 'Save', '', 1, 0, '', 1542558706, 0), (379, 376, '', 'AppCenterNav', 'StatusUpdate', '', 2, 0, '', 1542558747, 0), (380, 376, '', 'AppCenterNav', 'Delete', '', 3, 0, '', 1542558767, 0), (387, 244, '', 'ThemeAdmin', 'Download', '', 3, 0, '', 1494410699, 1711549612), (400, 178, '', 'Order', 'Detail', '', 8, 0, '', 1589534580, 0), (401, 364, '', 'Orderaftersale', 'Detail', '', 16, 0, '', 1589538361, 0), (402, 39, '', 'Goods', 'Detail', '', 6, 0, '', 1589539780, 0), (403, 356, '', 'Goodscomments', 'Detail', '', 36, 0, '', 1591609904, 0), (404, 127, '', 'User', 'Detail', '', 7, 0, '', 1591621569, 0), (405, 22, '', 'Admin', 'Detail', '', 5, 0, '', 1591951422, 0), (406, 4, '', 'Role', 'Detail', '', 25, 0, '', 1542102071, 0), (407, 234, '', 'CustomView', 'Detail', '', 4, 0, '', 1592287822, 0), (408, 172, '', 'Slide', 'Detail', '', 4, 0, '', 1592413297, 0), (409, 249, '', 'Brand', 'Detail', '', 6, 0, '', 1592563170, 0), (410, 314, '', 'AppHomeNav', 'Detail', '', 4, 0, '', 1592652323, 0), (411, 376, '', 'AppCenterNav', 'Detail', '', 4, 0, '', 1592661364, 0), (413, 183, '', 'Message', 'Detail', '', 12, 0, '', 1593181414, 0), (414, 239, '', 'Link', 'Detail', '', 4, 0, '', 1593181677, 0), (415, 185, '', 'PayLog', 'Detail', '', 21, 0, '', 1593355200, 0), (416, 372, '退', 'RefundLog', 'Detail', '', 31, 0, '', 1593355237, 0), (417, 186, '', 'IntegralLog', 'Detail', '', 41, 0, '', 1593355265, 0), (418, 38, '', 'GoodsBrowse', 'Index', '', 50, 1, '', 1591609904, 0), (419, 418, '', 'GoodsBrowse', 'Delete', '', 51, 0, '', 1591609904, 0), (420, 418, '', 'GoodsBrowse', 'Detail', '', 52, 0, '', 1591609904, 0), (421, 38, '', 'GoodsFavor', 'Index', '', 60, 1, '', 1591609904, 0), (422, 421, '', 'GoodsFavor', 'Delete', '', 61, 0, '', 1591609904, 0), (423, 421, '', 'GoodsFavor', 'Detail', '', 62, 0, '', 1591609904, 0), (425, 438, '', 'Warehouse', 'Index', '', 0, 1, '', 1488108044, 0), (426, 425, '/', 'Warehouse', 'SaveInfo', '', 1, 0, '', 1530360625, 0), (427, 425, '/', 'Warehouse', 'Save', '', 2, 0, '', 1530360663, 0), (428, 425, '', 'Warehouse', 'Delete', '', 3, 0, '', 1530360692, 0), (429, 425, '', 'Warehouse', 'StatusUpdate', '', 4, 0, '', 1530360730, 0), (430, 425, '', 'Warehouse', 'Detail', '', 5, 0, '', 1534156400, 0), (431, 438, '', 'WarehouseGoods', 'Index', '', 10, 1, '', 1488108044, 0), (432, 431, '', 'WarehouseGoods', 'Delete', '', 12, 0, '', 1530360625, 0), (433, 431, '', 'WarehouseGoods', 'GoodsAdd', '', 15, 0, '', 1530360663, 0), (434, 431, '', 'WarehouseGoods', 'GoodsDel', '', 16, 0, '', 1530360692, 0), (435, 431, '', 'WarehouseGoods', 'StatusUpdate', '', 13, 0, '', 1530360730, 0), (436, 431, '', 'WarehouseGoods', 'Detail', '', 11, 0, '', 1534156400, 0), (438, 0, '', 'Warehouse', 'Index', '', 9, 1, 'icon-admin-warehouse', 1483362358, 0), (439, 431, '', 'WarehouseGoods', 'GoodsSearch', '', 14, 0, '', 1534156400, 0), (440, 431, '', 'WarehouseGoods', 'InventoryInfo', '', 17, 0, '', 1534156400, 0), (441, 431, '', 'WarehouseGoods', 'InventorySave', '', 18, 0, '', 0, 0), (442, 185, '', 'PayLog', 'Close', '', 22, 0, '', 1593355200, 0), (443, 222, '', 'QuickNav', 'Index', '', 10, 1, '', 1542558318, 0), (444, 443, '/', 'QuickNav', 'SaveInfo', '', 0, 0, '', 1542558686, 0), (445, 443, '/', 'QuickNav', 'Save', '', 1, 0, '', 1542558706, 0), (446, 443, '', 'QuickNav', 'StatusUpdate', '', 2, 0, '', 1542558747, 0), (447, 443, '', 'QuickNav', 'Delete', '', 3, 0, '', 1542558767, 0), (448, 443, '', 'QuickNav', 'Detail', '', 4, 0, '', 1592652323, 0), (449, 185, '', 'PayRequestLog', 'Index', '', 25, 0, '', 1593355200, 0), (450, 185, '', 'PayRequestLog', 'Detail', '', 26, 0, '', 1593355200, 0), (451, 126, '', 'UserAddress', 'Index', '', 10, 1, '', 1490794316, 0), (452, 451, '', 'UserAddress', 'SaveInfo', '', 11, 0, '', 1490794510, 0), (453, 451, '', 'UserAddress', 'Save', '', 12, 0, '', 1490794510, 0), (454, 451, '', 'UserAddress', 'Delete', '', 13, 0, '', 1591621569, 0), (455, 451, '', 'UserAddress', 'Detail', '', 14, 0, '', 0, 0), (461, 103, '', 'Site', 'GoodsSearch', '', 2, 0, '', 1486561780, 0), (462, 38, '', 'GoodsParamsTemplate', 'Index', '', 20, 1, '', 1533112443, 0), (463, 462, '', 'GoodsParamsTemplate', 'Delete', '', 21, 0, '', 1533119680, 0), (464, 462, '', 'GoodsParamsTemplate', 'StatusUpdate', '', 22, 0, '', 1533119704, 0), (465, 462, '/', 'GoodsParamsTemplate', 'SaveInfo', '', 23, 0, '', 1553964318, 0), (466, 462, '/', 'GoodsParamsTemplate', 'Save', '', 24, 0, '', 1553964354, 0), (467, 462, '', 'GoodsParamsTemplate', 'Detail', '', 25, 0, '', 1591609904, 0), (468, 341, '', 'PluginsAdmin', 'SetupSave', '', 8, 0, '', 1609820501, 0), (469, 341, '', 'PackageInstall', 'Index', '', 11, 0, '', 1613967513, 0), (471, 341, '', 'PackageInstall', 'Install', '', 12, 0, '', 1613976708, 0), (472, 341, '', 'PackageUpgrade', 'Upgrade', '', 13, 0, '', 1619068484, 0), (473, 41, '', 'Index', 'StoreAccountsBind', '', 60, 0, '', 1619435558, 1704286906), (474, 41, '', 'Index', 'InspectUpgrade', '', 61, 0, '', 1619435587, 0), (475, 41, '', 'Index', 'InspectUpgradeConfirm', '', 62, 0, '', 1619435611, 0), (476, 103, '', 'Layout', 'LayoutIndexHomeSave', '', 3, 0, '', 1624341630, 0), (477, 222, '', 'Design', 'Index', '', 11, 1, '', 1624519062, 0), (478, 477, '/', 'Design', 'SaveInfo', '', 0, 0, '', 1624519103, 0), (479, 477, '/', 'Design', 'Save', '', 1, 0, '', 1624519129, 0), (480, 477, '', 'Design', 'StatusUpdate', '', 3, 0, '', 1624519162, 0), (481, 477, '', 'Design', 'Delete', '', 7, 0, '', 1624519183, 0), (482, 41, '', 'Index', 'Stats', '', 63, 0, '', 1630395987, 0), (483, 41, '', 'Index', 'Income', '', 64, 0, '', 1558022648, 0), (484, 477, '', 'Design', 'Upload', '', 4, 0, '', 1650331094, 0), (485, 477, '', 'Design', 'Sync', '', 6, 0, '', 1650353616, 0), (486, 477, '', 'Design', 'Download', '', 5, 0, '', 1650538022, 0), (487, 38, '', 'GoodsCart', 'Index', '', 70, 1, '', 1661314317, 0), (488, 487, '', 'GoodsCart', 'Delete', '', 71, 0, '', 1661314473, 0), (489, 487, '', 'GoodsCart', 'Detail', '', 72, 0, '', 1661314498, 0), (490, 38, '', 'GoodsSpecTemplate', 'Index', '', 30, 1, '', 1533112443, 0), (491, 490, '', 'GoodsSpecTemplate', 'Delete', '', 31, 0, '', 1533119680, 0), (492, 490, '', 'GoodsSpecTemplate', 'StatusUpdate', '', 32, 0, '', 1533119704, 0), (493, 490, '/', 'GoodsSpecTemplate', 'SaveInfo', '', 33, 0, '', 1553964318, 0), (494, 490, '/', 'GoodsSpecTemplate', 'Save', '', 34, 0, '', 1553964354, 0), (495, 490, '', 'GoodsSpecTemplate', 'Detail', '', 35, 0, '', 1553964354, 0), (496, 39, '', 'Goods', 'BaseTemplate', '', 6, 0, '', 1553964354, 0), (497, 153, '', 'Region', 'CodeData', '', 3, 0, '', 1553964354, 1704335391), (498, 340, '', 'PluginsCategory', 'Index', '', 20, 0, '', 1553964354, 0), (499, 498, '/', 'PluginsCategory', 'Save', '', 21, 0, '', 1553964354, 0), (500, 498, '', 'PluginsCategory', 'Delete', '', 23, 0, '', 1553964354, 1704335463), (501, 341, '', 'PluginsAdmin', 'StoreUploadInfo', '', 23, 0, '', 1553964354, 0), (502, 341, '', 'PluginsAdmin', 'StoreUpload', '', 24, 0, '', 1553964354, 0), (503, 182, '', 'SmsLog', 'Index', '', 50, 1, '', 1661314317, 0), (504, 503, '', 'SmsLog', 'Delete', '', 2, 0, '', 1661314473, 0), (505, 503, '', 'SmsLog', 'AllDelete', '', 1, 0, '', 1661314473, 0), (506, 503, '', 'SmsLog', 'Detail', '', 0, 0, '', 1661314498, 0), (510, 13, '', 'Power', 'StatusUpdate', '', 32, 0, '', 1704334329, 1704334364), (511, 201, '', 'GoodsCategory', 'StatusUpdate', '', 12, 0, '', 1704335339, 0), (512, 153, '', 'Region', 'StatusUpdate', '', 1, 0, '', 1704335431, 0), (513, 498, '', 'PluginsCategory', 'StatusUpdate', '', 22, 0, '', 1704335491, 1704335502), (514, 41, '', 'Shortcutmenu', 'Index', '', 2, 0, '', 1704357796, 1704357829), (515, 514, '', 'Shortcutmenu', 'Save', '', 0, 0, '', 1704357886, 1704357917), (516, 514, '', 'Shortcutmenu', 'Sort', '', 1, 0, '', 1704357912, 1704360847), (517, 514, '', 'Shortcutmenu', 'Delete', '', 2, 0, '', 1704360870, 0), (518, 182, '', 'EmailLog', 'Index', '', 60, 1, '', 1661314317, 0), (519, 518, '', 'EmailLog', 'Delete', '', 2, 0, '', 1661314473, 0), (520, 518, '', 'EmailLog', 'AllDelete', '', 1, 0, '', 1661314473, 0), (521, 518, '', 'EmailLog', 'Detail', '', 0, 0, '', 1661314498, 0), (524, 178, '', 'Order', 'DeliveryInfo', '', 0, 0, '', 1553964354, 0), (525, 222, '', 'ThemeData', 'Index', '', 4, 1, '', 1494381693, 1711549593), (526, 525, '/', 'ThemeData', 'SaveInfo', '', 1, 0, '', 1494410699, 1711549612), (527, 525, '/', 'ThemeData', 'Save', '', 2, 0, '', 1494410699, 1711549612), (528, 525, '', 'ThemeData', 'Upload', '', 6, 0, '', 1494405096, 1711549604), (529, 525, '', 'ThemeData', 'Delete', '', 5, 0, '', 1494410655, 1711549608), (530, 525, '', 'ThemeData', 'Download', '', 7, 0, '', 1494410699, 1711549612), (531, 525, '', 'ThemeData', 'Detail', '', 0, 0, '', 1494410699, 1711549612), (532, 525, '', 'ThemeData', 'GoodsSearch', '', 8, 0, '', 1494410699, 1711549612), (533, 525, '', 'ThemeData', 'ArticleSearch', '', 9, 0, '', 1494410699, 1711549612), (534, 525, '', 'ThemeData', 'StatusUpdate', '', 4, 0, '', 1494410699, 1711549612), (535, 222, '', 'Attachment', 'Index', '', 15, 1, '', 1624519062, 1758099437), (536, 535, '', 'Attachment', 'Detail', '', 0, 0, '', 1494410699, 1711549612), (537, 535, '/', 'Attachment', 'SaveInfo', '', 1, 0, '', 1494410699, 1711549612), (538, 535, '/', 'Attachment', 'Save', '', 2, 0, '', 1494410699, 1711549612), (539, 535, '', 'Attachment', 'Delete', '', 4, 0, '', 1494410699, 1711549612), (540, 222, '', 'AttachmentCategory', 'Index', '', 16, 0, '', 1553964354, 1758099442), (541, 540, '/', 'AttachmentCategory', 'Save', '', 0, 0, '', 1553964354, 0), (542, 540, '', 'AttachmentCategory', 'StatusUpdate', '', 1, 0, '', 1704335491, 1704335502), (543, 540, '', 'AttachmentCategory', 'Delete', '', 2, 0, '', 1553964354, 1704335463), (544, 319, 'DIY装修', 'Diy', 'Index', '', 20, 1, '', 1624519062, 0), (545, 544, 'DIY装修添加/', 'Diy', 'SaveInfo', '', 0, 0, '', 1624519062, 0), (546, 544, 'DIY装修添加/', 'Diy', 'Save', '', 1, 0, '', 1624519062, 0), (547, 544, 'DIY装修状态更新', 'Diy', 'StatusUpdate', '', 2, 0, '', 1624519062, 0), (548, 544, 'DIY装修删除', 'Diy', 'Delete', '', 3, 0, '', 1624519062, 0), (549, 544, 'DIY装修导出', 'Diy', 'Download', '', 4, 0, '', 1624519062, 0), (550, 544, 'DIY装修导入', 'Diy', 'Upload', '', 5, 0, '', 1624519062, 0), (551, 640, 'Api-', 'AttachmentApi', 'AttachmentList', '', 11, 0, '', 1624519062, 0), (552, 640, 'Api-', 'AttachmentApi', 'AttachmentSave', '', 12, 0, '', 1624519062, 0), (553, 640, 'Api-', 'AttachmentApi', 'AttachmentDelete', '', 13, 0, '', 1624519062, 0), (554, 640, 'Api-', 'AttachmentApi', 'AttachmentMoveCategory', '', 17, 0, '', 1624519062, 0), (555, 640, 'Api-', 'AttachmentApi', 'AttachmentCategory', '', 10, 0, '', 1624519062, 0), (556, 640, 'Api-', 'AttachmentApi', 'AttachmentUpload', '', 14, 0, '', 1624519062, 0), (557, 640, 'Api-', 'AttachmentApi', 'AttachmentScanUploadData', '', 16, 0, '', 1624519062, 0), (558, 640, 'Api-', 'AttachmentApi', 'AttachmentCategorySave', '', 18, 0, '', 1624519062, 0), (559, 640, 'Api-', 'AttachmentApi', 'AttachmentCategoryDelete', '', 19, 0, '', 1624519062, 0), (560, 640, 'Api-', 'AttachmentApi', 'AttachmentCatch', '', 15, 0, '', 1624519062, 0), (561, 544, 'DIY装修Api-', 'DiyApi', 'Init', '', 20, 0, '', 1624519062, 0), (566, 544, 'DIY装修详情', 'Diy', 'Detail', '', 6, 0, '', 1624519062, 0), (567, 544, 'DIY装修预览', 'Diy', 'Preview', '', 7, 0, '', 1624519062, 0), (568, 477, '', 'Design', 'Detail', '', 2, 0, '', 1624519183, 0), (579, 544, 'DIY装修Api-DIY装修详情', 'DiyApi', 'DiyDetail', '', 21, 0, '', 1624519062, 0), (580, 544, 'DIY装修Api-DIY装修保存', 'DiyApi', 'DiySave', '', 22, 0, '', 1624519062, 0), (581, 544, 'DIY装修Api-DIY装修导入', 'DiyApi', 'DiyUpload', '', 23, 0, '', 1624519062, 0), (582, 544, 'DIY装修Api-DIY装修导出', 'DiyApi', 'DiyDownload', '', 24, 0, '', 1624519062, 0), (583, 182, '', 'ErrorLog', 'Index', '', 70, 1, '', 1661314317, 0), (584, 583, '', 'ErrorLog', 'Delete', '', 2, 0, '', 1661314473, 0), (585, 583, '', 'ErrorLog', 'AllDelete', '', 1, 0, '', 1661314473, 0), (586, 583, '', 'ErrorLog', 'Detail', '', 0, 0, '', 1661314498, 0), (587, 544, 'DIY装修模板市场', 'Diy', 'Market', '', 8, 0, '', 1624519062, 0), (588, 544, 'DIY装修Api-DIY装修模板市场', 'DiyApi', 'DiyMarket', '', 26, 0, '', 1624519062, 0), (589, 244, '', 'ThemeAdmin', 'Market', '', 4, 0, '', 1494410699, 1711549612), (590, 477, '', 'Design', 'Market', '', 8, 0, '', 1624519183, 0), (591, 341, '', 'PluginsAdmin', 'Market', '', 9, 0, '', 1609820501, 0), (592, 259, '', 'Payment', 'Market', '', 7, 0, '', 1537173653, 0), (593, 544, 'DIY装修Api-', 'DiyApi', 'AppTabbarSave', '', 27, 0, '', 1624519062, 0), (594, 544, 'DIY装修Api-', 'DiyApi', 'AppTabbarData', '', 28, 0, '', 1624519062, 0), (595, 544, 'DIY装修底部菜单', 'Diy', 'AppTabbar', '', 9, 0, '', 1624519062, 0), (596, 544, 'DIY装修Api-DIY装修模板安装', 'DiyApi', 'DiyInstall', '', 25, 0, '', 1624519062, 0), (597, 373, '', 'Store', 'Market', '', 11, 0, '', 1661314317, 0), (600, 544, 'DIY装修上传页面', 'Diy', 'StoreUploadInfo', '', 10, 0, '', 1661314317, 0), (601, 544, 'DIY装修上传', 'Diy', 'StoreUpload', '', 11, 0, '', 1661314317, 0), (602, 544, '', 'ThemeAdmin', 'StoreUploadInfo', '', 5, 0, '', 1661314317, 0), (603, 544, '', 'ThemeAdmin', 'StoreUpload', '', 6, 0, '', 1661314317, 0), (604, 178, '', 'Order', 'ServiceInfo', '', 9, 0, '', 1553964354, 0), (608, 535, '', 'Attachment', 'Upload', '', 3, 0, '', 1553964354, 0), (610, 222, 'Form表单', 'FormInput', 'Index', '', 12, 1, '', 1624519062, 0), (611, 610, 'Form表单添加/', 'FormInput', 'SaveInfo', '', 0, 0, '', 1624519062, 0), (612, 610, 'Form表单添加/', 'FormInput', 'Save', '', 1, 0, '', 1624519062, 0), (613, 610, 'Form表单状态更新', 'FormInput', 'StatusUpdate', '', 2, 0, '', 1624519062, 0), (614, 610, 'Form表单删除', 'FormInput', 'Delete', '', 3, 0, '', 1624519062, 0), (615, 610, 'Form表单导出', 'FormInput', 'Download', '', 4, 0, '', 1624519062, 0), (616, 610, 'Form表单导入', 'FormInput', 'Upload', '', 5, 0, '', 1624519062, 0), (617, 610, 'Form表单详情', 'FormInput', 'Detail', '', 6, 0, '', 1624519062, 0), (618, 610, 'Form表单预览', 'FormInput', 'Preview', '', 7, 0, '', 1624519062, 0), (619, 610, 'Form表单模板市场', 'FormInput', 'Market', '', 8, 0, '', 1624519062, 0), (620, 610, 'Form表单上传商店', 'FormInput', 'StoreUpload', '', 9, 0, '', 1661314317, 0), (621, 610, 'Form表单Api-', 'FormInputApi', 'Init', '', 20, 0, '', 1624519062, 0), (623, 610, 'Form表单上传商店页面', 'FormInput', 'StoreUploadInfo', '', 10, 0, '', 1661314317, 0), (633, 644, 'Form表单Api-', 'FormInputApi', 'FormInputList', '', 21, 0, '', 1624519062, 0), (634, 644, 'Form表单Api-', 'FormInputApi', 'FormInputDetail', '', 22, 0, '', 1624519062, 0), (635, 644, 'Form表单Api-', 'FormInputApi', 'FormInputSave', '', 23, 0, '', 1624519062, 0), (636, 644, 'Form表单Api-', 'FormInputApi', 'FormInputUpload', '', 24, 0, '', 1624519062, 0), (637, 644, 'Form表单Api-', 'FormInputApi', 'FormInputDownload', '', 25, 0, '', 1624519062, 0), (638, 644, 'Form表单Api-', 'FormInputApi', 'FormInputInstall', '', 26, 0, '', 1624519062, 0), (639, 644, 'Form表单Api-', 'FormInputApi', 'FormInputMarket', '', 27, 0, '', 1624519062, 0), (640, 222, 'Api', 'AttachmentApi', 'Index', '', 17, 0, '', 1624519062, 1758099447), (641, 222, 'Form表单数据', 'FormInputData', 'Index', '', 13, 0, '', 1624519062, 0), (642, 641, 'Form表单数据详情', 'FormInputData', 'Detail', '', 0, 0, '', 1624519183, 0), (643, 641, 'Form表单数据删除', 'FormInputData', 'Delete', '', 1, 0, '', 1624519183, 0), (644, 222, 'Form表单Api', 'FormInputApi', 'Index', '', 14, 0, '', 1758099415, 0), (645, 13, '', 'Power', 'Export', '', 35, 0, '', 0, 0);
COMMIT;
-- ----------------------------
-- Table structure for sxo_quick_nav
-- ----------------------------
DROP TABLE IF EXISTS `sxo_quick_nav`;
CREATE TABLE `sxo_quick_nav` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`platform` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'pc' COMMENT 'pc PC网站, h5 H5手机网站, ios APP, android APP, alipay , weixin , baidu , toutiao , qq QQ小程序, kuaishou ',
`event_type` tinyint NOT NULL DEFAULT -1 COMMENT '0 WEB页面, 1 (APP内部地址), 2 (appid), 3 , 4 ',
`event_value` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`images_url` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '01',
`bg_color` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'css背景色值',
`sort` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE,
INDEX `sort`(`sort` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 12 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_quick_nav
-- ----------------------------
BEGIN;
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, 1690030856), (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), (9, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/goods-category/goods-category', '/static/upload/images/quick_nav/2020/09/11/1599806728463641.png', '', 1, '#FF9933', 0, 1599806738, 1599810379), (10, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 4, '17688888888', '/static/upload/images/quick_nav/2020/09/17/1600322667732829.png', '', 1, '#FF00CC', 0, 1599807003, 1600076541), (11, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/user-order/user-order', '/static/upload/images/quick_nav/2020/09/11/1599808001838784.png', '', 1, '#996633', 0, 1599808005, 1599808064), (12, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 3, 'ShopXO|XXX号|121.633055|31.21412', '/static/upload/images/quick_nav/2020/09/17/1600321639662998.png', '', 1, '#0066FF', 0, 1599808052, 1600321670);
COMMIT;
-- ----------------------------
-- Table structure for sxo_refund_log
-- ----------------------------
DROP TABLE IF EXISTS `sxo_refund_log`;
CREATE TABLE `sxo_refund_log` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '退id',
`pay_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`user_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`business_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`business_type` char(180) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '...',
`trade_no` char(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`buyer_user` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`payment` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`payment_name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`refundment` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '退0退, 1退, 2',
`request_params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'json字符串存储',
`return_params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'json存储',
`add_time` int UNSIGNED NOT NULL COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `payment`(`payment` ASC) USING BTREE,
INDEX `business_id`(`business_id` ASC) USING BTREE,
INDEX `business_type`(`business_type` ASC) USING BTREE,
INDEX `pay_id`(`pay_id` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '退';
-- ----------------------------
-- Records of sxo_refund_log
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_region
-- ----------------------------
DROP TABLE IF EXISTS `sxo_region`;
CREATE TABLE `sxo_region` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`pid` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`level` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '1:[], 2[], 3:[], 4:[]',
`letters` char(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`code` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci 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 UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '01',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `pid`(`pid` ASC) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE,
INDEX `sort`(`sort` ASC) USING BTREE,
INDEX `level`(`level` ASC) USING BTREE,
INDEX `letters`(`letters` ASC) USING BTREE,
INDEX `code`(`code` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 3447 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_region
-- ----------------------------
BEGIN;
INSERT INTO `sxo_region` (`id`, `pid`, `name`, `level`, `letters`, `code`, `lng`, `lat`, `sort`, `is_enable`, `add_time`, `upd_time`) VALUES (1, 0, '', 1, '', '001', 0.0000000000, 0.0000000000, 0, 1, 1649559939, 1678676868), (2, 0, '', 1, '', '', 0.0000000000, 0.0000000000, 0, 1, 1649559939, 1690031025), (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, '', '002', 0.0000000000, 0.0000000000, 0, 1, 1649559939, 1678676893), (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, '', '003', 0.0000000000, 0.0000000000, 0, 1, 1649559939, 1678676992), (458, 36, '西', 3, '', '004', 0.0000000000, 0.0000000000, 0, 1, 1649559939, 1678676997), (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);
INSERT INTO `sxo_region` (`id`, `pid`, `name`, `level`, `letters`, `code`, `lng`, `lat`, `sort`, `is_enable`, `add_time`, `upd_time`) VALUES (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);
INSERT INTO `sxo_region` (`id`, `pid`, `name`, `level`, `letters`, `code`, `lng`, `lat`, `sort`, `is_enable`, `add_time`, `upd_time`) VALUES (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);
INSERT INTO `sxo_region` (`id`, `pid`, `name`, `level`, `letters`, `code`, `lng`, `lat`, `sort`, `is_enable`, `add_time`, `upd_time`) VALUES (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);
INSERT INTO `sxo_region` (`id`, `pid`, `name`, `level`, `letters`, `code`, `lng`, `lat`, `sort`, `is_enable`, `add_time`, `upd_time`) VALUES (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);
COMMIT;
-- ----------------------------
-- Table structure for sxo_role
-- ----------------------------
DROP TABLE IF EXISTS `sxo_role`;
CREATE TABLE `sxo_role` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`name` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '01',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 13 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_role
-- ----------------------------
BEGIN;
INSERT INTO `sxo_role` (`id`, `name`, `is_enable`, `add_time`, `upd_time`) VALUES (1, '', 1, 1481350313, 0), (13, '', 1, 1484402362, 1705636415);
COMMIT;
-- ----------------------------
-- Table structure for sxo_role_plugins
-- ----------------------------
DROP TABLE IF EXISTS `sxo_role_plugins`;
CREATE TABLE `sxo_role_plugins` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`role_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`plugins` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `role_id`(`role_id` ASC) USING BTREE,
INDEX `name`(`name` ASC) USING BTREE,
INDEX `plugins`(`plugins` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_role_plugins
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_role_power
-- ----------------------------
DROP TABLE IF EXISTS `sxo_role_power`;
CREATE TABLE `sxo_role_power` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`role_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`power_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `role_id`(`role_id` ASC) USING BTREE,
INDEX `power_id`(`power_id` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 5312 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_role_power
-- ----------------------------
BEGIN;
INSERT INTO `sxo_role_power` (`id`, `role_id`, `power_id`, `add_time`) VALUES (5207, 13, 41, 1705636415), (5208, 13, 339, 1705636415), (5209, 13, 354, 1705636415), (5210, 13, 482, 1705636415), (5211, 13, 483, 1705636415), (5212, 13, 81, 1705636415), (5213, 13, 103, 1705636415), (5214, 13, 104, 1705636415), (5215, 13, 219, 1705636415), (5216, 13, 199, 1705636415), (5217, 13, 362, 1705636415), (5218, 13, 1, 1705636415), (5219, 13, 22, 1705636415), (5220, 13, 405, 1705636415), (5221, 13, 4, 1705636415), (5222, 13, 406, 1705636415), (5223, 13, 13, 1705636415), (5224, 13, 126, 1705636415), (5225, 13, 127, 1705636415), (5226, 13, 404, 1705636415), (5227, 13, 451, 1705636415), (5228, 13, 455, 1705636415), (5229, 13, 38, 1705636415), (5230, 13, 39, 1705636415), (5231, 13, 402, 1705636415), (5232, 13, 201, 1705636415), (5233, 13, 462, 1705636415), (5234, 13, 467, 1705636415), (5235, 13, 495, 1705636415), (5236, 13, 356, 1705636415), (5237, 13, 403, 1705636415), (5238, 13, 418, 1705636415), (5239, 13, 420, 1705636415), (5240, 13, 421, 1705636415), (5241, 13, 423, 1705636415), (5242, 13, 489, 1705636415), (5243, 13, 177, 1705636415), (5244, 13, 178, 1705636415), (5245, 13, 180, 1705636415), (5246, 13, 267, 1705636415), (5247, 13, 268, 1705636415), (5248, 13, 269, 1705636415), (5249, 13, 310, 1705636415), (5250, 13, 400, 1705636415), (5251, 13, 364, 1705636415), (5252, 13, 401, 1705636415), (5253, 13, 222, 1705636415), (5254, 13, 223, 1705636415), (5255, 13, 234, 1705636415), (5256, 13, 238, 1705636415), (5257, 13, 407, 1705636415), (5258, 13, 239, 1705636415), (5259, 13, 414, 1705636415), (5260, 13, 244, 1705636415), (5261, 13, 172, 1705636415), (5262, 13, 175, 1705636415), (5263, 13, 408, 1705636415), (5264, 13, 193, 1705636415), (5265, 13, 153, 1705636415), (5266, 13, 156, 1705636415), (5267, 13, 259, 1705636415), (5268, 13, 443, 1705636415), (5269, 13, 448, 1705636415), (5270, 13, 477, 1705636415), (5271, 13, 252, 1705636415), (5272, 13, 249, 1705636415), (5273, 13, 409, 1705636415), (5274, 13, 253, 1705636415), (5275, 13, 438, 1705636415), (5276, 13, 425, 1705636415), (5277, 13, 430, 1705636415), (5278, 13, 431, 1705636415), (5279, 13, 436, 1705636415), (5280, 13, 319, 1705636415), (5281, 13, 326, 1705636415), (5282, 13, 314, 1705636415), (5283, 13, 410, 1705636415), (5284, 13, 376, 1705636415), (5285, 13, 411, 1705636415), (5286, 13, 333, 1705636415), (5287, 13, 204, 1705636415), (5288, 13, 205, 1705636415), (5289, 13, 248, 1705636415), (5290, 13, 210, 1705636415), (5291, 13, 182, 1705636415), (5292, 13, 183, 1705636415), (5293, 13, 413, 1705636415), (5294, 13, 185, 1705636415), (5295, 13, 415, 1705636415), (5296, 13, 449, 1705636415), (5297, 13, 450, 1705636415), (5298, 13, 372, 1705636415), (5299, 13, 416, 1705636415), (5300, 13, 186, 1705636415), (5301, 13, 417, 1705636415), (5302, 13, 340, 1705636415), (5303, 13, 341, 1705636415), (5304, 13, 343, 1705636415), (5305, 13, 373, 1705636415), (5306, 13, 498, 1705636415), (5307, 13, 118, 1705636415), (5308, 13, 119, 1705636415), (5309, 13, 120, 1705636415), (5310, 13, 121, 1705636415), (5311, 13, 122, 1705636415), (5312, 13, 331, 1705636415);
COMMIT;
-- ----------------------------
-- Table structure for sxo_screening_price
-- ----------------------------
DROP TABLE IF EXISTS `sxo_screening_price`;
CREATE TABLE `sxo_screening_price` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`pid` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`name` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '',
`min_price` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`max_price` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '01',
`sort` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `pid`(`pid` ASC) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 31 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_screening_price
-- ----------------------------
BEGIN;
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, 1690034274), (18, 0, '1000-1500', 1000, 1500, 1, 0, 1482840577, 1690031032), (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);
COMMIT;
-- ----------------------------
-- Table structure for sxo_search_history
-- ----------------------------
DROP TABLE IF EXISTS `sxo_search_history`;
CREATE TABLE `sxo_search_history` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`user_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`brand_ids` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'idjson存储',
`category_ids` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'idjson存储',
`keywords` char(230) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`screening_price_values` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'json存储',
`goods_params_values` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '/json存储',
`goods_spec_values` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'json存储',
`order_by_field` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`order_by_type` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'asc, desc',
`search_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'json存储',
`ymd` int UNSIGNED NOT NULL DEFAULT 0 COMMENT ' ymd',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_search_history
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_shortcut_menu
-- ----------------------------
DROP TABLE IF EXISTS `sxo_shortcut_menu`;
CREATE TABLE `sxo_shortcut_menu` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`icon` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'icon图标',
`name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`menu` char(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`url` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`sort` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `name`(`name` ASC) USING BTREE,
INDEX `sort`(`sort` ASC) USING BTREE,
INDEX `add_time`(`add_time` ASC) USING BTREE,
INDEX `menu`(`menu` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 9 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_shortcut_menu
-- ----------------------------
BEGIN;
INSERT INTO `sxo_shortcut_menu` (`id`, `icon`, `name`, `menu`, `url`, `sort`, `add_time`, `upd_time`) VALUES (1, '/static/upload/images/shortcutmenu/2024/01/19/1705643171275170.png', '', '103siteset', '', 0, 1705643147, 1705643172), (2, '/static/upload/images/shortcutmenu/2024/01/19/1705643189818756.png', '', '39', '', 0, 1705643190, 0), (3, '/static/upload/images/shortcutmenu/2024/01/19/1705643202921226.png', '', '178', '', 0, 1705643204, 0), (4, '/static/upload/images/shortcutmenu/2024/01/19/1705643229569522.png', '', '364', '', 0, 1705643230, 0), (5, '/static/upload/images/shortcutmenu/2024/01/19/1705643248100080.png', '', '39', '', 0, 1705643249, 0), (6, '/static/upload/images/shortcutmenu/2024/01/19/1705643266349927.png', '', '341', '', 0, 1705643268, 0), (7, '/static/upload/images/shortcutmenu/2024/01/19/1705643291349422.png', '', '', '/admin.php?s=plugins/index/pluginsname/distribution/pluginscontrol/admin/pluginsaction/index.html', 0, 1705643292, 0), (8, '/static/upload/images/shortcutmenu/2024/01/19/1705643307781359.png', '', '', '/admin.php?s=plugins/index/pluginsname/coupon/pluginscontrol/admin/pluginsaction/index.html', 0, 1705643308, 0), (9, '/static/upload/images/shortcutmenu/2024/01/19/1705643321962121.png', '', '', '/admin.php?s=plugins/index/pluginsname/seckill/pluginscontrol/admin/pluginsaction/index.html', 0, 1705643321, 1705643343);
COMMIT;
-- ----------------------------
-- Table structure for sxo_slide
-- ----------------------------
DROP TABLE IF EXISTS `sxo_slide`;
CREATE TABLE `sxo_slide` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`platform` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'pc' COMMENT 'pc PC网站, h5 H5手机网站, ios APP, android APP, alipay , weixin , baidu , toutiao , qq QQ小程序, kuaishou ',
`event_type` tinyint NOT NULL DEFAULT -1 COMMENT '0 WEB页面, 1 (APP内部地址), 2 (appid), 3 , 4 ',
`event_value` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`images_url` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`describe` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`bg_color` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'css背景色值',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '01',
`sort` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`start_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`end_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE,
INDEX `sort`(`sort` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 24 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_slide
-- ----------------------------
BEGIN;
INSERT INTO `sxo_slide` (`id`, `platform`, `event_type`, `event_value`, `images_url`, `name`, `describe`, `bg_color`, `is_enable`, `sort`, `start_time`, `end_time`, `add_time`, `upd_time`) VALUES (10, '[\"pc\"]', 0, 'https://shopxo.net/', '/static/upload/images/slide/2022/05/27/1653645476953808.jpg', '', '', '#fbe7cf', 1, 0, 0, 0, 1533867066, 1686132962), (11, '[\"pc\"]', 0, 'https://ask.shopxo.net/', '/static/upload/images/slide/2022/05/27/1653646660511503.jpg', '', '', '#bbb7e9', 1, 0, 0, 0, 1533867114, 1686132980), (22, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/goods-search/goods-search?keywords=', '/static/upload/images/slide/2021/11/22/1637564231868321.png', '1', '', '#FDBAD0', 1, 0, 0, 0, 1533865442, 1690034269), (23, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/goods-detail/goods-detail?goods_id=12', '/static/upload/images/slide/2021/11/22/1637564273444601.png', '绿2', '', '#73F7C8', 1, 0, 0, 0, 1533866350, 1669303910), (24, '[\"ios\",\"android\",\"h5\",\"weixin\",\"alipay\",\"baidu\",\"toutiao\",\"qq\",\"kuaishou\"]', 1, '/pages/goods-search/goods-search?keywords=iphone', '/static/upload/images/slide/2023/11/08/1699440411819595.png', '3', '', '#BBD8FC', 1, 0, 0, 0, 1533866891, 1699440418);
COMMIT;
-- ----------------------------
-- Table structure for sxo_sms_log
-- ----------------------------
DROP TABLE IF EXISTS `sxo_sms_log`;
CREATE TABLE `sxo_sms_log` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`platform` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'aliyun ...',
`status` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '012',
`mobile` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`sign_name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`template_value` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`template_var` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'json字符串存储',
`request_url` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`request_params` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'json字符串存储',
`response_data` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'json字符串存储',
`reason` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`tsc` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `platform`(`platform` ASC) USING BTREE,
INDEX `status`(`status` ASC) USING BTREE,
INDEX `mobile`(`mobile` ASC) USING BTREE,
INDEX `tsc`(`tsc` ASC) USING BTREE,
INDEX `add_time`(`add_time` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_sms_log
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_theme_data
-- ----------------------------
DROP TABLE IF EXISTS `sxo_theme_data`;
CREATE TABLE `sxo_theme_data` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`unique` char(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`theme` char(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`view` tinyint NOT NULL DEFAULT -1 COMMENT '012345678910',
`name` char(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`type` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '0123456',
`data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '01',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `unique`(`unique` ASC) USING BTREE,
INDEX `theme`(`theme` ASC) USING BTREE,
INDEX `view`(`view` ASC) USING BTREE,
INDEX `type`(`type` ASC) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE,
INDEX `add_time`(`add_time` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_theme_data
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_user
-- ----------------------------
DROP TABLE IF EXISTS `sxo_user`;
CREATE TABLE `sxo_user` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`number_code` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`status` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 1, 2',
`salt` char(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`pwd` char(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`username` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`nickname` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`mobile` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`email` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '60',
`gender` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '012',
`avatar` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`province` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`city` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`county` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`birthday` int NOT NULL DEFAULT 0 COMMENT '',
`address` char(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`integral` int NOT NULL DEFAULT 0 COMMENT '',
`locking_integral` int NOT NULL DEFAULT 0 COMMENT '',
`referrer` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`is_delete_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 0',
`is_logout_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 0',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `mobile`(`mobile` ASC) USING BTREE,
INDEX `username`(`username` ASC) USING BTREE,
INDEX `status`(`status` ASC) USING BTREE,
INDEX `is_delete_time`(`is_delete_time` ASC) USING BTREE,
INDEX `is_logout_time`(`is_logout_time` ASC) USING BTREE,
INDEX `email`(`email` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_user
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_user_address
-- ----------------------------
DROP TABLE IF EXISTS `sxo_user_address`;
CREATE TABLE `sxo_user_address` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`user_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`alias` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`tel` char(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`province` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`city` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`county` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '/',
`address` char(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`address_last_code` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`idcard_number` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`idcard_front` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`idcard_back` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`is_default` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 1',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `user_id`(`user_id` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_user_address
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_user_integral_log
-- ----------------------------
DROP TABLE IF EXISTS `sxo_user_integral_log`;
CREATE TABLE `sxo_user_integral_log` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`user_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`type` tinyint UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 1',
`original_integral` int NOT NULL DEFAULT 0 COMMENT '',
`new_integral` int NOT NULL DEFAULT 0 COMMENT '',
`operation_integral` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`msg` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`operation_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `user_id`(`user_id` ASC) USING BTREE,
INDEX `type`(`type` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_user_integral_log
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_user_platform
-- ----------------------------
DROP TABLE IF EXISTS `sxo_user_platform`;
CREATE TABLE `sxo_user_platform` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`user_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`system_type` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'default' COMMENT ' default, SYSTEM_TYPE常量类型',
`platform` char(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'pc' COMMENT 'pc PC网站, h5 H5手机网站, ios APP, android APP, alipay , weixin , baidu , toutiao , qq QQ小程序, kuaishou ',
`token` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'token',
`alipay_openid` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'openid',
`weixin_openid` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'openid',
`weixin_unionid` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'unionid',
`weixin_web_openid` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'web用户openid',
`baidu_openid` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'openid',
`toutiao_openid` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'openid',
`toutiao_unionid` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'unionid',
`qq_openid` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'QQopenid',
`qq_unionid` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'QQunionid',
`kuaishou_openid` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'openid',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `user_id`(`user_id` ASC) USING BTREE,
INDEX `system_type`(`system_type` ASC) USING BTREE,
INDEX `platform`(`platform` ASC) USING BTREE,
INDEX `token`(`token` ASC) USING BTREE,
INDEX `alipay_openid`(`alipay_openid` ASC) USING BTREE,
INDEX `weixin_openid`(`weixin_openid` ASC) USING BTREE,
INDEX `weixin_unionid`(`weixin_unionid` ASC) USING BTREE,
INDEX `weixin_web_openid`(`weixin_web_openid` ASC) USING BTREE,
INDEX `baidu_openid`(`baidu_openid` ASC) USING BTREE,
INDEX `toutiao_openid`(`toutiao_openid` ASC) USING BTREE,
INDEX `toutiao_unionid`(`toutiao_unionid` ASC) USING BTREE,
INDEX `qq_openid`(`qq_openid` ASC) USING BTREE,
INDEX `qq_unionid`(`qq_unionid` ASC) USING BTREE,
INDEX `kuaishou_openid`(`kuaishou_openid` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_user_platform
-- ----------------------------
BEGIN;
COMMIT;
-- ----------------------------
-- Table structure for sxo_warehouse
-- ----------------------------
DROP TABLE IF EXISTS `sxo_warehouse`;
CREATE TABLE `sxo_warehouse` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`alias` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`level` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '01',
`contacts_name` char(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`contacts_tel` char(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '',
`province` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`city` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`county` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '/',
`address` char(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci 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 UNSIGNED NOT NULL DEFAULT 0 COMMENT '0, 1',
`is_delete_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '00',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `name`(`name` ASC) USING BTREE,
INDEX `level`(`level` ASC) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE,
INDEX `is_default`(`is_default` ASC) USING BTREE,
INDEX `is_delete_time`(`is_delete_time` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_warehouse
-- ----------------------------
BEGIN;
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, 1693126392);
COMMIT;
-- ----------------------------
-- Table structure for sxo_warehouse_goods
-- ----------------------------
DROP TABLE IF EXISTS `sxo_warehouse_goods`;
CREATE TABLE `sxo_warehouse_goods` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`warehouse_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`goods_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`is_enable` tinyint UNSIGNED NOT NULL DEFAULT 1 COMMENT '01',
`inventory` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`upd_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `warehouse_id`(`warehouse_id` ASC) USING BTREE,
INDEX `goods_id`(`goods_id` ASC) USING BTREE,
INDEX `is_enable`(`is_enable` ASC) USING BTREE,
INDEX `inventory`(`inventory` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 173 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_warehouse_goods
-- ----------------------------
BEGIN;
INSERT INTO `sxo_warehouse_goods` (`id`, `warehouse_id`, `goods_id`, `is_enable`, `inventory`, `add_time`, `upd_time`) VALUES (4, 1, 9, 1, 10666656, 1626018145, 1693237071), (5, 1, 8, 1, 75, 1626018145, 1693126336), (6, 1, 3, 1, 888888, 1626018146, 1693284931), (7, 1, 4, 1, 878, 1626018147, 1693237649), (8, 1, 5, 1, 877, 1626018148, 1693237221), (9, 1, 6, 1, 877, 1626018148, 1693285023), (10, 1, 7, 1, 877, 1626018149, 1693234922), (11, 1, 2, 1, 266664, 1626018150, 1693284683), (12, 1, 1, 1, 1517, 1626018150, 1691832446), (35, 1, 12, 1, 2000, 1650639953, 1693237967), (70, 1, 32, 1, 1517, 1654478441, 1693237177), (142, 1, 74, 1, 60, 1680668622, 1693238627), (158, 1, 110, 1, 88888, 1693124711, 1693234972), (159, 1, 109, 1, 88888, 1693124728, 1693235270), (160, 1, 108, 1, 88888, 1693124737, 1693235460), (161, 1, 107, 1, 88888, 1693124747, 1693235615), (162, 1, 106, 1, 88888, 1693124753, 1693235979), (163, 1, 105, 1, 88888, 1693124762, 1693235790), (164, 1, 104, 1, 88888, 1693124768, 1693236042), (165, 1, 103, 1, 88888, 1693124774, 1693236446), (166, 1, 102, 1, 88888, 1693124781, 1693235663), (167, 1, 101, 1, 88888, 1693124787, 1693235925), (168, 1, 100, 1, 88888, 1693124792, 1693236598), (169, 1, 99, 1, 88888, 1693124799, 1693236668), (170, 1, 98, 1, 88888, 1693124806, 1693235317), (171, 1, 10, 1, 88888, 1693124811, 1693238016), (172, 1, 11, 1, 2666664, 1693126267, 1693237903), (173, 1, 25, 1, 888888, 1693126268, 1693237146);
COMMIT;
-- ----------------------------
-- Table structure for sxo_warehouse_goods_spec
-- ----------------------------
DROP TABLE IF EXISTS `sxo_warehouse_goods_spec`;
CREATE TABLE `sxo_warehouse_goods_spec` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'id',
`warehouse_goods_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`warehouse_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`goods_id` int UNSIGNED NOT NULL DEFAULT 0 COMMENT 'id',
`md5_key` char(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'md5key值',
`spec` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '',
`inventory` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
`add_time` int UNSIGNED NOT NULL DEFAULT 0 COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `warehouse_goods_id`(`warehouse_goods_id` ASC) USING BTREE,
INDEX `warehouse_id`(`warehouse_id` ASC) USING BTREE,
INDEX `goods_id`(`goods_id` ASC) USING BTREE,
INDEX `md5_key`(`md5_key` ASC) USING BTREE,
INDEX `inventory`(`inventory` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 3030 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '';
-- ----------------------------
-- Records of sxo_warehouse_goods_spec
-- ----------------------------
BEGIN;
INSERT INTO `sxo_warehouse_goods_spec` (`id`, `warehouse_goods_id`, `warehouse_id`, `goods_id`, `md5_key`, `spec`, `inventory`, `add_time`) VALUES (2813, 12, 1, 1, 'c21f969b5f03d33d43e04f8f136e7682', '[]', 1517, 1691832446), (2952, 5, 1, 8, '52636511861a0e08cbe6a0eb1c27d816', '[{\"type\":\"颜色\",\"value\":\"红色\"}]', 4, 1693126336), (2953, 5, 1, 8, '9c9aabab3f7627ff4bb224b2738b26ea', '[{\"type\":\"颜色\",\"value\":\"蓝色\"}]', 71, 1693126336), (2981, 10, 1, 7, 'c21f969b5f03d33d43e04f8f136e7682', '[]', 877, 1693234922), (2982, 158, 1, 110, 'c21f969b5f03d33d43e04f8f136e7682', '[]', 88888, 1693234972), (2983, 159, 1, 109, 'c21f969b5f03d33d43e04f8f136e7682', '[]', 88888, 1693235270), (2984, 170, 1, 98, 'c21f969b5f03d33d43e04f8f136e7682', '[]', 88888, 1693235317), (2985, 160, 1, 108, 'c21f969b5f03d33d43e04f8f136e7682', '[]', 88888, 1693235460), (2986, 161, 1, 107, 'c21f969b5f03d33d43e04f8f136e7682', '[]', 88888, 1693235615), (2987, 166, 1, 102, 'c21f969b5f03d33d43e04f8f136e7682', '[]', 88888, 1693235663), (2989, 163, 1, 105, 'c21f969b5f03d33d43e04f8f136e7682', '[]', 88888, 1693235790), (2990, 167, 1, 101, 'c21f969b5f03d33d43e04f8f136e7682', '[]', 88888, 1693235925), (2991, 162, 1, 106, 'c21f969b5f03d33d43e04f8f136e7682', '[]', 88888, 1693235979), (2992, 164, 1, 104, 'c21f969b5f03d33d43e04f8f136e7682', '[]', 88888, 1693236042), (2993, 165, 1, 103, 'c21f969b5f03d33d43e04f8f136e7682', '[]', 88888, 1693236446), (2994, 168, 1, 100, 'c21f969b5f03d33d43e04f8f136e7682', '[]', 88888, 1693236598), (2995, 169, 1, 99, 'c21f969b5f03d33d43e04f8f136e7682', '[]', 88888, 1693236668), (2996, 4, 1, 9, 'd15560adc3d2ddf952ec40d874566fc0', '[{\"type\":\"颜色\",\"value\":\"白色\"},{\"type\":\"尺码\",\"value\":\"S\"}]', 888888, 1693237071), (2997, 4, 1, 9, '2767f06d6a715b3915ca3c5443efc170', '[{\"type\":\"颜色\",\"value\":\"白色\"},{\"type\":\"尺码\",\"value\":\"M\"}]', 888888, 1693237071), (2998, 4, 1, 9, 'd0d686188b3e2b0b7ae12040fd508f03', '[{\"type\":\"颜色\",\"value\":\"白色\"},{\"type\":\"尺码\",\"value\":\"L\"}]', 888888, 1693237071), (2999, 4, 1, 9, '910613b82f64796470c2243f8e306797', '[{\"type\":\"颜色\",\"value\":\"白色\"},{\"type\":\"尺码\",\"value\":\"XL\"}]', 888888, 1693237071), (3000, 4, 1, 9, '4acc2580a89270113477b4b8466ecef9', '[{\"type\":\"颜色\",\"value\":\"粉色\"},{\"type\":\"尺码\",\"value\":\"S\"}]', 888888, 1693237071), (3001, 4, 1, 9, 'b0935dae40102d2bcbd588fc50a6a118', '[{\"type\":\"颜色\",\"value\":\"粉色\"},{\"type\":\"尺码\",\"value\":\"M\"}]', 888888, 1693237071), (3002, 4, 1, 9, '5b51b52dde87b3608c97ff80a2215275', '[{\"type\":\"颜色\",\"value\":\"粉色\"},{\"type\":\"尺码\",\"value\":\"L\"}]', 888888, 1693237071), (3003, 4, 1, 9, 'f3ad50abb66b28899bf085da136c1e5a', '[{\"type\":\"颜色\",\"value\":\"粉色\"},{\"type\":\"尺码\",\"value\":\"XL\"}]', 888888, 1693237071), (3004, 4, 1, 9, '2f3924a3bf7c8491af2dad598b54764f', '[{\"type\":\"颜色\",\"value\":\"黑色\"},{\"type\":\"尺码\",\"value\":\"S\"}]', 888888, 1693237071), (3005, 4, 1, 9, '0b21a799bb1659287fd9cd49ee7f6e5c', '[{\"type\":\"颜色\",\"value\":\"黑色\"},{\"type\":\"尺码\",\"value\":\"M\"}]', 888888, 1693237071), (3006, 4, 1, 9, '237d77a5504afa496f192524501af2cc', '[{\"type\":\"颜色\",\"value\":\"黑色\"},{\"type\":\"尺码\",\"value\":\"L\"}]', 888888, 1693237071), (3007, 4, 1, 9, '5f077e081d727adcb617a413f038d043', '[{\"type\":\"颜色\",\"value\":\"黑色\"},{\"type\":\"尺码\",\"value\":\"XL\"}]', 888888, 1693237071), (3008, 173, 1, 25, 'c21f969b5f03d33d43e04f8f136e7682', '[]', 888888, 1693237146), (3009, 70, 1, 32, 'c21f969b5f03d33d43e04f8f136e7682', '[]', 1517, 1693237177), (3010, 8, 1, 5, 'c21f969b5f03d33d43e04f8f136e7682', '[]', 877, 1693237221), (3011, 7, 1, 4, 'c21f969b5f03d33d43e04f8f136e7682', '[]', 878, 1693237649), (3015, 172, 1, 11, '69691c7bdcc3ce6d5d8a1361f22d04ac', '[{\"type\":\"尺码\",\"value\":\"M\"}]', 888888, 1693237903), (3016, 172, 1, 11, 'd20caec3b48a1eef164cb4ca81ba2587', '[{\"type\":\"尺码\",\"value\":\"L\"}]', 888888, 1693237903), (3017, 172, 1, 11, 'a7a4ccc5e1a068d87f4965e014329201', '[{\"type\":\"尺码\",\"value\":\"XL\"}]', 888888, 1693237903), (3018, 35, 1, 12, '4f40eff650a2fc7768605aa9c16ef67d', '[{\"type\":\"颜色\",\"value\":\"粉色\"},{\"type\":\"尺码\",\"value\":\"S+S\"}]', 500, 1693237967), (3019, 35, 1, 12, 'f5c75bc99305a664f1d92d572ee78289', '[{\"type\":\"颜色\",\"value\":\"粉色\"},{\"type\":\"尺码\",\"value\":\"M+M\"}]', 500, 1693237967), (3020, 35, 1, 12, 'eda0100ccdfa2942729825effc96f571', '[{\"type\":\"颜色\",\"value\":\"白色\"},{\"type\":\"尺码\",\"value\":\"S+S\"}]', 500, 1693237967), (3021, 35, 1, 12, 'ec0bf37ae952cd7c60f2cdbb5153086a', '[{\"type\":\"颜色\",\"value\":\"白色\"},{\"type\":\"尺码\",\"value\":\"M+M\"}]', 500, 1693237967), (3022, 171, 1, 10, 'c21f969b5f03d33d43e04f8f136e7682', '[]', 88888, 1693238016), (3023, 142, 1, 74, '2fc96b2704b05d6a9f299c442573ee77', '[{\"type\":\"颜色\",\"value\":\"白色\"}]', 20, 1693238627), (3024, 142, 1, 74, '97542386a90fa65e896c4b8459fd6bc0', '[{\"type\":\"颜色\",\"value\":\"粉色\"}]', 20, 1693238627), (3025, 142, 1, 74, '9d2d1f62ae2c59a675bf6827a2394378', '[{\"type\":\"颜色\",\"value\":\"黑色\"}]', 20, 1693238627), (3026, 11, 1, 2, '224734fbe895debc3c7999a2f157f05d', '[{\"type\":\"套餐\",\"value\":\"套餐二\"},{\"type\":\"颜色\",\"value\":\"金色\"},{\"type\":\"容量\",\"value\":\"32G\"}]', 88888, 1693284683), (3027, 11, 1, 2, '35c55bca127aa2f3c77fecfdd802c18f', '[{\"type\":\"套餐\",\"value\":\"套餐二\"},{\"type\":\"颜色\",\"value\":\"金色\"},{\"type\":\"容量\",\"value\":\"128G\"}]', 88888, 1693284683), (3028, 11, 1, 2, '3d09a0554e685e5de759819564ca592b', '[{\"type\":\"套餐\",\"value\":\"套餐二\"},{\"type\":\"颜色\",\"value\":\"银色\"},{\"type\":\"容量\",\"value\":\"64G\"}]', 88888, 1693284683), (3029, 6, 1, 3, 'c21f969b5f03d33d43e04f8f136e7682', '[]', 888888, 1693284931), (3030, 9, 1, 6, 'c21f969b5f03d33d43e04f8f136e7682', '[]', 877, 1693285023);
COMMIT;
SET FOREIGN_KEY_CHECKS = 1;