qihang-ecom-erp-open/docs/临时更新sql/oms_jd_goods.sql

977 lines
844 KiB
SQL
Raw 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 : localhost
Source Server Type : MySQL
Source Server Version : 80200
Source Host : localhost:3306
Source Schema : qihang-oms
Target Server Type : MySQL
Target Server Version : 80200
File Encoding : 65001
Date: 19/05/2025 19:06:01
*/
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for oms_jd_goods
-- ----------------------------
DROP TABLE IF EXISTS `oms_jd_goods`;
CREATE TABLE `oms_jd_goods` (
`id` bigint NOT NULL AUTO_INCREMENT,
`ware_id` bigint NULL DEFAULT NULL COMMENT '商品id',
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品名称',
`ware_status` int NULL DEFAULT NULL COMMENT '商品状态 -1删除 1:从未上架 2:自主下架 4:系统下架 8:上架 513:从未上架待审 514:自主下架待审 516:系统下架待审 520:上架待审核 1028:系统下架审核失败',
`outer_id` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT ' 商品外部ID,商家自行设置的ID便于关联京东商品',
`item_num` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品货号',
`bar_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品的条形码.UPC码,SN码,PLU码统称为条形码',
`modified` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品最后一次修改时间',
`created` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品创建时间,只读属性',
`offline_time` datetime NULL DEFAULT NULL COMMENT '最后下架时间',
`online_time` datetime NULL DEFAULT NULL COMMENT '最后上架时间',
`delivery` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '发货地',
`pack_listing` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '包装清单',
`wrap` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '包装规格',
`weight` float NULL DEFAULT NULL,
`width` int NULL DEFAULT NULL,
`height` int NULL DEFAULT NULL,
`length` int NULL DEFAULT NULL,
`mobile_desc` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL,
`introduction` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL,
`after_sales` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`logo` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`market_price` decimal(10, 2) NULL DEFAULT NULL,
`cost_price` decimal(10, 2) NULL DEFAULT NULL,
`jd_price` decimal(10, 2) NULL DEFAULT NULL,
`brand_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`stock_num` int NULL DEFAULT NULL,
`sell_point` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`after_sale_desc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`spu_id` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`shop_id` bigint NULL DEFAULT NULL COMMENT '店铺idsys_shop表id',
`erp_goods_id` bigint NULL DEFAULT NULL COMMENT '商品id(o_goods外键)',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '京东商品表' ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of oms_jd_goods
-- ----------------------------
INSERT INTO `oms_jd_goods` VALUES (null, 10023329747059, '曲美家居QM 运费链接勿拍', 8, '', '', NULL, '2024-05-17 17:22:11', '2022-10-28 15:29:45', '2023-07-02 01:00:04', '2023-07-03 12:57:16', NULL, NULL, NULL, 50, 100, 100, 100, '<p>运费链接勿拍</p><p><br></p>', '<p>运费链接勿拍</p><p><br></p>', '', 'jfs/t1/129926/24/28299/44278/635b83cbEceca02ed/503240c71cffe69d.png', 100.00, 0.00, 100.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10023329707265, '曲美家居QM 运费链接勿拍', 8, '', '', NULL, '2024-05-17 17:22:11', '2022-10-28 15:24:05', '2023-07-02 01:00:04', '2023-07-03 12:57:16', NULL, NULL, NULL, 50, 100, 100, 100, '<p>运费链接,勿拍</p><p><br></p>', '<p>运费链接,勿拍</p><p><br></p>', '', 'jfs/t1/29896/12/19987/22540/635b830fEef0a8ffb/1b2b35fd361d3f82.jpg', 1.00, 0.00, 1.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10023329730232, '曲美家居QM 运费链接勿拍', 8, '', '', NULL, '2024-05-17 17:22:11', '2022-10-28 15:26:19', '2023-07-02 01:00:04', '2023-07-03 12:57:16', NULL, NULL, NULL, 50, 100, 100, 100, '<p>运费链接勿拍</p><p><br></p>', '<p>运费链接勿拍</p><p><br></p>', '', 'jfs/t1/51011/10/21984/47881/635b832bEe1e1c90d/90c2a44eb2d7458e.png', 0.00, 0.00, 10.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024893754204, '曲美家居弯曲木床头柜胡桃色卧室储物柜子', 8, '', '23E-WQM-NT2', NULL, '2024-05-20 00:01:37', '2023-10-14 14:53:43', '2023-10-16 09:47:53', '2023-10-16 10:06:57', NULL, NULL, NULL, 30, 400, 520, 520, '<div id=\"zbViewWeChatMiniImages\" style=\"display: none;\" value=\"/sku/jfs/t1/224522/32/3351/83618/6551eed0F54a4305d/b97133026b4230bc.jpg,/sku/jfs/t1/105632/7/44181/153508/6551eed0Fa3e4ab08/a075c819339a1b5e.jpg,/sku/jfs/t1/202086/12/37255/35699/6551eed0F98d75284/086a50e213fe3f1f.jpg,/sku/jfs/t1/194546/9/41160/64421/6551eed0Fda901438/5aa5280ae54c822b.jpg,/sku/jfs/t1/196369/19/41906/18390/6551eed0Fc2653d7c/b1d1b67a2648a94d.jpg,/sku/jfs/t1/233128/36/2932/10599/6551eed0F5d2e08aa/77ddc2de2fa8f297.jpg,/sku/jfs/t1/231924/31/2910/61377/6551eed0F3cd5470f/e78292f86894ff8c.jpg,/sku/jfs/t1/191287/5/42552/33012/6551eed0Fbd9eb205/7a4ef2353e9af275.jpg,/sku/jfs/t1/97069/7/33093/31569/6551eed0F282732d3/40382c355f65561b.jpg,/sku/jfs/t1/210258/22/35896/34997/6551eed0Fc54b42bd/e220f5c46fc4c145.jpg,/sku/jfs/t1/186393/8/42407/18111/6551eed0F139d82c6/7821b1d6033e420e.jpg,/sku/jfs/t1/233967/24/2858/103112/6551eed0F23dc825e/6d1f94d45adbb07d.jpg,/sku/jfs/t1/198526/11/39451/26844/6551eed0F24d6801b/829f63582bea265f.jpg,/sku/jfs/t1/104356/31/46704/62021/6551eed0Fe45e4b47/cf96e1f50ab4b2fd.jpg,/sku/jfs/t1/232515/10/2653/20752/6551eed0F58f6302c/b308fa6aa58aaec4.jpg,/sku/jfs/t1/221430/7/31921/72318/6551eed0Fff2dede1/4f556e6fae4afd0a.jpg,/sku/jfs/t1/165043/4/41003/20271/6551eed0Fda790e3d/8bd58c1f29d8d123.jpg,/sku/jfs/t1/103026/8/45598/38040/6551eed0F3baf8a68/b10b377458a28589.jpg,/sku/jfs/t1/236621/35/2872/21119/6551eed0Faf2d95be/061c815d41a62315.jpg,/sku/jfs/t1/190954/11/41976/101699/6551eed0F5b60fbbf/4bd0594cf759f423.jpg,/sku/jfs/t1/16795/3/35163/28946/6551eed0Fa25117fc/2710e24678204ef1.jpg,/sku/jfs/t1/231618/13/2964/25697/6551eed0F1d87a78a/6751109bbab6352d.jpg,/sku/jfs/t1/227561/10/3206/56943/6551eed0F3b74a26a/b72fb10a9108cf29.jpg,/sku/jfs/t1/236908/14/2849/32410/6551eed0Fcb6daff5/e8beae9d4d56041c.jpg,/sku/jfs/t1/232624/4/2884/37750/6551eed0F40aa77c3/5f2a92a43d6c22a7.jpg,/sku/jfs/t1/196201/30/42389/33803/6551eed0Fe9282bce/eae55d72b659ad5b.jpg,/sku/jfs/t1/220647/32/31275/82579/6551eed0Fc7610845/5e9d937baebbd330.jpg,/sku/jfs/t1/236330/17/2746/26176/6551eed0Fb30536e4/e948e8deef12df66.jpg\"></div><div cssurl=\'//sku-market-gw.jd.com/css/pc/10024893754204.css?t=1699868378329\'></div><div id=\'zbViewModulesH\' value=\'20107\'></div><input id=\'zbViewModulesHeight\' type=\'hidden\' value=\'20107\'/><div skudesign=\"100010\"></div><div class=\"ssd-module-wrap\" >\n <div class=\"ssd-module M16974293132861 animate-M16974293132861\" data-id=\"M16974293132861\">\n <div class=\"ssd-widget-text W16998682929687\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10088094294921.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998682928066\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10076613629601.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998682926515\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10083950775118.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998682924864\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/1644198662.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998682923163\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/29315464648.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998682871492\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10086224255269.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n\n</div>\n<div class=\"ssd-module M16998682800231 animate-M16998682800231\" data-id=\"M16998682800231\">\n \n</div>\n<div class=\"ssd-module M16974293135522 animate-M16974293135522\" data-id=\"M16974293135522\">\n \n</div>\n<div class=\"ssd-module M16974293143544 animate-M16974293143544\" data-id=\"M16974293143544\">\n \n</div>\n<div class=\"ssd-module M16974293146626 animate-M16974293146626\" data-id=\"M16974293146626\">\n \n</div>\n<div class=\"ssd-module M16974293149408 animate-M16974293149408\" data-id=\"M16974293149408\">\n \n</div>\n<div class=\"ssd-module M16974293153059 animate-M16974293153059\" data-id=\"M16974293153059\">\n \n</div>\n<div class=\"ssd-module M169742931568710 animate-M169742931568710\" data-id=\"M169742931568710\">\n \n</div>\n<div class=\"ssd-module M169742931587311 animate-M169742931587311\" data-id=\"M169742931587311\">\n \n</div>\n<div class=\"ssd-module M169742931611012 animate-M169742931611012\" data-id=\"M169742931611012\">\n \n</div>\n<div class=\"ssd-module M169742931647913 animate-M169742931647913\" data-id=\"M169742931647913\">\n \n</div>\n<div class=\"ssd-module M169742931674014 animate-M169742931674014\" data-id=\"M169742931674014\">\n \n</div>\n<div class=\"ssd-module M169742931724915 animate-M169742931724915\" data-id=\"M169742931724915\">\n \n</div>\n<div class=\"ssd-module M169742931750417 animate-M169742931750417\" data-id=\"M169742931750417\">\n \n</div>\n<div class=\"ssd-module M169742931772119 animate-M169742931772119\" data-id=\"M169742931772119\">\n \n</div>\n<div class=\"ssd-module M169742931798520 animate-M169742931798520\" data-id=\"M169742931798520\">\n \n</div>\n<div class=\"ssd-module M169742931816121 animate-M169742931816121\" data-id=\"M169742931816121\">\n \n</div>\n<div class=\"ssd-module M169742931847122 animate-M169742931847122\" data-id=\"M169742931847122\">\n \n</div>\n<div class=\"ssd-module M169742931872523 animate-M169742931872523\" data-id=\"M169742931872523\">\n \n</div>\n<div class=\"ssd-module M169742931898725 animate-M169742931898725\" data-id=\"M169742931898725\">\n \n</div>\n<div class=\"ssd-module M169742931946727 animate-M169742931946727\" data-id=\"M169742931946727\">\n \n</div>\n<div class=\"ssd-module M169742931970429 animate-M169742931970429\" data-id=\"M169742931970429\">\n \n</div>\n<div class=\"ssd-module M169742931996131 animate-M169742931996131\" data-id=\"M169742931996131\">\n <div class=\"ssd-widget-text W16981361952611\"\n >\n \n <a class=\"ssd-widget-link\" href=\"//item.jd.com/10088214124854.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n\n</div>\n<div class=\"ssd-module M16981363335732 animate-M16981363335732\" data-id=\"M16981363335732\">\n \n</div>\n<div class=\"ssd-module M169742932061333 animate-M169742932061333\" data-id=\"M169742932061333\">\n \n</div>\n<div class=\"ssd-module M169742932080734 animate-M169742932080734\" data-id=\"M169742932080734\">\n \n</div>\n<div class=\"ssd-module M169742932113535 animate-M169742932113535\" data-id=\"M169742932113535\">\n \n</div>\n<div class=\"ssd-module M169742932152436 animate-M169742932152436\" data-id=\"M169742932152436\">\n \n</div>\n\n </div>\n<!-- 2023-11-13 05:39:17 --> ', NULL, '', 'jfs/t1/94514/34/38745/61098/652cb6b4F69761b32/c5f66771a703da4a.jpg', 0.00, 0.00, 1110.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024022704309, '曲美家居QM悬浮床 双人床 皮床 婚床主卧真皮床卧室简约实木框架床', 8, '', 'QM23-B6', NULL, '2024-04-27 18:07:44', '2023-04-15 14:53:43', '2023-07-20 15:05:25', '2024-02-28 09:20:12', NULL, NULL, NULL, 50, 197, 30, 218, '<p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/5875/22/21136/104941/643a4929Fc272ec15/fb64911e32f8d0ac.jpg\"><br></p><p><br></p>', '<p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/5875/22/21136/104941/643a4929Fc272ec15/fb64911e32f8d0ac.jpg\"><br></p><p><br></p>', '', 'jfs/t1/177892/34/45556/121658/662a7e7bF7094e40c/f08f958095a2d23b.jpg', 0.00, 0.00, 5999.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024177288868, '曲美家居QM真皮双人床法式复古风现代卧室软床', 8, '', 'QM23-B11', NULL, '2024-05-18 16:27:10', '2023-05-16 16:30:59', '2023-08-08 14:08:23', '2023-08-09 13:17:42', NULL, NULL, NULL, 50, 1690, 950, 2000, '<p>1</p><p><br></p>', '<p>1</p><p><br></p>', '', 'jfs/t1/232400/14/16542/100550/663aee7aF7d515457/d306d904c835d576.jpg', 0.00, 0.00, 4399.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024219425698, '曲美家居QM巧克力意式悬浮床头柜人造环保皮卧室家具储物柜置物柜', 8, '', 'QM23-NT1', NULL, '2024-05-17 17:22:11', '2023-05-24 13:47:14', '2023-07-02 01:00:04', '2023-07-03 12:57:32', NULL, NULL, NULL, 5, 550, 550, 550, '<p><br></p><p><br></p>', '<p><br></p><p><br></p>', '', 'jfs/t1/156960/24/44149/68121/662a7e77F71f40d4b/e815fd8d24a55e39.jpg', 0.00, 0.00, 998.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025401129560, '曲美家居沙发抱枕科技布小靠枕40*40CM颜色随机 ', 8, NULL, 'ZH-RYP-1-DS-F2-QM23-Z1-A', NULL, '2024-05-17 17:22:11', '2024-03-05 10:33:55', NULL, '2024-03-05 10:33:55', NULL, NULL, NULL, 1, 50, 400, 400, '<div id=\"zbViewWeChatMiniImages\" style=\"display: none;\" value=\"/sku/jfs/t1/197018/4/32422/71143/65e68355F50c3ac8c/8d146a9a7be4b33f.jpg,/sku/jfs/t1/234743/9/13652/101070/65e68355F9427cb57/c1576bd99295799a.jpg,/sku/jfs/t1/137214/1/42833/41616/65e68355F9adc0b65/62d1bd9886666d1d.jpg,/sku/jfs/t1/167849/38/42893/32148/65e68355Fd2a2f14a/a3e5e7def9ac8581.jpg,/sku/jfs/t1/156870/8/41998/88018/65e68355F49655859/fd812dee0712fe43.jpg,/sku/jfs/t1/245145/21/5439/109303/65e68355F875833be/194fe11c41608ee0.jpg,/sku/jfs/t1/231525/25/14039/55722/65e68355Feb1dac9f/e46fb24e37c0fbef.jpg,/sku/jfs/t1/210576/39/39796/69242/65e68355F7fc86c4e/fafdd665d2edd965.jpg,/sku/jfs/t1/226718/39/14589/30836/65e68355Fd3318503/437f934960efbacd.jpg\"></div><div id=\'zbViewModulesH\' value=\'9645\'></div><input id=\'zbViewModulesHeight\' type=\'hidden\' value=\'9645\'/><div skudesign=\"100010\"></div><div class=\"ssd-module-wrap\" >\n <div class=\"ssd-module M17096047264031 animate-M17096047264031\" data-id=\"M17096047264031\">\n \n</div>\n<div class=\"ssd-module M17096047268722 animate-M17096047268722\" data-id=\"M17096047268722\">\n \n</div>\n<div class=\"ssd-module M17096047272603 animate-M17096047272603\" data-id=\"M17096047272603\">\n \n</div>\n<div class=\"ssd-module M17096047275374 animate-M17096047275374\" data-id=\"M17096047275374\">\n \n</div>\n<div class=\"ssd-module M17096047278905 animate-M17096047278905\" data-id=\"M17096047278905\">\n \n</div>\n<div class=\"ssd-module M17096047281046 animate-M17096047281046\" data-id=\"M17096047281046\">\n \n</div>\n<div class=\"ssd-module M17096047285217 animate-M17096047285217\" data-id=\"M17096047285217\">\n \n</div>\n<div class=\"ssd-module M17096047287728 animate-M17096047287728\" data-id=\"M17096047287728\">\n \n</div>\n<div class=\"ssd-module M170960472907110 animate-M170960472907110\" data-id=\"M170960472907110\">\n \n</div>\n\n </div>\n<!-- 2024-03-05 10:28:27 --> ', NULL, NULL, 'jfs/t1/110521/27/48379/81257/65e67eefF927d5a4e/ef5b5302cb36dfc1.jpg', NULL, 0.00, 39.90, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024406384615, '曲美家居QMLAB折叠餐桌椅 伸缩餐桌社交化餐厅饭桌多功能家具', 8, '', 'LAB餐桌', NULL, '2024-05-06 00:04:11', '2023-06-29 23:02:49', '2023-07-03 18:55:32', '2023-07-04 11:29:07', NULL, NULL, NULL, 30, 54, 73, 97, NULL, NULL, '', 'jfs/t1/130571/13/36397/80821/649d9b7dF41bd940f/91a9652638c023fd.jpg', 14000.00, 0.00, 5600.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025324387130, '曲美家居【线下同款】lab墩墩沙发模块沙发豆腐块简约大座深组合中小户型', 8, NULL, 'lab墩墩沙发84', NULL, '2024-05-18 19:54:37', '2024-02-01 11:36:15', '2024-04-16 18:39:09', '2024-04-17 09:25:36', NULL, NULL, NULL, 30, 400, 900, 900, '<img class=\"shop-editor-floor id-OzBlIXbvXVwWLcU1kaP7R\" floor-id=\"id-OzBlIXbvXVwWLcU1kaP7R\" src=\"https://img10.360buyimg.com/img/jfs/t1/244456/15/4279/86645/65bb0881Fa0907b17/6e55500ec2a97ba8.jpg\" style=\"max-width:100%;display:;margin:\"/>', '<img class=\"shop-editor-floor id-OzBlIXbvXVwWLcU1kaP7R\" floor-id=\"id-OzBlIXbvXVwWLcU1kaP7R\" src=\"https://img10.360buyimg.com/img/jfs/t1/244456/15/4279/86645/65bb0881Fa0907b17/6e55500ec2a97ba8.jpg\" style=\"max-width:100%;display:;margin:\"/>', NULL, 'jfs/t1/235373/7/16552/100713/664896faFcee6ddbc/67dbc370dc17ceeb.jpg', NULL, 0.00, 6129.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024221768642, '曲美家居QM线下同款lab墩墩沙发 模块沙发 豆腐块网红组合时尚简约客厅沙发', 8, '', 'LAB', NULL, '2024-05-18 19:05:51', '2023-05-24 21:07:28', '2024-04-16 18:39:09', '2024-04-17 09:25:36', NULL, NULL, NULL, 30, 2160, 1200, 3000, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/221139/32/29864/86689/6486fb5bF0a8d6cd6/be764c0cd11677bb.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/221139/32/29864/86689/6486fb5bF0a8d6cd6/be764c0cd11677bb.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '', 'jfs/t1/225965/27/17610/88788/66488b8bF8a47746f/c432ff757cf37688.jpg', 50000.00, 0.00, 7859.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025380862776, '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块百变客厅书房简约沙发', 8, NULL, '23E-LAB-模块84', NULL, '2024-05-18 19:45:15', '2024-02-29 16:00:34', '2024-03-01 14:11:06', '2024-05-14 13:16:24', NULL, NULL, NULL, 30, 400, 900, 900, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/89405/32/44420/61120/662e21ecF3e395a0d/d7fd210ea1b52dbc.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/89405/32/44420/61120/662e21ecF3e395a0d/d7fd210ea1b52dbc.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', NULL, 'jfs/t1/233353/36/15482/46308/664894c4F06cb658d/c92edb563ceffd94.jpg', NULL, 0.00, 1273.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024024251020, '曲美家居QM曲美家居床 双人床 皮床 奶油风卧室现代简约真皮软床家具', 8, '', 'QM23-B2', NULL, '2024-05-05 18:41:43', '2023-04-15 20:29:02', '2023-09-12 15:42:02', '2023-09-14 09:25:12', NULL, NULL, NULL, 50, 160, 20, 228, '<p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/74723/37/26463/62435/643a96f9F0b6fa1bc/58468da584e5ac1b.png\"><br></p><p><br></p>', '<p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/74723/37/26463/62435/643a96f9F0b6fa1bc/58468da584e5ac1b.png\"><br></p><p><br></p>', '', 'jfs/t1/216805/2/38965/75633/662a7e77F8dc9a85e/af79e2a96ebc4468.jpg', 13999.00, 0.00, 5570.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025724098344, '曲美家居床垫 可拆卸可洗 分层乳胶独立袋弹簧黄麻可定制床垫', 8, NULL, 'QM24-M1', NULL, '2024-05-20 16:50:17', '2024-05-06 17:31:26', NULL, '2024-05-06 17:31:26', NULL, NULL, NULL, 50, 2000, 220, 1800, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/219189/6/41285/351238/66389eb3Fe9767013/5645c5c2f604cb15.png\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/219189/6/41285/351238/66389eb3Fe9767013/5645c5c2f604cb15.png\" style=\"width: auto; height: auto; max-width: 100%;\">', NULL, 'jfs/t1/244085/35/8658/286549/664a2296F29cd9a7d/93a1a44bfba48420.jpg', NULL, 0.00, 4100.00, '曲美家居QM', NULL, NULL, NULL, NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024802518934, '曲美家居双人床 弯曲木真皮实木床 北欧风 意式卧室软床月半湾皮床', 8, '', '23E-WQM-B1', NULL, '2024-05-20 00:06:20', '2023-09-17 12:23:41', '2023-10-30 14:13:06', '2023-10-30 14:24:37', NULL, NULL, NULL, 100, 1910, 1150, 2100, NULL, NULL, '', 'jfs/t1/218963/5/41691/137593/664a2341F658fca3c/a4f87639629733f8.jpg', 0.00, 0.00, 7999.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 1005047615, '曲美家居 北欧卧室斗柜简约五斗橱 抽屉柜 杂物柜', 8, '', '09zc-lb', NULL, '2024-05-20 00:05:17', '2013-05-06 13:10:31', '2023-07-02 01:00:04', '2023-07-03 12:58:29', NULL, NULL, NULL, 50, 400, 974, 618, '<p><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t6667/283/1524228484/343227/83e0b353/59531c49N705d8388.jpg\" alt=\"\"></p><br><p><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t6388/235/1525957412/370716/a4ce2bbd/59531c4eN527d0d67.jpg\" alt=\"\"></p><br><p><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t6739/135/1556506004/203354/6251f5d2/59531c47N1860deb3.jpg\" alt=\"\" id=\"ca156015c2294abdb383b892ebb71808\"></p><br><p><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t6325/166/1501067010/309078/c9342b8a/59531c52Ne162fc72.jpg\" alt=\"\"></p><br><p><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t5623/193/4740021874/141862/48035905/59531c52Nfd94d812.jpg\" alt=\"\"></p><br><p><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t5974/358/3575603921/450469/8e13dd6/59531c55Nb9eb3d7d.jpg\" alt=\"\"></p><br><p><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t5596/96/4699170972/470046/145fbb06/59531c56N6ecd11d6.jpg\" alt=\"\"></p><br><p><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t6301/360/1611085599/322692/8fae727e/59531c59N8f15b8fe.jpg\" alt=\"\"></p><table border=\"1\" style=\"margin:0px auto;padding:0px;border-spacing:0px;border-color:#000000;background:#ffffff;width:750px;\"><tbody><tr style=\"margin:0px;padding:0px;\"><td><p style=\"font-size:14px;color:#999999;line-height:20px;width:88px;\"><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【产品名称】</span></p></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;width:250px;\">曲美家居储物抽屉柜</p></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;width:88px;\"><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【产品品牌】</span></p></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;width:250px;\">曲美家居</p></td> </tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【产品型号】</span></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">NQM052LB12</p></td> <td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【产品颜色】</span></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">四主色可选</p></td> </tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【产品材质】</span></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">特供欧标EO级刨花板环保耐用+特供米拉米饰面(美观耐酸碱)+曲美五金(结实耐用)</p></td> <td><span style=\"font-size:x-small;margin:0px;padding:0px;\">【产品尺寸】</span></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\"><span>618*400*976mm</span></p></td> </tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【家居风格】</span></td> <td><span style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">现代北欧</span></td> <td style=\"border-color:rgb(0, 0, 0);\" width=\"89\"><span style=\"font-size:x-small;margin:0px;padding:0px;\">【是否定制】</span></td> <td style=\"border-color:rgb(0, 0, 0);\"><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">是</p></td> </tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【包装细节】</span></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">珍珠膜+纸质包装+木框架包装</p></td> <td><span style=\"font-size:x-small;margin:0px;padding:0px;\">【产品产地】</span></td> <td><span style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">北京市</span></td> </tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【发货周期】</span></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">北京地区15-20个工作日、外埠地区20-40个工作日</p></td> <td><span style=\"font-size:x-small;margin:0px;padding:0px;\">【配送安装】</span></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">详情咨询客服</p></td> </tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【保养建议】</span></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">用软布擦拭除尘</p></td> <td><span style=\"font-size:x-small;margin:0px;padding:0px;\">【产品售后】</span></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">三年保修、终身维护</p></td> </tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【特殊备注】</span></td> <td colspan=\"3\"><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">海外及偏远地区配送不到(如港澳台新疆西藏云南贵州四川等部分偏远地区)</p></td> </tr></tbody></table><br><p><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t5572/190/4682094916/66066/f156c12a/59531dc1Nc30fc9df.jpg\" alt=\"\"></p>&nbsp;<p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/46489/31/10174/114601/5d74b0bfE512930d0/81e7e7191467f472.jpg\" alt=\"81e7e7191467f472.jpg\"><br></p><p><font color=\"#ff0000\">*产品具体颜色选取可咨询客服</font></p><p><br></p>', '<p><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t6667/283/1524228484/343227/83e0b353/59531c49N705d8388.jpg\" alt=\"\"></p><br><p><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t6388/235/1525957412/370716/a4ce2bbd/59531c4eN527d0d67.jpg\" alt=\"\"></p><br><p><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t6739/135/1556506004/203354/6251f5d2/59531c47N1860deb3.jpg\" alt=\"\" id=\"ca156015c2294abdb383b892ebb71808\"></p><br><p><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t6325/166/1501067010/309078/c9342b8a/59531c52Ne162fc72.jpg\" alt=\"\"></p><br><p><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t5623/193/4740021874/141862/48035905/59531c52Nfd94d812.jpg\" alt=\"\"></p><br><p><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t5974/358/3575603921/450469/8e13dd6/59531c55Nb9eb3d7d.jpg\" alt=\"\"></p><br><p><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t5596/96/4699170972/470046/145fbb06/59531c56N6ecd11d6.jpg\" alt=\"\"></p><br><p><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t6301/360/1611085599/322692/8fae727e/59531c59N8f15b8fe.jpg\" alt=\"\"></p><table border=\"1\" style=\"margin:0px auto;padding:0px;border-spacing:0px;border-color:#000000;background:#ffffff;width:750px;\"><tbody><tr style=\"margin:0px;padding:0px;\"><td><p style=\"font-size:14px;color:#999999;line-height:20px;width:88px;\"><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【产品名称】</span></p></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;width:250px;\">曲美家居储物抽屉柜</p></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;width:88px;\"><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【产品品牌】</span></p></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;width:250px;\">曲美家居</p></td> </tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【产品型号】</span></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">NQM052LB12</p></td> <td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【产品颜色】</span></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">四主色可选</p></td> </tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【产品材质】</span></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">特供欧标EO级刨花板环保耐用+特供米拉米饰面(美观耐酸碱)+曲美五金(结实耐用)</p></td> <td><span style=\"font-size:x-small;margin:0px;padding:0px;\">【产品尺寸】</span></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\"><span>618*400*976mm</span></p></td> </tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【家居风格】</span></td> <td><span style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">现代北欧</span></td> <td style=\"border-color:rgb(0, 0, 0);\" width=\"89\"><span style=\"font-size:x-small;margin:0px;padding:0px;\">【是否定制】</span></td> <td style=\"border-color:rgb(0, 0, 0);\"><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">是</p></td> </tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【包装细节】</span></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">珍珠膜+纸质包装+木框架包装</p></td> <td><span style=\"font-size:x-small;margin:0px;padding:0px;\">【产品产地】</span></td> <td><span style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">北京市</span></td> </tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【发货周期】</span></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">北京地区15-20个工作日、外埠地区20-40个工作日</p></td> <td><span style=\"font-size:x-small;margin:0px;padding:0px;\">【配送安装】</span></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">详情咨询客服</p></td> </tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【保养建议】</span></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">用软布擦拭除尘</p></td> <td><span style=\"font-size:x-small;margin:0px;padding:0px;\">【产品售后】</span></td> <td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">三年保修、终身维护</p></td> </tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【特殊备注】</span></td> <td colspan=\"3\"><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">海外及偏远地区配送不到(如港澳台新疆西藏云南贵州四川等部分偏远地区)</p></td> </tr></tbody></table><br><p><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t5572/190/4682094916/66066/f156c12a/59531dc1Nc30fc9df.jpg\" alt=\"\"></p>&nbsp;<p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/46489/31/10174/114601/5d74b0bfE512930d0/81e7e7191467f472.jpg\" alt=\"81e7e7191467f472.jpg\"><br></p><p><font color=\"#ff0000\">*产品具体颜色选取可咨询客服</font></p><p><br></p>', '三年质保终身维护', 'jfs/t1/178815/17/47075/108331/664a231eFe91ec388/59805aeba4213d84.jpg', 0.00, 0.00, 2349.00, '曲美家居QM', NULL, '', '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024884926023, '曲美家居弯曲木岩板餐桌实木椅子 北欧风 餐厅家具银河餐桌椅', 8, '', '23E-WQM-DT1', NULL, '2024-05-20 14:02:37', '2023-10-12 10:09:05', '2023-10-31 13:45:37', '2023-10-31 13:45:58', NULL, NULL, NULL, 80, 850, 750, 1600, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/190594/32/45538/205449/664a233fF2c9b92d1/c5b6da3b33bf95a4.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/190594/32/45538/205449/664a233fF2c9b92d1/c5b6da3b33bf95a4.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '', 'jfs/t1/190594/32/45538/205449/664a233fF2c9b92d1/c5b6da3b33bf95a4.jpg', 0.00, 0.00, 15000.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 1000065955, '曲美家居 简约衣柜卧室衣帽柜 木质储物柜平开门衣柜家具', 8, '', '2011C-WG', NULL, '2024-05-20 00:05:19', '2011-04-10 17:18:42', '2024-03-07 09:46:01', '2024-03-07 20:30:00', NULL, NULL, NULL, 110, 600, 2200, 1600, '<map name=\"Map0\"><area shape=\"rect\" coords=\"842,92,964,126\" href=\"http://mall.jd.com/view_page-18224782.html\" target=\"_blank\"><area shape=\"rect\" coords=\"834,142,972,175\" href=\"http://mall.jd.com/view_page-18225802.html\" target=\"_blank\"></map><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t1435/254/1086486185/461792/4f0427ec/55bb0b59N6c5b6c41.jpg\" alt=\"\" usemap=\"#Map\" border=\"0\"></p> <map name=\"Map\"><area shape=\"rect\" coords=\"8,266,119,299\" href=\"http://item.jd.com/1612796728.html\" target=\"_blank\"><area shape=\"rect\" coords=\"228,242,340,272\" href=\"http://item.jd.com/1584959938.html\" target=\"_blank\"><area shape=\"rect\" coords=\"394,192,509,221\" href=\"http://item.jd.com/1612806959.html\" target=\"_blank\"><area shape=\"rect\" coords=\"512,121,622,156\" href=\"http://item.jd.com/1612831947.html\" target=\"_blank\"><area shape=\"rect\" coords=\"419,342,532,371\" href=\"http://item.jd.com/1000221371.html\" target=\"_blank\"></map><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t718/268/430227342/107763/df5ca574/54af45a7Nad0f4110.jpg\" alt=\"\"></p> <p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t763/289/445409301/84711/479a1485/54af45a8Nf0cf28bd.jpg\" alt=\"\"></p> <p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t730/293/441923923/134626/f2c690e9/54af45a8N61b8f0af.jpg\" alt=\"\"></p> <br><p><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t16315/354/615876403/118037/57cdfdc2/5a38a56fN38c12030.jpg\" alt=\"\"></p> <p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t613/327/1092949502/124637/a495ebc/54af45a9Neea486a9.jpg\" alt=\"\"></p> <table><tbody><tr><td>&nbsp;<table border=\"1\" style=\"margin-right:auto;margin-left:auto;border-collapse:separate;color:rgb(64,64,64);font-family:tahoma, arial, \'\', sans-serif;font-size:14px;width:750px;\"><tbody><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin-top: 0px; margin-bottom: 0px; line-height: 20px; color: rgb(153, 153, 153); width: 88px;\"><font color=\"#333333\" size=\"2\">【产品名称】</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; width: 250px;\">曲美卧室衣柜</p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 1.12px; line-height: 20px; color: rgb(153, 153, 153); width: 88px;\"><font color=\"#333333\" size=\"2\">【产品品牌】</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; width: 250px;\"><font color=\"#000000\" size=\"2\">曲美家居</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品型号】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin-top: 0px; margin-bottom: 0px;\">&nbsp; &nbsp;2011C-WG</p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品颜色】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">图示</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品材质】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">板材</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品尺寸】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">图示</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【家居风格】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><span style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">北欧风格</font></span></td><td width=\"89\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【是否定制】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">否</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【包装细节】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">珍珠膜+纸质包装+物流包装</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品产地】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><span style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">北京市</font></span></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【发货周期】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">北京地区15-20个工作日、外埠地区20-40个工作日</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【配送安装】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">详情咨询客服</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【保养建议】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">软布擦拭</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品售后】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">三年保修、终身维护</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【特殊备注】</font></td><td colspan=\"3\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">海外及偏远地区配送不到(如港澳台新疆西藏云南贵州四川等部分偏远地区)</font></p></td></tr></tbody></table></td></tr></tbody></table><p>&nbsp;<img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/11423/21/10442/60244/5c80680eE7c129b31/7a42398a2fac284c.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"7a42398a2fac284c.jpg\"></p> &nbsp;&nbsp;<div><br>&nbsp; <p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/46489/31/10174/114601/5d74b0bfE512930d0/81e7e7191467f472.jpg\" alt=\"81e7e7191467f472.jpg\"><br></p><p><br></p></div><p><font color=\"#ff0000\">*产品具体颜色选取可咨询客服</font></p><p><br></p>', '<map name=\"Map0\"><area shape=\"rect\" coords=\"842,92,964,126\" href=\"http://mall.jd.com/view_page-18224782.html\" target=\"_blank\"><area shape=\"rect\" coords=\"834,142,972,175\" href=\"http://mall.jd.com/view_page-18225802.html\" target=\"_blank\"></map><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t1435/254/1086486185/461792/4f0427ec/55bb0b59N6c5b6c41.jpg\" alt=\"\" usemap=\"#Map\" border=\"0\"></p> <map name=\"Map\"><area shape=\"rect\" coords=\"8,266,119,299\" href=\"http://item.jd.com/1612796728.html\" target=\"_blank\"><area shape=\"rect\" coords=\"228,242,340,272\" href=\"http://item.jd.com/1584959938.html\" target=\"_blank\"><area shape=\"rect\" coords=\"394,192,509,221\" href=\"http://item.jd.com/1612806959.html\" target=\"_blank\"><area shape=\"rect\" coords=\"512,121,622,156\" href=\"http://item.jd.com/1612831947.html\" target=\"_blank\"><area shape=\"rect\" coords=\"419,342,532,371\" href=\"http://item.jd.com/1000221371.html\" target=\"_blank\"></map><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t718/268/430227342/107763/df5ca574/54af45a7Nad0f4110.jpg\" alt=\"\"></p> <p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t763/289/445409301/84711/479a1485/54af45a8Nf0cf28bd.jpg\" alt=\"\"></p> <p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t730/293/441923923/134626/f2c690e9/54af45a8N61b8f0af.jpg\" alt=\"\"></p> <br><p><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t16315/354/615876403/118037/57cdfdc2/5a38a56fN38c12030.jpg\" alt=\"\"></p> <p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t613/327/1092949502/124637/a495ebc/54af45a9Neea486a9.jpg\" alt=\"\"></p> <table><tbody><tr><td>&nbsp;<table border=\"1\" style=\"margin-right:auto;margin-left:auto;border-collapse:separate;color:rgb(64,64,64);font-family:tahoma, arial, \'\', sans-serif;font-size:14px;width:750px;\"><tbody><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin-top: 0px; margin-bottom: 0px; line-height: 20px; color: rgb(153, 153, 153); width: 88px;\"><font color=\"#333333\" size=\"2\">【产品名称】</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; width: 250px;\">曲美卧室衣柜</p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 1.12px; line-height: 20px; color: rgb(153, 153, 153); width: 88px;\"><font color=\"#333333\" size=\"2\">【产品品牌】</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; width: 250px;\"><font color=\"#000000\" size=\"2\">曲美家居</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品型号】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin-top: 0px; margin-bottom: 0px;\">&nbsp; &nbsp;2011C-WG</p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品颜色】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">图示</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品材质】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">板材</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品尺寸】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">图示</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【家居风格】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><span style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">北欧风格</font></span></td><td width=\"89\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【是否定制】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">否</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【包装细节】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">珍珠膜+纸质包装+物流包装</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品产地】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><span style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">北京市</font></span></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【发货周期】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">北京地区15-20个工作日、外埠地区20-40个工作日</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【配送安装】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">详情咨询客服</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【保养建议】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">软布擦拭</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品售后】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">三年保修、终身维护</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【特殊备注】</font></td><td colspan=\"3\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">海外及偏远地区配送不到(如港澳台新疆西藏云南贵州四川等部分偏远地区)</font></p></td></tr></tbody></table></td></tr></tbody></table><p>&nbsp;<img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/11423/21/10442/60244/5c80680eE7c129b31/7a42398a2fac284c.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"7a42398a2fac284c.jpg\"></p> &nbsp;&nbsp;<div><br>&nbsp; <p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/46489/31/10174/114601/5d74b0bfE512930d0/81e7e7191467f472.jpg\" alt=\"81e7e7191467f472.jpg\"><br></p><p><br></p></div><p><font color=\"#ff0000\">*产品具体颜色选取可咨询客服</font></p><p><br></p>', '三年质保 终身维护 ', 'jfs/t1/233350/10/16857/124980/664a231cFef976be9/f3e81b55059611ab.jpg', 8999.00, 0.00, 2599.00, '曲美家居QM', NULL, '', '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024842764167, '曲美家居沙发 弯曲木实木沙发 北欧风 客厅直排大座深沙发', 8, '', '23E-WQM-S1', NULL, '2024-05-20 00:04:56', '2023-09-28 15:06:01', '2023-10-31 13:45:37', '2023-10-31 13:45:57', NULL, NULL, NULL, 80, 94, 89, 220, NULL, NULL, '', 'jfs/t1/247580/37/9324/132484/664a231cFe66356b4/f45c93dfd361a2df.jpg', 0.00, 0.00, 8000.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025556415886, '曲美家居岩板餐桌 餐厅家具长餐桌耐磨耐高温 软包椅子', 8, NULL, 'PT5001T', NULL, '2024-05-20 17:01:45', '2024-04-03 16:06:28', NULL, '2024-04-03 16:06:28', NULL, NULL, NULL, 30, 800, 700, 1400, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/183048/27/46075/196047/664a231dFf932ece2/e228d931414240c6.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/183048/27/46075/196047/664a231dFf932ece2/e228d931414240c6.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', NULL, 'jfs/t1/183048/27/46075/196047/664a231dFf932ece2/e228d931414240c6.jpg', NULL, 0.00, 1299.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024708980659, '曲美家居床垫 凝胶记忆棉弹簧床垫 卧室软硬适中独立袋弹簧复合床垫', 8, '', 'QM23-M3', NULL, '2024-05-20 00:05:10', '2023-08-25 17:18:43', '2023-08-25 17:18:43', '2023-08-25 17:21:05', NULL, NULL, NULL, 30, 1900, 2700, 2100, NULL, NULL, '', 'jfs/t1/221188/28/40286/99879/664a231dF9c9cbbb3/e665b50e650ee897.jpg', 5500.00, 0.00, 2499.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024906218407, '曲美家居弯曲木真皮意式头层牛皮沙发直排北欧风柔软进口银河沙发', 8, '', '23E-WQM-S2', NULL, '2024-05-20 00:05:32', '2023-10-17 17:28:23', '2023-10-17 17:28:23', '2023-10-19 16:35:51', NULL, NULL, NULL, 50, 980, 840, 2730, '<div id=\"zbViewWeChatMiniImages\" style=\"display: none;\" value=\"/sku/jfs/t1/164682/7/41257/83618/6551eddaF8d5c0d12/6a48315e98b2ee96.jpg,/sku/jfs/t1/181169/38/39724/153508/6551eddaFec31c194/04b994c2c0a668a6.jpg,/sku/jfs/t1/90311/37/28116/40096/6551eddaFc90615f9/60e5ab6ecd271ebd.jpg,/sku/jfs/t1/191305/40/42268/77140/6551eddaFb93eda0f/1f535089b2225381.jpg,/sku/jfs/t1/172041/39/42078/22692/6551eddaFfedbdad7/d5a81e5e420f249d.jpg,/sku/jfs/t1/208044/32/37569/13265/6551eddaF3fc35a16/5a26c9380225443d.jpg,/sku/jfs/t1/234557/36/2571/59116/6551eddaF38316cc9/ef9823443faf248b.jpg,/sku/jfs/t1/225734/22/3211/33973/6551eddaFb54b04b8/f1e814188bce8098.jpg,/sku/jfs/t1/223775/30/35071/33692/6551eddaF74f564b3/c60cf7c2c704c903.jpg,/sku/jfs/t1/225881/25/3230/42466/6551eddaF9e6a038c/d873f1d5df579213.jpg,/sku/jfs/t1/232457/18/2715/18111/6551eddaFa2da37cb/7b39c584556de732.jpg,/sku/jfs/t1/237198/5/2661/98089/6551eddaFe799a089/ab2e02e1f2155901.jpg,/sku/jfs/t1/209681/30/37386/30789/6551eddaFf3acf77f/f4ff216299380483.jpg,/sku/jfs/t1/223087/8/32092/120672/6551eddaF170b449a/2f3946611d9ac825.jpg,/sku/jfs/t1/222172/3/31853/10874/6551eddaFa14aaab6/33b628757f5149fa.jpg,/sku/jfs/t1/233981/5/2887/74847/6551eddaF94eb3626/b9524fc6efeb898e.jpg,/sku/jfs/t1/230214/12/3000/84445/6551eddaF3bb30a88/8191528c4f41f237.jpg,/sku/jfs/t1/234855/20/2879/20762/6551eddaFb4f49c29/5636b9f9a702d41c.jpg,/sku/jfs/t1/106720/6/46390/94225/6551eddaF924f8282/c5325005963ece18.jpg,/sku/jfs/t1/197885/23/38820/58872/6551eddaFe2c12f5d/c1a7611485a1ae7a.jpg,/sku/jfs/t1/233033/15/2504/95543/6551eddaFf79879f9/d593960744d142ee.jpg,/sku/jfs/t1/220588/12/31842/20841/6551eddaF419ff220/c1ba4ec3f00ffd04.jpg,/sku/jfs/t1/90116/3/40543/133154/6551eddaF0524e82c/3dea59ca5782fd47.jpg,/sku/jfs/t1/190085/40/41727/73015/6551eddaF93a5306a/ec7dcf2a7bee8241.jpg,/sku/jfs/t1/87620/19/47085/18719/6551eddaFf644f053/d2ded491d6360804.jpg,/sku/jfs/t1/221712/29/35287/129739/6551eddaFbce41d7c/534183a751ff2980.jpg,/sku/jfs/t1/85219/10/44885/57926/6551eddaF06116614/9611189e3fa24fbf.jpg,/sku/jfs/t1/177835/34/42574/64050/6551eddaFf54e90e8/6904430ce1585fdf.jpg,/sku/jfs/t1/224522/8/3318/54453/6551eddaFc3d25a5c/b97133026b4230bc.jpg,/sku/jfs/t1/202606/9/39943/65057/6551eddaF75b2d6ea/1859e240478c4f6d.jpg,/sku/jfs/t1/107728/9/43378/28079/6551eddaFf60ca13d/11a1ba1b08f407c9.jpg,/sku/jfs/t1/196088/19/43044/23554/6551eddaFbaf1371a/a81525c41475ebcd.jpg,/sku/jfs/t1/103403/37/43765/59500/6551eddaFff3a3cde/c56665d0f44ec84d.jpg,/sku/jfs/t1/222750/3/32650/29286/6551eddaF3c146ecc/050dc0dfac453255.jpg,/sku/jfs/t1/235332/35/2727/22579/6551eddaF5aefb94e/96d645ded350b670.jpg,/sku/jfs/t1/227051/11/2986/24270/6551eddaF0e0ee27c/7857156997894f9c.jpg,/sku/jfs/t1/38582/11/24838/28902/6551eddaFfec8256b/a3bcfc5fad6abb48.jpg,/sku/jfs/t1/224551/18/3244/34982/6551eddaF5ae319be/880c6ff4c9f74061.jpg,/sku/jfs/t1/112422/32/47456/24176/6551eddaF61ed57a1/3eee0cfbac3e6dce.jpg,/sku/jfs/t1/223705/13/35114/18376/6551eddaF72124558/db003f92c59da2e4.jpg,/sku/jfs/t1/179634/40/41762/70937/6551eddaF978da3a2/5276eab644b9b19d.jpg,/sku/jfs/t1/208193/27/36662/44972/6551eddaFca74a112/5e08997a6ec4d59b.jpg,/sku/jfs/t1/208200/20/42446/15522/6551eddaFc4fef695/d7b5c94afec049f9.jpg,/sku/jfs/t1/225615/10/1306/16215/6551eddaF236fb3b5/160182e574100075.jpg\"></div><div cssurl=\'//sku-market-gw.jd.com/css/pc/10024906218407.css?t=1699939943916\'></div><div id=\'zbViewModulesH\' value=\'29944\'></div><input id=\'zbViewModulesHeight\' type=\'hidden\' value=\'29944\'/><div skudesign=\"100010\"></div><div class=\"ssd-module-wrap\" >\n <div class=\"ssd-module M169753376224535 animate-M169753376224535\" data-id=\"M169753376224535\">\n <div class=\"ssd-widget-text W16998680493136\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10088094294921.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998680492055\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10076613629601.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998680490614\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10083950775118.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998680489153\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/1644198662.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998680487512\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/29315464648.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998680440051\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10086224255269.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n\n</div>\n<div class=\"ssd-module M16975337536411 animate-M16975337536411\" data-id=\"M16975337536411\">\n \n</div>\n<div class=\"ssd-module M16975337539922 animate-M16975337539922\" data-id=\"M16975337539922\">\n \n</div>\n<div class=\"ssd-module M16975337542603 animate-M16975337542603\" data-id=\"M16975337542603\">\n \n</div>\n<div class=\"ssd-module M16975337546254 animate-M16975337546254\" data-id=\"M16975337546254\">\n \n</div>\n<div class=\"ssd-module M16975337548745 animate-M16975337548745\" data-id=\"M16975337548745\">\n \n</div>\n<div class=\"ssd-module M16975337551216 animate-M16975337551216\" data-id=\"M16975337551216\">\n \n</div>\n<div class=\"ssd-module M16975337554607 animate-M16975337554607\" data-id=\"M16975337554607\">\n \n</div>\n<div class=\"ssd-module M16975337556698 animate-M16975337556698\" data-id=\"M16975337556698\">\n \n</div>\n<div class=\"ssd-module M16975337559419 animate-M16975337559419\" data-id=\"M16975337559419\">\n \n</div>\n<div class=\"ssd-module M169753375622610 animate-M169753375622610\" data-id=\"M169753375622610\">\n \n</div>\n<div class=\"ssd-module M169753375644311 animate-M169753375644311\" data-id=\"M169753375644311\">\n \n</div>\n<div class=\"ssd-module M169753375666212 animate-M169753375666212\" data-id=\"M169753375666212\">\n \n</div>\n<div class=\"ssd-module M169753375683813 animate-M169753375683813\" data-id=\"M169753375683813\">\n \n</div>\n<div class=\"ssd-module M169753375711115 animate-M169753375711115\" data-id=\"M169753375711115\">\n \n</div>\n<div class=\"ssd-module M169753375727716 animate-M169753375727716\" data-id=\"M169753375727716\">\n \n</div>\n<div class=\"ssd-module M169753375759617 animate-M169753375759617\" data-id=\"M169753375759617\">\n \n</div>\n<div class=\"ssd-module M169753375796019 animate-M169753375796019\" data-id=\"M169753375796019\">\n \n</div>\n<div class=\"ssd-module M169753375818720 animate-M169753375818720\" data-id=\"M169753375818720\">\n \n</div>\n<div class=\"ssd-module M169753375866021 animate-M169753375866021\" data-id=\"M169753375866021\">\n \n</div>\n<div class=\"ssd-module M169753375899322 animate-M169753375899322\" data-id=\"M169753375899322\">\n \n</div>\n<div class=\"ssd-module M169753375932123 animate-M169753375932123\" data-id=\"M169753375932123\">\n \n</div>\n<div class=\"ssd-module M169753375954124 animate-M169753375954124\" data-id=\"M169753375954124\">\n \n</div>\n<div class=\"ssd-module M169753375999825 animate-M169753375999825\" data-id=\"M169753375999825\">\n \n</div>\n<div class=\"ssd-module M169753376032726 animate-M169753376032726\" data-id=\"M169753376032726\">\n \n</div>\n<div class=\"ssd-module M169753376055427 animate-M169753376055427\" data-id=\"M169753376055427\">\n \n</div>\n<div class=\"ssd-module M169753376091028 animate-M169753376091028\" data-id=\"M169753376091028\">\n \n</div>\n<div class=\"ssd-module M169753376120729 animate-M169753376120729\" data-id=\"M169753376120729\">\n \n</div>\n<div class=\"ssd-module M169753376136930 animate-M169753376136930\" data-id=\"M169753376136930\">\n \n</div>\n<div class=\"ssd-module M169753376163732 animate-M169753376163732\" data-id=\"M169753376163732\">\n \n</div>\n<div class=\"ssd-module M16991833663501 animate-M16991833663501\" data-id=\"M16991833663501\">\n \n</div>\n<div class=\"ssd-module M169753376286137 animate-M169753376286137\" data-id=\"M169753376286137\">\n \n</div>\n<div class=\"ssd-module M16981358658172 animate-M16981358658172\" data-id=\"M16981358658172\">\n \n</div>\n<div class=\"ssd-module M169753376267736 animate-M169753376267736\" data-id=\"M169753376267736\">\n \n</div>\n<div class=\"ssd-module M16992646423771 animate-M16992646423771\" data-id=\"M16992646423771\">\n \n</div>\n<div class=\"ssd-module M16991834326302 animate-M16991834326302\" data-id=\"M16991834326302\">\n \n</div>\n<div class=\"ssd-module M16991834489463 animate-M16991834489463\" data-id=\"M16991834489463\">\n \n</div>\n<div class=\"ssd-module M169753376315339 animate-M169753376315339\" data-id=\"M169753376315339\">\n \n</div>\n<div class=\"ssd-module M16991834721734 animate-M16991834721734\" data-id=\"M16991834721734\">\n \n</div>\n<div class=\"ssd-module M16991834903985 animate-M16991834903985\" data-id=\"M16991834903985\">\n \n</div>\n<div class=\"ssd-module M169753376338840 animate-M169753376338840\" data-id=\"M169753376338840\">\n \n</div>\n<div class=\"ssd-module M169753376374041 animate-M169753376374041\" data-id=\"M169753376374041\">\n \n</div>\n<div class=\"ssd-module M16991835353736 animate-M16991835353736\" data-id=\"M16991835353736\">\n \n</div>\n<div class=\"ssd-module M16992647360022 animate-M16992647360022\" data-id=\"M16992647360022\">\n \n</div>\n\n </div>\n<!-- 2023-11-13 05:35:08 --> ', NULL, '', 'jfs/t1/249729/15/9260/154505/664a231dF4eac777b/49968aa1605c5678.jpg', 18000.00, 0.00, 15000.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025590841136, '曲美家居餐桌 圆桌子 折叠桌 岩板餐桌家用餐桌椅组合', 8, NULL, 'PT5002T', NULL, '2024-05-20 17:00:19', '2024-04-10 13:47:12', NULL, '2024-04-10 13:47:12', NULL, NULL, NULL, 50, 700, 700, 1300, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/135185/29/44365/137226/6630e056Faaa56ea2/b993ae1b4642ff04.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/135185/29/44365/137226/6630e056Faaa56ea2/b993ae1b4642ff04.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', NULL, 'jfs/t1/230616/25/17972/153898/664a231cF3a89f47b/b484ab053d173eae.jpg', NULL, 0.00, 2599.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10021761171770, '曲美家居 皓月床头柜 现代简约皮布床头柜 卧室家具储物柜置物柜', 8, '', 'QM21-NT10', NULL, '2024-05-20 00:05:35', '2021-11-15 14:16:28', '2023-07-02 01:00:04', '2023-07-03 12:57:32', NULL, NULL, NULL, 1, 100, 100, 100, '<p style=\"text-align: center;\"><img src=\"https://img14.360buyimg.com/imgzone/jfs/t1/210333/13/9630/305986/6191faf1Ec93b655d/ef7c5b2ec72adea6.jpg\" alt=\"ef7c5b2ec72adea6.jpg\"><img src=\"https://img11.360buyimg.com/imgzone/jfs/t1/214276/25/4448/205578/6191faf2Ed3c99e89/97df95561c4a9b99.jpg\" alt=\"97df95561c4a9b99.jpg\"><img src=\"https://img12.360buyimg.com/imgzone/jfs/t1/203481/15/15626/303875/6191faf4E27b5a309/7cdf5952366b7bf5.jpg\" alt=\"7cdf5952366b7bf5.jpg\"><img src=\"https://img12.360buyimg.com/imgzone/jfs/t1/213939/27/4557/302630/6191faf6E5d3dd259/1cd3a01c0b9cac2b.jpg\" alt=\"1cd3a01c0b9cac2b.jpg\"><img src=\"https://img10.360buyimg.com/imgzone/jfs/t1/215377/12/4526/221677/6191faf8Eff0cca8a/3ffbe1daefa257ce.jpg\" alt=\"3ffbe1daefa257ce.jpg\"><img src=\"https://img30.360buyimg.com/imgzone/jfs/t1/170660/19/23721/190698/6191faf9E90dd5915/017be9c21555d16f.jpg\" alt=\"017be9c21555d16f.jpg\"><img src=\"https://img12.360buyimg.com/imgzone/jfs/t1/207666/33/9447/303210/6191fafbE8027716b/52fa2b5d849e8af5.jpg\" alt=\"52fa2b5d849e8af5.jpg\"><img src=\"https://img11.360buyimg.com/imgzone/jfs/t1/171538/27/24259/303574/6191fafdE37053ec5/fc0c8c8ca057682c.jpg\" alt=\"fc0c8c8ca057682c.jpg\"><img src=\"https://img14.360buyimg.com/imgzone/jfs/t1/168681/18/23840/300462/6191faffE12c48ce8/6f95c9e36b17cf8a.jpg\" alt=\"6f95c9e36b17cf8a.jpg\"><img src=\"https://img10.360buyimg.com/imgzone/jfs/t1/212577/17/4500/304551/6191fb01Eb033aeeb/87ded667ece68583.jpg\" alt=\"87ded667ece68583.jpg\"><img src=\"https://img13.360buyimg.com/imgzone/jfs/t1/199603/40/17199/176673/6191fb02Ed788a29d/78664cc305e9a356.jpg\" alt=\"78664cc305e9a356.jpg\"><img src=\"https://img30.360buyimg.com/imgzone/jfs/t1/215630/13/4555/96465/6191fb03E32f2467e/952400a832167d88.jpg\" alt=\"952400a832167d88.jpg\"><img src=\"https://img13.360buyimg.com/imgzone/jfs/t1/169437/21/24174/304381/6191fb05E0364f628/043ae051b20cfac3.jpg\" alt=\"043ae051b20cfac3.jpg\"><img src=\"https://img11.360buyimg.com/imgzone/jfs/t1/198749/29/17125/280611/6191fb07E3277be22/3eb74c0332304f50.jpg\" alt=\"3eb74c0332304f50.jpg\"><img src=\"https://img30.360buyimg.com/imgzone/jfs/t1/223375/14/2671/299959/6191fb09Eb3a7e48e/97297caa3dcc8648.jpg\" alt=\"97297caa3dcc8648.jpg\"><img src=\"https://img13.360buyimg.com/imgzone/jfs/t1/203572/30/15307/290343/6191fb0bE590086cc/bcb71423f29ae1ba.jpg\" alt=\"bcb71423f29ae1ba.jpg\"><img src=\"https://img11.360buyimg.com/imgzone/jfs/t1/197033/23/17201/143972/6191fb0cEc88c1a45/34a70b79cb689c91.jpg\" alt=\"34a70b79cb689c91.jpg\"><img src=\"https://img11.360buyimg.com/imgzone/jfs/t1/212620/11/4507/233133/6191fb0eE78139b22/674e32ce538c5a91.jpg\" alt=\"674e32ce538c5a91.jpg\"><img src=\"https://img30.360buyimg.com/imgzone/jfs/t1/201974/38/15555/149839/6191fb0fE8fc74a40/19dabbbe7599bec0.jpg\" alt=\"19dabbbe7599bec0.jpg\"><img src=\"https://img20.360buyimg.com/imgzone/jfs/t1/161937/14/25101/124569/6191fb10E18f968c9/d01d224e755a8631.jpg\" alt=\"d01d224e755a8631.jpg\"><img src=\"https://img20.360buyimg.com/imgzone/jfs/t1/220569/9/4543/188160/6191fb11E60f111c5/9d02c6e04e379350.jpg\" alt=\"9d02c6e04e379350.jpg\"><img src=\"https://img10.360buyimg.com/imgzone/jfs/t1/128337/36/25141/106326/6191fb12Eeee7afeb/6d452de48280d865.jpg\" alt=\"6d452de48280d865.jpg\"><img src=\"https://img10.360buyimg.com/imgzone/jfs/t1/208623/18/9385/129875/6191fb13E04d03364/2e3bbd110aa64176.jpg\" alt=\"2e3bbd110aa64176.jpg\"><img src=\"https://img10.360buyimg.com/imgzone/jfs/t1/218878/23/4534/96757/6191fb13Eebb55a8b/4345dca2af12fa25.jpg\" alt=\"4345dca2af12fa25.jpg\"><img src=\"https://img30.360buyimg.com/imgzone/jfs/t1/215219/17/4493/303218/6191fb15E2cbeccb1/8baaca63e9eac174.jpg\" alt=\"8baaca63e9eac174.jpg\"><img src=\"https://img11.360buyimg.com/imgzone/jfs/t1/170938/5/24556/304930/6191fb17E702d060f/18fa5895a66454f9.jpg\" alt=\"18fa5895a66454f9.jpg\"><img src=\"https://img14.360buyimg.com/imgzone/jfs/t1/200082/4/17001/189592/6191fb19Ea5ddd0a5/9d3c051bfb95bae0.jpg\" alt=\"9d3c051bfb95bae0.jpg\"><img src=\"https://img11.360buyimg.com/imgzone/jfs/t1/208565/20/9288/170276/6191fb1aE8c5c377a/f3b9e7401fdd96cf.jpg\" alt=\"f3b9e7401fdd96cf.jpg\"><img src=\"https://img11.360buyimg.com/imgzone/jfs/t1/218264/8/4498/213389/6191fb1cEfd43765f/342f3f8c23370070.jpg\" alt=\"342f3f8c23370070.jpg\"><img src=\"https://img12.360buyimg.com/imgzone/jfs/t1/205988/22/15113/143343/6191fb1dE941d86da/dc7afb226a157f2b.jpg\" alt=\"dc7afb226a157f2b.jpg\"><img src=\"https://img20.360buyimg.com/imgzone/jfs/t1/159468/1/28564/97605/6191fb1dE1dee5b35/f9888530b89a192d.jpg\" alt=\"f9888530b89a192d.jpg\"><img src=\"https://img10.360buyimg.com/imgzone/jfs/t1/171270/5/24125/304841/6191fb1fE736a7d6e/071fac2d347db9e4.jpg\" alt=\"071fac2d347db9e4.jpg\"><img src=\"https://img10.360buyimg.com/imgzone/jfs/t1/137728/13/21588/303458/6191fb21Ee0976cb5/b16efed694af8887.jpg\" alt=\"b16efed694af8887.jpg\"><img src=\"https://img11.360buyimg.com/imgzone/jfs/t1/222554/33/2699/171782/6191fb22Eb6e6c9ca/225649200d4575f5.jpg\" alt=\"225649200d4575f5.jpg\"></p><p style=\"display: none;color: #FFFFFF;\">^_^:c7749da46ad611a2978870fadb69b75d</p><p style=\"text-align: center;\"><br></p>', '<p style=\"text-align: center;\"><img src=\"https://img14.360buyimg.com/imgzone/jfs/t1/210333/13/9630/305986/6191faf1Ec93b655d/ef7c5b2ec72adea6.jpg\" alt=\"ef7c5b2ec72adea6.jpg\"><img src=\"https://img11.360buyimg.com/imgzone/jfs/t1/214276/25/4448/205578/6191faf2Ed3c99e89/97df95561c4a9b99.jpg\" alt=\"97df95561c4a9b99.jpg\"><img src=\"https://img12.360buyimg.com/imgzone/jfs/t1/203481/15/15626/303875/6191faf4E27b5a309/7cdf5952366b7bf5.jpg\" alt=\"7cdf5952366b7bf5.jpg\"><img src=\"https://img12.360buyimg.com/imgzone/jfs/t1/213939/27/4557/302630/6191faf6E5d3dd259/1cd3a01c0b9cac2b.jpg\" alt=\"1cd3a01c0b9cac2b.jpg\"><img src=\"https://img10.360buyimg.com/imgzone/jfs/t1/215377/12/4526/221677/6191faf8Eff0cca8a/3ffbe1daefa257ce.jpg\" alt=\"3ffbe1daefa257ce.jpg\"><img src=\"https://img30.360buyimg.com/imgzone/jfs/t1/170660/19/23721/190698/6191faf9E90dd5915/017be9c21555d16f.jpg\" alt=\"017be9c21555d16f.jpg\"><img src=\"https://img12.360buyimg.com/imgzone/jfs/t1/207666/33/9447/303210/6191fafbE8027716b/52fa2b5d849e8af5.jpg\" alt=\"52fa2b5d849e8af5.jpg\"><img src=\"https://img11.360buyimg.com/imgzone/jfs/t1/171538/27/24259/303574/6191fafdE37053ec5/fc0c8c8ca057682c.jpg\" alt=\"fc0c8c8ca057682c.jpg\"><img src=\"https://img14.360buyimg.com/imgzone/jfs/t1/168681/18/23840/300462/6191faffE12c48ce8/6f95c9e36b17cf8a.jpg\" alt=\"6f95c9e36b17cf8a.jpg\"><img src=\"https://img10.360buyimg.com/imgzone/jfs/t1/212577/17/4500/304551/6191fb01Eb033aeeb/87ded667ece68583.jpg\" alt=\"87ded667ece68583.jpg\"><img src=\"https://img13.360buyimg.com/imgzone/jfs/t1/199603/40/17199/176673/6191fb02Ed788a29d/78664cc305e9a356.jpg\" alt=\"78664cc305e9a356.jpg\"><img src=\"https://img30.360buyimg.com/imgzone/jfs/t1/215630/13/4555/96465/6191fb03E32f2467e/952400a832167d88.jpg\" alt=\"952400a832167d88.jpg\"><img src=\"https://img13.360buyimg.com/imgzone/jfs/t1/169437/21/24174/304381/6191fb05E0364f628/043ae051b20cfac3.jpg\" alt=\"043ae051b20cfac3.jpg\"><img src=\"https://img11.360buyimg.com/imgzone/jfs/t1/198749/29/17125/280611/6191fb07E3277be22/3eb74c0332304f50.jpg\" alt=\"3eb74c0332304f50.jpg\"><img src=\"https://img30.360buyimg.com/imgzone/jfs/t1/223375/14/2671/299959/6191fb09Eb3a7e48e/97297caa3dcc8648.jpg\" alt=\"97297caa3dcc8648.jpg\"><img src=\"https://img13.360buyimg.com/imgzone/jfs/t1/203572/30/15307/290343/6191fb0bE590086cc/bcb71423f29ae1ba.jpg\" alt=\"bcb71423f29ae1ba.jpg\"><img src=\"https://img11.360buyimg.com/imgzone/jfs/t1/197033/23/17201/143972/6191fb0cEc88c1a45/34a70b79cb689c91.jpg\" alt=\"34a70b79cb689c91.jpg\"><img src=\"https://img11.360buyimg.com/imgzone/jfs/t1/212620/11/4507/233133/6191fb0eE78139b22/674e32ce538c5a91.jpg\" alt=\"674e32ce538c5a91.jpg\"><img src=\"https://img30.360buyimg.com/imgzone/jfs/t1/201974/38/15555/149839/6191fb0fE8fc74a40/19dabbbe7599bec0.jpg\" alt=\"19dabbbe7599bec0.jpg\"><img src=\"https://img20.360buyimg.com/imgzone/jfs/t1/161937/14/25101/124569/6191fb10E18f968c9/d01d224e755a8631.jpg\" alt=\"d01d224e755a8631.jpg\"><img src=\"https://img20.360buyimg.com/imgzone/jfs/t1/220569/9/4543/188160/6191fb11E60f111c5/9d02c6e04e379350.jpg\" alt=\"9d02c6e04e379350.jpg\"><img src=\"https://img10.360buyimg.com/imgzone/jfs/t1/128337/36/25141/106326/6191fb12Eeee7afeb/6d452de48280d865.jpg\" alt=\"6d452de48280d865.jpg\"><img src=\"https://img10.360buyimg.com/imgzone/jfs/t1/208623/18/9385/129875/6191fb13E04d03364/2e3bbd110aa64176.jpg\" alt=\"2e3bbd110aa64176.jpg\"><img src=\"https://img10.360buyimg.com/imgzone/jfs/t1/218878/23/4534/96757/6191fb13Eebb55a8b/4345dca2af12fa25.jpg\" alt=\"4345dca2af12fa25.jpg\"><img src=\"https://img30.360buyimg.com/imgzone/jfs/t1/215219/17/4493/303218/6191fb15E2cbeccb1/8baaca63e9eac174.jpg\" alt=\"8baaca63e9eac174.jpg\"><img src=\"https://img11.360buyimg.com/imgzone/jfs/t1/170938/5/24556/304930/6191fb17E702d060f/18fa5895a66454f9.jpg\" alt=\"18fa5895a66454f9.jpg\"><img src=\"https://img14.360buyimg.com/imgzone/jfs/t1/200082/4/17001/189592/6191fb19Ea5ddd0a5/9d3c051bfb95bae0.jpg\" alt=\"9d3c051bfb95bae0.jpg\"><img src=\"https://img11.360buyimg.com/imgzone/jfs/t1/208565/20/9288/170276/6191fb1aE8c5c377a/f3b9e7401fdd96cf.jpg\" alt=\"f3b9e7401fdd96cf.jpg\"><img src=\"https://img11.360buyimg.com/imgzone/jfs/t1/218264/8/4498/213389/6191fb1cEfd43765f/342f3f8c23370070.jpg\" alt=\"342f3f8c23370070.jpg\"><img src=\"https://img12.360buyimg.com/imgzone/jfs/t1/205988/22/15113/143343/6191fb1dE941d86da/dc7afb226a157f2b.jpg\" alt=\"dc7afb226a157f2b.jpg\"><img src=\"https://img20.360buyimg.com/imgzone/jfs/t1/159468/1/28564/97605/6191fb1dE1dee5b35/f9888530b89a192d.jpg\" alt=\"f9888530b89a192d.jpg\"><img src=\"https://img10.360buyimg.com/imgzone/jfs/t1/171270/5/24125/304841/6191fb1fE736a7d6e/071fac2d347db9e4.jpg\" alt=\"071fac2d347db9e4.jpg\"><img src=\"https://img10.360buyimg.com/imgzone/jfs/t1/137728/13/21588/303458/6191fb21Ee0976cb5/b16efed694af8887.jpg\" alt=\"b16efed694af8887.jpg\"><img src=\"https://img11.360buyimg.com/imgzone/jfs/t1/222554/33/2699/171782/6191fb22Eb6e6c9ca/225649200d4575f5.jpg\" alt=\"225649200d4575f5.jpg\"></p><p style=\"display: none;color: #FFFFFF;\">^_^:c7749da46ad611a2978870fadb69b75d</p><p style=\"text-align: center;\"><br></p>', '', 'jfs/t1/243702/19/9421/105889/664a231cF58e2491d/e5a89691cc43ecfd.jpg', 0.00, 0.00, 949.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025657207354, '曲美家居床 双人床 复古家具主卧室大床真皮简约床', 8, NULL, 'QM24-B3', NULL, '2024-05-20 16:59:33', '2024-04-23 17:22:20', NULL, '2024-04-23 17:22:20', NULL, NULL, NULL, 50, 1500, 300, 2000, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/130122/40/45177/130819/66277a76F48e217a4/530c6442cb8d6dea.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/130122/40/45177/130819/66277a76F48e217a4/530c6442cb8d6dea.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', NULL, 'jfs/t1/182764/38/45931/162784/664a233eFeb1846a3/88cdc372f3c29579.jpg', NULL, 0.00, 4873.00, '曲美家居QM', NULL, NULL, NULL, NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025505820261, '曲美家居餐椅 弯曲木实木软包凳子餐厅椅子', 8, NULL, '弯曲木C系列', NULL, '2024-05-20 00:05:40', '2024-03-25 17:12:35', NULL, '2024-03-25 17:12:35', NULL, NULL, NULL, 15, 58, 76, 55, '<div id=\"zbViewWeChatMiniImages\" style=\"display: none;\" value=\"/sku/jfs/t1/237980/23/13929/31836/66013d30F1f90a9c1/8272d00afd6f858c.jpg,/sku/jfs/t1/249781/14/6394/45529/66013d30F646a18d6/ed14ea5135e39336.jpg,/sku/jfs/t1/185457/27/42444/14780/66013d30F4b0428ca/f1706f3fe803ed9c.jpg,/sku/jfs/t1/174147/23/40349/51036/66013d30F0f5dbeff/0aa6f0fb42306340.jpg,/sku/jfs/t1/210217/4/41086/37001/66013d30Fa8d3f3be/2c28af820742880d.jpg,/sku/jfs/t1/238273/15/14476/40864/66013d30F858c8f17/ec8f66982e1ba828.jpg,/sku/jfs/t1/181452/34/43409/63691/66013d30F2adc4d30/ac2279b8f50d6f7e.jpg,/sku/jfs/t1/177483/4/44002/75492/66013d30F4026ff5a/e64009ac2cca238b.jpg,/sku/jfs/t1/104269/39/48191/19694/66013d30F9f6b072b/9543081c1e8114ac.jpg,/sku/jfs/t1/93145/26/39936/88524/66013d30F20db58aa/f50b2fa663453301.jpg,/sku/jfs/t1/148926/35/42008/13159/66013d30F5ea5ef63/9792c8a7ac7d3cb2.jpg,/sku/jfs/t1/204357/38/33747/23616/66013d30Feacbfed1/f54550d16d70e523.jpg,/sku/jfs/t1/132935/15/39938/24330/66013d30F84b5d270/3b06b33b466ee788.jpg,/sku/jfs/t1/168413/6/43282/25187/66013d30F86036875/ee07898f37520776.jpg,/sku/jfs/t1/181679/27/43192/26179/66013d30F27d197c2/63dbb5806fb2309e.jpg,/sku/jfs/t1/149476/10/40890/25479/66013d30F63f42fac/9de6192db610f2c4.jpg,/sku/jfs/t1/179067/29/43951/5101/66013d30F5c0d2259/5317d03e8ff46bad.jpg,/sku/jfs/t1/247051/33/6161/20997/66013d30F16015f8a/08443e8e7c88d8b2.jpg,/sku/jfs/t1/148761/40/39879/22441/66013d30F8d6f1bb7/25a08d233be8f215.jpg,/sku/jfs/t1/23876/29/18406/21235/66013d30F2c673690/72ed0936d9bd4d58.jpg,/sku/jfs/t1/217239/2/38842/17588/66013d30F52809e78/6897e6bf331233b9.jpg,/sku/jfs/t1/248805/35/6447/16883/66013d30Fb6078593/b421dea2c76ed838.jpg,/sku/jfs/t1/76209/8/28864/9985/66013d30F27649ea1/079bb524fc75a31c.jpg,/sku/jfs/t1/221589/36/38474/7400/66013d30Fa257e514/ff3f89fff7c3e3f8.jpg,/sku/jfs/t1/173047/1/43913/24219/66013d30Fb1bae0d3/29c80613ab89efa5.jpg,/sku/jfs/t1/178774/18/44052/16581/66013d30F3b8fba3a/21d13dbb0b13b920.jpg,/sku/jfs/t1/94201/7/45420/17824/66013d30Fc4d6fdb5/e17be27d3744e16d.jpg,/sku/jfs/t1/6497/4/28089/12894/66013d30F3046cfd9/0e193f42953d0c78.jpg,/sku/jfs/t1/231987/31/16107/12709/66013d30Ff4e18ead/213a4ba83958e29d.jpg\"></div><div id=\'zbViewModulesH\' value=\'16647\'></div><input id=\'zbViewModulesHeight\' type=\'hidden\' value=\'16647\'/><div skudesign=\"100010\"></div><div class=\"ssd-module-wrap\" >\n <div class=\"ssd-module M17113571987021 animate-M17113571987021\" data-id=\"M17113571987021\">\n \n</div>\n<div class=\"ssd-module M17113571989552 animate-M17113571989552\" data-id=\"M17113571989552\">\n \n</div>\n<div class=\"ssd-module M17113571993543 animate-M17113571993543\" data-id=\"M17113571993543\">\n \n</div>\n<div class=\"ssd-module M17113571995834 animate-M17113571995834\" data-id=\"M17113571995834\">\n \n</div>\n<div class=\"ssd-module M17113571999915 animate-M17113571999915\" data-id=\"M17113571999915\">\n \n</div>\n<div class=\"ssd-module M17113572002846 animate-M17113572002846\" data-id=\"M17113572002846\">\n \n</div>\n<div class=\"ssd-module M17113572006337 animate-M17113572006337\" data-id=\"M17113572006337\">\n \n</div>\n<div class=\"ssd-module M17113572010708 animate-M17113572010708\" data-id=\"M17113572010708\">\n \n</div>\n<div class=\"ssd-module M17113572014519 animate-M17113572014519\" data-id=\"M17113572014519\">\n \n</div>\n<div class=\"ssd-module M171135720173510 animate-M171135720173510\" data-id=\"M171135720173510\">\n \n</div>\n<div class=\"ssd-module M171135720193411 animate-M171135720193411\" data-id=\"M171135720193411\">\n \n</div>\n<div class=\"ssd-module M171135720211813 animate-M171135720211813\" data-id=\"M171135720211813\">\n \n</div>\n<div class=\"ssd-module M171135720235214 animate-M171135720235214\" data-id=\"M171135720235214\">\n \n</div>\n<div class=\"ssd-module M171135720256515 animate-M171135720256515\" data-id=\"M171135720256515\">\n \n</div>\n<div class=\"ssd-module M171135720273116 animate-M171135720273116\" data-id=\"M171135720273116\">\n \n</div>\n<div class=\"ssd-module M171135720303417 animate-M171135720303417\" data-id=\"M171135720303417\">\n \n</div>\n<div class=\"ssd-module M171135720331919 animate-M171135720331919\" data-id=\"M171135720331919\">\n \n</div>\n<div class=\"ssd-module M171135720349820 animate-M171135720349820\" data-id=\"M171135720349820\">\n \n</div>\n<div class=\"ssd-module M171135720376821 animate-M171135720376821\" data-id=\"M171135720376821\">\n \n</div>\n<div class=\"ssd-module M171135720416922 animate-M171135720416922\" data-id=\"M171135720416922\">\n \n</div>\n<div class=\"ssd-module M171135720450324 animate-M171135720450324\" data-id=\"M171135720450324\">\n \n</div>\n<div class=\"ssd-module M171135720480125 animate-M171135720480125\" data-id=\"M171135720480125\">\n \n</div>\n<div class=\"ssd-module M171135720507226 animate-M171135720507226\" data-id=\"M171135720507226\">\n \n</div>\n<div class=\"ssd-module M171135720519727 animate-M171135720519727\" data-id=\"M171135720519727\">\n \n</div>\n<div class=\"ssd-module M171135720538328 animate-M171135720538328\" data-id=\"M171135720538328\">\n \n</div>\n<div class=\"ssd-module M171135720553529 animate-M171135720553529\" data-id=\"M171135720553529\">\n \n</div>\n<div class=\"ssd-module M171135720573630 animate-M171135720573630\" data-id=\"M171135720573630\">\n \n</div>\n<div class=\"ssd-module M171135720597031 animate-M171135720597031\" data-id=\"M171135720597031\">\n \n</div>\n<div class=\"ssd-module M171135720614932 animate-M171135720614932\" data-id=\"M171135720614932\">\n \n</div>\n\n </div>\n<!-- 2024-03-25 05:00:17 --> ', NULL, NULL, 'jfs/t1/236068/29/17150/103214/664a233eF1589bd0b/e2a2babcefd303d2.jpg', NULL, 0.00, 1049.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025471550520, '曲美家居QM床 真皮床 单人床青少年童床现代简约卧室软床', 8, NULL, 'QM23-B1', NULL, '2024-05-20 00:05:55', '2024-03-19 14:49:48', NULL, '2024-03-19 14:49:48', NULL, NULL, NULL, 50, 1200, 1200, 2000, '<p>1</p><p><br></p>', '<p>1</p><p><br></p>', NULL, 'jfs/t1/190418/9/45222/148046/664a233fF5d801faf/16b4149058d6723b.jpg', NULL, 0.00, 4049.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 1279738122, '曲美家居 储物衣柜 轻北欧简易卧室衣帽柜多门衣柜储物收纳衣柜', 8, '', '09ZC-WG', NULL, '2024-05-20 00:04:57', '2015-07-21 10:03:35', '2023-07-02 01:00:04', '2023-07-03 12:58:12', NULL, NULL, NULL, 50, 598, 2201, 1598, '<p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/43747/26/6047/68298/5cf8e769E454cd8c6/39fc1a1fc4722429.jpg\" alt=\"39fc1a1fc4722429.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/52049/35/1827/145332/5cf8e773Eb5eb25c9/cfe24fe3bc4b9188.jpg\" alt=\"cfe24fe3bc4b9188.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/52123/8/1772/220199/5cf8e773Eb2b0ba59/33907ab4e0a31840.jpg\" alt=\"33907ab4e0a31840.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/64254/10/1302/147121/5cf8e774E5a11540f/3f929f58ce744865.jpg\" alt=\"3f929f58ce744865.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/84037/31/1294/69590/5cf8e774E255f19c1/fcfadf36e426c2bd.jpg\" alt=\"fcfadf36e426c2bd.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/38416/35/8286/217016/5cf8e775Ede5f5917/61604194c9767e60.jpg\" alt=\"61604194c9767e60.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/53449/22/1853/75056/5cf8e775E8edbdd03/d4b15ada6590c7e6.jpg\" alt=\"d4b15ada6590c7e6.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/80622/12/1306/120657/5cf8e775Ee1088c01/29939e70c300c48f.jpg\" alt=\"29939e70c300c48f.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/62878/9/1307/97738/5cf8e775Eab93e53e/59df5ad435f7a855.jpg\" alt=\"59df5ad435f7a855.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/57237/38/1770/115482/5cf8e776Ed575769f/a6327e56f2025f3d.jpg\" alt=\"a6327e56f2025f3d.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/46865/24/1769/130836/5cf8e776Eed06e973/b8bf54aa345874ab.jpg\" alt=\"b8bf54aa345874ab.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/51732/24/1779/44397/5cf8e777Ea27b7441/45675d69ce6b9d2b.jpg\" alt=\"45675d69ce6b9d2b.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/46573/15/1808/145311/5cf8e777E0fc90203/c4021deb3dae5603.jpg\" alt=\"c4021deb3dae5603.jpg\"></p>&nbsp;&nbsp;<map name=\"Map\"><area shape=\"rect\" coords=\"663,16,783,51\" href=\"http://mall.jd.com/view_page-18224782.html\" target=\"_blank\"><area shape=\"rect\" coords=\"664,64,790,84\" href=\"http://mall.jd.com/view_page-18225802.html\" target=\"_blank\"><area shape=\"rect\" coords=\"662,59,666,64\" href=\"#\"></map><map name=\"Map0\"><area shape=\"rect\" coords=\"842,92,964,126\" href=\"http://mall.jd.com/view_page-18224782.html\" target=\"_blank\"><area shape=\"rect\" coords=\"834,142,972,175\" href=\"http://mall.jd.com/view_page-18225802.html\" target=\"_blank\"></map><map name=\"Map0\"><area shape=\"rect\" coords=\"839,21,961,55\" href=\"http://mall.jd.com/view_page-18224782.html\" target=\"_blank\"><area shape=\"rect\" coords=\"834,72,972,105\" href=\"http://mall.jd.com/view_page-18225802.html\" target=\"_blank\"></map><table style=\"font-size:14px;font-family:\'\', \'microsoft yahei\';\" width=\"788\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\"><tbody><tr><td align=\"center\" width=\"100\"><span style=\"font-weight:bold\">品牌</span></td> <td width=\"290\"><span style=\"color:#666666;\">曲美家居</span></td> <td align=\"center\" width=\"100\"><span style=\"font-weight:bold\">框架</span></td> <td width=\"290\"><p>板材</p></td> </tr><tr><td align=\"center\"><span style=\"font-weight:bold\">名称</span></td> <td>多门衣柜</td> <td align=\"center\">生产模式</td> <td><p>自有工厂</p></td> </tr><tr><td align=\"center\"><span style=\"font-weight:bold\">型号</span></td> <td><p>LZF-084-09ZC-WG2四门</p><p>LZF-084-09ZC-WG3三门</p><p>LZF-084-09ZC-WG1(双门)</p></td> <td align=\"center\">尺寸</td> <td><p>&nbsp; </p><p>1598*598 *2201MM长*宽*高)</p><p>1207*598*2201MM长*宽*高)</p><p>818*598*2201MM长*宽*高)</p><p>&nbsp; </p></td> </tr><tr><td align=\"center\"><span style=\"font-weight:bold\">产地</span></td> <td><span style=\"color:#666666;\">北京</span></td> <td align=\"center\">特点</td> <td>简约时尚 美观大方</td> </tr></tbody></table><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/49920/36/8681/410869/5d5e0c13Efb841320/11213eae5805c853.jpg\" alt=\"11213eae5805c853.jpg\"><br></p><p><font color=\"#ff0000\">*产品具体颜色选取可咨询客服</font></p><p><br></p>', '<p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/43747/26/6047/68298/5cf8e769E454cd8c6/39fc1a1fc4722429.jpg\" alt=\"39fc1a1fc4722429.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/52049/35/1827/145332/5cf8e773Eb5eb25c9/cfe24fe3bc4b9188.jpg\" alt=\"cfe24fe3bc4b9188.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/52123/8/1772/220199/5cf8e773Eb2b0ba59/33907ab4e0a31840.jpg\" alt=\"33907ab4e0a31840.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/64254/10/1302/147121/5cf8e774E5a11540f/3f929f58ce744865.jpg\" alt=\"3f929f58ce744865.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/84037/31/1294/69590/5cf8e774E255f19c1/fcfadf36e426c2bd.jpg\" alt=\"fcfadf36e426c2bd.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/38416/35/8286/217016/5cf8e775Ede5f5917/61604194c9767e60.jpg\" alt=\"61604194c9767e60.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/53449/22/1853/75056/5cf8e775E8edbdd03/d4b15ada6590c7e6.jpg\" alt=\"d4b15ada6590c7e6.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/80622/12/1306/120657/5cf8e775Ee1088c01/29939e70c300c48f.jpg\" alt=\"29939e70c300c48f.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/62878/9/1307/97738/5cf8e775Eab93e53e/59df5ad435f7a855.jpg\" alt=\"59df5ad435f7a855.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/57237/38/1770/115482/5cf8e776Ed575769f/a6327e56f2025f3d.jpg\" alt=\"a6327e56f2025f3d.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/46865/24/1769/130836/5cf8e776Eed06e973/b8bf54aa345874ab.jpg\" alt=\"b8bf54aa345874ab.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/51732/24/1779/44397/5cf8e777Ea27b7441/45675d69ce6b9d2b.jpg\" alt=\"45675d69ce6b9d2b.jpg\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/46573/15/1808/145311/5cf8e777E0fc90203/c4021deb3dae5603.jpg\" alt=\"c4021deb3dae5603.jpg\"></p>&nbsp;&nbsp;<map name=\"Map\"><area shape=\"rect\" coords=\"663,16,783,51\" href=\"http://mall.jd.com/view_page-18224782.html\" target=\"_blank\"><area shape=\"rect\" coords=\"664,64,790,84\" href=\"http://mall.jd.com/view_page-18225802.html\" target=\"_blank\"><area shape=\"rect\" coords=\"662,59,666,64\" href=\"#\"></map><map name=\"Map0\"><area shape=\"rect\" coords=\"842,92,964,126\" href=\"http://mall.jd.com/view_page-18224782.html\" target=\"_blank\"><area shape=\"rect\" coords=\"834,142,972,175\" href=\"http://mall.jd.com/view_page-18225802.html\" target=\"_blank\"></map><map name=\"Map0\"><area shape=\"rect\" coords=\"839,21,961,55\" href=\"http://mall.jd.com/view_page-18224782.html\" target=\"_blank\"><area shape=\"rect\" coords=\"834,72,972,105\" href=\"http://mall.jd.com/view_page-18225802.html\" target=\"_blank\"></map><table style=\"font-size:14px;font-family:\'\', \'microsoft yahei\';\" width=\"788\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\"><tbody><tr><td align=\"center\" width=\"100\"><span style=\"font-weight:bold\">品牌</span></td> <td width=\"290\"><span style=\"color:#666666;\">曲美家居</span></td> <td align=\"center\" width=\"100\"><span style=\"font-weight:bold\">框架</span></td> <td width=\"290\"><p>板材</p></td> </tr><tr><td align=\"center\"><span style=\"font-weight:bold\">名称</span></td> <td>多门衣柜</td> <td align=\"center\">生产模式</td> <td><p>自有工厂</p></td> </tr><tr><td align=\"center\"><span style=\"font-weight:bold\">型号</span></td> <td><p>LZF-084-09ZC-WG2四门</p><p>LZF-084-09ZC-WG3三门</p><p>LZF-084-09ZC-WG1(双门)</p></td> <td align=\"center\">尺寸</td> <td><p>&nbsp; </p><p>1598*598 *2201MM长*宽*高)</p><p>1207*598*2201MM长*宽*高)</p><p>818*598*2201MM长*宽*高)</p><p>&nbsp; </p></td> </tr><tr><td align=\"center\"><span style=\"font-weight:bold\">产地</span></td> <td><span style=\"color:#666666;\">北京</span></td> <td align=\"center\">特点</td> <td>简约时尚 美观大方</td> </tr></tbody></table><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/49920/36/8681/410869/5d5e0c13Efb841320/11213eae5805c853.jpg\" alt=\"11213eae5805c853.jpg\"><br></p><p><font color=\"#ff0000\">*产品具体颜色选取可咨询客服</font></p><p><br></p>', '三年质保终身维护', 'jfs/t1/235492/38/17048/98689/664a231bF8b813d16/1a94de159e20ee5c.jpg', 0.00, 0.00, 2849.00, '曲美家居QM', NULL, '实木颗粒板|夏特米拉米饰面|可移动拖物板', '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10023564183551, '曲美家居QM床 双人床 皮床 卧室软床排骨架头层牛皮泡芙皮艺床', 8, '', 'QM23-B1', NULL, '2024-05-20 00:05:38', '2022-12-16 11:21:37', '2024-03-25 09:22:01', '2024-03-27 15:30:30', NULL, NULL, NULL, 80, 2250, 110, 1860, '<p style=\"text-align: center; \"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/106312/27/35788/142575/639be36bE3eea562f/deb4182056b4bd29.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/72153/5/23609/55257/639be36bE16a01c1e/45e44a69f2bbc270.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/68520/23/23181/89567/639be36bEee0c3783/797285abcf82b0e6.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/98285/30/35820/100032/639be36bE3fe17d2e/3d9ae06c6887041f.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/48678/26/17862/135043/639be36cE485c0516/b821ebf2d9282e8f.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/36774/36/19210/52403/639be36cEfc3f0df7/9e1e4e4dcb971255.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/20763/38/18455/117157/639be36cE824f3555/5a6168415e6eb15b.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/190310/2/31240/216699/639be36dE4b1c183c/49a96002864d9f2f.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/155629/36/33384/98659/639be36dE5dcd9df2/97a576437be148ca.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/171945/31/32606/136870/639be36eEcb2752fa/b7872f9a3c1d6b9c.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/160119/15/33177/109440/639be36eE34eee1a4/fa64678dc60241de.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/110621/34/34190/175014/639be36eEb5271653/4d7eb223674e72c5.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/151523/2/27129/49352/639be36eE4ffdc567/b77139e00ffa4df7.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/166484/15/29071/42456/639be36eEb7e3009a/56cf43633e9def7e.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/34222/28/19818/47647/639be36eEa6ad41b8/467bff930c0247cd.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/14134/39/19385/36881/639be36fE77d60dbe/01a879f53f51d271.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/100045/20/31330/88965/639be36fE6e08e29e/e9a137361683f875.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/212843/37/24254/56713/639be36fE0228a0e5/30ed72fbb9b3e8fb.jpg\"><br></p><p><br></p>', '<p style=\"text-align: center; \"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/106312/27/35788/142575/639be36bE3eea562f/deb4182056b4bd29.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/72153/5/23609/55257/639be36bE16a01c1e/45e44a69f2bbc270.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/68520/23/23181/89567/639be36bEee0c3783/797285abcf82b0e6.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/98285/30/35820/100032/639be36bE3fe17d2e/3d9ae06c6887041f.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/48678/26/17862/135043/639be36cE485c0516/b821ebf2d9282e8f.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/36774/36/19210/52403/639be36cEfc3f0df7/9e1e4e4dcb971255.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/20763/38/18455/117157/639be36cE824f3555/5a6168415e6eb15b.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/190310/2/31240/216699/639be36dE4b1c183c/49a96002864d9f2f.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/155629/36/33384/98659/639be36dE5dcd9df2/97a576437be148ca.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/171945/31/32606/136870/639be36eEcb2752fa/b7872f9a3c1d6b9c.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/160119/15/33177/109440/639be36eE34eee1a4/fa64678dc60241de.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/110621/34/34190/175014/639be36eEb5271653/4d7eb223674e72c5.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/151523/2/27129/49352/639be36eE4ffdc567/b77139e00ffa4df7.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/166484/15/29071/42456/639be36eEb7e3009a/56cf43633e9def7e.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/34222/28/19818/47647/639be36eEa6ad41b8/467bff930c0247cd.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/14134/39/19385/36881/639be36fE77d60dbe/01a879f53f51d271.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/100045/20/31330/88965/639be36fE6e08e29e/e9a137361683f875.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWareDetail/jfs/t1/212843/37/24254/56713/639be36fE0228a0e5/30ed72fbb9b3e8fb.jpg\"><br></p><p><br></p>', '', 'jfs/t1/206947/5/42363/159356/664a233fF0b8ff016/3a3be18e78d083f7.jpg', 0.00, 0.00, 2799.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025523303499, '曲美家居双人床 皮床 卧室软床信封储物袋薄床头皮艺大床', 8, NULL, 'QM23-B2', NULL, '2024-05-20 00:06:42', '2024-03-28 16:05:18', NULL, '2024-03-28 16:05:18', NULL, NULL, NULL, 50, 1500, 300, 2000, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/119960/33/42780/129639/661ebf03Fc5ee5d16/f7fb6b7915bb6f8c.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/119960/33/42780/129639/661ebf03Fc5ee5d16/f7fb6b7915bb6f8c.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', NULL, 'jfs/t1/171936/40/42205/173362/664a233eF486183bd/3876d0d41be5ace1.jpg', NULL, 0.00, 2799.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024984570832, '曲美家居双人床 卧室婚床现代简约真皮床梦舟床', 8, '', 'QM23-B4', NULL, '2024-05-20 00:05:39', '2023-11-05 11:38:57', '2023-11-16 09:29:28', '2023-11-16 10:06:42', NULL, NULL, NULL, 100, 1920, 1170, 2230, '<div id=\"zbViewWeChatMiniImages\" style=\"display: none;\" value=\"/sku/jfs/t1/236315/10/2320/83618/6551e215F660ebe5f/d88cdf4c0c452e32.jpg,/sku/jfs/t1/226725/33/3036/153508/6551e215F73a2767f/9b2fb822cd8e293e.jpg,/sku/jfs/t1/192793/40/41523/28006/6551e215F47147fe8/b1dbc5fa2a1bcf09.jpg,/sku/jfs/t1/206353/38/33185/71270/6551e215F1b33091b/88c5d74a17d86ba7.jpg,/sku/jfs/t1/192385/32/42500/15623/6551e215Ff37d3817/b6e5c16d5c49f479.jpg,/sku/jfs/t1/179960/21/42593/13686/6551e215F3c0d0bda/a30d2e920033a398.jpg,/sku/jfs/t1/192530/40/41814/17411/6551e215F7f30156b/65525250f29c644c.jpg,/sku/jfs/t1/233030/17/2849/116398/6551e215F0a8074d1/a1581cea4d688731.jpg,/sku/jfs/t1/196674/32/42798/44905/6551e215F26f44609/e978b98fd45994d2.jpg,/sku/jfs/t1/190985/30/38450/67027/6551e215F580ac36f/3679bb53f926c7c4.jpg,/sku/jfs/t1/230887/29/2869/17745/6551e215Fc8ab716c/70401bbac3a3b477.jpg,/sku/jfs/t1/187115/2/42639/85135/6551e215F8f0437c7/48f8b26dc0f4570a.jpg,/sku/jfs/t1/226178/17/3063/19322/6551e215F570b447d/69feaee4d80aa34f.jpg,/sku/jfs/t1/198683/32/37534/91756/6551e215Fb4505818/6b3e6972a891b5e8.jpg,/sku/jfs/t1/227799/10/3022/18050/6551e215F9fef5ba5/26a52d22fa155e53.jpg,/sku/jfs/t1/226683/30/3135/46124/6551e215F2e28ef6c/dcbd2d388692f19b.jpg,/sku/jfs/t1/113108/6/42773/33819/6551e215Fb71a368d/f1474d2cd4e6dcad.jpg,/sku/jfs/t1/99441/4/43716/34265/6551e215F5abfe535/1528516961e93bde.jpg,/sku/jfs/t1/235293/17/2879/44175/6551e215Fb7c55c30/be56b82cd05efdf1.jpg,/sku/jfs/t1/204044/29/39438/98063/6551e215F8043dfe2/078f594c54bcf04d.jpg,/sku/jfs/t1/154782/21/29107/55626/6551e215F1d34fed1/11dc3e7e1b0e0b77.jpg,/sku/jfs/t1/178606/28/41499/31333/6551e215Ff9e9f3aa/8b38d514ad3e61b9.jpg,/sku/jfs/t1/225965/39/3176/38394/6551e215F8ec53dcf/25d95287371e06b9.jpg,/sku/jfs/t1/238363/25/2803/36994/6551e215Fd21f49d8/c3696fb57a2677d1.jpg,/sku/jfs/t1/180484/31/40452/90904/6551e215F936a034d/09c8775268210463.jpg,/sku/jfs/t1/105001/2/34764/33800/6551e215F2a50e5db/ee94c9e10f782116.jpg\"></div><div cssurl=\'//sku-market-gw.jd.com/css/pc/10024984570832.css?t=1700098167323\'></div><div id=\'zbViewModulesH\' value=\'17559\'></div><input id=\'zbViewModulesHeight\' type=\'hidden\' value=\'17559\'/><div skudesign=\"100010\"></div><div class=\"ssd-module-wrap\" >\n <div class=\"ssd-module M16991552876051 animate-M16991552876051\" data-id=\"M16991552876051\">\n <div class=\"ssd-widget-text W16998650145667\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/29315464648.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998650131656\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/1644198662.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998650118745\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10083950775118.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998650104024\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10076613629601.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998650087463\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10088094294921.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998650076752\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10086224255269.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n\n</div>\n<div class=\"ssd-module M16998650012051 animate-M16998650012051\" data-id=\"M16998650012051\">\n \n</div>\n<div class=\"ssd-module M169915530526331 animate-M169915530526331\" data-id=\"M169915530526331\">\n \n</div>\n<div class=\"ssd-module M16991552879712 animate-M16991552879712\" data-id=\"M16991552879712\">\n \n</div>\n<div class=\"ssd-module M16991552881613 animate-M16991552881613\" data-id=\"M16991552881613\">\n \n</div>\n<div class=\"ssd-module M16991552884304 animate-M16991552884304\" data-id=\"M16991552884304\">\n \n</div>\n<div class=\"ssd-module M16991552885955 animate-M16991552885955\" data-id=\"M16991552885955\">\n \n</div>\n<div class=\"ssd-module M16991552887807 animate-M16991552887807\" data-id=\"M16991552887807\">\n \n</div>\n<div class=\"ssd-module M16991552891358 animate-M16991552891358\" data-id=\"M16991552891358\">\n \n</div>\n<div class=\"ssd-module M169915528938210 animate-M169915528938210\" data-id=\"M169915528938210\">\n \n</div>\n<div class=\"ssd-module M169915528969412 animate-M169915528969412\" data-id=\"M169915528969412\">\n \n</div>\n<div class=\"ssd-module M169915528991413 animate-M169915528991413\" data-id=\"M169915528991413\">\n \n</div>\n<div class=\"ssd-module M169915529022814 animate-M169915529022814\" data-id=\"M169915529022814\">\n \n</div>\n<div class=\"ssd-module M169915529044315 animate-M169915529044315\" data-id=\"M169915529044315\">\n \n</div>\n<div class=\"ssd-module M169915529080116 animate-M169915529080116\" data-id=\"M169915529080116\">\n \n</div>\n<div class=\"ssd-module M169915529102817 animate-M169915529102817\" data-id=\"M169915529102817\">\n \n</div>\n<div class=\"ssd-module M169915529139718 animate-M169915529139718\" data-id=\"M169915529139718\">\n \n</div>\n<div class=\"ssd-module M169915529166719 animate-M169915529166719\" data-id=\"M169915529166719\">\n \n</div>\n<div class=\"ssd-module M169915529196220 animate-M169915529196220\" data-id=\"M169915529196220\">\n \n</div>\n<div class=\"ssd-module M169915529229821 animate-M169915529229821\" data-id=\"M169915529229821\">\n \n</div>\n<div class=\"ssd-module M169915532938232 animate-M169915532938232\" data-id=\"M169915532938232\">\n \n</div>\n<div class=\"ssd-module M169915529311425 animate-M169915529311425\" data-id=\"M169915529311425\">\n \n</div>\n<div class=\"ssd-module M169915529348026 animate-M169915529348026\" data-id=\"M169915529348026\">\n \n</div>\n<div class=\"ssd-module M169915529369328 animate-M169915529369328\" data-id=\"M169915529369328\">\n \n</div>\n<div class=\"ssd-module M169915529390829 animate-M169915529390829\" data-id=\"M169915529390829\">\n \n</div>\n<div class=\"ssd-module M169915529446330 animate-M169915529446330\" data-id=\"M169915529446330\">\n \n</div>\n\n </div>\n<!-- 2023-11-13 04:45:00 --> ', NULL, '', 'jfs/t1/205378/31/43402/148191/664a233eF0fb8adb4/e34516d5dad6ef6a.jpg', 0.00, 0.00, 4049.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024807151001, '曲美家居茶几 弯曲木客厅家具 北欧风 加厚钢化玻璃结实耐磨', 8, '', ' HGHT/CBL-23E-WQM-TT2', NULL, '2024-05-20 00:05:39', '2023-09-18 16:43:04', NULL, '2023-09-18 16:43:04', NULL, NULL, NULL, 30, 760, 450, 1300, NULL, NULL, '', 'jfs/t1/191765/14/45854/198299/664a233fF489092e9/73d333ee275bf5ac.jpg', 0.00, 0.00, 15000.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025657355801, '曲美家居床 双人床 现代意式家具真皮方块拉点主卧大床', 8, NULL, 'QM24-B4', NULL, '2024-05-20 16:55:26', '2024-04-23 17:49:40', NULL, '2024-04-23 17:49:40', NULL, NULL, NULL, 50, 1500, 300, 2000, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/130122/40/45177/130819/66277a76F48e217a4/530c6442cb8d6dea.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/130122/40/45177/130819/66277a76F48e217a4/530c6442cb8d6dea.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', NULL, 'jfs/t1/236098/28/16723/169863/664a233fFf4efbb94/3922225825455e71.jpg', NULL, 0.00, 5373.00, '曲美家居QM', NULL, NULL, NULL, NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024913035521, '曲美家居茶几弯曲木北欧风客厅茶几边几储物柜组合', 8, '', '23E-WQM-TT4', NULL, '2024-05-20 00:05:48', '2023-10-19 10:30:23', '2023-10-19 10:30:23', '2023-10-19 16:35:51', NULL, NULL, NULL, 50, 650, 400, 1300, '<div id=\"zbViewWeChatMiniImages\" style=\"display: none;\" value=\"/sku/jfs/t1/237717/38/2779/83618/6551ee56F9328a242/1f1dec1b4fe8ad30.jpg,/sku/jfs/t1/159386/1/33598/153508/6551ee56Ff1b3aa83/7d2a744267514a76.jpg,/sku/jfs/t1/238098/5/2562/38021/6551ee56F07f20828/59a6a431b11551df.jpg,/sku/jfs/t1/100749/13/45933/107306/6551ee56Fe16226a3/434f70fc03df9d16.jpg,/sku/jfs/t1/184483/10/42151/18919/6551ee56F9bdc0097/21f1bbfcd70b4888.jpg,/sku/jfs/t1/180754/7/41594/10782/6551ee56Ffa62baf1/fc15da600e48e851.jpg,/sku/jfs/t1/181615/11/40795/59160/6551ee56F93f4030b/2cda98fd2376e21f.jpg,/sku/jfs/t1/224513/1/2640/33909/6551ee56Fe6ece7be/4ea031884e233c9a.jpg,/sku/jfs/t1/234652/38/2928/17007/6551ee56Fcb2b2160/e730ddb24c86d1cb.jpg,/sku/jfs/t1/233679/36/2619/51426/6551ee56Ff6840c8c/bc24adbe8f2da4c4.jpg,/sku/jfs/t1/232534/37/2888/18119/6551ee56F756d2487/ae7d6be8e40f9e13.jpg,/sku/jfs/t1/191071/4/42920/97889/6551ee56F1b325b5d/0d16ca8e85ab7619.jpg,/sku/jfs/t1/184026/16/43221/55914/6551ee56F940b3f0e/b2cea8fe64f2c89d.jpg,/sku/jfs/t1/179000/10/41960/149046/6551ee56F80935b67/f5309bd168ce390b.jpg,/sku/jfs/t1/191616/7/42369/19183/6551ee56Fe2679f34/1bb1b1c75894fd2f.jpg,/sku/jfs/t1/192963/38/41655/34380/6551ee56F34258a04/c35b6931888d52dd.jpg,/sku/jfs/t1/229112/28/2786/27324/6551ee56F777617cc/7e1514857d988a62.jpg,/sku/jfs/t1/233331/29/2729/125939/6551ee56Fdce38cd4/ff17cfa88db5659c.jpg,/sku/jfs/t1/236895/39/2596/21285/6551ee56Fca203034/d20132b955d8d75e.jpg,/sku/jfs/t1/87595/24/37890/106764/6551ee56F3cb0d7f7/080153dd4492e204.jpg,/sku/jfs/t1/105898/13/47295/65116/6551ee56F2282d71f/fa10bae579c62550.jpg,/sku/jfs/t1/196141/26/40080/57385/6551ee56F7b5b81b2/8f77ede18c32f17d.jpg,/sku/jfs/t1/222196/7/33111/28079/6551ee56F45b24774/e2af324874f6111b.jpg,/sku/jfs/t1/197836/7/39361/23554/6551ee56Fa08f4d09/1706f3c0a52bc251.jpg,/sku/jfs/t1/190514/9/43274/74295/6551ee56F73ad6d58/5f16e29dfaffe966.jpg,/sku/jfs/t1/225032/14/3286/34049/6551ee56Fcf3053c9/9d46d6cb378553f7.jpg,/sku/jfs/t1/237752/32/2784/29439/6551ee56F7f19002a/2e15fe40473a1425.jpg,/sku/jfs/t1/199024/28/36135/29037/6551ee56F07c03c8d/db183083c5d378b2.jpg,/sku/jfs/t1/105405/12/34640/34960/6551ee56F0cdc25c7/900287ea0dbe2224.jpg,/sku/jfs/t1/183021/1/40775/21522/6551ee56Fabbb1d3d/059245b425e2cd9f.jpg,/sku/jfs/t1/208144/23/37736/26967/6551ee56F682518c3/6ce373319e18e9de.jpg,/sku/jfs/t1/113038/39/38585/18920/6551ee56Fde07662d/f1c74acf8f1960c4.jpg\"></div><div cssurl=\'//sku-market-gw.jd.com/css/pc/10024913035521.css?t=1699868254177\'></div><div id=\'zbViewModulesH\' value=\'21620\'></div><input id=\'zbViewModulesHeight\' type=\'hidden\' value=\'21620\'/><div skudesign=\"100010\"></div><div class=\"ssd-module-wrap\" >\n <div class=\"ssd-module M16976824395471 animate-M16976824395471\" data-id=\"M16976824395471\">\n <div class=\"ssd-widget-text W16998681804697\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10088094294921.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998681803246\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10076613629601.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998681801885\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10083950775118.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998681800444\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/1644198662.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998681798943\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/29315464648.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998681741182\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10086224255269.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n\n</div>\n<div class=\"ssd-module M16998681682841 animate-M16998681682841\" data-id=\"M16998681682841\">\n \n</div>\n<div class=\"ssd-module M16976824397972 animate-M16976824397972\" data-id=\"M16976824397972\">\n \n</div>\n<div class=\"ssd-module M16976824401324 animate-M16976824401324\" data-id=\"M16976824401324\">\n \n</div>\n<div class=\"ssd-module M16976824404475 animate-M16976824404475\" data-id=\"M16976824404475\">\n \n</div>\n<div class=\"ssd-module M16976824407006 animate-M16976824407006\" data-id=\"M16976824407006\">\n \n</div>\n<div class=\"ssd-module M16976824409817 animate-M16976824409817\" data-id=\"M16976824409817\">\n \n</div>\n<div class=\"ssd-module M16976824412449 animate-M16976824412449\" data-id=\"M16976824412449\">\n \n</div>\n<div class=\"ssd-module M169768244142710 animate-M169768244142710\" data-id=\"M169768244142710\">\n \n</div>\n<div class=\"ssd-module M169768244161312 animate-M169768244161312\" data-id=\"M169768244161312\">\n \n</div>\n<div class=\"ssd-module M169768244180413 animate-M169768244180413\" data-id=\"M169768244180413\">\n \n</div>\n<div class=\"ssd-module M169768244198214 animate-M169768244198214\" data-id=\"M169768244198214\">\n \n</div>\n<div class=\"ssd-module M169768244250315 animate-M169768244250315\" data-id=\"M169768244250315\">\n \n</div>\n<div class=\"ssd-module M169768244282917 animate-M169768244282917\" data-id=\"M169768244282917\">\n \n</div>\n<div class=\"ssd-module M169768244327918 animate-M169768244327918\" data-id=\"M169768244327918\">\n \n</div>\n<div class=\"ssd-module M169768244349719 animate-M169768244349719\" data-id=\"M169768244349719\">\n \n</div>\n<div class=\"ssd-module M169768244373220 animate-M169768244373220\" data-id=\"M169768244373220\">\n \n</div>\n<div class=\"ssd-module M169768244399221 animate-M169768244399221\" data-id=\"M169768244399221\">\n \n</div>\n<div class=\"ssd-module M169768244466923 animate-M169768244466923\" data-id=\"M169768244466923\">\n \n</div>\n<div class=\"ssd-module M169768244484424 animate-M169768244484424\" data-id=\"M169768244484424\">\n \n</div>\n<div class=\"ssd-module M169768244505126 animate-M169768244505126\" data-id=\"M169768244505126\">\n \n</div>\n<div class=\"ssd-module M169768244526327 animate-M169768244526327\" data-id=\"M169768244526327\">\n \n</div>\n<div class=\"ssd-module M169768244542428 animate-M169768244542428\" data-id=\"M169768244542428\">\n \n</div>\n<div class=\"ssd-module M169768244560829 animate-M169768244560829\" data-id=\"M169768244560829\">\n \n</div>\n<div class=\"ssd-module M16981360499101 animate-M16981360499101\" data-id=\"M16981360499101\">\n \n</div>\n<div class=\"ssd-module M169768244623232 animate-M169768244623232\" data-id=\"M169768244623232\">\n \n</div>\n<div class=\"ssd-module M169768244644433 animate-M169768244644433\" data-id=\"M169768244644433\">\n \n</div>\n<div class=\"ssd-module M169768244679634 animate-M169768244679634\" data-id=\"M169768244679634\">\n \n</div>\n<div class=\"ssd-module M169768244711235 animate-M169768244711235\" data-id=\"M169768244711235\">\n \n</div>\n<div class=\"ssd-module M169768244738136 animate-M169768244738136\" data-id=\"M169768244738136\">\n \n</div>\n<div class=\"ssd-module M169768244751237 animate-M169768244751237\" data-id=\"M169768244751237\">\n \n</div>\n<div class=\"ssd-module M169768244776538 animate-M169768244776538\" data-id=\"M169768244776538\">\n \n</div>\n\n </div>\n<!-- 2023-11-13 05:37:16 --> ', NULL, '', 'jfs/t1/241674/20/9524/176190/664a233eFb6bd418d/51c95ad35f5c2729.jpg', 0.00, 0.00, 15000.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024884952395, '曲美家居乳胶床垫26cm厚床垫小口径独立弹卧室双人森眠床垫', 8, '', 'QM23-M4', NULL, '2024-05-20 00:04:48', '2023-10-12 10:25:29', '2023-10-12 10:25:29', '2023-10-13 16:42:16', NULL, NULL, NULL, 30, 1800, 260, 2000, NULL, NULL, '', 'jfs/t1/232328/20/17022/102283/664a231bF08728258/bad07f12768cfced.jpg', 10000.00, 0.00, 3349.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 11728102236, '曲美家居QM 床垫 乳胶床垫 黄麻护脊床垫 单人双人软硬两用弹簧床垫', 8, '', 'QM23-M2', NULL, '2024-05-20 16:27:13', '2018-06-15 14:56:40', '2023-09-11 15:48:14', '2023-09-11 17:52:12', NULL, NULL, NULL, 45, 1800, 250, 2000, '<p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/55001/18/16272/167812/5dd797feE9f17371e/1dfc372e0db64194.jpg\" alt=\"1dfc372e0db64194.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/47090/16/16535/110313/5dd797ffE66bab4a2/13353d31a1360f7b.jpg\" alt=\"13353d31a1360f7b.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/73336/22/15876/102905/5dd797ffE2beb2465/737e40aa5b64159f.jpg\" alt=\"737e40aa5b64159f.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/77185/22/15849/72142/5dd797ffE2dc00445/f0db8b925ba08ebd.jpg\" alt=\"f0db8b925ba08ebd.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/45200/16/16416/107747/5dd79800E25f10a4e/fbb0ae1a42fd0701.jpg\" alt=\"fbb0ae1a42fd0701.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/75069/17/15995/65387/5dd797ffEc05de94d/b8deb4aca1bcaa79.jpg\" alt=\"b8deb4aca1bcaa79.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/101046/29/2851/79799/5dd79800E38b2d60c/a1683f70affae9e3.jpg\" alt=\"a1683f70affae9e3.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/60289/11/15972/81671/5dd79800Eebbc08c8/a3564cd5310c6fc5.jpg\" alt=\"a3564cd5310c6fc5.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/69828/26/15973/79895/5dd79801E4fe02227/a6500a4a715fdc15.jpg\" alt=\"a6500a4a715fdc15.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/96094/30/2804/73625/5dd79801E4d6aa5bd/b053a42441c56677.jpg\" alt=\"b053a42441c56677.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/95806/38/2815/109378/5dd79802Ee8d67244/42615ab2a220e028.jpg\" alt=\"42615ab2a220e028.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/101234/13/2833/87014/5dd79802E6dd1317c/2985890c1e24f75e.jpg\" alt=\"2985890c1e24f75e.jpg\"><img src=\"//img10.360buyimg.com/imgzone/jfs/t1/87692/18/2905/63885/5dd79802E7fab5f7f/896c85ee7db4be2c.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"896c85ee7db4be2c.jpg\"><img src=\"//img10.360buyimg.com/imgzone/jfs/t1/90273/24/2845/79335/5dd79803Ea8d8520b/483f16e837c03de8.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"483f16e837c03de8.jpg\"><img src=\"//img10.360buyimg.com/imgzone/jfs/t1/87670/36/2882/106548/5dd79804E03ae0a84/2da09a21d874acbd.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"2da09a21d874acbd.jpg\"><img src=\"//img10.360buyimg.com/imgzone/jfs/t1/84635/40/16527/63547/5dd79804E15e52a5b/f76423c9ff7396dd.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"f76423c9ff7396dd.jpg\"><img src=\"//img10.360buyimg.com/imgzone/jfs/t1/104246/9/2839/75779/5dd79804E43ff75f2/eb0a5f8aeb3e800d.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"eb0a5f8aeb3e800d.jpg\"><img src=\"//img10.360buyimg.com/imgzone/jfs/t1/61930/30/15931/81390/5dd79805E6f96ca9e/c3a67ffc45e10529.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"c3a67ffc45e10529.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/48147/12/12423/80585/5dd79890E2868e2b5/78231345248ada6a.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"78231345248ada6a.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/60631/6/15848/65648/5dd7988fEebc86aef/ca1444a81358b491.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"ca1444a81358b491.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/101608/5/2832/150750/5dd79890Ed67e8ee5/a2ff68a5643b1147.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"a2ff68a5643b1147.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/97959/25/2885/145198/5dd79892E0c216bc7/3acb3988c0c7ee37.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"3acb3988c0c7ee37.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/71179/6/16009/125741/5dd79891Edac836c9/ec658bfac795c750.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"ec658bfac795c750.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/87550/19/2950/216762/5dd79892E75956acc/7960c10e7a7d4d4f.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"7960c10e7a7d4d4f.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/77059/31/15891/93536/5dd79893E4ede9682/38506120d7f1c276.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"38506120d7f1c276.jpg\"><br></p><table><tbody><tr><td>&nbsp;<table border=\"1\" width=\"750\" style=\"border-collapse:separate;color:rgb(64,64,64);font-family:tahoma, arial, \'\', sans-serif;font-size:14px;\"><tbody><tr><td bgcolor=\"#FFFFFF\" width=\"87\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【产品名称】</font></td><td width=\"303\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\">曲美家居凡希床垫</td><td bgcolor=\"#FFFFFF\" width=\"89\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【产品品牌】</font></td><td width=\"243\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">曲美家居</font></td></tr><tr><td bgcolor=\"#FFFFFF\" width=\"87\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【产品型号】</font></td><td width=\"303\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; line-height: 1.4;\">WXFX</p></td><td bgcolor=\"#FFFFFF\" width=\"89\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【产品颜色】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; line-height: 1.4;\">白</p></td></tr><tr><td bgcolor=\"#FFFFFF\" width=\"87\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【产品材质】</font></td><td width=\"303\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; line-height: 1.4;\">独立簧+椰棕+乳胶+亲肤面料</p></td><td width=\"89\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">【产品尺寸】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\">如图示</td></tr><tr><td bgcolor=\"#FFFFFF\" width=\"87\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">&nbsp;【家居风格】</font></td><td width=\"303\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\">北欧</td><td width=\"89\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">【是否定制】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\">是(订单式生产)</td></tr><tr><td bgcolor=\"#FFFFFF\" width=\"87\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【包装细节】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">包装膜+纸质包装</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">【产品产地】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\">北京</td></tr><tr><td bgcolor=\"#FFFFFF\" width=\"87\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【发货周期】</font></td><td width=\"303\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; line-height: 1.4;\"><font size=\"2\">北京地区15-20个工作日、</font><font size=\"2\">外埠地区20-40个工作日</font></p></td><td width=\"89\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">&nbsp;【配送安装】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">详情咨询客服</font></td></tr><tr><td bgcolor=\"#FFFFFF\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【功能】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">否</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">&nbsp;【产品售后】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\">三年保修、终身维护</td></tr><tr><td bgcolor=\"#FFFFFF\" width=\"87\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【特殊备注】</font></td><td colspan=\"3\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\">海外及偏远地区配送咨询客服(如港澳台新疆西藏云南贵州四川等部分偏远地区)</td></tr></tbody></table></td></tr></tbody></table><p><br></p>', '<p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/55001/18/16272/167812/5dd797feE9f17371e/1dfc372e0db64194.jpg\" alt=\"1dfc372e0db64194.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/47090/16/16535/110313/5dd797ffE66bab4a2/13353d31a1360f7b.jpg\" alt=\"13353d31a1360f7b.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/73336/22/15876/102905/5dd797ffE2beb2465/737e40aa5b64159f.jpg\" alt=\"737e40aa5b64159f.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/77185/22/15849/72142/5dd797ffE2dc00445/f0db8b925ba08ebd.jpg\" alt=\"f0db8b925ba08ebd.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/45200/16/16416/107747/5dd79800E25f10a4e/fbb0ae1a42fd0701.jpg\" alt=\"fbb0ae1a42fd0701.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/75069/17/15995/65387/5dd797ffEc05de94d/b8deb4aca1bcaa79.jpg\" alt=\"b8deb4aca1bcaa79.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/101046/29/2851/79799/5dd79800E38b2d60c/a1683f70affae9e3.jpg\" alt=\"a1683f70affae9e3.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/60289/11/15972/81671/5dd79800Eebbc08c8/a3564cd5310c6fc5.jpg\" alt=\"a3564cd5310c6fc5.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/69828/26/15973/79895/5dd79801E4fe02227/a6500a4a715fdc15.jpg\" alt=\"a6500a4a715fdc15.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/96094/30/2804/73625/5dd79801E4d6aa5bd/b053a42441c56677.jpg\" alt=\"b053a42441c56677.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/95806/38/2815/109378/5dd79802Ee8d67244/42615ab2a220e028.jpg\" alt=\"42615ab2a220e028.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/101234/13/2833/87014/5dd79802E6dd1317c/2985890c1e24f75e.jpg\" alt=\"2985890c1e24f75e.jpg\"><img src=\"//img10.360buyimg.com/imgzone/jfs/t1/87692/18/2905/63885/5dd79802E7fab5f7f/896c85ee7db4be2c.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"896c85ee7db4be2c.jpg\"><img src=\"//img10.360buyimg.com/imgzone/jfs/t1/90273/24/2845/79335/5dd79803Ea8d8520b/483f16e837c03de8.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"483f16e837c03de8.jpg\"><img src=\"//img10.360buyimg.com/imgzone/jfs/t1/87670/36/2882/106548/5dd79804E03ae0a84/2da09a21d874acbd.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"2da09a21d874acbd.jpg\"><img src=\"//img10.360buyimg.com/imgzone/jfs/t1/84635/40/16527/63547/5dd79804E15e52a5b/f76423c9ff7396dd.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"f76423c9ff7396dd.jpg\"><img src=\"//img10.360buyimg.com/imgzone/jfs/t1/104246/9/2839/75779/5dd79804E43ff75f2/eb0a5f8aeb3e800d.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"eb0a5f8aeb3e800d.jpg\"><img src=\"//img10.360buyimg.com/imgzone/jfs/t1/61930/30/15931/81390/5dd79805E6f96ca9e/c3a67ffc45e10529.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"c3a67ffc45e10529.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/48147/12/12423/80585/5dd79890E2868e2b5/78231345248ada6a.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"78231345248ada6a.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/60631/6/15848/65648/5dd7988fEebc86aef/ca1444a81358b491.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"ca1444a81358b491.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/101608/5/2832/150750/5dd79890Ed67e8ee5/a2ff68a5643b1147.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"a2ff68a5643b1147.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/97959/25/2885/145198/5dd79892E0c216bc7/3acb3988c0c7ee37.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"3acb3988c0c7ee37.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/71179/6/16009/125741/5dd79891Edac836c9/ec658bfac795c750.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"ec658bfac795c750.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/87550/19/2950/216762/5dd79892E75956acc/7960c10e7a7d4d4f.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"7960c10e7a7d4d4f.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/77059/31/15891/93536/5dd79893E4ede9682/38506120d7f1c276.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"38506120d7f1c276.jpg\"><br></p><table><tbody><tr><td>&nbsp;<table border=\"1\" width=\"750\" style=\"border-collapse:separate;color:rgb(64,64,64);font-family:tahoma, arial, \'\', sans-serif;font-size:14px;\"><tbody><tr><td bgcolor=\"#FFFFFF\" width=\"87\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【产品名称】</font></td><td width=\"303\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\">曲美家居凡希床垫</td><td bgcolor=\"#FFFFFF\" width=\"89\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【产品品牌】</font></td><td width=\"243\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">曲美家居</font></td></tr><tr><td bgcolor=\"#FFFFFF\" width=\"87\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【产品型号】</font></td><td width=\"303\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; line-height: 1.4;\">WXFX</p></td><td bgcolor=\"#FFFFFF\" width=\"89\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【产品颜色】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; line-height: 1.4;\">白</p></td></tr><tr><td bgcolor=\"#FFFFFF\" width=\"87\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【产品材质】</font></td><td width=\"303\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; line-height: 1.4;\">独立簧+椰棕+乳胶+亲肤面料</p></td><td width=\"89\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">【产品尺寸】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\">如图示</td></tr><tr><td bgcolor=\"#FFFFFF\" width=\"87\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">&nbsp;【家居风格】</font></td><td width=\"303\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\">北欧</td><td width=\"89\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">【是否定制】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\">是(订单式生产)</td></tr><tr><td bgcolor=\"#FFFFFF\" width=\"87\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【包装细节】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">包装膜+纸质包装</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">【产品产地】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\">北京</td></tr><tr><td bgcolor=\"#FFFFFF\" width=\"87\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【发货周期】</font></td><td width=\"303\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin-top: 1.12em; margin-bottom: 1.12em; line-height: 1.4;\"><font size=\"2\">北京地区15-20个工作日、</font><font size=\"2\">外埠地区20-40个工作日</font></p></td><td width=\"89\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">&nbsp;【配送安装】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">详情咨询客服</font></td></tr><tr><td bgcolor=\"#FFFFFF\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【功能】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">否</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">&nbsp;【产品售后】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\">三年保修、终身维护</td></tr><tr><td bgcolor=\"#FFFFFF\" width=\"87\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【特殊备注】</font></td><td colspan=\"3\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\">海外及偏远地区配送咨询客服(如港澳台新疆西藏云南贵州四川等部分偏远地区)</td></tr></tbody></table></td></tr></tbody></table><p><br></p>', '三年质保终身维护', 'jfs/t1/195182/15/45780/181656/664a231cFd08a5481/4a08cd27f70ad404.jpg', 0.00, 0.00, 1899.00, '曲美家居QM', NULL, '', '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024889583145, '曲美家居豆腐块沙发真皮沙发网红方块模块客厅懒人沙发森屿沙发', 8, '', 'QM23-S6', NULL, '2024-05-20 00:08:04', '2023-10-13 13:42:40', '2023-10-13 13:42:40', '2024-01-05 16:49:48', NULL, NULL, NULL, 50, 990, 670, 2200, '<div id=\"zbViewWeChatMiniImages\" style=\"display: none;\" value=\"/sku/jfs/t1/199012/11/39927/83618/6551f029Fe14627cf/c7b877facc55e9c4.jpg,/sku/jfs/t1/229505/4/2899/153508/6551f029F4f9e91ff/09e8da38bc83d7d5.jpg,/sku/jfs/t1/224338/30/2955/32747/6551f029F37c1d756/5d34162fe160f60d.jpg,/sku/jfs/t1/237915/7/2750/115947/6551f029F4392caae/fa57b8026c48c3ee.jpg,/sku/jfs/t1/92043/25/38115/21788/6551f029F477f4e1c/3bc5990f06851576.jpg,/sku/jfs/t1/93709/5/36132/13236/6551f029Fc1bfd0e9/719e6893abe5af8a.jpg,/sku/jfs/t1/181112/24/43110/37839/6551f029F5ad00b22/73eaf9f830ef88d2.jpg,/sku/jfs/t1/229811/37/2853/130932/6551f029F3a55bd6b/06dae337003df1c2.jpg,/sku/jfs/t1/187497/30/42452/21677/6551f029Fb000187d/cc148ffb96136048.jpg,/sku/jfs/t1/186883/23/42188/138979/6551f029F564efd03/384c6767d3487754.jpg,/sku/jfs/t1/196009/30/43216/49339/6551f029F63143bb7/ec75bb10e378faf4.jpg,/sku/jfs/t1/195738/9/42166/111917/6551f029Fed48f87f/8dfb200b7030a167.jpg,/sku/jfs/t1/227928/2/3155/20144/6551f029F679e446e/7c51522d0fb4414d.jpg,/sku/jfs/t1/182155/16/41170/164569/6551f029Fac8f0b42/a9f128f035af10d9.jpg,/sku/jfs/t1/228028/33/3201/53217/6551f029F8d8b3620/bffcc7b36eafbc32.jpg,/sku/jfs/t1/233291/23/2866/64460/6551f029F02b52c5e/9ac64484801ec026.jpg,/sku/jfs/t1/177919/6/43129/23409/6551f029Ffb549e9a/4609efc7ffae51c4.jpg,/sku/jfs/t1/230934/27/2892/115498/6551f029F9ab4fc1a/fba0fa17023fe6d4.jpg,/sku/jfs/t1/226733/24/3099/35382/6551f029F33bcf02b/f02f7ae693de1d12.jpg,/sku/jfs/t1/226274/12/3001/41313/6551f029F2e146fdd/4c18d8b110462e38.jpg,/sku/jfs/t1/230304/38/2881/23128/6551f029Fd62aaed2/f39feced63a7db31.jpg,/sku/jfs/t1/182817/12/41048/171179/6551f029F008ad199/7490edbf49e9a2c6.jpg,/sku/jfs/t1/232652/17/2907/38112/6551f029F27dc97e1/8872d02804d8eb7b.jpg,/sku/jfs/t1/91533/40/44238/78575/6551f029F0429cbba/a140fc326b7df504.jpg,/sku/jfs/t1/193918/14/42952/16477/6551f029F78075388/fd70c407b4697812.jpg,/sku/jfs/t1/231279/34/2883/128507/6551f029F89a47b1d/de58db1054fe3b6d.jpg,/sku/jfs/t1/234006/17/2664/19727/6551f029F609e61a2/995f85b076748eae.jpg,/sku/jfs/t1/195667/30/40008/30790/6551f029Fbf8bfb59/d32351f80292630d.jpg,/sku/jfs/t1/166713/26/35705/69651/6551f029F2df5da3e/bf88bc97a584c899.jpg,/sku/jfs/t1/95767/26/30108/62573/6551f029Fc0f7c7fb/774c5335ce207d76.jpg,/sku/jfs/t1/232473/11/2934/61880/6551f029Fdcffb8a1/710c373b243b144f.jpg,/sku/jfs/t1/208121/22/36338/71723/6551f029Fde1cba14/c587f990431da3a6.jpg,/sku/jfs/t1/235063/26/2875/25729/6551f029Fe7de40dc/16ace01e7dcbb779.jpg,/sku/jfs/t1/231535/27/3024/22694/6551f029Fafd57b42/a5e5c37cb43bd86e.jpg,/sku/jfs/t1/205734/28/38606/36240/6551f029Fcb5fd7dc/4e7e209840d429d8.jpg,/sku/jfs/t1/227319/26/3202/42096/6551f029F77147618/8fd761cb91b7a173.jpg,/sku/jfs/t1/226572/14/3137/68540/6551f029Faf2fd308/aa11dce6038b80c9.jpg,/sku/jfs/t1/206363/22/38891/44685/6551f029F4868a181/76117fd8b82f0480.jpg\"></div><div cssurl=\'//sku-market-gw.jd.com/css/pc/10024889583145.css?t=1699868963037\'></div><div id=\'zbViewModulesH\' value=\'25503\'></div><input id=\'zbViewModulesHeight\' type=\'hidden\' value=\'25503\'/><div skudesign=\"100010\"></div><div class=\"ssd-module-wrap\" >\n <div class=\"ssd-module M16974284545981 animate-M16974284545981\" data-id=\"M16974284545981\">\n <div class=\"ssd-widget-text W16998686522367\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10088094294921.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998686520126\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10076613629601.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998686517625\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10083950775118.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998686514364\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/1644198662.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998686510763\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/29315464648.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998686466762\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10086224255269.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n\n</div>\n<div class=\"ssd-module M16998686388461 animate-M16998686388461\" data-id=\"M16998686388461\">\n \n</div>\n<div class=\"ssd-module M16974284548762 animate-M16974284548762\" data-id=\"M16974284548762\">\n \n</div>\n<div class=\"ssd-module M16974284551433 animate-M16974284551433\" data-id=\"M16974284551433\">\n \n</div>\n<div class=\"ssd-module M16974284553564 animate-M16974284553564\" data-id=\"M16974284553564\">\n \n</div>\n<div class=\"ssd-module M16974284556356 animate-M16974284556356\" data-id=\"M16974284556356\">\n \n</div>\n<div class=\"ssd-module M16974284559277 animate-M16974284559277\" data-id=\"M16974284559277\">\n \n</div>\n<div class=\"ssd-module M16974284562218 animate-M16974284562218\" data-id=\"M16974284562218\">\n \n</div>\n<div class=\"ssd-module M16974284564909 animate-M16974284564909\" data-id=\"M16974284564909\">\n \n</div>\n<div class=\"ssd-module M169742845677210 animate-M169742845677210\" data-id=\"M169742845677210\">\n \n</div>\n<div class=\"ssd-module M169742845704611 animate-M169742845704611\" data-id=\"M169742845704611\">\n \n</div>\n<div class=\"ssd-module M169742845740813 animate-M169742845740813\" data-id=\"M169742845740813\">\n \n</div>\n<div class=\"ssd-module M169742845756915 animate-M169742845756915\" data-id=\"M169742845756915\">\n \n</div>\n<div class=\"ssd-module M169742845769916 animate-M169742845769916\" data-id=\"M169742845769916\">\n \n</div>\n<div class=\"ssd-module M169742845809617 animate-M169742845809617\" data-id=\"M169742845809617\">\n \n</div>\n<div class=\"ssd-module M169742845840818 animate-M169742845840818\" data-id=\"M169742845840818\">\n \n</div>\n<div class=\"ssd-module M169742845865419 animate-M169742845865419\" data-id=\"M169742845865419\">\n \n</div>\n<div class=\"ssd-module M169742845884121 animate-M169742845884121\" data-id=\"M169742845884121\">\n \n</div>\n<div class=\"ssd-module M169742845923722 animate-M169742845923722\" data-id=\"M169742845923722\">\n \n</div>\n<div class=\"ssd-module M169742845953923 animate-M169742845953923\" data-id=\"M169742845953923\">\n \n</div>\n<div class=\"ssd-module M169742845978924 animate-M169742845978924\" data-id=\"M169742845978924\">\n \n</div>\n<div class=\"ssd-module M169742846005325 animate-M169742846005325\" data-id=\"M169742846005325\">\n \n</div>\n<div class=\"ssd-module M169742846035926 animate-M169742846035926\" data-id=\"M169742846035926\">\n \n</div>\n<div class=\"ssd-module M169742846064127 animate-M169742846064127\" data-id=\"M169742846064127\">\n \n</div>\n<div class=\"ssd-module M169742846099028 animate-M169742846099028\" data-id=\"M169742846099028\">\n \n</div>\n<div class=\"ssd-module M169742846120529 animate-M169742846120529\" data-id=\"M169742846120529\">\n \n</div>\n<div class=\"ssd-module M169742846153931 animate-M169742846153931\" data-id=\"M169742846153931\">\n \n</div>\n<div class=\"ssd-module M169742846180233 animate-M169742846180233\" data-id=\"M169742846180233\">\n \n</div>\n<div class=\"ssd-module M169742846211034 animate-M169742846211034\" data-id=\"M169742846211034\">\n \n</div>\n<div class=\"ssd-module M169742846250636 animate-M169742846250636\" data-id=\"M169742846250636\">\n \n</div>\n<div class=\"ssd-module M169742846280038 animate-M169742846280038\" data-id=\"M169742846280038\">\n \n</div>\n<div class=\"ssd-module M16981364771611 animate-M16981364771611\" data-id=\"M16981364771611\">\n \n</div>\n<div class=\"ssd-module M169742846333641 animate-M169742846333641\" data-id=\"M169742846333641\">\n \n</div>\n<div class=\"ssd-module M169742846360142 animate-M169742846360142\" data-id=\"M169742846360142\">\n \n</div>\n<div class=\"ssd-module M169742846390244 animate-M169742846390244\" data-id=\"M169742846390244\">\n \n</div>\n<div class=\"ssd-module M169742846412045 animate-M169742846412045\" data-id=\"M169742846412045\">\n \n</div>\n<div class=\"ssd-module M169742846433846 animate-M169742846433846\" data-id=\"M169742846433846\">\n \n</div>\n<div class=\"ssd-module M169742846464147 animate-M169742846464147\" data-id=\"M169742846464147\">\n \n</div>\n\n </div>\n<!-- 2023-11-13 05:45:01 --> ', NULL, '', 'jfs/t1/151550/38/45064/154899/664a23aeF2da9b040/9af152e76b173e48.jpg', 0.00, 0.00, 4299.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10044018671, '曲美家居斗柜 现代简约卧室抽屉柜储物柜子木质', 8, '', '2017E-LB1', NULL, '2024-05-20 00:05:03', '2016-03-25 14:32:43', '2023-07-02 01:00:04', '2023-07-03 12:57:33', NULL, NULL, NULL, 40, 500, 1006, 800, '<p><br><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t3814/167/995353693/133936/920f5270/581ff262Nabba292f.jpg\" alt=\"\"><br></p> <p><br><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t3790/8/1202051688/143615/2508c00a/581ff263N51cca817.jpg\" alt=\"\"><br><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t3712/2/1158631348/135332/b1bae881/581ff265N9621556c.jpg\" alt=\"\" id=\"d2c36e0426264e1cb6cdc65f5e67cdd4\"><br><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t3415/30/1171038280/8351/b96dc455/581ff265N527f67a2.jpg\" alt=\"\" id=\"b2b6b068cd3041e493452dbeaea85d6b\"><br><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t3589/1/1129821760/114726/5046dbe1/581ff25aN9ff4573a.jpg\" alt=\"\"><br><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t3580/304/1134773467/42051/b35a9aee/581ff25aN90b4516a.jpg\" alt=\"\"><br><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t3379/27/1124136711/56221/38c013c7/581ff25bNc86154cf.jpg\" alt=\"\" id=\"b75ec18b9e904485a1d9eefe2eb8dd89\"><br><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t3316/85/1193212443/224220/48f76684/581ff25dN519a30a3.jpg\" alt=\"\" id=\"fff32afa2bb0497587cc17d6d136191e\"><br><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t3391/17/1079556796/201367/66edfefa/581ff25fN5748be51.jpg\" alt=\"\"><br><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t3556/350/1111111721/112465/a47baf13/581ff261N8310d126.jpg\" alt=\"\"><br></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/49920/36/8681/410869/5d5e0c13Efb841320/11213eae5805c853.jpg\" alt=\"11213eae5805c853.jpg\"><br></p><p><font color=\"#ff0000\">*产品具体颜色选取可咨询客服</font></p><p><br></p>', '<p><br><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t3814/167/995353693/133936/920f5270/581ff262Nabba292f.jpg\" alt=\"\"><br></p> <p><br><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t3790/8/1202051688/143615/2508c00a/581ff263N51cca817.jpg\" alt=\"\"><br><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t3712/2/1158631348/135332/b1bae881/581ff265N9621556c.jpg\" alt=\"\" id=\"d2c36e0426264e1cb6cdc65f5e67cdd4\"><br><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t3415/30/1171038280/8351/b96dc455/581ff265N527f67a2.jpg\" alt=\"\" id=\"b2b6b068cd3041e493452dbeaea85d6b\"><br><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t3589/1/1129821760/114726/5046dbe1/581ff25aN9ff4573a.jpg\" alt=\"\"><br><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t3580/304/1134773467/42051/b35a9aee/581ff25aN90b4516a.jpg\" alt=\"\"><br><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t3379/27/1124136711/56221/38c013c7/581ff25bNc86154cf.jpg\" alt=\"\" id=\"b75ec18b9e904485a1d9eefe2eb8dd89\"><br><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t3316/85/1193212443/224220/48f76684/581ff25dN519a30a3.jpg\" alt=\"\" id=\"fff32afa2bb0497587cc17d6d136191e\"><br><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t3391/17/1079556796/201367/66edfefa/581ff25fN5748be51.jpg\" alt=\"\"><br><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t3556/350/1111111721/112465/a47baf13/581ff261N8310d126.jpg\" alt=\"\"><br></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/49920/36/8681/410869/5d5e0c13Efb841320/11213eae5805c853.jpg\" alt=\"11213eae5805c853.jpg\"><br></p><p><font color=\"#ff0000\">*产品具体颜色选取可咨询客服</font></p><p><br></p>', '三年质保终身维护', 'jfs/t1/157018/25/35711/131330/664a231bFc3aad64b/bc41c68d90d13d00.jpg', 0.00, 0.00, 1999.00, '曲美家居QM', NULL, '', '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024972561618, '曲美家居双人床 卧室牛皮婚床软床现代简约风', 8, '', 'QM23-B13', NULL, '2024-05-20 00:05:44', '2023-11-02 15:24:07', '2023-11-16 09:41:47', '2023-11-16 10:06:42', NULL, NULL, NULL, 100, 1940, 1110, 2180, '<div id=\"zbViewWeChatMiniImages\" style=\"display: none;\" value=\"/sku/jfs/t1/188367/4/42300/83618/6551e29cF17e3212d/7408cdc49b910ae0.jpg,/sku/jfs/t1/234048/23/2997/153508/6551e29cF0f704130/836c572dd6800c74.jpg,/sku/jfs/t1/233008/40/2930/28719/6551e29cF6064ba07/2db8da4e9ef90257.jpg,/sku/jfs/t1/193861/39/38002/62985/6551e29cFba9e9ad3/6e1dcc299098ac14.jpg,/sku/jfs/t1/110094/26/44886/14077/6551e29cF3c071c05/db4b8eb305297795.jpg,/sku/jfs/t1/236395/28/2636/11227/6551e29cF7b5ddf06/e9cbf0fde343e3c6.jpg,/sku/jfs/t1/125906/14/38446/25987/6551e29cF013060be/a004a4ef87273a77.jpg,/sku/jfs/t1/236161/34/2414/73726/6551e29cF64c3cc05/7dcec952b3a852b0.jpg,/sku/jfs/t1/237462/28/2786/17656/6551e29cFfca64e9f/d41d905b0f4a0c51.jpg,/sku/jfs/t1/106696/22/44135/60301/6551e29cF4a816c4b/62f64df1c4ffbd83.jpg,/sku/jfs/t1/91252/19/36799/36603/6551e29cFa6cafd15/aaeb809feb86d5fd.jpg,/sku/jfs/t1/196195/20/40247/42246/6551e29cF15808eb3/7ac1266f2f0cf8cb.jpg,/sku/jfs/t1/193981/11/39402/37284/6551e29cF2b45fb1e/06d22f5e10dcd583.jpg,/sku/jfs/t1/230032/21/2913/51414/6551e29cFcabf26a2/6087485aa6c3c708.jpg,/sku/jfs/t1/96664/28/46585/16255/6551e29cFd9895fe0/8caac4f2e8acee09.jpg,/sku/jfs/t1/230119/33/2613/88420/6551e29cF3e4a67c4/4601205be386ba77.jpg,/sku/jfs/t1/198957/16/38399/37643/6551e29cF8f3667d1/cce1260c4fddc017.jpg,/sku/jfs/t1/194638/40/41435/26693/6551e29cF4dbef313/ab8b0de01aff240d.jpg,/sku/jfs/t1/235056/30/2954/19901/6551e29cF23c6200c/390e691a459299d2.jpg,/sku/jfs/t1/235757/32/2836/47649/6551e29cFa4810eed/59fff0c92b248e19.jpg,/sku/jfs/t1/186614/6/42494/47548/6551e29cFc88444c8/a6e729a08bea1a61.jpg,/sku/jfs/t1/97951/12/33434/19288/6551e29cFaa5b3335/2b694c74d784585b.jpg,/sku/jfs/t1/224497/18/3342/16245/6551e29cFdc3712fa/9fef2b2b3d30de81.jpg,/sku/jfs/t1/187672/3/41895/113650/6551e29cF1ceb23df/bc9dda46bce0cd02.jpg,/sku/jfs/t1/117452/18/40562/55033/6551e29cF67f8750b/c4208cd1bb5fa475.jpg,/sku/jfs/t1/111910/12/45063/30689/6551e29cF1cc0e10e/959c2e5cd491648b.jpg,/sku/jfs/t1/219375/40/31385/37349/6551e29cF165afe12/eafcc8457d18c33c.jpg,/sku/jfs/t1/230800/15/2933/35558/6551e29cF25596552/02279ba3e8585c12.jpg,/sku/jfs/t1/184354/6/40246/90166/6551e29cF1011fdfc/b615d0e73d04a956.jpg,/sku/jfs/t1/226912/17/3069/33906/6551e29cF1b50a81c/92c6b1aaed69662b.jpg\"></div><div cssurl=\'//sku-market-gw.jd.com/css/pc/10024972561618.css?t=1700098905632\'></div><div id=\'zbViewModulesH\' value=\'20008\'></div><input id=\'zbViewModulesHeight\' type=\'hidden\' value=\'20008\'/><div skudesign=\"100010\"></div><div class=\"ssd-module-wrap\" >\n <div class=\"ssd-module M16989091903181 animate-M16989091903181\" data-id=\"M16989091903181\">\n <div class=\"ssd-widget-text W16998651513787\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/29315464648.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998651491546\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/1644198662.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998651460025\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10083950775118.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998651434344\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10076613629601.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998651411863\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10088094294921.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998651386352\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10086224255269.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n\n</div>\n<div class=\"ssd-module M16998651328741 animate-M16998651328741\" data-id=\"M16998651328741\">\n \n</div>\n<div class=\"ssd-module M169890921050538 animate-M169890921050538\" data-id=\"M169890921050538\">\n \n</div>\n<div class=\"ssd-module M16989091906942 animate-M16989091906942\" data-id=\"M16989091906942\">\n \n</div>\n<div class=\"ssd-module M16989091924234 animate-M16989091924234\" data-id=\"M16989091924234\">\n \n</div>\n<div class=\"ssd-module M16989091933235 animate-M16989091933235\" data-id=\"M16989091933235\">\n \n</div>\n<div class=\"ssd-module M16989091935397 animate-M16989091935397\" data-id=\"M16989091935397\">\n \n</div>\n<div class=\"ssd-module M16989091938728 animate-M16989091938728\" data-id=\"M16989091938728\">\n \n</div>\n<div class=\"ssd-module M16989091941739 animate-M16989091941739\" data-id=\"M16989091941739\">\n \n</div>\n<div class=\"ssd-module M169890919445511 animate-M169890919445511\" data-id=\"M169890919445511\">\n \n</div>\n<div class=\"ssd-module M169890919464112 animate-M169890919464112\" data-id=\"M169890919464112\">\n \n</div>\n<div class=\"ssd-module M169890919497313 animate-M169890919497313\" data-id=\"M169890919497313\">\n \n</div>\n<div class=\"ssd-module M169890919526315 animate-M169890919526315\" data-id=\"M169890919526315\">\n \n</div>\n<div class=\"ssd-module M169890919554216 animate-M169890919554216\" data-id=\"M169890919554216\">\n \n</div>\n<div class=\"ssd-module M169890919576918 animate-M169890919576918\" data-id=\"M169890919576918\">\n \n</div>\n<div class=\"ssd-module M169890919603819 animate-M169890919603819\" data-id=\"M169890919603819\">\n \n</div>\n<div class=\"ssd-module M169890919645420 animate-M169890919645420\" data-id=\"M169890919645420\">\n \n</div>\n<div class=\"ssd-module M169890919674721 animate-M169890919674721\" data-id=\"M169890919674721\">\n \n</div>\n<div class=\"ssd-module M169890919701922 animate-M169890919701922\" data-id=\"M169890919701922\">\n \n</div>\n<div class=\"ssd-module M169890919731924 animate-M169890919731924\" data-id=\"M169890919731924\">\n \n</div>\n<div class=\"ssd-module M169890919769025 animate-M169890919769025\" data-id=\"M169890919769025\">\n \n</div>\n<div class=\"ssd-module M169890919803127 animate-M169890919803127\" data-id=\"M169890919803127\">\n \n</div>\n<div class=\"ssd-module M169890919832228 animate-M169890919832228\" data-id=\"M169890919832228\">\n \n</div>\n<div class=\"ssd-module M169890919850129 animate-M169890919850129\" data-id=\"M169890919850129\">\n \n</div>\n<div class=\"ssd-module M169890925713739 animate-M169890925713739\" data-id=\"M169890925713739\">\n \n</div>\n<div class=\"ssd-module M169890919905732 animate-M169890919905732\" data-id=\"M169890919905732\">\n \n</div>\n<div class=\"ssd-module M169890919945633 animate-M169890919945633\" data-id=\"M169890919945633\">\n \n</div>\n<div class=\"ssd-module M169890919972534 animate-M169890919972534\" data-id=\"M169890919972534\">\n \n</div>\n<div class=\"ssd-module M169890920001135 animate-M169890920001135\" data-id=\"M169890920001135\">\n \n</div>\n<div class=\"ssd-module M169890920043336 animate-M169890920043336\" data-id=\"M169890920043336\">\n \n</div>\n\n </div>\n<!-- 2023-11-13 04:47:14 --> ', NULL, '', 'jfs/t1/245735/40/9165/143541/664a233eF0f492268/1bd49bee78a1ce8e.jpg', 0.00, 0.00, 4049.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024802455462, '曲美家居床头柜北欧风 弯曲木实木石纹板柜子卧室储物柜', 8, '', '23E-WQM-NT1', NULL, '2024-05-20 00:05:53', '2023-09-17 12:03:39', '2023-09-17 12:03:39', '2023-09-17 12:04:16', NULL, NULL, NULL, 30, 515, 610, 490, NULL, NULL, '', 'jfs/t1/242663/22/9551/84545/664a233eF3f73de0e/5e0070d50dc2cf7b.jpg', 0.00, 0.00, 2398.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 11036656451, '曲美家居QM 曲美家居 现代简约餐边柜 带抽屉多储存 时尚餐厅厨房备餐柜', 8, '', '2017E-DB1', NULL, '2024-05-20 00:04:59', '2017-11-22 15:13:06', '2023-07-02 01:00:04', '2023-07-03 12:58:11', NULL, NULL, NULL, 80, 380, 920, 1351, '<p><img src=\"//img10.360buyimg.com/imgzone/jfs/t11221/140/2313744304/297671/c1fd719d/5a151fd4Nf493f2cd.jpg\" alt=\"\"></p><p><img src=\"//img10.360buyimg.com/imgzone/jfs/t12142/129/859370243/277737/14076101/5a151fd4N97ef9762.jpg\" alt=\"\"></p><p><img src=\"//img10.360buyimg.com/imgzone/jfs/t12070/13/857884869/345484/8582f71/5a151fcfN338b5687.jpg\" alt=\"\"></p><p><img src=\"//img10.360buyimg.com/imgzone/jfs/t11287/211/2268794606/222414/3384c818/5a152002Na5163fa7.jpg\" alt=\"\"></p><p><img src=\"//img10.360buyimg.com/imgzone/jfs/t14002/9/830723009/292184/7956e20/5a15200dNd2259197.jpg\" alt=\"\"></p><p><img src=\"//img10.360buyimg.com/imgzone/jfs/t11686/44/2378902880/286692/480dd028/5a151fd1Nc71fed1c.jpg\" alt=\"\"></p><p><img src=\"//img10.360buyimg.com/imgzone/jfs/t14053/282/832882366/271707/e9f89a8c/5a151fd3Nf9f54ab4.jpg\" alt=\"\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/36294/10/2784/41383/5cb6e28dE97b85797/ad7dab9ff49ab29c.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"ad7dab9ff49ab29c.jpg\"></p><br><p><img src=\"//img10.360buyimg.com/popWaterMark/jfs/t18178/180/1673095046/99649/878caa4b/5ad54d49N9b867fca.jpg\" alt=\"\"></p><br><p><img src=\"//img10.360buyimg.com/popWaterMark/jfs/t17266/96/1752745737/170244/6db4a260/5ad54d52N8d28bba9.jpg\" alt=\"\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/33136/16/4279/42270/5cb6e2b2Ea4258437/c179339fdf654d3f.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"c179339fdf654d3f.jpg\"></p><br><table border=\"1\" style=\"margin:0px auto;padding:0px;border-spacing:0px;border-color:#000000;background:#ffffff;width:750px;\"><tbody><tr style=\"margin:0px;padding:0px;\"><td><p style=\"font-size:14px;color:#999999;line-height:20px;width:88px;\"><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【产品名称】</span></p></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;width:250px;\">曲美家居餐边柜</p></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;width:88px;\"><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【产品品牌】</span></p></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;width:250px;\">曲美家居</p></td></tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【产品型号】</span></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\"><span style=\"color: rgb(102, 102, 102); font-family: tahoma, arial, 微软雅黑, sans-serif; font-size: 12px; line-height: 18px; white-space: nowrap;\">2017E-DB1-1/3</span></p></td><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【产品颜色】</span></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">图示胡桃色/木本色</p></td></tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【产品材质】</span></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">欧标EO级刨花板环保耐用+米拉米饰面(美观耐酸碱)+曲美五金(结实耐用)+吸塑工艺门板</p></td><td><span style=\"font-size:x-small;margin:0px;padding:0px;\">【产品尺寸】</span></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\"><span style=\"font-size: 14px;\"><span style=\"color: rgb(102, 102, 102); font-family: tahoma, arial, 微软雅黑, sans-serif; line-height: 18px; white-space: nowrap;\">2017E-DB1-1<span>1351*380*920<span style=\"color: rgb(102, 102, 102); font-family: tahoma, arial, 微软雅黑, sans-serif; line-height: 18px; white-space: nowrap;\">mm</span></span></span><br></span></p><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\"><span style=\"font-size: 14px;\"><span style=\"color: rgb(102, 102, 102); font-family: tahoma, arial, 微软雅黑, sans-serif; line-height: 18px; white-space: nowrap;\"><span style=\"color: rgb(102, 102, 102); font-family: tahoma, arial, 微软雅黑, sans-serif; line-height: 18px; white-space: nowrap;\">2017E-DB1-3<span>1801*380*920mm</span></span></span></span></p></td></tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【家居风格】</span></td><td><span style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">现代北欧</span></td><td style=\"border-color:rgb(0, 0, 0);\" width=\"89\"><span style=\"font-size:x-small;margin:0px;padding:0px;\">【是否定制】</span></td><td style=\"border-color:rgb(0, 0, 0);\"><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">是</p></td></tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【包装细节】</span></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">珍珠膜+纸质包装+木框架包装</p></td><td><span style=\"font-size:x-small;margin:0px;padding:0px;\">【产品产地】</span></td><td><span style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">北京市</span></td></tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【发货周期】</span></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">北京地区15-20个工作日、外埠地区20-40个工作日</p></td><td><span style=\"font-size:x-small;margin:0px;padding:0px;\">【配送安装】</span></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">详情咨询客服</p></td></tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【保养建议】</span></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">用软布擦拭除尘</p></td><td><span style=\"font-size:x-small;margin:0px;padding:0px;\">【产品售后】</span></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">三年保修、终身维护</p></td></tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【特殊备注】</span></td><td colspan=\"3\"><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">海外及偏远地区配送不到(如港澳台新疆西藏云南贵州四川等部分偏远地区)</p></td></tr></tbody></table><p><img src=\"//img10.360buyimg.com/imgzone/jfs/t13687/279/822422271/70333/73530076/5a151fd8N4b240d3d.jpg\" alt=\"\"></p><p><img src=\"//img10.360buyimg.com/imgzone/jfs/t13705/164/857259052/78857/a0052cf/5a15232bNdf16afc6.jpg\" alt=\"\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/46489/31/10174/114601/5d74b0bfE512930d0/81e7e7191467f472.jpg\" alt=\"81e7e7191467f472.jpg\"><br></p><p><font color=\"#ff0000\">*产品具体颜色选取可咨询客服</font></p><p><br></p>', '<p><img src=\"//img10.360buyimg.com/imgzone/jfs/t11221/140/2313744304/297671/c1fd719d/5a151fd4Nf493f2cd.jpg\" alt=\"\"></p><p><img src=\"//img10.360buyimg.com/imgzone/jfs/t12142/129/859370243/277737/14076101/5a151fd4N97ef9762.jpg\" alt=\"\"></p><p><img src=\"//img10.360buyimg.com/imgzone/jfs/t12070/13/857884869/345484/8582f71/5a151fcfN338b5687.jpg\" alt=\"\"></p><p><img src=\"//img10.360buyimg.com/imgzone/jfs/t11287/211/2268794606/222414/3384c818/5a152002Na5163fa7.jpg\" alt=\"\"></p><p><img src=\"//img10.360buyimg.com/imgzone/jfs/t14002/9/830723009/292184/7956e20/5a15200dNd2259197.jpg\" alt=\"\"></p><p><img src=\"//img10.360buyimg.com/imgzone/jfs/t11686/44/2378902880/286692/480dd028/5a151fd1Nc71fed1c.jpg\" alt=\"\"></p><p><img src=\"//img10.360buyimg.com/imgzone/jfs/t14053/282/832882366/271707/e9f89a8c/5a151fd3Nf9f54ab4.jpg\" alt=\"\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/36294/10/2784/41383/5cb6e28dE97b85797/ad7dab9ff49ab29c.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"ad7dab9ff49ab29c.jpg\"></p><br><p><img src=\"//img10.360buyimg.com/popWaterMark/jfs/t18178/180/1673095046/99649/878caa4b/5ad54d49N9b867fca.jpg\" alt=\"\"></p><br><p><img src=\"//img10.360buyimg.com/popWaterMark/jfs/t17266/96/1752745737/170244/6db4a260/5ad54d52N8d28bba9.jpg\" alt=\"\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/33136/16/4279/42270/5cb6e2b2Ea4258437/c179339fdf654d3f.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"c179339fdf654d3f.jpg\"></p><br><table border=\"1\" style=\"margin:0px auto;padding:0px;border-spacing:0px;border-color:#000000;background:#ffffff;width:750px;\"><tbody><tr style=\"margin:0px;padding:0px;\"><td><p style=\"font-size:14px;color:#999999;line-height:20px;width:88px;\"><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【产品名称】</span></p></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;width:250px;\">曲美家居餐边柜</p></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;width:88px;\"><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【产品品牌】</span></p></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;width:250px;\">曲美家居</p></td></tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【产品型号】</span></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\"><span style=\"color: rgb(102, 102, 102); font-family: tahoma, arial, 微软雅黑, sans-serif; font-size: 12px; line-height: 18px; white-space: nowrap;\">2017E-DB1-1/3</span></p></td><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【产品颜色】</span></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">图示胡桃色/木本色</p></td></tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【产品材质】</span></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">欧标EO级刨花板环保耐用+米拉米饰面(美观耐酸碱)+曲美五金(结实耐用)+吸塑工艺门板</p></td><td><span style=\"font-size:x-small;margin:0px;padding:0px;\">【产品尺寸】</span></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\"><span style=\"font-size: 14px;\"><span style=\"color: rgb(102, 102, 102); font-family: tahoma, arial, 微软雅黑, sans-serif; line-height: 18px; white-space: nowrap;\">2017E-DB1-1<span>1351*380*920<span style=\"color: rgb(102, 102, 102); font-family: tahoma, arial, 微软雅黑, sans-serif; line-height: 18px; white-space: nowrap;\">mm</span></span></span><br></span></p><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\"><span style=\"font-size: 14px;\"><span style=\"color: rgb(102, 102, 102); font-family: tahoma, arial, 微软雅黑, sans-serif; line-height: 18px; white-space: nowrap;\"><span style=\"color: rgb(102, 102, 102); font-family: tahoma, arial, 微软雅黑, sans-serif; line-height: 18px; white-space: nowrap;\">2017E-DB1-3<span>1801*380*920mm</span></span></span></span></p></td></tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【家居风格】</span></td><td><span style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">现代北欧</span></td><td style=\"border-color:rgb(0, 0, 0);\" width=\"89\"><span style=\"font-size:x-small;margin:0px;padding:0px;\">【是否定制】</span></td><td style=\"border-color:rgb(0, 0, 0);\"><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">是</p></td></tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【包装细节】</span></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">珍珠膜+纸质包装+木框架包装</p></td><td><span style=\"font-size:x-small;margin:0px;padding:0px;\">【产品产地】</span></td><td><span style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">北京市</span></td></tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【发货周期】</span></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">北京地区15-20个工作日、外埠地区20-40个工作日</p></td><td><span style=\"font-size:x-small;margin:0px;padding:0px;\">【配送安装】</span></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">详情咨询客服</p></td></tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【保养建议】</span></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">用软布擦拭除尘</p></td><td><span style=\"font-size:x-small;margin:0px;padding:0px;\">【产品售后】</span></td><td><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">三年保修、终身维护</p></td></tr><tr><td><span style=\"font-size:x-small;color:#333333;margin:0px;padding:0px;\">【特殊备注】</span></td><td colspan=\"3\"><p style=\"font-size:14px;color:#999999;line-height:20px;margin:12px;\">海外及偏远地区配送不到(如港澳台新疆西藏云南贵州四川等部分偏远地区)</p></td></tr></tbody></table><p><img src=\"//img10.360buyimg.com/imgzone/jfs/t13687/279/822422271/70333/73530076/5a151fd8N4b240d3d.jpg\" alt=\"\"></p><p><img src=\"//img10.360buyimg.com/imgzone/jfs/t13705/164/857259052/78857/a0052cf/5a15232bNdf16afc6.jpg\" alt=\"\"></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/46489/31/10174/114601/5d74b0bfE512930d0/81e7e7191467f472.jpg\" alt=\"81e7e7191467f472.jpg\"><br></p><p><font color=\"#ff0000\">*产品具体颜色选取可咨询客服</font></p><p><br></p>', '三年质保终身维护', 'jfs/t1/190455/35/45852/111008/664a231dFa81d4090/621343135bb98630.jpg', 0.00, 0.00, 3449.00, '曲美家居QM', NULL, '', '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024802404490, '曲美家居弯曲木单椅 北欧风 实木懒人沙发 客厅四叶草休闲单椅', 8, '', '23E-WQM-C2', NULL, '2024-05-20 00:03:17', '2023-09-17 11:52:12', '2024-05-08 01:59:41', '2024-05-18 16:22:44', NULL, NULL, NULL, 30, 730, 855, 630, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/193434/22/38436/116259/65151a16F79bb4408/aed3dcfeb6d79489.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/193434/22/38436/116259/65151a16F79bb4408/aed3dcfeb6d79489.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '', 'jfs/t1/195287/10/45754/145072/664a2297Fa54754dd/4f7b9934ec413372.jpg', 6798.00, 0.00, 5998.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024891100404, '曲美家居弯曲木双人床 北欧风 进口牛皮卧室真皮实木云栖床', 8, '', '23E-WQM-B2', NULL, '2024-05-20 00:06:33', '2023-10-13 18:31:22', '2023-10-13 18:31:22', '2023-10-14 15:00:55', NULL, NULL, NULL, 100, 1840, 1150, 2140, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/92686/12/43611/123781/66447a0cFf0383c12/41e873e2a05dcf85.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/92686/12/43611/123781/66447a0cFf0383c12/41e873e2a05dcf85.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '', 'jfs/t1/249344/30/9120/136523/664a233fF13348c2e/2da62e837e4ff0f9.jpg', 12000.00, 0.00, 10000.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024802369178, '曲美家居单人沙发单椅 北欧风弯曲木懒人沙发客厅真皮实木椅子帆船休闲椅', 8, '', '23E-WQM-C1', NULL, '2024-05-20 16:23:37', '2023-09-17 11:36:18', '2023-10-20 14:20:31', '2023-10-20 14:22:06', NULL, NULL, NULL, 30, 950, 805, 805, NULL, NULL, '', 'jfs/t1/241596/20/6938/153641/664a231eF7090f04d/aab526fc7ab067f3.jpg', 0.00, 0.00, 3399.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025723872490, '曲美家居多功能沙发 硅胶皮单人椅旋转电动简约可调节功能沙发单椅', 8, NULL, 'QM24-S1', NULL, '2024-05-20 16:52:16', '2024-05-06 17:02:37', NULL, '2024-05-06 17:02:37', NULL, NULL, NULL, 60, 1000, 1100, 900, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/164327/28/44162/103421/66389ac9F28231fac/8592020ef21a0965.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/164327/28/44162/103421/66389ac9F28231fac/8592020ef21a0965.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', NULL, 'jfs/t1/185115/10/46181/169024/664a23acF15bfa7f4/94f7bc575ccbc604.jpg', NULL, 0.00, 4169.00, '曲美家居QM', NULL, NULL, NULL, NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025724179344, '曲美家居床垫 网红拼色双面冬夏两用乳胶床垫独袋弹簧床垫', 8, NULL, 'QM24-M2', NULL, '2024-05-20 16:47:19', '2024-05-06 17:43:36', NULL, '2024-05-06 17:43:36', NULL, NULL, NULL, 30, 1800, 220, 2000, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/130967/8/42901/120735/6638a43eF3860331b/9d84455228c76e26.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/130967/8/42901/120735/6638a43eF3860331b/9d84455228c76e26.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', NULL, 'jfs/t1/236964/8/16663/146373/664a2297F443f7853/5aa9bc0bf60e5a2c.jpg', NULL, 0.00, 3999.00, '曲美家居QM', NULL, NULL, NULL, NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10816975391, '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床', 8, '', '2017E-B2', NULL, '2024-05-20 00:05:42', '2017-10-03 16:06:53', '2023-08-22 15:07:10', '2023-08-22 15:51:55', NULL, NULL, NULL, 100, 2202, 990, 2042, '<p><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/73912/21/10544/99357/5d803095Eb1c23fbc/bba852545d19713e.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"bba852545d19713e.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/68744/4/10543/27587/5d803095Ee523610b/cdf095fd4f535b54.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"cdf095fd4f535b54.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/60374/2/10680/93796/5d803095E72792da1/74fdbf2653031519.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"74fdbf2653031519.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/67204/31/10650/255526/5d803096Eea0ecd88/42733a5cecea9c50.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"42733a5cecea9c50.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/61450/9/10513/98775/5d803096E1883b6f3/7972cd4126879934.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"7972cd4126879934.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/74029/4/10542/55462/5d803096E343d93ad/2b6e404c7c43f14b.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"2b6e404c7c43f14b.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/53412/35/10842/113435/5d803096Ea2a3fc94/186c9cb2500b35e1.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"186c9cb2500b35e1.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/40354/12/11039/99120/5d803096E7dcc126f/8a302582269e701e.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"8a302582269e701e.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/67781/8/10598/146522/5d803097E989f102a/34bb3ae92954f26e.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"34bb3ae92954f26e.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/56730/14/10977/57379/5d803097E5dc7b431/5e8de9370a551d75.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"5e8de9370a551d75.jpg\"></p><table><tbody><tr><td>&nbsp;<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"579\" style=\"width:435pt;\"><colgroup><col width=\"90\" style=\"width:68pt;\"><col width=\"211\" style=\"width:158pt;\"><col width=\"92\" style=\"width:69pt;\"><col width=\"186\" style=\"width:140pt;\"></colgroup><tbody><tr height=\"19\" style=\"height:14.25pt;\"><td height=\"19\" class=\"xl66\" width=\"90\" style=\"height:14.25pt;width:68pt\">【产品名称】</td>\n <td class=\"xl66\" width=\"211\" style=\"border-left:none;width:158pt\">&nbsp;2017E板式床</td>\n <td class=\"xl66\" width=\"92\" style=\"border-left:none;width:69pt\">【产品品牌】</td>\n <td class=\"xl66\" width=\"186\" style=\"border-left:none;width:140pt\">&nbsp;曲美家居</td>\n </tr><tr height=\"21\" style=\"height:15.75pt;\"><td height=\"21\" class=\"xl66\" width=\"90\" style=\"height:15.75pt;border-top:none; width:68pt\">【产品型号】</td>\n <td class=\"xl66\" width=\"211\" style=\"border-top:none;border-left:none;width:158pt\">&nbsp;2017E-B2</td>\n <td class=\"xl66\" width=\"92\" style=\"border-top:none;border-left:none;width:69pt\">【产品颜色】</td>\n <td class=\"xl66\" width=\"186\" style=\"border-top:none;border-left:none;width:140pt\">&nbsp;胡桃色、白橡色<br>\n &nbsp;木本色、深橡色</td>\n </tr><tr height=\"19\" style=\"height:14.25pt;\"><td height=\"19\" class=\"xl66\" width=\"90\" style=\"height:14.25pt;border-top:none; width:68pt\">【产品材质】</td>\n <td class=\"xl66\" width=\"211\" style=\"border-top:none;border-left:none;width:158pt\">&nbsp;板式</td>\n <td class=\"xl66\" width=\"92\" style=\"border-top:none;border-left:none;width:69pt\">【产品尺寸】</td>\n <td class=\"xl66\" width=\"186\" style=\"border-top:none;border-left:none;width:140pt\">&nbsp;如图所示</td>\n </tr><tr height=\"21\" style=\"height:15.75pt;\"><td height=\"21\" class=\"xl66\" width=\"90\" style=\"height:15.75pt;border-top:none; width:68pt\">【家居风格】</td>\n <td class=\"xl66\" width=\"211\" style=\"border-top:none;border-left:none;width:158pt\">&nbsp;北欧风格</td>\n <td class=\"xl66\" width=\"92\" style=\"border-top:none;border-left:none;width:69pt\">【是否定制】</td>\n <td class=\"xl66\" width=\"186\" style=\"border-top:none;border-left:none;width:140pt\">&nbsp;否</td>\n </tr><tr height=\"17\" style=\"height:12.75pt;\"><td height=\"17\" class=\"xl66\" width=\"90\" style=\"height:12.75pt;border-top:none; width:68pt\">【包装细节】</td>\n <td class=\"xl66\" width=\"211\" style=\"border-top:none;border-left:none;width:158pt\">&nbsp;珍珠膜+纸质包装+木框架包装</td>\n <td class=\"xl66\" width=\"92\" style=\"border-top:none;border-left:none;width:69pt\">【产品产地】</td>\n <td class=\"xl66\" width=\"186\" style=\"border-top:none;border-left:none;width:140pt\">&nbsp;北京市</td>\n </tr><tr height=\"19\" style=\"height:14.25pt;\"><td height=\"19\" class=\"xl66\" width=\"90\" style=\"height:14.25pt;border-top:none; width:68pt\">【发货周期】</td>\n <td class=\"xl66\" width=\"211\" style=\"border-top:none;border-left:none;width:158pt\">&nbsp;20-40个工作日</td>\n <td class=\"xl66\" width=\"92\" style=\"border-top:none;border-left:none;width:69pt\">【配送安装】</td>\n <td class=\"xl66\" width=\"186\" style=\"border-top:none;border-left:none;width:140pt\">&nbsp;详情咨询客服</td>\n </tr><tr height=\"19\" style=\"height:14.25pt;\"><td height=\"19\" class=\"xl66\" width=\"90\" style=\"height:14.25pt;border-top:none; width:68pt\">【保养建议】</td>\n <td class=\"xl66\" width=\"211\" style=\"border-top:none;border-left:none;width:158pt\">&nbsp;可用软布擦拭</td>\n <td class=\"xl66\" width=\"92\" style=\"border-top:none;border-left:none;width:69pt\">【产品售后】</td>\n <td class=\"xl66\" width=\"186\" style=\"border-top:none;border-left:none;width:140pt\">&nbsp;三年保修、终身维护&nbsp; &nbsp;&nbsp;</td>\n </tr><tr height=\"19\" style=\"height:14.25pt;\"><td height=\"19\" class=\"xl66\" width=\"90\" style=\"height:14.25pt;border-top:none; width:68pt\">【特殊备注】</td>\n <td colspan=\"3\" class=\"xl66\" width=\"489\" style=\"border-left:none;width:367pt\">&nbsp;海外及偏远地区配送咨询客服(如港澳台新疆西藏云南贵州四川海南等部分地区)</td>\n </tr></tbody></table></td></tr></tbody></table><p><img src=\"//img10.360buyimg.com/imgzone/jfs/t1/66394/31/9619/114601/5d74a834E538e2838/f2a0d2744e28e742.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"f2a0d2744e28e742.jpg\"></p><p><span style=\"color: rgb(255, 0, 0);\">*产品具体颜色选取可咨询客服</span><br></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/47756/38/11176/98566/5d803097E479660b7/c4c0fb9e64a9cdb3.jpg\" alt=\"c4c0fb9e64a9cdb3.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/80294/19/10570/64195/5d803097E37b74ea7/f746484c0d560fa7.jpg\" alt=\"f746484c0d560fa7.jpg\"><br></p><p><br></p>', '<p><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/73912/21/10544/99357/5d803095Eb1c23fbc/bba852545d19713e.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"bba852545d19713e.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/68744/4/10543/27587/5d803095Ee523610b/cdf095fd4f535b54.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"cdf095fd4f535b54.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/60374/2/10680/93796/5d803095E72792da1/74fdbf2653031519.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"74fdbf2653031519.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/67204/31/10650/255526/5d803096Eea0ecd88/42733a5cecea9c50.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"42733a5cecea9c50.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/61450/9/10513/98775/5d803096E1883b6f3/7972cd4126879934.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"7972cd4126879934.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/74029/4/10542/55462/5d803096E343d93ad/2b6e404c7c43f14b.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"2b6e404c7c43f14b.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/53412/35/10842/113435/5d803096Ea2a3fc94/186c9cb2500b35e1.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"186c9cb2500b35e1.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/40354/12/11039/99120/5d803096E7dcc126f/8a302582269e701e.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"8a302582269e701e.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/67781/8/10598/146522/5d803097E989f102a/34bb3ae92954f26e.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"34bb3ae92954f26e.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/56730/14/10977/57379/5d803097E5dc7b431/5e8de9370a551d75.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"5e8de9370a551d75.jpg\"></p><table><tbody><tr><td>&nbsp;<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"579\" style=\"width:435pt;\"><colgroup><col width=\"90\" style=\"width:68pt;\"><col width=\"211\" style=\"width:158pt;\"><col width=\"92\" style=\"width:69pt;\"><col width=\"186\" style=\"width:140pt;\"></colgroup><tbody><tr height=\"19\" style=\"height:14.25pt;\"><td height=\"19\" class=\"xl66\" width=\"90\" style=\"height:14.25pt;width:68pt\">【产品名称】</td>\n <td class=\"xl66\" width=\"211\" style=\"border-left:none;width:158pt\">&nbsp;2017E板式床</td>\n <td class=\"xl66\" width=\"92\" style=\"border-left:none;width:69pt\">【产品品牌】</td>\n <td class=\"xl66\" width=\"186\" style=\"border-left:none;width:140pt\">&nbsp;曲美家居</td>\n </tr><tr height=\"21\" style=\"height:15.75pt;\"><td height=\"21\" class=\"xl66\" width=\"90\" style=\"height:15.75pt;border-top:none; width:68pt\">【产品型号】</td>\n <td class=\"xl66\" width=\"211\" style=\"border-top:none;border-left:none;width:158pt\">&nbsp;2017E-B2</td>\n <td class=\"xl66\" width=\"92\" style=\"border-top:none;border-left:none;width:69pt\">【产品颜色】</td>\n <td class=\"xl66\" width=\"186\" style=\"border-top:none;border-left:none;width:140pt\">&nbsp;胡桃色、白橡色<br>\n &nbsp;木本色、深橡色</td>\n </tr><tr height=\"19\" style=\"height:14.25pt;\"><td height=\"19\" class=\"xl66\" width=\"90\" style=\"height:14.25pt;border-top:none; width:68pt\">【产品材质】</td>\n <td class=\"xl66\" width=\"211\" style=\"border-top:none;border-left:none;width:158pt\">&nbsp;板式</td>\n <td class=\"xl66\" width=\"92\" style=\"border-top:none;border-left:none;width:69pt\">【产品尺寸】</td>\n <td class=\"xl66\" width=\"186\" style=\"border-top:none;border-left:none;width:140pt\">&nbsp;如图所示</td>\n </tr><tr height=\"21\" style=\"height:15.75pt;\"><td height=\"21\" class=\"xl66\" width=\"90\" style=\"height:15.75pt;border-top:none; width:68pt\">【家居风格】</td>\n <td class=\"xl66\" width=\"211\" style=\"border-top:none;border-left:none;width:158pt\">&nbsp;北欧风格</td>\n <td class=\"xl66\" width=\"92\" style=\"border-top:none;border-left:none;width:69pt\">【是否定制】</td>\n <td class=\"xl66\" width=\"186\" style=\"border-top:none;border-left:none;width:140pt\">&nbsp;否</td>\n </tr><tr height=\"17\" style=\"height:12.75pt;\"><td height=\"17\" class=\"xl66\" width=\"90\" style=\"height:12.75pt;border-top:none; width:68pt\">【包装细节】</td>\n <td class=\"xl66\" width=\"211\" style=\"border-top:none;border-left:none;width:158pt\">&nbsp;珍珠膜+纸质包装+木框架包装</td>\n <td class=\"xl66\" width=\"92\" style=\"border-top:none;border-left:none;width:69pt\">【产品产地】</td>\n <td class=\"xl66\" width=\"186\" style=\"border-top:none;border-left:none;width:140pt\">&nbsp;北京市</td>\n </tr><tr height=\"19\" style=\"height:14.25pt;\"><td height=\"19\" class=\"xl66\" width=\"90\" style=\"height:14.25pt;border-top:none; width:68pt\">【发货周期】</td>\n <td class=\"xl66\" width=\"211\" style=\"border-top:none;border-left:none;width:158pt\">&nbsp;20-40个工作日</td>\n <td class=\"xl66\" width=\"92\" style=\"border-top:none;border-left:none;width:69pt\">【配送安装】</td>\n <td class=\"xl66\" width=\"186\" style=\"border-top:none;border-left:none;width:140pt\">&nbsp;详情咨询客服</td>\n </tr><tr height=\"19\" style=\"height:14.25pt;\"><td height=\"19\" class=\"xl66\" width=\"90\" style=\"height:14.25pt;border-top:none; width:68pt\">【保养建议】</td>\n <td class=\"xl66\" width=\"211\" style=\"border-top:none;border-left:none;width:158pt\">&nbsp;可用软布擦拭</td>\n <td class=\"xl66\" width=\"92\" style=\"border-top:none;border-left:none;width:69pt\">【产品售后】</td>\n <td class=\"xl66\" width=\"186\" style=\"border-top:none;border-left:none;width:140pt\">&nbsp;三年保修、终身维护&nbsp; &nbsp;&nbsp;</td>\n </tr><tr height=\"19\" style=\"height:14.25pt;\"><td height=\"19\" class=\"xl66\" width=\"90\" style=\"height:14.25pt;border-top:none; width:68pt\">【特殊备注】</td>\n <td colspan=\"3\" class=\"xl66\" width=\"489\" style=\"border-left:none;width:367pt\">&nbsp;海外及偏远地区配送咨询客服(如港澳台新疆西藏云南贵州四川海南等部分地区)</td>\n </tr></tbody></table></td></tr></tbody></table><p><img src=\"//img10.360buyimg.com/imgzone/jfs/t1/66394/31/9619/114601/5d74a834E538e2838/f2a0d2744e28e742.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"f2a0d2744e28e742.jpg\"></p><p><span style=\"color: rgb(255, 0, 0);\">*产品具体颜色选取可咨询客服</span><br></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/47756/38/11176/98566/5d803097E479660b7/c4c0fb9e64a9cdb3.jpg\" alt=\"c4c0fb9e64a9cdb3.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/80294/19/10570/64195/5d803097E37b74ea7/f746484c0d560fa7.jpg\" alt=\"f746484c0d560fa7.jpg\"><br></p><p><br></p>', '三年质保终身维护', 'jfs/t1/165072/6/41289/140407/664a2340Fc4c85370/4125088c1bdcd9de.jpg', 0.00, 0.00, 3349.00, '曲美家居QM', NULL, '', '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024885612827, '曲美家居弯曲木餐桌餐椅 北欧风餐厅实木家具流光餐桌椅', 8, '', '23E-WQM-DT1-M', NULL, '2024-05-20 14:06:44', '2023-10-12 13:26:29', '2023-10-20 12:04:41', '2023-10-20 13:20:08', NULL, NULL, NULL, 100, 850, 750, 1600, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/183577/34/44566/189405/662d211bFd47e9e91/42fb48c6193fe256.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/183577/34/44566/189405/662d211bFd47e9e91/42fb48c6193fe256.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '', 'jfs/t1/232765/33/17186/199981/664a2342F95aaab5e/2abeb570824e5b3a.jpg', 0.00, 0.00, 15000.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10022228890762, '曲美家居QM床 双人床家居皮艺床 轻奢北欧卧室家居实木床架独立靠包', 8, '', 'QM21-B6', NULL, '2024-05-20 16:37:26', '2022-03-18 11:57:23', '2023-07-02 01:00:04', '2023-07-03 12:57:15', NULL, NULL, NULL, 100, 1846, 980, 2093, '<div style=\"text-align: center;\"><img src=\"https://img30.360buyimg.com/imgzone/jfs/t1/221667/40/13346/201106/623402ddE2ca795b3/d51c3e0b9e9205d6.jpg\" alt=\"d51c3e0b9e9205d6.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img20.360buyimg.com/imgzone/jfs/t1/171705/18/29010/216919/623402deEa530d0a8/2d4be0c5ba8da6c4.jpg\" alt=\"2d4be0c5ba8da6c4.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img13.360buyimg.com/imgzone/jfs/t1/189968/11/22177/122521/623402dfE0e831e51/7faa03f523f3e90c.jpg\" alt=\"7faa03f523f3e90c.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img30.360buyimg.com/imgzone/jfs/t1/213046/25/15046/235471/623402e0Eb3a9ce18/01f99231ae636ebe.jpg\" alt=\"01f99231ae636ebe.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img14.360buyimg.com/imgzone/jfs/t1/129022/1/24939/433015/623402e1Ee6728e20/3c355fcc0834f5ff.jpg\" alt=\"3c355fcc0834f5ff.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img12.360buyimg.com/imgzone/jfs/t1/162870/3/28936/240416/623402e2E174de144/c92c455820dda0b8.jpg\" alt=\"c92c455820dda0b8.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img10.360buyimg.com/imgzone/jfs/t1/85226/23/23718/183106/623402e3Eb69baf1b/c262571ecd8e4202.jpg\" alt=\"c262571ecd8e4202.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img10.360buyimg.com/imgzone/jfs/t1/113152/8/22513/188270/623402e4Ec735feb7/64b943389f227310.jpg\" alt=\"64b943389f227310.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img14.360buyimg.com/imgzone/jfs/t1/215049/39/15313/284456/623402e5E5a3aeeb6/bd91ff13c89c04a3.jpg\" alt=\"bd91ff13c89c04a3.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img13.360buyimg.com/imgzone/jfs/t1/163259/38/28089/291399/623402e6E5dae7580/da2ed390c0087821.jpg\" alt=\"da2ed390c0087821.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img11.360buyimg.com/imgzone/jfs/t1/211581/20/19721/215538/623402e7E5a2e95d6/46be531e0504c2ec.jpg\" alt=\"46be531e0504c2ec.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img30.360buyimg.com/imgzone/jfs/t1/88252/38/24819/77294/623402e7Ed40ce53e/447e3e663ea7bc6c.jpg\" alt=\"447e3e663ea7bc6c.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img30.360buyimg.com/imgzone/jfs/t1/219843/25/14908/319804/623402e8Ef748ed06/2a24a41a6216f47e.jpg\" alt=\"2a24a41a6216f47e.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img11.360buyimg.com/imgzone/jfs/t1/213285/12/15213/277645/623402e9Eb4992d3d/3f590923bbce00c9.jpg\" alt=\"3f590923bbce00c9.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img12.360buyimg.com/imgzone/jfs/t1/122779/26/25820/183179/623402eaE03134987/b96e6a53d5a07cd4.jpg\" alt=\"b96e6a53d5a07cd4.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img30.360buyimg.com/imgzone/jfs/t1/87328/1/24849/154221/623402ebEf869747e/82be3cf8a4375ce2.jpg\" alt=\"82be3cf8a4375ce2.jpg\"></div><p style=\"display: none;color: #FFFFFF;\">^_^:9d5aaa9ec1222b531b89f7b27a615f9b</p><p style=\"text-align: center;\"><br></p>', '<div style=\"text-align: center;\"><img src=\"https://img30.360buyimg.com/imgzone/jfs/t1/221667/40/13346/201106/623402ddE2ca795b3/d51c3e0b9e9205d6.jpg\" alt=\"d51c3e0b9e9205d6.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img20.360buyimg.com/imgzone/jfs/t1/171705/18/29010/216919/623402deEa530d0a8/2d4be0c5ba8da6c4.jpg\" alt=\"2d4be0c5ba8da6c4.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img13.360buyimg.com/imgzone/jfs/t1/189968/11/22177/122521/623402dfE0e831e51/7faa03f523f3e90c.jpg\" alt=\"7faa03f523f3e90c.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img30.360buyimg.com/imgzone/jfs/t1/213046/25/15046/235471/623402e0Eb3a9ce18/01f99231ae636ebe.jpg\" alt=\"01f99231ae636ebe.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img14.360buyimg.com/imgzone/jfs/t1/129022/1/24939/433015/623402e1Ee6728e20/3c355fcc0834f5ff.jpg\" alt=\"3c355fcc0834f5ff.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img12.360buyimg.com/imgzone/jfs/t1/162870/3/28936/240416/623402e2E174de144/c92c455820dda0b8.jpg\" alt=\"c92c455820dda0b8.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img10.360buyimg.com/imgzone/jfs/t1/85226/23/23718/183106/623402e3Eb69baf1b/c262571ecd8e4202.jpg\" alt=\"c262571ecd8e4202.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img10.360buyimg.com/imgzone/jfs/t1/113152/8/22513/188270/623402e4Ec735feb7/64b943389f227310.jpg\" alt=\"64b943389f227310.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img14.360buyimg.com/imgzone/jfs/t1/215049/39/15313/284456/623402e5E5a3aeeb6/bd91ff13c89c04a3.jpg\" alt=\"bd91ff13c89c04a3.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img13.360buyimg.com/imgzone/jfs/t1/163259/38/28089/291399/623402e6E5dae7580/da2ed390c0087821.jpg\" alt=\"da2ed390c0087821.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img11.360buyimg.com/imgzone/jfs/t1/211581/20/19721/215538/623402e7E5a2e95d6/46be531e0504c2ec.jpg\" alt=\"46be531e0504c2ec.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img30.360buyimg.com/imgzone/jfs/t1/88252/38/24819/77294/623402e7Ed40ce53e/447e3e663ea7bc6c.jpg\" alt=\"447e3e663ea7bc6c.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img30.360buyimg.com/imgzone/jfs/t1/219843/25/14908/319804/623402e8Ef748ed06/2a24a41a6216f47e.jpg\" alt=\"2a24a41a6216f47e.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img11.360buyimg.com/imgzone/jfs/t1/213285/12/15213/277645/623402e9Eb4992d3d/3f590923bbce00c9.jpg\" alt=\"3f590923bbce00c9.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img12.360buyimg.com/imgzone/jfs/t1/122779/26/25820/183179/623402eaE03134987/b96e6a53d5a07cd4.jpg\" alt=\"b96e6a53d5a07cd4.jpg\"></div><div style=\"text-align: center;\"><img src=\"https://img30.360buyimg.com/imgzone/jfs/t1/87328/1/24849/154221/623402ebEf869747e/82be3cf8a4375ce2.jpg\" alt=\"82be3cf8a4375ce2.jpg\"></div><p style=\"display: none;color: #FFFFFF;\">^_^:9d5aaa9ec1222b531b89f7b27a615f9b</p><p style=\"text-align: center;\"><br></p>', '三年质保 终身维护', 'jfs/t1/230337/21/17983/156781/664a2341F8048a84b/b86eb01fd0c81ca7.jpg', 0.00, 0.00, 4549.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025132433750, '曲美家居弯曲木玻璃茶几(直播)', 8, '', 'HGHT/CBL-23E-WQM-TT2', NULL, '2024-05-20 00:01:32', '2023-12-11 14:05:00', '2024-01-29 17:25:22', '2024-01-30 11:27:26', NULL, NULL, NULL, 30, 760, 390, 1210, '<div id=\"zbViewWeChatMiniImages\" style=\"display: none;\" value=\"/sku/jfs/t1/224646/9/7631/153417/6576a660Fbc4a22be/1fcdfc6b7ac39686.jpg,/sku/jfs/t1/233169/36/7185/165174/6576a660Fd04e8276/952c1531c8ee3d79.jpg,/sku/jfs/t1/124797/32/33144/11106/6576a65fFa1284610/3bdfb7b88bbcd5bc.jpg,/sku/jfs/t1/230624/25/7667/18480/6576a660Fba649e67/8415b24da0969cfe.jpg,/sku/jfs/t1/228239/25/7185/51614/6576a660F9d6a798f/13e525ad7fd32499.jpg,/sku/jfs/t1/227783/34/7537/34043/6576a660F1fb52be5/349d4a1149fe5be5.jpg,/sku/jfs/t1/224508/38/7041/55143/6576a660F5996d138/927fd644d2df3d0c.jpg,/sku/jfs/t1/126718/24/38255/18094/6576a65fF67711303/607112b32ca1cd38.jpg,/sku/jfs/t1/208641/8/37865/97654/6576a660F2ce2721d/67086eb52695a667.jpg,/sku/jfs/t1/231929/20/7436/88114/6576a65fF52178ebb/e57a99d243c1c905.jpg,/sku/jfs/t1/237478/35/5566/163766/6576a660F64d3debf/8e45517ad0d74562.jpg,/sku/jfs/t1/233889/4/7425/21451/6576a65fFe27be7f9/780706e7240d79c7.jpg,/sku/jfs/t1/228867/20/7346/48346/6576a65fF954e7f49/b2f8fb9f80080485.jpg,/sku/jfs/t1/224348/17/6573/20463/6576a65fF6f42c36f/bcf8df6cec543e7f.jpg,/sku/jfs/t1/225509/2/3740/38662/6576a65fF3bb072a2/12c80e9890762145.jpg,/sku/jfs/t1/226429/32/6991/20457/6576a65fF96759e8a/a4d8ced9632c0dbf.jpg,/sku/jfs/t1/229240/21/7169/163382/6576a660F3eda37da/c4c161c113589f0c.jpg,/sku/jfs/t1/238230/8/7204/38660/6576a660F34d7bb74/6d1d53f245d9f5b1.jpg,/sku/jfs/t1/234604/40/7624/127040/6576a65fFdc2c63c1/2b719233c5fbeb1c.jpg,/sku/jfs/t1/237659/39/7388/43755/6576a660F9f376a7c/8b27dc22c67cd109.jpg,/sku/jfs/t1/224844/20/7603/36331/6576a65fFb07a96a2/1ec51e17c1c8da8b.jpg,/sku/jfs/t1/230680/39/7430/28504/6576a65fFc131199e/d8caeda07ae0702a.jpg,/sku/jfs/t1/224453/30/7763/25837/6576a660F5996b4f5/00eaacf436daae09.jpg\"></div><div id=\'zbViewModulesH\' value=\'17728\'></div><input id=\'zbViewModulesHeight\' type=\'hidden\' value=\'17728\'/><div skudesign=\"100010\"></div><div class=\"ssd-module-wrap\" >\n <div class=\"ssd-module M17022746218531 animate-M17022746218531\" data-id=\"M17022746218531\">\n \n</div>\n<div class=\"ssd-module M170227463775025 animate-M170227463775025\" data-id=\"M170227463775025\">\n \n</div>\n<div class=\"ssd-module M17022746224042 animate-M17022746224042\" data-id=\"M17022746224042\">\n \n</div>\n<div class=\"ssd-module M17022746226343 animate-M17022746226343\" data-id=\"M17022746226343\">\n \n</div>\n<div class=\"ssd-module M17022746228724 animate-M17022746228724\" data-id=\"M17022746228724\">\n \n</div>\n<div class=\"ssd-module M17022746231015 animate-M17022746231015\" data-id=\"M17022746231015\">\n \n</div>\n<div class=\"ssd-module M17022746234067 animate-M17022746234067\" data-id=\"M17022746234067\">\n \n</div>\n<div class=\"ssd-module M17022746238148 animate-M17022746238148\" data-id=\"M17022746238148\">\n \n</div>\n<div class=\"ssd-module M17022746240139 animate-M17022746240139\" data-id=\"M17022746240139\">\n \n</div>\n<div class=\"ssd-module M170227462421710 animate-M170227462421710\" data-id=\"M170227462421710\">\n \n</div>\n<div class=\"ssd-module M170227462454511 animate-M170227462454511\" data-id=\"M170227462454511\">\n \n</div>\n<div class=\"ssd-module M170227462499912 animate-M170227462499912\" data-id=\"M170227462499912\">\n \n</div>\n<div class=\"ssd-module M170227462519913 animate-M170227462519913\" data-id=\"M170227462519913\">\n \n</div>\n<div class=\"ssd-module M170227462572314 animate-M170227462572314\" data-id=\"M170227462572314\">\n \n</div>\n<div class=\"ssd-module M170227462591715 animate-M170227462591715\" data-id=\"M170227462591715\">\n \n</div>\n<div class=\"ssd-module M170227462628216 animate-M170227462628216\" data-id=\"M170227462628216\">\n \n</div>\n<div class=\"ssd-module M170227462656717 animate-M170227462656717\" data-id=\"M170227462656717\">\n \n</div>\n<div class=\"ssd-module M170227462717119 animate-M170227462717119\" data-id=\"M170227462717119\">\n \n</div>\n<div class=\"ssd-module M170227462745120 animate-M170227462745120\" data-id=\"M170227462745120\">\n \n</div>\n<div class=\"ssd-module M170227462768421 animate-M170227462768421\" data-id=\"M170227462768421\">\n \n</div>\n<div class=\"ssd-module M170227462800422 animate-M170227462800422\" data-id=\"M170227462800422\">\n \n</div>\n<div class=\"ssd-module M170227462840523 animate-M170227462840523\" data-id=\"M170227462840523\">\n \n</div>\n<div class=\"ssd-module M170227462870424 animate-M170227462870424\" data-id=\"M170227462870424\">\n \n</div>\n\n </div>\n<!-- 2023-12-11 02:04:03 --> ', NULL, '', 'jfs/t1/233762/1/6940/198081/6576a5f0F43687d8f/d23593222c2a19fe.jpg', NULL, 0.00, 1999.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025132457074, '曲美家居弯曲木床头柜(直播)', 8, '', 'HGHT/BSW-23E-WOM-NT1', NULL, '2024-05-20 00:01:31', '2023-12-11 14:13:40', '2024-01-29 17:25:22', '2024-01-30 11:27:26', NULL, NULL, NULL, 30, 500, 520, 470, '<div id=\"zbViewWeChatMiniImages\" style=\"display: none;\" value=\"/sku/jfs/t1/235522/26/7316/153417/6576a857F2e7ce233/a33d3b3a4694c73a.jpg,/sku/jfs/t1/91802/1/32253/45052/6576a857Fbe28acf7/d88e1acc3daf66d1.jpg,/sku/jfs/t1/229142/30/7386/38837/6576a857F42ca54c5/d331ef4326df20ed.jpg,/sku/jfs/t1/232993/35/7340/28580/6576a857Fa00a043d/4a2e0cd46b38599d.jpg,/sku/jfs/t1/232362/24/6838/63752/6576a857F7b3beb90/7480debb6e0fceec.jpg,/sku/jfs/t1/231111/14/7284/32847/6576a857Fa359b7cc/2ec3c74b212a0419.jpg,/sku/jfs/t1/108647/4/31983/30704/6576a857F22a9bc9a/1a6f9507e343636f.jpg,/sku/jfs/t1/114782/21/37676/34079/6576a857F60eb787c/624b136228e5626c.jpg,/sku/jfs/t1/235586/26/7433/17599/6576a857Ff5e231c5/5a0ffddacc9304c5.jpg,/sku/jfs/t1/226659/32/7532/103104/6576a857F796f75c2/79d7bb0eced8f776.jpg,/sku/jfs/t1/231865/16/7170/22345/6576a857F1664bb33/4926d78f270ad73a.jpg,/sku/jfs/t1/197553/38/39473/25535/6576a857F3c50e0ea/13d38f4fc5d36d31.jpg,/sku/jfs/t1/227072/25/7050/20853/6576a857Fa73d7024/f5246f1fc018c307.jpg,/sku/jfs/t1/224130/11/7806/57228/6576a857Faf4c5301/d901faabe3b46fd4.jpg,/sku/jfs/t1/234481/32/7251/18969/6576a857F9ce7bd64/d10015c9b6653f5a.jpg,/sku/jfs/t1/236699/4/7293/18324/6576a857F126aabef/6e17279879e5fe0e.jpg,/sku/jfs/t1/234829/19/7587/17234/6576a857Fc909bccb/3d178d47e66b5ae2.jpg,/sku/jfs/t1/227486/7/7590/75493/6576a857F6fa94f88/d9887792ff2edcd5.jpg,/sku/jfs/t1/229665/3/7491/52747/6576a857F7a9af979/336f08e864020c5a.jpg,/sku/jfs/t1/107691/32/46299/36029/6576a857F402c286c/ebe19b9b9f6cd32e.jpg,/sku/jfs/t1/224213/13/8099/24633/6576a857Ff5cb2a46/56d689714192b3da.jpg,/sku/jfs/t1/224135/36/7744/83061/6576a857F3141e5ba/d2c6e49d97f82067.jpg,/sku/jfs/t1/228574/10/6830/24014/6576a857F3627af72/c28d391a9fb6f732.jpg\"></div><div id=\'zbViewModulesH\' value=\'17204\'></div><input id=\'zbViewModulesHeight\' type=\'hidden\' value=\'17204\'/><div skudesign=\"100010\"></div><div class=\"ssd-module-wrap\" >\n <div class=\"ssd-module M17022751284431 animate-M17022751284431\" data-id=\"M17022751284431\">\n \n</div>\n<div class=\"ssd-module M170227514254924 animate-M170227514254924\" data-id=\"M170227514254924\">\n \n</div>\n<div class=\"ssd-module M17022751287202 animate-M17022751287202\" data-id=\"M17022751287202\">\n \n</div>\n<div class=\"ssd-module M17022751290643 animate-M17022751290643\" data-id=\"M17022751290643\">\n \n</div>\n<div class=\"ssd-module M17022751292864 animate-M17022751292864\" data-id=\"M17022751292864\">\n \n</div>\n<div class=\"ssd-module M17022751294275 animate-M17022751294275\" data-id=\"M17022751294275\">\n \n</div>\n<div class=\"ssd-module M17022751297986 animate-M17022751297986\" data-id=\"M17022751297986\">\n \n</div>\n<div class=\"ssd-module M17022751301557 animate-M17022751301557\" data-id=\"M17022751301557\">\n \n</div>\n<div class=\"ssd-module M17022751311648 animate-M17022751311648\" data-id=\"M17022751311648\">\n \n</div>\n<div class=\"ssd-module M17022751314169 animate-M17022751314169\" data-id=\"M17022751314169\">\n \n</div>\n<div class=\"ssd-module M170227513166710 animate-M170227513166710\" data-id=\"M170227513166710\">\n \n</div>\n<div class=\"ssd-module M170227513188011 animate-M170227513188011\" data-id=\"M170227513188011\">\n \n</div>\n<div class=\"ssd-module M170227513204912 animate-M170227513204912\" data-id=\"M170227513204912\">\n \n</div>\n<div class=\"ssd-module M170227513231313 animate-M170227513231313\" data-id=\"M170227513231313\">\n \n</div>\n<div class=\"ssd-module M170227513259814 animate-M170227513259814\" data-id=\"M170227513259814\">\n \n</div>\n<div class=\"ssd-module M170227513366815 animate-M170227513366815\" data-id=\"M170227513366815\">\n \n</div>\n<div class=\"ssd-module M170227513394716 animate-M170227513394716\" data-id=\"M170227513394716\">\n \n</div>\n<div class=\"ssd-module M170227513419818 animate-M170227513419818\" data-id=\"M170227513419818\">\n \n</div>\n<div class=\"ssd-module M170227513443719 animate-M170227513443719\" data-id=\"M170227513443719\">\n \n</div>\n<div class=\"ssd-module M170227513468320 animate-M170227513468320\" data-id=\"M170227513468320\">\n \n</div>\n<div class=\"ssd-module M170227513496521 animate-M170227513496521\" data-id=\"M170227513496521\">\n \n</div>\n<div class=\"ssd-module M170227513524322 animate-M170227513524322\" data-id=\"M170227513524322\">\n \n</div>\n<div class=\"ssd-module M170227513666523 animate-M170227513666523\" data-id=\"M170227513666523\">\n \n</div>\n\n </div>\n<!-- 2023-12-11 02:12:27 --> ', NULL, '', 'jfs/t1/237732/19/7386/46244/6576a807F98709a7e/3c27c0d7d08f36be.jpg', NULL, 0.00, 940.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 1002305331, '曲美家居 床头柜 现代简约仿皮床头柜卧室轻奢储物床边柜', 8, '', 'QM20A-NT3', NULL, '2024-05-20 00:05:29', '2013-05-21 14:11:12', '2023-07-02 01:00:04', '2023-07-03 12:57:54', NULL, NULL, NULL, 1, 420, 370, 520, '<br>&nbsp;&nbsp; <img alt=\"\" src=\"http://img30.360buyimg.com/popWaterMark/g7/M03/04/1D/rBEHZlBATgYIAAAAAAUMy0Z4nNQAAA9lAICDr8ABQzj740.jpg\">&nbsp;&nbsp; <map name=\"Map\"><area shape=\"rect\" coords=\"663,16,783,51\" href=\"http://mall.jd.com/view_page-18224782.html\" target=\"_blank\"><area shape=\"rect\" coords=\"664,64,790,84\" href=\"http://mall.jd.com/view_page-18225802.html\" target=\"_blank\"><area shape=\"rect\" coords=\"662,59,666,64\" href=\"#\"></map> &nbsp;&nbsp; <p><strong><span style=\"font-family:楷体_gb2312;font-size:large;color:#0000cc;\"></span></strong>&nbsp;</p> <p>&nbsp;<br></p>&nbsp; &nbsp; <img src=\"http://img10.360buyimg.com/imgzone/jfs/t1390/119/886566358/224220/48f76684/55ade8a3N3ee49204.jpg\" alt=\"\"><br> &nbsp;&nbsp;<p><br></p>', '<br>&nbsp;&nbsp; <img alt=\"\" src=\"http://img30.360buyimg.com/popWaterMark/g7/M03/04/1D/rBEHZlBATgYIAAAAAAUMy0Z4nNQAAA9lAICDr8ABQzj740.jpg\">&nbsp;&nbsp; <map name=\"Map\"><area shape=\"rect\" coords=\"663,16,783,51\" href=\"http://mall.jd.com/view_page-18224782.html\" target=\"_blank\"><area shape=\"rect\" coords=\"664,64,790,84\" href=\"http://mall.jd.com/view_page-18225802.html\" target=\"_blank\"><area shape=\"rect\" coords=\"662,59,666,64\" href=\"#\"></map> &nbsp;&nbsp; <p><strong><span style=\"font-family:楷体_gb2312;font-size:large;color:#0000cc;\"></span></strong>&nbsp;</p> <p>&nbsp;<br></p>&nbsp; &nbsp; <img src=\"http://img10.360buyimg.com/imgzone/jfs/t1390/119/886566358/224220/48f76684/55ade8a3N3ee49204.jpg\" alt=\"\"><br> &nbsp;&nbsp;<p><br></p>', '三年质保终身维护', 'jfs/t1/171023/38/43346/103148/664a231bFc2fc40aa/4ae652439b05fabf.jpg', 0.00, 0.00, 798.00, '曲美家居QM', NULL, '', '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024156722995, '曲美家居QM床 双人床 真皮床现代简约卧室软床', 8, '', 'QM23-B1', NULL, '2024-05-20 00:06:10', '2023-05-12 16:11:54', '2023-10-31 13:45:36', '2023-10-31 13:45:56', NULL, NULL, NULL, 50, 1800, 1200, 2000, '<p>1</p><p><br></p>', '<p>1</p><p><br></p>', '', 'jfs/t1/176345/8/46617/146423/664a233eFd4ab1338/5f76739fb207f670.jpg', 0.00, 0.00, 5139.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025132358452, '曲美家居弯曲木边几(直播)', 8, '', '23E-WQM-TT3', NULL, '2024-05-20 00:01:28', '2023-12-11 13:49:15', '2024-02-19 21:22:19', '2024-04-24 13:52:28', NULL, NULL, NULL, 30, 230, 650, 340, '<div id=\"zbViewWeChatMiniImages\" style=\"display: none;\" value=\"/sku/jfs/t1/229242/10/6943/179755/6576a292F37b50415/8a5fb5d715a57cd7.jpg,/sku/jfs/t1/225233/7/7748/35426/6576a292F9a2352ad/bc48037d742ceee3.jpg,/sku/jfs/t1/226304/20/7024/102320/6576a292F641c3bf4/131710a67e26b752.jpg,/sku/jfs/t1/237097/33/7257/17363/6576a293F8540c884/3d9cdd879e64ffed.jpg,/sku/jfs/t1/237709/34/7232/9885/6576a293Fde34e09d/1f3c83d0cad37d7f.jpg,/sku/jfs/t1/230652/5/7543/55544/6576a293Fbee7950d/187b1441af0f6c15.jpg,/sku/jfs/t1/119908/18/32793/30441/6576a294F3c8ae4e0/e01e485fe8df740f.jpg,/sku/jfs/t1/236102/26/7122/15753/6576a294F05283341/27fbaf8fdfd79dfb.jpg,/sku/jfs/t1/233580/9/7053/48799/6576a295Fa5e09041/2ba33de11b0b0863.jpg,/sku/jfs/t1/236520/10/6853/16729/6576a295Fb0d27f6a/83202b848752fe26.jpg,/sku/jfs/t1/228115/28/7622/92129/6576a295Fe494b7d3/7741e48e2488dd55.jpg,/sku/jfs/t1/234299/27/7387/52778/6576a296Fec2f5093/63640359ec414525.jpg,/sku/jfs/t1/235527/22/7544/148420/6576a296F3725392e/0ba735e564b8bbb7.jpg,/sku/jfs/t1/228753/36/7561/17755/6576a296F203c0ff8/9b7ae0cf56f91791.jpg,/sku/jfs/t1/116463/5/41675/32642/6576a296F8a9a7642/26d5be0b10290f68.jpg,/sku/jfs/t1/231000/7/7376/25460/6576a297Fb784cf1c/d7a90c07b88b1ff5.jpg,/sku/jfs/t1/229159/14/7464/121080/6576a297F5f0cd730/dd51a76a8ac47b81.jpg,/sku/jfs/t1/224740/32/7502/19620/6576a297Ff6b20b55/7639b5b4bad8506d.jpg,/sku/jfs/t1/230933/28/7387/96782/6576a298F1ef81393/8a1ff81b80d43ed8.jpg,/sku/jfs/t1/237753/25/7379/61636/6576a298Fe46be395/f46755319d6f9a47.jpg,/sku/jfs/t1/232080/37/7326/52617/6576a298F8aee55eb/d47e19e6d7edbab4.jpg,/sku/jfs/t1/237476/9/7040/26754/6576a298Fc24c4780/7737d34088070f23.jpg,/sku/jfs/t1/236119/4/6714/22804/6576a298F5617adb3/b1dc4d363792309d.jpg,/sku/jfs/t1/226342/35/7342/69573/6576a299Ff8880d7e/22a6f91aaad668ab.jpg,/sku/jfs/t1/227337/28/7916/32136/6576a299Fb007b3c0/1351bd4fc1cead26.jpg,/sku/jfs/t1/97583/32/38393/28104/6576a299F91d29cc2/6c1316676922c353.jpg,/sku/jfs/t1/225442/38/3596/30199/6576a29aFa3fb3d5d/d1167133b0eef5c4.jpg,/sku/jfs/t1/232925/26/7012/33418/6576a29aF2eef379c/6c6d023a8ecec071.jpg,/sku/jfs/t1/233644/17/6920/24012/6576a29aF9307a5e3/48883416a3caf257.jpg,/sku/jfs/t1/90353/3/34830/24325/6576a29aF58c6bc86/f6af663173776eb0.jpg,/sku/jfs/t1/228984/4/7575/16845/6576a29bFda74eebb/73b3178370a8f828.jpg\"></div><div id=\'zbViewModulesH\' value=\'20875\'></div><input id=\'zbViewModulesHeight\' type=\'hidden\' value=\'20875\'/><div skudesign=\"100010\"></div><div class=\"ssd-module-wrap\" >\n <div class=\"ssd-module M17022736207981 animate-M17022736207981\" data-id=\"M17022736207981\">\n \n</div>\n<div class=\"ssd-module M170227364202034 animate-M170227364202034\" data-id=\"M170227364202034\">\n \n</div>\n<div class=\"ssd-module M17022736210722 animate-M17022736210722\" data-id=\"M17022736210722\">\n \n</div>\n<div class=\"ssd-module M17022736214123 animate-M17022736214123\" data-id=\"M17022736214123\">\n \n</div>\n<div class=\"ssd-module M17022736217494 animate-M17022736217494\" data-id=\"M17022736217494\">\n \n</div>\n<div class=\"ssd-module M17022736219825 animate-M17022736219825\" data-id=\"M17022736219825\">\n \n</div>\n<div class=\"ssd-module M17022736222886 animate-M17022736222886\" data-id=\"M17022736222886\">\n \n</div>\n<div class=\"ssd-module M17022736226317 animate-M17022736226317\" data-id=\"M17022736226317\">\n \n</div>\n<div class=\"ssd-module M17022736228798 animate-M17022736228798\" data-id=\"M17022736228798\">\n \n</div>\n<div class=\"ssd-module M17022736230509 animate-M17022736230509\" data-id=\"M17022736230509\">\n \n</div>\n<div class=\"ssd-module M170227362331510 animate-M170227362331510\" data-id=\"M170227362331510\">\n \n</div>\n<div class=\"ssd-module M170227362359811 animate-M170227362359811\" data-id=\"M170227362359811\">\n \n</div>\n<div class=\"ssd-module M170227362388312 animate-M170227362388312\" data-id=\"M170227362388312\">\n \n</div>\n<div class=\"ssd-module M170227362408413 animate-M170227362408413\" data-id=\"M170227362408413\">\n \n</div>\n<div class=\"ssd-module M170227362430114 animate-M170227362430114\" data-id=\"M170227362430114\">\n \n</div>\n<div class=\"ssd-module M170227362461816 animate-M170227362461816\" data-id=\"M170227362461816\">\n \n</div>\n<div class=\"ssd-module M170227362495117 animate-M170227362495117\" data-id=\"M170227362495117\">\n \n</div>\n<div class=\"ssd-module M170227362553518 animate-M170227362553518\" data-id=\"M170227362553518\">\n \n</div>\n<div class=\"ssd-module M170227362576619 animate-M170227362576619\" data-id=\"M170227362576619\">\n \n</div>\n<div class=\"ssd-module M170227362610720 animate-M170227362610720\" data-id=\"M170227362610720\">\n \n</div>\n<div class=\"ssd-module M170227362632621 animate-M170227362632621\" data-id=\"M170227362632621\">\n \n</div>\n<div class=\"ssd-module M170227362658722 animate-M170227362658722\" data-id=\"M170227362658722\">\n \n</div>\n<div class=\"ssd-module M170227362683723 animate-M170227362683723\" data-id=\"M170227362683723\">\n \n</div>\n<div class=\"ssd-module M170227362715624 animate-M170227362715624\" data-id=\"M170227362715624\">\n \n</div>\n<div class=\"ssd-module M170227362753225 animate-M170227362753225\" data-id=\"M170227362753225\">\n \n</div>\n<div class=\"ssd-module M170227362788326 animate-M170227362788326\" data-id=\"M170227362788326\">\n \n</div>\n<div class=\"ssd-module M170227362818828 animate-M170227362818828\" data-id=\"M170227362818828\">\n \n</div>\n<div class=\"ssd-module M170227362848429 animate-M170227362848429\" data-id=\"M170227362848429\">\n \n</div>\n<div class=\"ssd-module M170227362874830 animate-M170227362874830\" data-id=\"M170227362874830\">\n \n</div>\n<div class=\"ssd-module M170227362894931 animate-M170227362894931\" data-id=\"M170227362894931\">\n \n</div>\n<div class=\"ssd-module M170227362920032 animate-M170227362920032\" data-id=\"M170227362920032\">\n \n</div>\n\n </div>\n<!-- 2023-12-11 01:47:27 --> ', NULL, '', 'jfs/t1/228067/13/10470/87599/658bd9e4Fe86c1785/9dbc867085f5ef0f.jpg', 0.00, 0.00, 899.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10010348280, '曲美家居QM床垫 乳胶床垫 独立袋弹簧席梦思床垫', 8, '', 'QM23-M1', NULL, '2024-05-20 00:05:51', '2015-11-30 11:10:52', '2023-10-24 20:58:23', '2023-10-24 21:04:06', NULL, NULL, NULL, 40, 2000, 220, 1800, '<p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/24324/29/955/55641/5c0e2576E9fe146f7/1f3238fefce89bc0.jpg\" alt=\"1f3238fefce89bc0.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/24515/33/908/51296/5c0e2576E6dfc67cf/b6d562ae3a6af86d.jpg\" alt=\"b6d562ae3a6af86d.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/20033/21/958/108195/5c0e2576E2f866b5d/f27bfd9ff3b48c05.jpg\" alt=\"f27bfd9ff3b48c05.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/29077/4/926/80903/5c0e2576E9565cffe/dc7c955b9a2d997f.jpg\" alt=\"dc7c955b9a2d997f.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/18060/23/949/35442/5c0e2576E2aa76aef/c44215b94effbd8e.jpg\" alt=\"c44215b94effbd8e.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/25773/6/995/41255/5c0e2577E46086d32/4a16e48c14e54566.jpg\" alt=\"4a16e48c14e54566.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/6556/39/8472/67844/5c0e2577E50a16209/e05c393a70a3a9c4.jpg\" alt=\"e05c393a70a3a9c4.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/21321/27/903/67407/5c0e2577E1d17091a/b85b1e524c91affd.jpg\" alt=\"b85b1e524c91affd.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/8042/11/9268/63595/5c0e2577Ef2e3a77d/c03de2a38c5096af.jpg\" alt=\"c03de2a38c5096af.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/17422/37/908/51173/5c0e2578E4dc8bdaa/19af4e9ddc063d68.jpg\" alt=\"19af4e9ddc063d68.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/27061/6/929/96234/5c0e2578E71a9d23e/6d2f0516ffb0faff.jpg\" alt=\"6d2f0516ffb0faff.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/9818/30/8552/88230/5c0e2578E55e9084f/c191788e7eda887f.jpg\" alt=\"c191788e7eda887f.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/25745/31/969/76597/5c0e2579Edb466b5f/58d96e51ff140620.jpg\" alt=\"58d96e51ff140620.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/15122/17/972/62746/5c0e2579E7c0f33d3/1c08f0e83865e330.jpg\" alt=\"1c08f0e83865e330.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/14205/38/963/75500/5c0e2579Eabfa3d7b/8f91819413fa9935.jpg\" alt=\"8f91819413fa9935.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/10210/35/4559/11502/5c0e2579E528a32e7/4b1b78ed6073989a.jpg\" alt=\"4b1b78ed6073989a.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/11953/12/1803/46446/5c0e2579Ef0270ad5/e04058789fcde7ca.jpg\" alt=\"e04058789fcde7ca.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/7084/16/7801/78134/5c0e257aEa584fe90/b726c0d68475057f.jpg\" alt=\"b726c0d68475057f.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/17543/35/999/23907/5c0e257aEb4fd0cfc/84bb61faba7177da.jpg\" alt=\"84bb61faba7177da.jpg\"><img src=\"//img10.360buyimg.com/imgzone/jfs/t1/66651/11/8030/83122/5d5f5222Ee8a37f02/02420bfaadde6956.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"02420bfaadde6956.jpg\"><br></p><table><tbody><tr><td>&nbsp;<table border=\"1\" style=\"margin-right:auto;margin-left:auto;border-collapse:separate;color:rgb(64,64,64);font-family:tahoma, arial, \'\', sans-serif;font-size:14px;width:750px;\"><tbody><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin-top: 0px; margin-bottom: 0px; line-height: 20px; color: rgb(153, 153, 153); width: 88px;\"><font color=\"#333333\" size=\"2\">【产品名称】</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; width: 250px;\"><font color=\"#000000\">曲美马弗斯床垫</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 1.12px; line-height: 20px; color: rgb(153, 153, 153); width: 88px;\"><font color=\"#333333\" size=\"2\">【产品品牌】</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; width: 250px;\"><font color=\"#000000\" size=\"2\">曲美家居</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品型号】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">WXMFS</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品颜色】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">图示</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品材质】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\" size=\"2\">弹簧、椰棕</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品尺寸】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">图示</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【家居风格】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><span style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">北欧风格</font></span></td><td width=\"89\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【是否定制】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">否</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【包装细节】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">珍珠膜+纸质包装+物流包装</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品产地】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><span style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">北京市</font></span></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【发货周期】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">北京地区15-20个工作日、外埠地区20-40个工作日</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【配送安装】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">详情咨询客服</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【保养建议】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">定期晾晒、翻转</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品售后】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">三年保修、终身维护</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【特殊备注】</font></td><td colspan=\"3\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">海外及偏远地区配送不到(如港澳台新疆西藏云南贵州四川海南等部分地区)</font></p></td></tr></tbody></table></td></tr></tbody></table><p><br></p>', '<p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/24324/29/955/55641/5c0e2576E9fe146f7/1f3238fefce89bc0.jpg\" alt=\"1f3238fefce89bc0.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/24515/33/908/51296/5c0e2576E6dfc67cf/b6d562ae3a6af86d.jpg\" alt=\"b6d562ae3a6af86d.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/20033/21/958/108195/5c0e2576E2f866b5d/f27bfd9ff3b48c05.jpg\" alt=\"f27bfd9ff3b48c05.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/29077/4/926/80903/5c0e2576E9565cffe/dc7c955b9a2d997f.jpg\" alt=\"dc7c955b9a2d997f.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/18060/23/949/35442/5c0e2576E2aa76aef/c44215b94effbd8e.jpg\" alt=\"c44215b94effbd8e.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/25773/6/995/41255/5c0e2577E46086d32/4a16e48c14e54566.jpg\" alt=\"4a16e48c14e54566.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/6556/39/8472/67844/5c0e2577E50a16209/e05c393a70a3a9c4.jpg\" alt=\"e05c393a70a3a9c4.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/21321/27/903/67407/5c0e2577E1d17091a/b85b1e524c91affd.jpg\" alt=\"b85b1e524c91affd.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/8042/11/9268/63595/5c0e2577Ef2e3a77d/c03de2a38c5096af.jpg\" alt=\"c03de2a38c5096af.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/17422/37/908/51173/5c0e2578E4dc8bdaa/19af4e9ddc063d68.jpg\" alt=\"19af4e9ddc063d68.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/27061/6/929/96234/5c0e2578E71a9d23e/6d2f0516ffb0faff.jpg\" alt=\"6d2f0516ffb0faff.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/9818/30/8552/88230/5c0e2578E55e9084f/c191788e7eda887f.jpg\" alt=\"c191788e7eda887f.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/25745/31/969/76597/5c0e2579Edb466b5f/58d96e51ff140620.jpg\" alt=\"58d96e51ff140620.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/15122/17/972/62746/5c0e2579E7c0f33d3/1c08f0e83865e330.jpg\" alt=\"1c08f0e83865e330.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/14205/38/963/75500/5c0e2579Eabfa3d7b/8f91819413fa9935.jpg\" alt=\"8f91819413fa9935.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/10210/35/4559/11502/5c0e2579E528a32e7/4b1b78ed6073989a.jpg\" alt=\"4b1b78ed6073989a.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/11953/12/1803/46446/5c0e2579Ef0270ad5/e04058789fcde7ca.jpg\" alt=\"e04058789fcde7ca.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/7084/16/7801/78134/5c0e257aEa584fe90/b726c0d68475057f.jpg\" alt=\"b726c0d68475057f.jpg\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/17543/35/999/23907/5c0e257aEb4fd0cfc/84bb61faba7177da.jpg\" alt=\"84bb61faba7177da.jpg\"><img src=\"//img10.360buyimg.com/imgzone/jfs/t1/66651/11/8030/83122/5d5f5222Ee8a37f02/02420bfaadde6956.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"02420bfaadde6956.jpg\"><br></p><table><tbody><tr><td>&nbsp;<table border=\"1\" style=\"margin-right:auto;margin-left:auto;border-collapse:separate;color:rgb(64,64,64);font-family:tahoma, arial, \'\', sans-serif;font-size:14px;width:750px;\"><tbody><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin-top: 0px; margin-bottom: 0px; line-height: 20px; color: rgb(153, 153, 153); width: 88px;\"><font color=\"#333333\" size=\"2\">【产品名称】</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; width: 250px;\"><font color=\"#000000\">曲美马弗斯床垫</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 1.12px; line-height: 20px; color: rgb(153, 153, 153); width: 88px;\"><font color=\"#333333\" size=\"2\">【产品品牌】</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; width: 250px;\"><font color=\"#000000\" size=\"2\">曲美家居</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品型号】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">WXMFS</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品颜色】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">图示</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品材质】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\" size=\"2\">弹簧、椰棕</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品尺寸】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">图示</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【家居风格】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><span style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">北欧风格</font></span></td><td width=\"89\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【是否定制】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">否</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【包装细节】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">珍珠膜+纸质包装+物流包装</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品产地】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><span style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">北京市</font></span></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【发货周期】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">北京地区15-20个工作日、外埠地区20-40个工作日</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【配送安装】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">详情咨询客服</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【保养建议】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">定期晾晒、翻转</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品售后】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">三年保修、终身维护</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【特殊备注】</font></td><td colspan=\"3\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">海外及偏远地区配送不到(如港澳台新疆西藏云南贵州四川海南等部分地区)</font></p></td></tr></tbody></table></td></tr></tbody></table><p><br></p>', '三年质保终身维护', 'jfs/t1/173394/37/40771/167350/664a2320F1f624e28/e6c5d15fbd5a2803.jpg', 0.00, 0.00, 1299.00, '曲美家居QM', NULL, '弹簧椰棕两用|竹纤维面料|防撞角设计', '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10816857085, '曲美家居 餐桌餐椅 现代轻北欧一桌四椅餐厅餐桌椅组合', 8, '', '2017E-DT2', NULL, '2024-05-20 00:05:06', '2017-10-03 15:10:07', '2023-07-25 11:54:28', '2023-07-25 23:10:26', NULL, NULL, NULL, 80, 950, 830, 1500, '<p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t10489/225/556826133/368521/9699de7d/59d3366aN16cf553d.jpg\" alt=\"\"></p><p><br><br><img src=\"http://img10.360buyimg.com/imgzone/jfs/t9619/270/571345859/410681/f525140c/59d3366cNd33f2391.jpg\" alt=\"\"></p><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t8470/307/2563154866/375855/e897107b/59d33667N11812ffc.jpg\" alt=\"\"></p><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t8320/267/2625244815/512848/462333a/59d3365aNccdeaa23.jpg\" alt=\"\"></p><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t10420/213/568038659/205782/18ccfcbb/59d3366dN56e4f297.jpg\" alt=\"\"></p><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t10216/277/566657348/472510/f593c91/59d3366dNd09948ad.jpg\" alt=\"\"></p><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t10807/172/565466487/194172/136667b0/59d3366dNe53bb998.jpg\" alt=\"\"></p><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t10807/170/568784787/296924/1f5afd9b/59d3366dNcdec41ce.jpg\" alt=\"\"></p><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t9310/323/2636892825/246707/ec4c1b43/59d3366dN49a12c10.jpg\" alt=\"\"></p><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t8344/249/2627763932/136269/295ec065/59d3366dN320c8066.jpg\" alt=\"\"></p><br><table><tbody><tr><td>&nbsp;<table border=\"1\" style=\"margin-right:auto;margin-left:auto;border-collapse:separate;color:rgb(64,64,64);font-family:tahoma, arial, \'\', sans-serif;font-size:14px;width:750px;\"><tbody><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 1.12px; line-height: 20px; color: rgb(153, 153, 153); width: 88px;\"><font color=\"#333333\" size=\"2\">【产品名称】</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153); width: 250px;\">板式餐桌椅</p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 1.12px; line-height: 20px; color: rgb(153, 153, 153); width: 88px;\"><font color=\"#333333\" size=\"2\">【产品品牌】</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153); width: 250px;\">曲美家居</p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【产品型号】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\"><span style=\"color: rgb(102, 102, 102);\">餐桌椅2017E-DT2-1+C1</span></p><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\"><span style=\"color: rgb(102, 102, 102);\">餐边柜DB1-3</span></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【产品颜色】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\">胡桃色、原木色</p><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\">白橡色、深橡色</p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【产品材质】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\">橡木</p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">【产品尺寸】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\">如图所示</p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【家居风格】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><span style=\"margin: 12px; color: rgb(153, 153, 153); line-height: 20px;\">北欧</span></td><td width=\"89\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">【是否定制】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\">否</p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【包装细节】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\">珍珠膜+纸质包装+木框架包装</p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">【产品产地】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><span style=\"margin: 12px; color: rgb(153, 153, 153); line-height: 20px;\">北京市</span></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【发货周期】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\">20-40个工作日</p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">【配送安装】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\">详情咨询客服</p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【保养建议】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\">使用软布擦拭</p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">【产品售后】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\">三年保修、终身维护</p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【特殊备注】</font></td><td colspan=\"3\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\">海外及偏远地区配送咨询客服(如港澳台新疆西藏云南贵州四川等部分偏远地区)</p></td></tr></tbody></table></td></tr></tbody></table><br><p><font color=\"#ff0000\">*因为材质不同 餐桌椅会有色差</font></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/46489/31/10174/114601/5d74b0bfE512930d0/81e7e7191467f472.jpg\" alt=\"81e7e7191467f472.jpg\"><br></p><p><font color=\"#ff0000\">*产品具体颜色选取可咨询客服</font></p><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t9301/190/2132970152/255362/1387c7c5/59d3366eN0f87d437.jpg\" alt=\"\" class=\"clicked\"></p><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t10429/219/578452603/224595/9fb857aa/59d3366eN9ed99443.jpg\" alt=\"\"></p><p><br></p>', '<p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t10489/225/556826133/368521/9699de7d/59d3366aN16cf553d.jpg\" alt=\"\"></p><p><br><br><img src=\"http://img10.360buyimg.com/imgzone/jfs/t9619/270/571345859/410681/f525140c/59d3366cNd33f2391.jpg\" alt=\"\"></p><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t8470/307/2563154866/375855/e897107b/59d33667N11812ffc.jpg\" alt=\"\"></p><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t8320/267/2625244815/512848/462333a/59d3365aNccdeaa23.jpg\" alt=\"\"></p><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t10420/213/568038659/205782/18ccfcbb/59d3366dN56e4f297.jpg\" alt=\"\"></p><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t10216/277/566657348/472510/f593c91/59d3366dNd09948ad.jpg\" alt=\"\"></p><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t10807/172/565466487/194172/136667b0/59d3366dNe53bb998.jpg\" alt=\"\"></p><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t10807/170/568784787/296924/1f5afd9b/59d3366dNcdec41ce.jpg\" alt=\"\"></p><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t9310/323/2636892825/246707/ec4c1b43/59d3366dN49a12c10.jpg\" alt=\"\"></p><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t8344/249/2627763932/136269/295ec065/59d3366dN320c8066.jpg\" alt=\"\"></p><br><table><tbody><tr><td>&nbsp;<table border=\"1\" style=\"margin-right:auto;margin-left:auto;border-collapse:separate;color:rgb(64,64,64);font-family:tahoma, arial, \'\', sans-serif;font-size:14px;width:750px;\"><tbody><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 1.12px; line-height: 20px; color: rgb(153, 153, 153); width: 88px;\"><font color=\"#333333\" size=\"2\">【产品名称】</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153); width: 250px;\">板式餐桌椅</p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 1.12px; line-height: 20px; color: rgb(153, 153, 153); width: 88px;\"><font color=\"#333333\" size=\"2\">【产品品牌】</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153); width: 250px;\">曲美家居</p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【产品型号】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\"><span style=\"color: rgb(102, 102, 102);\">餐桌椅2017E-DT2-1+C1</span></p><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\"><span style=\"color: rgb(102, 102, 102);\">餐边柜DB1-3</span></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【产品颜色】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\">胡桃色、原木色</p><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\">白橡色、深橡色</p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【产品材质】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\">橡木</p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">【产品尺寸】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\">如图所示</p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【家居风格】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><span style=\"margin: 12px; color: rgb(153, 153, 153); line-height: 20px;\">北欧</span></td><td width=\"89\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">【是否定制】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\">否</p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【包装细节】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\">珍珠膜+纸质包装+木框架包装</p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">【产品产地】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><span style=\"margin: 12px; color: rgb(153, 153, 153); line-height: 20px;\">北京市</span></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【发货周期】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\">20-40个工作日</p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">【配送安装】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\">详情咨询客服</p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【保养建议】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\">使用软布擦拭</p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\">【产品售后】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\">三年保修、终身维护</p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font color=\"#333333\" size=\"2\">【特殊备注】</font></td><td colspan=\"3\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; color: rgb(153, 153, 153);\">海外及偏远地区配送咨询客服(如港澳台新疆西藏云南贵州四川等部分偏远地区)</p></td></tr></tbody></table></td></tr></tbody></table><br><p><font color=\"#ff0000\">*因为材质不同 餐桌椅会有色差</font></p><p><img style=\"width:auto;height:auto;max-width:100%;\" src=\"//img10.360buyimg.com/imgzone/jfs/t1/46489/31/10174/114601/5d74b0bfE512930d0/81e7e7191467f472.jpg\" alt=\"81e7e7191467f472.jpg\"><br></p><p><font color=\"#ff0000\">*产品具体颜色选取可咨询客服</font></p><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t9301/190/2132970152/255362/1387c7c5/59d3366eN0f87d437.jpg\" alt=\"\" class=\"clicked\"></p><p><img src=\"http://img10.360buyimg.com/imgzone/jfs/t10429/219/578452603/224595/9fb857aa/59d3366eN9ed99443.jpg\" alt=\"\"></p><p><br></p>', '三年质保终身维护', 'jfs/t1/107092/12/43822/144210/664a231cF467d9437/64b9c24c3b85c3e9.jpg', 0.00, 0.00, 1857.00, '曲美家居QM', NULL, '', '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025132498786, '曲美家居真皮弯曲木沙发单椅(直播)', 8, '', '23E-WQM-C1', NULL, '2024-05-20 00:01:36', '2023-12-11 14:21:29', '2024-01-29 17:25:22', '2024-01-30 11:27:26', NULL, NULL, NULL, 30, 960, 810, 810, '<div id=\"zbViewWeChatMiniImages\" style=\"display: none;\" value=\"/sku/jfs/t1/227618/6/7464/153417/6576aa21Ffc1cfb6a/5d5f7780cfaa77d3.jpg,/sku/jfs/t1/234265/30/7243/46162/6576aa21F3c6a93be/2fc149c9ad761dcf.jpg,/sku/jfs/t1/226987/32/7620/84548/6576aa21F6b1981f5/cf6bde3d8402776f.jpg,/sku/jfs/t1/231471/7/7524/19338/6576aa21Fcea5a12f/a25759cfeacb2744.jpg,/sku/jfs/t1/228147/5/7644/22777/6576aa21Fb1409656/e7cf6a9e76407bae.jpg,/sku/jfs/t1/231641/19/7092/50997/6576aa21F7deb55c1/de2fa4265b2ec052.jpg,/sku/jfs/t1/228467/9/7372/34043/6576aa21F7df9ad7f/9a1c2803ad6ab4e5.jpg,/sku/jfs/t1/234960/4/7284/22261/6576aa21F03122638/277aa3707f492772.jpg,/sku/jfs/t1/232680/13/7451/42796/6576aa21F7864a50c/a98f52e912b9b344.jpg,/sku/jfs/t1/234952/35/7369/18314/6576aa21F13e33d29/20953f1e7d1bc8a9.jpg,/sku/jfs/t1/228553/20/7576/97727/6576aa21Fdbded2af/33681a1cf9fbc71c.jpg,/sku/jfs/t1/228887/10/7649/10755/6576aa21F9d213596/e6359d7e600eb9ea.jpg,/sku/jfs/t1/226913/37/7354/59061/6576aa21Fe314f22e/c699799588ada936.jpg,/sku/jfs/t1/234766/21/7541/97955/6576aa21Fafd20bcb/cb0ac252d0b46475.jpg,/sku/jfs/t1/226962/34/7361/37140/6576aa21Fb56afe7c/049a3095625078d8.jpg,/sku/jfs/t1/199473/26/25842/58737/6576aa21F455dabf6/949048ed17427f7d.jpg,/sku/jfs/t1/229387/33/6951/101362/6576aa21F3ae3530e/0926be05118eb88d.jpg,/sku/jfs/t1/220278/15/31625/28436/6576aa21Fb2ecf20f/1eff7bb148a9be9b.jpg,/sku/jfs/t1/237784/33/7312/29861/6576aa21F9bfac901/50ff3138fae2f097.jpg,/sku/jfs/t1/228090/8/7559/19151/6576aa21Fa2797255/6373604d9555c9fb.jpg,/sku/jfs/t1/234643/5/7365/26378/6576aa21Fde572393/121f36bcfb464e2f.jpg,/sku/jfs/t1/234971/9/7434/90180/6576aa21Ff0db2ac1/069689778b920e0d.jpg,/sku/jfs/t1/232280/35/7076/31641/6576aa21F25826d17/41b60baa29cde6fe.jpg,/sku/jfs/t1/225106/4/7733/42646/6576aa21Fa7051b50/8113386ac63aa7ff.jpg,/sku/jfs/t1/235180/38/7455/20986/6576aa21Fc69e1976/dcea250b24becf33.jpg,/sku/jfs/t1/229458/33/7288/133579/6576aa21F8e530d6c/0496244cda8fb7b4.jpg,/sku/jfs/t1/231207/14/7812/46883/6576aa21Fc6c888a8/94ca965c47d3eaa0.jpg,/sku/jfs/t1/229398/29/7337/65097/6576aa21Fa9191744/2daa4245f37765c6.jpg,/sku/jfs/t1/231277/30/6986/44527/6576aa21F24853522/9b38ee84568205f3.jpg,/sku/jfs/t1/236793/2/7048/47130/6576aa21Fb140337a/f867aee7976c2ba3.jpg,/sku/jfs/t1/235426/15/7013/30183/6576aa21Fd5335e3f/c2dadf715655fd85.jpg\"></div><div id=\'zbViewModulesH\' value=\'21300\'></div><input id=\'zbViewModulesHeight\' type=\'hidden\' value=\'21300\'/><div skudesign=\"100010\"></div><div class=\"ssd-module-wrap\" >\n <div class=\"ssd-module M17022755858051 animate-M17022755858051\" data-id=\"M17022755858051\">\n \n</div>\n<div class=\"ssd-module M170227559827435 animate-M170227559827435\" data-id=\"M170227559827435\">\n \n</div>\n<div class=\"ssd-module M17022755859852 animate-M17022755859852\" data-id=\"M17022755859852\">\n \n</div>\n<div class=\"ssd-module M17022755864823 animate-M17022755864823\" data-id=\"M17022755864823\">\n \n</div>\n<div class=\"ssd-module M17022755866734 animate-M17022755866734\" data-id=\"M17022755866734\">\n \n</div>\n<div class=\"ssd-module M17022755868716 animate-M17022755868716\" data-id=\"M17022755868716\">\n \n</div>\n<div class=\"ssd-module M17022755870697 animate-M17022755870697\" data-id=\"M17022755870697\">\n \n</div>\n<div class=\"ssd-module M17022755872898 animate-M17022755872898\" data-id=\"M17022755872898\">\n \n</div>\n<div class=\"ssd-module M17022755875759 animate-M17022755875759\" data-id=\"M17022755875759\">\n \n</div>\n<div class=\"ssd-module M170227558787410 animate-M170227558787410\" data-id=\"M170227558787410\">\n \n</div>\n<div class=\"ssd-module M170227558817511 animate-M170227558817511\" data-id=\"M170227558817511\">\n \n</div>\n<div class=\"ssd-module M170227558864012 animate-M170227558864012\" data-id=\"M170227558864012\">\n \n</div>\n<div class=\"ssd-module M170227558881514 animate-M170227558881514\" data-id=\"M170227558881514\">\n \n</div>\n<div class=\"ssd-module M170227558917515 animate-M170227558917515\" data-id=\"M170227558917515\">\n \n</div>\n<div class=\"ssd-module M170227558962416 animate-M170227558962416\" data-id=\"M170227558962416\">\n \n</div>\n<div class=\"ssd-module M170227558988817 animate-M170227558988817\" data-id=\"M170227558988817\">\n \n</div>\n<div class=\"ssd-module M170227559016918 animate-M170227559016918\" data-id=\"M170227559016918\">\n \n</div>\n<div class=\"ssd-module M170227559045019 animate-M170227559045019\" data-id=\"M170227559045019\">\n \n</div>\n<div class=\"ssd-module M170227559063521 animate-M170227559063521\" data-id=\"M170227559063521\">\n \n</div>\n<div class=\"ssd-module M170227559098222 animate-M170227559098222\" data-id=\"M170227559098222\">\n \n</div>\n<div class=\"ssd-module M170227559125223 animate-M170227559125223\" data-id=\"M170227559125223\">\n \n</div>\n<div class=\"ssd-module M170227559146625 animate-M170227559146625\" data-id=\"M170227559146625\">\n \n</div>\n<div class=\"ssd-module M170227559169426 animate-M170227559169426\" data-id=\"M170227559169426\">\n \n</div>\n<div class=\"ssd-module M170227559198727 animate-M170227559198727\" data-id=\"M170227559198727\">\n \n</div>\n<div class=\"ssd-module M170227559225528 animate-M170227559225528\" data-id=\"M170227559225528\">\n \n</div>\n<div class=\"ssd-module M170227559250329 animate-M170227559250329\" data-id=\"M170227559250329\">\n \n</div>\n<div class=\"ssd-module M170227559287230 animate-M170227559287230\" data-id=\"M170227559287230\">\n \n</div>\n<div class=\"ssd-module M170227559321031 animate-M170227559321031\" data-id=\"M170227559321031\">\n \n</div>\n<div class=\"ssd-module M170227559367632 animate-M170227559367632\" data-id=\"M170227559367632\">\n \n</div>\n<div class=\"ssd-module M170227559392433 animate-M170227559392433\" data-id=\"M170227559392433\">\n \n</div>\n<div class=\"ssd-module M170227559425334 animate-M170227559425334\" data-id=\"M170227559425334\">\n \n</div>\n\n </div>\n<!-- 2023-12-11 02:20:03 --> ', NULL, '', 'jfs/t1/224209/8/7751/133100/6576a9aeF5c784bfe/3db35aa3a3508d6e.jpg', NULL, 0.00, 3699.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025727126894, '曲美家居弯曲木餐桌椅 岩板长桌子餐厅时尚耐磨耐高温家具', 8, NULL, '23E-WQM-DT3', NULL, '2024-05-20 16:44:26', '2024-05-07 10:12:20', NULL, '2024-05-07 10:12:20', NULL, NULL, NULL, 50, 850, 200, 1600, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/179307/13/44842/106343/66398896F078f389c/46e2a4477b9a188a.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/179307/13/44842/106343/66398896F078f389c/46e2a4477b9a188a.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', NULL, 'jfs/t1/242691/4/9256/144167/664a2340Fd5850155/5aaab708835a3a82.jpg', NULL, 0.00, 3289.00, '曲美家居QM', NULL, NULL, NULL, NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025727247246, '曲美家居弯曲木餐桌椅 岩板圆桌子餐厅时尚耐磨耐高温家具', 8, NULL, '23E-WQM-DT2', NULL, '2024-05-20 16:41:24', '2024-05-07 10:28:40', NULL, '2024-05-07 10:28:40', NULL, NULL, NULL, 50, 850, 200, 1300, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/179307/13/44842/106343/66398896F078f389c/46e2a4477b9a188a.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/179307/13/44842/106343/66398896F078f389c/46e2a4477b9a188a.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', NULL, 'jfs/t1/167953/31/46088/124409/664a233fFdb72a0fd/e1588b4f5d50e644.jpg', NULL, 0.00, 3959.00, '曲美家居QM', NULL, NULL, NULL, NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 13823513444, '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架', 8, '', 'QM19-B12', NULL, '2024-05-20 00:06:10', '2019-10-26 18:00:57', '2024-01-16 14:55:10', '2024-01-16 15:09:47', NULL, NULL, NULL, 50, 1900, 1100, 2250, '<p><a target=\"_blank\" href=\"https://item.jd.com/10056805907.html\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/68427/10/13727/176182/5db41820E5d0e8930/eb1ca8facea3e7f6.jpg\" alt=\"eb1ca8facea3e7f6.jpg\"></a><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/57248/25/14533/20306/5db41833E261a9ed9/17a06ab1e3cba30b.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"17a06ab1e3cba30b.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/87836/25/785/53598/5db41834E30e94565/1b0331560604d729.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"1b0331560604d729.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/81362/13/13729/106633/5db41834E68a6e562/564e854086e9b417.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"564e854086e9b417.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/71303/19/13835/25072/5db41834E78c67b9c/032109a299b98cff.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"032109a299b98cff.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/60205/12/13885/40873/5db41834Efc9d6eff/8a80c122de0cf939.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"8a80c122de0cf939.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/57548/21/14514/119594/5db41835E74a8892c/42b0a3c958c0f2df.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"42b0a3c958c0f2df.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/60865/21/13719/23390/5db41835E136d779a/4694c7da1b1f8fe7.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"4694c7da1b1f8fe7.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/83173/8/13985/40805/5db41835E92604a9d/60fea5fb1455ba31.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"60fea5fb1455ba31.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/52325/12/14514/97951/5db41835E0b776352/bda59d5fa2c19a75.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"bda59d5fa2c19a75.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/103248/39/768/32096/5db41835E53a5450a/1243d165c875bf94.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"1243d165c875bf94.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/67870/2/13984/36549/5db41835Ea0d27d60/cc6abea1ea8baaf3.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"cc6abea1ea8baaf3.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/46578/13/14440/116838/5db41835Ee5c30edb/74b924f208df847c.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"74b924f208df847c.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/80834/5/13948/74413/5db41836Ea1a400b1/a36013ca12fa2332.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"a36013ca12fa2332.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/103553/18/782/108240/5db41836Eae3fc50f/587867c7e9524834.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"587867c7e9524834.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/57319/31/14472/71992/5db41836E17263a42/def8221f2cc9221d.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"def8221f2cc9221d.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/89095/19/826/153026/5db41836Ef42adb17/6f5d01bb9b6a33e3.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"6f5d01bb9b6a33e3.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/64743/33/13830/136815/5db41837Ed7e1264b/28e006ce4b74b02e.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"28e006ce4b74b02e.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/58261/16/14455/104165/5db41837E2c341f88/2b5b9e29eed05b08.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"2b5b9e29eed05b08.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/77579/35/13840/120507/5db41837Eb7cddd96/7839f04a895277c3.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"7839f04a895277c3.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/77994/15/13865/30900/5db41864E388545e3/151f367aae4a311f.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"151f367aae4a311f.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/105304/39/828/92878/5db41864E83ed32e0/46a2c7b039722fa6.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"46a2c7b039722fa6.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/61736/21/13921/50611/5db41864E0d76a975/16b19d3f17491d2d.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"16b19d3f17491d2d.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/91085/25/815/162902/5db41865E19e202e8/7f93f79e6bf5203e.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"7f93f79e6bf5203e.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/79169/39/14026/35214/5db41865E4e945c8b/a2f8150c33f87a13.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"a2f8150c33f87a13.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/93769/29/790/105569/5db41866E9928348b/9b1efe71863f2bc6.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"9b1efe71863f2bc6.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/78134/20/13753/76243/5db41865E323d7683/f36b059efcfa93c2.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"f36b059efcfa93c2.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/96135/40/823/72900/5db41865Edf8fd831/ba8cdce90a61b2e1.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"ba8cdce90a61b2e1.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/56126/31/15629/66867/5dc93d05Ec28da154/53b5276dbf951af8.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"53b5276dbf951af8.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/97013/20/803/50583/5db41867E061e8db4/42d722b7ac9d69e9.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"42d722b7ac9d69e9.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/80487/15/14008/31445/5db41866Ea293a68d/0f0e1b2c04bb497f.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"0f0e1b2c04bb497f.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/61571/17/14042/48859/5db41866E694ce07c/96bda3bcefaf71ea.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"96bda3bcefaf71ea.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/55207/23/14321/83821/5db41867E93b7ad2c/a4efabfd657fea5d.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"a4efabfd657fea5d.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/82098/21/13888/50916/5db41867Ec272ae84/aa18bbe389f5973f.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"aa18bbe389f5973f.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/77453/33/13790/40143/5db41867E890dc4a4/3ee8d56fbe052d5d.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"3ee8d56fbe052d5d.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/86814/28/861/161174/5db418a3Ee8ebe819/95fc84db8ea98674.gif\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"95fc84db8ea98674.gif\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/86835/17/824/72239/5db41867E0caf8cb8/755c65e9b7dc0745.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"755c65e9b7dc0745.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/103319/10/776/69857/5db41867Ea9b49456/f0e5485e0f8a0260.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"f0e5485e0f8a0260.jpg\"></p><table><tbody><tr><td>&nbsp;<table border=\"1\" style=\"margin-right:auto;margin-left:auto;border-collapse:separate;color:rgb(64,64,64);font-family:tahoma, arial, \'\', sans-serif;font-size:14px;width:750px;\"><tbody><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin-top: 0px; margin-bottom: 0px; line-height: 20px; color: rgb(153, 153, 153); width: 88px;\"><font color=\"#333333\" size=\"2\">【产品名称】</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; width: 250px;\"><font color=\"#000000\">皮床</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 1.12px; line-height: 20px; color: rgb(153, 153, 153); width: 88px;\"><font color=\"#333333\" size=\"2\">【产品品牌】</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; width: 250px;\"><font color=\"#000000\" size=\"2\">曲美家居</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品型号】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">QM19-B12</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品颜色】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">图示</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品材质】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">接触面真皮</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品尺寸】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">见详情</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【家居风格】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><span style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">北欧风格</font></span></td><td width=\"89\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【是否定制】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">否</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【包装细节】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">珍珠膜+纸质包装+物流包装</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品产地】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><span style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">北京市</font></span></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【发货周期】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">北京地区15-20个工作日、外埠地区20-40个工作日</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【配送安装】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">详情咨询客服</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【保养建议】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">用软布擦拭除尘</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品售后】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">三年保修、终身维护</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【特殊备注】</font></td><td colspan=\"3\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">海外及偏远地区配送不到(如港澳台新疆西藏云南贵州四川等部分偏远地区)</font></p></td></tr></tbody></table></td></tr></tbody></table><p><br></p>', '<p><a target=\"_blank\" href=\"https://item.jd.com/10056805907.html\"><img style=\"width:auto;height:auto;max-width:100%;\" src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/68427/10/13727/176182/5db41820E5d0e8930/eb1ca8facea3e7f6.jpg\" alt=\"eb1ca8facea3e7f6.jpg\"></a><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/57248/25/14533/20306/5db41833E261a9ed9/17a06ab1e3cba30b.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"17a06ab1e3cba30b.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/87836/25/785/53598/5db41834E30e94565/1b0331560604d729.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"1b0331560604d729.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/81362/13/13729/106633/5db41834E68a6e562/564e854086e9b417.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"564e854086e9b417.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/71303/19/13835/25072/5db41834E78c67b9c/032109a299b98cff.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"032109a299b98cff.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/60205/12/13885/40873/5db41834Efc9d6eff/8a80c122de0cf939.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"8a80c122de0cf939.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/57548/21/14514/119594/5db41835E74a8892c/42b0a3c958c0f2df.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"42b0a3c958c0f2df.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/60865/21/13719/23390/5db41835E136d779a/4694c7da1b1f8fe7.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"4694c7da1b1f8fe7.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/83173/8/13985/40805/5db41835E92604a9d/60fea5fb1455ba31.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"60fea5fb1455ba31.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/52325/12/14514/97951/5db41835E0b776352/bda59d5fa2c19a75.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"bda59d5fa2c19a75.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/103248/39/768/32096/5db41835E53a5450a/1243d165c875bf94.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"1243d165c875bf94.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/67870/2/13984/36549/5db41835Ea0d27d60/cc6abea1ea8baaf3.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"cc6abea1ea8baaf3.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/46578/13/14440/116838/5db41835Ee5c30edb/74b924f208df847c.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"74b924f208df847c.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/80834/5/13948/74413/5db41836Ea1a400b1/a36013ca12fa2332.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"a36013ca12fa2332.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/103553/18/782/108240/5db41836Eae3fc50f/587867c7e9524834.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"587867c7e9524834.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/57319/31/14472/71992/5db41836E17263a42/def8221f2cc9221d.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"def8221f2cc9221d.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/89095/19/826/153026/5db41836Ef42adb17/6f5d01bb9b6a33e3.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"6f5d01bb9b6a33e3.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/64743/33/13830/136815/5db41837Ed7e1264b/28e006ce4b74b02e.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"28e006ce4b74b02e.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/58261/16/14455/104165/5db41837E2c341f88/2b5b9e29eed05b08.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"2b5b9e29eed05b08.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/77579/35/13840/120507/5db41837Eb7cddd96/7839f04a895277c3.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"7839f04a895277c3.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/77994/15/13865/30900/5db41864E388545e3/151f367aae4a311f.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"151f367aae4a311f.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/105304/39/828/92878/5db41864E83ed32e0/46a2c7b039722fa6.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"46a2c7b039722fa6.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/61736/21/13921/50611/5db41864E0d76a975/16b19d3f17491d2d.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"16b19d3f17491d2d.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/91085/25/815/162902/5db41865E19e202e8/7f93f79e6bf5203e.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"7f93f79e6bf5203e.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/79169/39/14026/35214/5db41865E4e945c8b/a2f8150c33f87a13.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"a2f8150c33f87a13.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/93769/29/790/105569/5db41866E9928348b/9b1efe71863f2bc6.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"9b1efe71863f2bc6.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/78134/20/13753/76243/5db41865E323d7683/f36b059efcfa93c2.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"f36b059efcfa93c2.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/96135/40/823/72900/5db41865Edf8fd831/ba8cdce90a61b2e1.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"ba8cdce90a61b2e1.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/56126/31/15629/66867/5dc93d05Ec28da154/53b5276dbf951af8.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"53b5276dbf951af8.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/97013/20/803/50583/5db41867E061e8db4/42d722b7ac9d69e9.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"42d722b7ac9d69e9.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/80487/15/14008/31445/5db41866Ea293a68d/0f0e1b2c04bb497f.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"0f0e1b2c04bb497f.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/61571/17/14042/48859/5db41866E694ce07c/96bda3bcefaf71ea.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"96bda3bcefaf71ea.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/55207/23/14321/83821/5db41867E93b7ad2c/a4efabfd657fea5d.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"a4efabfd657fea5d.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/82098/21/13888/50916/5db41867Ec272ae84/aa18bbe389f5973f.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"aa18bbe389f5973f.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/77453/33/13790/40143/5db41867E890dc4a4/3ee8d56fbe052d5d.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"3ee8d56fbe052d5d.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/86814/28/861/161174/5db418a3Ee8ebe819/95fc84db8ea98674.gif\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"95fc84db8ea98674.gif\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/86835/17/824/72239/5db41867E0caf8cb8/755c65e9b7dc0745.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"755c65e9b7dc0745.jpg\"><img src=\"http://img30.360buyimg.com/popWaterMark/jfs/t1/103319/10/776/69857/5db41867Ea9b49456/f0e5485e0f8a0260.jpg\" style=\"width: auto; height: auto; max-width: 100%;\" alt=\"f0e5485e0f8a0260.jpg\"></p><table><tbody><tr><td>&nbsp;<table border=\"1\" style=\"margin-right:auto;margin-left:auto;border-collapse:separate;color:rgb(64,64,64);font-family:tahoma, arial, \'\', sans-serif;font-size:14px;width:750px;\"><tbody><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin-top: 0px; margin-bottom: 0px; line-height: 20px; color: rgb(153, 153, 153); width: 88px;\"><font color=\"#333333\" size=\"2\">【产品名称】</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; width: 250px;\"><font color=\"#000000\">皮床</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 1.12px; line-height: 20px; color: rgb(153, 153, 153); width: 88px;\"><font color=\"#333333\" size=\"2\">【产品品牌】</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px; width: 250px;\"><font color=\"#000000\" size=\"2\">曲美家居</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品型号】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">QM19-B12</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品颜色】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">图示</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品材质】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">接触面真皮</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品尺寸】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">见详情</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【家居风格】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><span style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">北欧风格</font></span></td><td width=\"89\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【是否定制】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">否</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【包装细节】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">珍珠膜+纸质包装+物流包装</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品产地】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><span style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">北京市</font></span></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【发货周期】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">北京地区15-20个工作日、外埠地区20-40个工作日</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【配送安装】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">详情咨询客服</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【保养建议】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">用软布擦拭除尘</font></p></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【产品售后】</font></td><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">三年保修、终身维护</font></p></td></tr><tr><td style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><font size=\"2\" color=\"#000000\">【特殊备注】</font></td><td colspan=\"3\" style=\"padding: 0px; border-color: rgb(0, 0, 0);\"><p style=\"margin: 12px; line-height: 20px;\"><font color=\"#000000\">海外及偏远地区配送不到(如港澳台新疆西藏云南贵州四川等部分偏远地区)</font></p></td></tr></tbody></table></td></tr></tbody></table><p><br></p>', '', 'jfs/t1/245148/32/8507/126728/664a233fF4bb808fe/1506bf1b50aa2969.jpg', 0.00, 0.00, 3799.00, '曲美家居QM', NULL, '头层小黄牛皮|可储物|实木框架', '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024964956170, '曲美家居双人床 头层牛皮卧室婚床 简约原野床', 8, '', 'QM23-B12', NULL, '2024-05-20 00:05:53', '2023-10-31 17:37:36', '2023-11-16 09:58:10', '2023-11-16 10:06:42', NULL, NULL, NULL, 100, 1970, 1140, 2200, '<div id=\"zbViewWeChatMiniImages\" style=\"display: none;\" value=\"/sku/jfs/t1/233069/31/2832/83618/6551e79bFea7496b0/67180ba2395f71fa.jpg,/sku/jfs/t1/226306/34/2445/153508/6551e79bFa56004b8/e4e0870c8473b0ea.jpg,/sku/jfs/t1/227997/30/3143/30889/6551e79bF491a2612/5fd341696f7c51b9.jpg,/sku/jfs/t1/104753/11/41155/82358/6551e79bF48919c9c/b35a2faf57e41b4e.jpg,/sku/jfs/t1/107717/22/49008/21415/6551e79bF643698ca/c8d2e3933ddf716c.jpg,/sku/jfs/t1/225905/1/3240/34575/6551e79bF1f9553ad/fd4179acd83b7b68.jpg,/sku/jfs/t1/182928/37/41439/112488/6551e79bFd79b0ef7/3aeefef16d4ef965.jpg,/sku/jfs/t1/96088/26/36522/15633/6551e79bF7e28cd11/dfa567acb4592934.jpg,/sku/jfs/t1/85014/3/44560/100563/6551e79bF76378e78/3775a7bbd95013db.jpg,/sku/jfs/t1/237279/8/2835/41829/6551e79bFe3570c20/18e84a99b116c6e0.jpg,/sku/jfs/t1/237555/19/2819/65456/6551e79bFd680ef4f/b3d0bf7b3a039d2d.jpg,/sku/jfs/t1/186699/25/42173/15470/6551e79bFf21ac43c/9129b738a13670ee.jpg,/sku/jfs/t1/112259/19/46096/48086/6551e79bF60c86429/d8bac5fee3c5bdd7.jpg,/sku/jfs/t1/230229/34/2930/86504/6551e79bF10b7abd9/71a879e39aafb3d9.jpg,/sku/jfs/t1/180362/21/39016/113456/6551e79bFbd089ef6/f135f79db57e4732.jpg,/sku/jfs/t1/224878/18/3261/36893/6551e79bF394dc806/1372fea7cf0d6ea5.jpg,/sku/jfs/t1/145580/22/39604/41751/6551e79bF5bc0257c/4e93ed18bc313006.jpg,/sku/jfs/t1/105330/34/38441/36300/6551e79bF17575e4d/6dc0476bfb75fd14.jpg,/sku/jfs/t1/205827/10/39060/20510/6551e79bFb4b58d35/77b3063b8c06f55e.jpg,/sku/jfs/t1/232636/37/2580/56248/6551e79bF8ecc86b3/51e26395b706b427.jpg,/sku/jfs/t1/198387/23/39149/114141/6551e79bF740f493c/a25ed039e2688022.jpg,/sku/jfs/t1/198262/13/40051/71734/6551e79bFb05d0efd/5f38a85138e8640c.jpg,/sku/jfs/t1/197495/37/39423/29231/6551e79bF0814a64e/ab6e69b6693a7b54.jpg,/sku/jfs/t1/179825/16/42407/35926/6551e79bF806747d5/cec4a5608210cfd5.jpg,/sku/jfs/t1/93862/35/42025/32655/6551e79bF3bab83c3/fee5bad2c4072c7d.jpg,/sku/jfs/t1/224868/5/3157/90328/6551e79bFfbaf94a5/b9c69f9204144731.jpg,/sku/jfs/t1/182938/33/42065/35305/6551e79bF970daeec/57dcebb04bae9d58.jpg\"></div><div cssurl=\'//sku-market-gw.jd.com/css/pc/10024964956170.css?t=1699866529804\'></div><div id=\'zbViewModulesH\' value=\'18513\'></div><input id=\'zbViewModulesHeight\' type=\'hidden\' value=\'18513\'/><div skudesign=\"100010\"></div><div class=\"ssd-module-wrap\" >\n <div class=\"ssd-module M16987445910631 animate-M16987445910631\" data-id=\"M16987445910631\">\n <div class=\"ssd-widget-text W16998664437387\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10076613629601.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998664432286\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10083950775118.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998664429745\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/1644198662.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998664427554\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/29315464648.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998664424673\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10088094294921.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n<div class=\"ssd-widget-text W16998664314442\"\n >\n \n <a class=\"ssd-widget-link\" href=\"https://item.jd.com/10086224255269.html\"\n target=\"_blank\">\n\n </a>\n \n\n</div>\n\n</div>\n<div class=\"ssd-module M16998664212981 animate-M16998664212981\" data-id=\"M16998664212981\">\n \n</div>\n<div class=\"ssd-module M169874461233833 animate-M169874461233833\" data-id=\"M169874461233833\">\n \n</div>\n<div class=\"ssd-module M16987445913372 animate-M16987445913372\" data-id=\"M16987445913372\">\n \n</div>\n<div class=\"ssd-module M16987445917093 animate-M16987445917093\" data-id=\"M16987445917093\">\n \n</div>\n<div class=\"ssd-module M16987445918964 animate-M16987445918964\" data-id=\"M16987445918964\">\n \n</div>\n<div class=\"ssd-module M16987445921356 animate-M16987445921356\" data-id=\"M16987445921356\">\n \n</div>\n<div class=\"ssd-module M16987445925407 animate-M16987445925407\" data-id=\"M16987445925407\">\n \n</div>\n<div class=\"ssd-module M16987445927388 animate-M16987445927388\" data-id=\"M16987445927388\">\n \n</div>\n<div class=\"ssd-module M16987445930879 animate-M16987445930879\" data-id=\"M16987445930879\">\n \n</div>\n<div class=\"ssd-module M169874459340110 animate-M169874459340110\" data-id=\"M169874459340110\">\n \n</div>\n<div class=\"ssd-module M169874459358612 animate-M169874459358612\" data-id=\"M169874459358612\">\n \n</div>\n<div class=\"ssd-module M169874459381813 animate-M169874459381813\" data-id=\"M169874459381813\">\n \n</div>\n<div class=\"ssd-module M169874459517114 animate-M169874459517114\" data-id=\"M169874459517114\">\n \n</div>\n<div class=\"ssd-module M169874459538415 animate-M169874459538415\" data-id=\"M169874459538415\">\n \n</div>\n<div class=\"ssd-module M169874459560617 animate-M169874459560617\" data-id=\"M169874459560617\">\n \n</div>\n<div class=\"ssd-module M169874459588519 animate-M169874459588519\" data-id=\"M169874459588519\">\n \n</div>\n<div class=\"ssd-module M169874459610020 animate-M169874459610020\" data-id=\"M169874459610020\">\n \n</div>\n<div class=\"ssd-module M169874459655921 animate-M169874459655921\" data-id=\"M169874459655921\">\n \n</div>\n<div class=\"ssd-module M169874459671723 animate-M169874459671723\" data-id=\"M169874459671723\">\n \n</div>\n<div class=\"ssd-module M169874459688424 animate-M169874459688424\" data-id=\"M169874459688424\">\n \n</div>\n<div class=\"ssd-module M169874465944634 animate-M169874465944634\" data-id=\"M169874465944634\">\n \n</div>\n<div class=\"ssd-module M169874459739026 animate-M169874459739026\" data-id=\"M169874459739026\">\n \n</div>\n<div class=\"ssd-module M169874459765727 animate-M169874459765727\" data-id=\"M169874459765727\">\n \n</div>\n<div class=\"ssd-module M169874459795629 animate-M169874459795629\" data-id=\"M169874459795629\">\n \n</div>\n<div class=\"ssd-module M169874459815230 animate-M169874459815230\" data-id=\"M169874459815230\">\n \n</div>\n<div class=\"ssd-module M169874459914931 animate-M169874459914931\" data-id=\"M169874459914931\">\n \n</div>\n\n </div>\n<!-- 2023-11-13 05:08:33 --> ', NULL, '', 'jfs/t1/181226/1/45747/149042/664a233fFbef3d3af/2919396d977987d8.jpg', 0.00, 0.00, 3799.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025734520381, '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件', 8, NULL, '', NULL, '2024-05-17 17:22:11', '2024-05-08 14:51:32', NULL, '2024-05-08 14:51:32', NULL, NULL, NULL, 20, 1000, 500, 1000, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/166357/1/42173/93432/65bb03d8F290bb704/8d2b5caab889a19e.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/166357/1/42173/93432/65bb03d8F290bb704/8d2b5caab889a19e.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', NULL, 'jfs/t1/166357/1/42173/93432/65bb03d8F290bb704/8d2b5caab889a19e.jpg', NULL, 0.00, 94.00, '曲美家居QM', NULL, NULL, NULL, NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025727625880, '曲美家居沙发 头层牛皮油蜡皮直排沙发客厅意式皮艺超大座深沙发', 8, NULL, 'QM24-S4', NULL, '2024-05-20 14:36:30', '2024-05-07 11:36:19', NULL, '2024-05-07 11:36:19', NULL, NULL, NULL, 120, 1100, 840, 1700, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/172098/28/45604/158347/6639995aFb67cd746/4330fbf1ffe42f8f.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/172098/28/45604/158347/6639995aFb67cd746/4330fbf1ffe42f8f.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', NULL, 'jfs/t1/213208/26/42174/128419/664a23a9Faaca4fbd/fceeb35325d13827.jpg', NULL, 0.00, 10399.00, '曲美家居QM', NULL, NULL, NULL, NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025729217377, '曲美家居沙发 多功能沙发 全真皮电动平移沙发意式懒人沙发床 ', 8, NULL, '23E-WQM-S4', NULL, '2024-05-20 14:31:27', '2024-05-07 15:52:32', NULL, '2024-05-14 18:01:21', NULL, NULL, NULL, 120, 1100, 810, 1410, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/220643/11/40871/167661/6639cee5Fe6cc2bfb/76485348d576e038.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/220643/11/40871/167661/6639cee5Fe6cc2bfb/76485348d576e038.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', NULL, 'jfs/t1/229202/18/17050/166220/664a2402Fd1d289d7/c293f0a46187aa02.jpg', NULL, 0.00, 7929.00, '曲美家居QM', NULL, NULL, NULL, NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025740977919, '曲美家居家具 沙发茶几餐桌客厅卧室布艺皮艺家具', 8, NULL, '', NULL, '2024-05-17 17:22:11', '2024-05-09 14:37:55', NULL, '2024-05-16 14:39:25', NULL, NULL, NULL, 50, 1000, 1000, 1500, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/220777/30/39289/108075/663c3e28Fdfe7371e/f09a42950fc7cd93.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/220777/30/39289/108075/663c3e28Fdfe7371e/f09a42950fc7cd93.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', NULL, 'jfs/t1/220777/30/39289/108075/663c3e28Fdfe7371e/f09a42950fc7cd93.jpg', NULL, 0.00, 109999.00, '曲美家居QM', NULL, NULL, NULL, NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024091626000, '曲美家居QM真皮床 实木框架双人床主卧欧式家具 欧包床', 8, '', 'QM23-B9', NULL, '2024-05-18 16:03:12', '2023-04-29 13:32:58', '2024-05-17 16:08:25', '2024-05-17 17:50:21', NULL, NULL, NULL, 50, 50, 25, 200, '<p>1</p><p><br></p>', '<p>1</p><p><br></p>', '', 'jfs/t1/191875/33/36668/87525/645f4054F031461d0/3047acd57834e199.jpg', 0.00, 0.00, 4899.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025728483480, '曲美家居沙发 多功能沙发布艺电动平移伸缩沙发床', 8, NULL, '23E-WQM-S3', NULL, '2024-05-20 15:41:40', '2024-05-07 14:17:31', NULL, '2024-05-11 13:51:31', NULL, NULL, NULL, 120, 1050, 780, 2020, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/158892/28/44137/109983/6639bb11Fa7de852e/62be08e36ca46174.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/158892/28/44137/109983/6639bb11Fa7de852e/62be08e36ca46174.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', NULL, 'jfs/t1/247123/19/8900/138365/664a2403F305c31a8/bd277ee7db3ac050.jpg', NULL, 0.00, 6539.00, '曲美家居QM', NULL, NULL, NULL, NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025727492535, '曲美家居沙发 真皮直排沙发客厅意式大座深沙发', 8, NULL, 'QM24-S2', NULL, '2024-05-20 16:34:41', '2024-05-07 11:10:28', NULL, '2024-05-07 11:10:28', NULL, NULL, NULL, 100, 850, 1000, 2800, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/172098/28/45604/158347/6639995aFb67cd746/4330fbf1ffe42f8f.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/172098/28/45604/158347/6639995aFb67cd746/4330fbf1ffe42f8f.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', NULL, 'jfs/t1/219573/15/41837/163730/664a23a6Ff495a7fa/6b96917e4b65aa4e.jpg', NULL, 0.00, 8599.00, '曲美家居QM', NULL, NULL, NULL, NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10024617261035, '曲美家居1元特权需搭配主品购买单拍不发货详询客服', 8, '', '1元特权', NULL, '2024-05-17 17:22:11', '2023-08-04 22:39:01', '2024-02-27 09:21:20', '2024-05-10 10:20:20', NULL, NULL, NULL, 1, 100, 10, 10, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/101162/26/44242/92912/663d83d9F553bf087/51c88bf6ce8b9b9c.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/101162/26/44242/92912/663d83d9F553bf087/51c88bf6ce8b9b9c.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '', 'jfs/t1/101162/26/44242/92912/663d83d9F553bf087/51c88bf6ce8b9b9c.jpg', 1.00, 0.00, 1.00, '曲美家居QM', NULL, NULL, '', NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025727588991, '曲美家居沙发 头层牛皮直排沙发客厅意式皮艺大座深沙发', 8, NULL, 'QM24-S5', NULL, '2024-05-20 16:20:23', '2024-05-07 11:31:27', NULL, '2024-05-07 11:31:27', NULL, NULL, NULL, 100, 910, 840, 1430, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/172098/28/45604/158347/6639995aFb67cd746/4330fbf1ffe42f8f.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/172098/28/45604/158347/6639995aFb67cd746/4330fbf1ffe42f8f.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', NULL, 'jfs/t1/246535/37/9596/124000/664a23a7Fbcd44085/5f9a0977d7ba68f3.jpg', NULL, 0.00, 8699.00, '曲美家居QM', NULL, NULL, NULL, NULL, 2, NULL);
INSERT INTO `oms_jd_goods` VALUES (null, 10025727542665, '曲美家居沙发 真皮直排沙发油蜡皮客厅意式大座深沙发', 8, NULL, 'QM24-S3', NULL, '2024-05-20 16:29:16', '2024-05-07 11:21:27', NULL, '2024-05-07 11:21:27', NULL, NULL, NULL, 100, 1400, 900, 1410, '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/172098/28/45604/158347/6639995aFb67cd746/4330fbf1ffe42f8f.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', '<img src=\"//img10.360buyimg.com/imgzone/jfs/t1/172098/28/45604/158347/6639995aFb67cd746/4330fbf1ffe42f8f.jpg\" style=\"width: auto; height: auto; max-width: 100%;\">', NULL, 'jfs/t1/198183/39/43776/133750/664a23a7Fc8abae0e/515fabc0ab185048.jpg', NULL, 0.00, 8849.00, '曲美家居QM', NULL, NULL, NULL, NULL, 2, NULL);
-- ----------------------------
-- Table structure for oms_jd_goods_sku
-- ----------------------------
DROP TABLE IF EXISTS `oms_jd_goods_sku`;
CREATE TABLE `oms_jd_goods_sku` (
`id` bigint NOT NULL AUTO_INCREMENT,
`ware_id` bigint NULL DEFAULT NULL COMMENT '平台商品id',
`sku_id` bigint NULL DEFAULT NULL,
`status` int NULL DEFAULT NULL,
`jd_price` decimal(10, 2) NULL DEFAULT NULL,
`outer_id` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`bar_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`logo` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`sale_attrs` varchar(2550) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`sku_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`stock_num` int NULL DEFAULT NULL,
`modified` datetime NULL DEFAULT NULL,
`created` datetime NULL DEFAULT NULL,
`currency_spu_id` varchar(0) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`erp_goods_id` bigint NULL DEFAULT NULL COMMENT '商品id(o_goods外键)',
`erp_goods_sku_id` bigint NULL DEFAULT NULL COMMENT '商品skuid(o_goods_sku外键)',
`shop_id` bigint NULL DEFAULT NULL COMMENT '店铺id',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '京东商品SKU表' ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of oms_jd_goods_sku
-- ----------------------------
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024022704309, 10073241596317, 1, 7141.00, 'ZH-PC-2-DS-F2-QM23-B6-18X', NULL, 'jfs/t1/171725/26/44603/98516/662a7e84Fc676552c/8ada4826872308d6.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"2784824195\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"悬浮床(布朗橘)\"],\"attrValues\":[\"2784827020\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居QM悬浮床 双人床 皮床 婚床主卧真皮床卧室简约实木框架床 悬浮床(布朗橘) 1.8*2.0m', NULL, '2024-05-01 14:06:52', '2023-04-15 14:53:43', NULL, 0, 1784836464687759362, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024022704309, 10073241596311, 1, 5999.00, 'ZH-PC-2-DS-F1-QM23-B6-18', NULL, 'jfs/t1/218476/21/38506/97144/662a7e7dF0ea0bd43/590ada54000e9a5e.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床(海参灰)\"],\"attrValues\":[\"2784824197\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"2784824195\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM悬浮床 双人床 皮床 婚床主卧真皮床卧室简约实木框架床 框架床(海参灰) 1.8*2.0m', NULL, '2024-05-01 15:23:01', '2023-04-15 14:53:43', NULL, 0, 1784836464587096066, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024022704309, 10073241596313, 1, 5999.00, 'ZH-PC-2-DS-F2-QM23-B6-18', NULL, 'jfs/t1/206717/29/40833/101867/662a7e82F9cf92ea1/26e09681655cd6d5.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"2784824195\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床(布朗橘)\"],\"attrValues\":[\"2784827001\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居QM悬浮床 双人床 皮床 婚床主卧真皮床卧室简约实木框架床 框架床(布朗橘) 1.8*2.0m', NULL, '2024-05-01 13:50:56', '2023-04-15 14:53:43', NULL, 0, 1784836464654204929, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024406384615, 10079398131869, 1, 9688.00, 'RLYH-23E-LAB-DT1', NULL, 'jfs/t1/130571/13/36397/80821/649d9b7dF41bd940f/91a9652638c023fd.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"折叠餐桌\\\"}]\"],\"attrValues\":[\"2784820616\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"柔光灰\\\"}]\"],\"attrValues\":[\"2784820615\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QMLAB折叠餐桌椅 伸缩餐桌社交化餐厅饭桌多功能家具 折叠餐桌 柔光灰', NULL, '2024-04-03 16:21:14', '2023-06-29 23:02:49', NULL, 0, 1782645555899990018, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024406384615, 10079398131868, 1, 9688.00, 'RLYB-23E-LAB-DT1', NULL, 'jfs/t1/130571/13/36397/80821/649d9b7dF41bd940f/91a9652638c023fd.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"折叠餐桌\\\"}]\"],\"attrValues\":[\"2784820616\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"柔光白\\\"}]\"],\"attrValues\":[\"2784820614\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QMLAB折叠餐桌椅 伸缩餐桌社交化餐厅饭桌多功能家具 折叠餐桌 柔光白', NULL, '2024-04-03 16:21:14', '2023-06-29 23:02:49', NULL, 0, 1782645555887407106, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024406384615, 10079398131871, 1, 5600.00, 'F1-RLYH-23E-LAB-D1', NULL, 'jfs/t1/130571/13/36397/80821/649d9b7dF41bd940f/91a9652638c023fd.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"柔光灰\\\"}]\"],\"attrValues\":[\"2784820615\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"折叠餐椅\\\"}]\"],\"attrValues\":[\"2784820618\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居QMLAB折叠餐桌椅 伸缩餐桌社交化餐厅饭桌多功能家具 折叠餐椅 柔光灰', NULL, '2024-04-03 16:21:14', '2023-06-29 23:02:49', NULL, 0, 1782645555870629889, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024406384615, 10079398131870, 1, 5600.00, 'F1-RLYB-23E-LAB-D1', NULL, 'jfs/t1/130571/13/36397/80821/649d9b7dF41bd940f/91a9652638c023fd.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"折叠餐椅\\\"}]\"],\"attrValues\":[\"2784820618\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"柔光白\\\"}]\"],\"attrValues\":[\"2784820614\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QMLAB折叠餐桌椅 伸缩餐桌社交化餐厅饭桌多功能家具 折叠餐椅 柔光白', NULL, '2024-04-03 16:21:14', '2023-06-29 23:02:49', NULL, 0, 1782645555862241282, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024024251020, 10073267951160, 1, 5570.00, 'ZH-PC-2-DS-F2-QM23-B2-15', NULL, 'jfs/t1/155171/17/37685/94654/662a7e7bF059f898e/0a5ae322cbeb84f1.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床(烟灰色)\"],\"attrValues\":[\"2784827001\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居QM曲美家居床 双人床 皮床 奶油风卧室现代简约真皮软床家具 框架床(烟灰色) 1.5*2.0m', NULL, '2024-04-19 13:28:28', '2023-04-15 20:29:02', NULL, 0, 1784836464499015682, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024024251020, 10073267951161, 1, 5570.00, 'ZH-PC-2-DS-F2-QM23-B2-18', NULL, 'jfs/t1/155171/17/37685/94654/662a7e7bF059f898e/0a5ae322cbeb84f1.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"2784824195\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床(烟灰色)\"],\"attrValues\":[\"2784827001\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居QM曲美家居床 双人床 皮床 奶油风卧室现代简约真皮软床家具 框架床(烟灰色) 1.8*2.0m', NULL, '2024-04-19 13:28:28', '2023-04-15 20:29:02', NULL, 0, 1784836464515792898, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024024251020, 10073267951159, 1, 5570.00, 'ZH-PC-2-DS-F1-QM23-B2-18', NULL, 'jfs/t1/216805/2/38965/75633/662a7e77F8dc9a85e/af79e2a96ebc4468.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床(米咖色)\"],\"attrValues\":[\"2784824197\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"2784824195\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM曲美家居床 双人床 皮床 奶油风卧室现代简约真皮软床家具 框架床(米咖色) 1.8*2.0m', NULL, '2024-04-19 13:28:28', '2023-04-15 20:29:02', NULL, 0, 1784836464440295426, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025401129560, 10097509027917, 1, 39.90, '', NULL, 'jfs/t1/110521/27/48379/81257/65e67eefF927d5a4e/ef5b5302cb36dfc1.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"颜色随机\"],\"attrValues\":[\"10280817699\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"40*40cm\"],\"attrValues\":[\"10280817698\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居沙发抱枕科技布小靠枕40*40CM颜色随机 颜色随机 40*40cm', NULL, '2024-05-04 11:21:04', '2024-03-05 10:33:55', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235455, 1, 1020.00, 'F5-23E-LAB-ZCZ-2', NULL, 'jfs/t1/241203/6/8656/49239/663b1da6F33c59dd0/bd0690104239aea3.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"冰川灰【真皮】\"],\"attrValues\":[\"14199947913\"],\"attrValuesSeqNo\":[5],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x40【支撑枕】\"],\"attrValues\":[\"14199947926\"],\"attrValuesSeqNo\":[13],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x40【支撑枕】 冰川灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230974, 1, 584.00, 'F5-23E-LAB-CYB-3', NULL, 'jfs/t1/205580/39/42097/44636/663b1da5F3a8c2867/6d66ffb82978e255.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x60x15【长腰包】\"],\"attrValues\":[\"14199947917\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"冰川灰【真皮】\"],\"attrValues\":[\"14199947913\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x60x15【长腰包】 冰川灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235412, 1, 400.00, 'F1-23E-LAB-ZDB-1', NULL, 'jfs/t1/151156/17/44865/24377/663b1da5Ff760fdc4/417f20ac8d3a77dc.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"燕麦白【灯芯绒】\"],\"attrValues\":[\"14199947905\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x45x35【折叠背】\"],\"attrValues\":[\"14199947922\"],\"attrValuesSeqNo\":[9],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x45x35【折叠背】 燕麦白【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230971, 1, 215.00, 'F9-23E-LAB-CYB-3', NULL, 'jfs/t1/205580/39/42097/44636/663b1da5F3a8c2867/6d66ffb82978e255.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"石墨灰【灯芯绒】\"],\"attrValues\":[\"14199947910\"],\"attrValuesSeqNo\":[9],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x60x15【长腰包】\"],\"attrValues\":[\"14199947917\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x60x15【长腰包】 石墨灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235464, 1, 851.00, 'F5-23E-LAB-ZCZ-1', NULL, 'jfs/t1/197675/25/41852/45850/663b1da7F99ebe70d/ce796c89a011ada3.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"70x40【支撑枕】\"],\"attrValues\":[\"14199947927\"],\"attrValuesSeqNo\":[14],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"冰川灰【真皮】\"],\"attrValues\":[\"14199947913\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 70x40【支撑枕】 冰川灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230981, 1, 391.00, 'F4-23E-LAB-CYB-4', NULL, 'jfs/t1/172066/21/44989/44521/663b1da4Fbbfa20da/1ec5b62f68f43e3e.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"90x60x15【长腰包】\"],\"attrValues\":[\"14199947918\"],\"attrValuesSeqNo\":[5],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"棕色【硅胶皮】\"],\"attrValues\":[\"14199947911\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 90x60x15【长腰包】 棕色【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230947, 1, 258.00, 'F5-23E-LAB-FYB-1', NULL, 'jfs/t1/148154/13/42033/25917/663b1da9Fba7a01df/b68e76a330b5caf5.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"45x45x15【方腰包】\"],\"attrValues\":[\"14199947906\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"冰川灰【真皮】\"],\"attrValues\":[\"14199947913\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 45x45x15【方腰包】 冰川灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073231010, 1, 957.00, 'F5-23E-LAB-YZ-3', NULL, 'jfs/t1/243047/9/8771/54317/663b1da8F382dc2a9/ea50e0fd3c6299c9.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ45【圆枕】\"],\"attrValues\":[\"14199947921\"],\"attrValuesSeqNo\":[8],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"冰川灰【真皮】\"],\"attrValues\":[\"14199947913\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ45【圆枕】 冰川灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230976, 1, 246.00, 'F1-23E-LAB-CYB-4', NULL, 'jfs/t1/172066/21/44989/44521/663b1da4Fbbfa20da/1ec5b62f68f43e3e.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"燕麦白【灯芯绒】\"],\"attrValues\":[\"14199947905\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"90x60x15【长腰包】\"],\"attrValues\":[\"14199947918\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 90x60x15【长腰包】 燕麦白【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073231000, 1, 240.00, 'F3-23E-LAB-YZ-2', NULL, 'jfs/t1/195061/8/44712/33809/663b1da9F16d60625/26f03c38bc0e4202.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶油咖【硅胶皮】\"],\"attrValues\":[\"14199947912\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ30【圆枕】\"],\"attrValues\":[\"14199947920\"],\"attrValuesSeqNo\":[7],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ30【圆枕】 奶油咖【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073231009, 1, 422.00, 'F3-23E-LAB-YZ-3', NULL, 'jfs/t1/243047/9/8771/54317/663b1da8F382dc2a9/ea50e0fd3c6299c9.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶油咖【硅胶皮】\"],\"attrValues\":[\"14199947912\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ45【圆枕】\"],\"attrValues\":[\"14199947921\"],\"attrValuesSeqNo\":[8],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ45【圆枕】 奶油咖【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230954, 1, 374.00, 'F4-23E-LAB-FYB-2', NULL, 'jfs/t1/156654/25/44238/28257/663b1da6F95bb1acc/bedc8a6c15faf633.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"80x80x15【方腰包】\"],\"attrValues\":[\"14199947915\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"棕色【硅胶皮】\"],\"attrValues\":[\"14199947911\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 80x80x15【方腰包】 棕色【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230940, 1, 94.00, 'F1-23E-LAB-FYB-1', NULL, 'jfs/t1/148154/13/42033/25917/663b1da9Fba7a01df/b68e76a330b5caf5.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"45x45x15【方腰包】\"],\"attrValues\":[\"14199947906\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"燕麦白【灯芯绒】\"],\"attrValues\":[\"14199947905\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 45x45x15【方腰包】 燕麦白【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235441, 1, 393.00, 'F2-23E-LAB-TBZCZ', NULL, 'jfs/t1/237358/23/14855/34373/663b1da4F82d21351/ed98c25ce0a83b68.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶茶灰【灯芯绒】\"],\"attrValues\":[\"14199947908\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x75x15【头部支撑枕】\"],\"attrValues\":[\"14199947925\"],\"attrValuesSeqNo\":[12],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x75x15【头部支撑枕】 奶茶灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230967, 1, 215.00, 'F1-23E-LAB-CYB-3', NULL, 'jfs/t1/205580/39/42097/44636/663b1da5F3a8c2867/6d66ffb82978e255.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"燕麦白【灯芯绒】\"],\"attrValues\":[\"14199947905\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x60x15【长腰包】\"],\"attrValues\":[\"14199947917\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x60x15【长腰包】 燕麦白【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230988, 1, 118.00, 'F8-23E-LAB-YZ-1', NULL, 'jfs/t1/241953/17/8095/28867/663b1da9F32942a5b/abdbb2dfe1e5b09a.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ20【圆枕】\"],\"attrValues\":[\"14199947919\"],\"attrValuesSeqNo\":[6],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"焦糖棕【灯芯绒】\"],\"attrValues\":[\"14199947909\"],\"attrValuesSeqNo\":[8],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ20【圆枕】 焦糖棕【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230945, 1, 126.00, 'F4-23E-LAB-FYB-1', NULL, 'jfs/t1/148154/13/42033/25917/663b1da9Fba7a01df/b68e76a330b5caf5.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"棕色【硅胶皮】\"],\"attrValues\":[\"14199947911\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"45x45x15【方腰包】\"],\"attrValues\":[\"14199947906\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 45x45x15【方腰包】 棕色【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235424, 1, 435.00, 'F8-23E-LAB-ZDB-2', NULL, 'jfs/t1/231741/22/17486/24106/663b1da3F7034f7f9/06ee7e9e6761154d.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"焦糖棕【灯芯绒】\"],\"attrValues\":[\"14199947909\"],\"attrValuesSeqNo\":[8],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"94x45x35【折叠背】\"],\"attrValues\":[\"14199947923\"],\"attrValuesSeqNo\":[10],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 94x45x35【折叠背】 焦糖棕【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230941, 1, 94.00, 'F7-23E-LAB-FYB-1', NULL, 'jfs/t1/148154/13/42033/25917/663b1da9Fba7a01df/b68e76a330b5caf5.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"45x45x15【方腰包】\"],\"attrValues\":[\"14199947906\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"蔷薇粉【灯芯绒】\"],\"attrValues\":[\"14199947907\"],\"attrValuesSeqNo\":[7],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 45x45x15【方腰包】 蔷薇粉【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073231003, 1, 281.00, 'F1-23E-LAB-YZ-3', NULL, 'jfs/t1/243047/9/8771/54317/663b1da8F382dc2a9/ea50e0fd3c6299c9.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ45【圆枕】\"],\"attrValues\":[\"14199947921\"],\"attrValuesSeqNo\":[8],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"燕麦白【灯芯绒】\"],\"attrValues\":[\"14199947905\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ45【圆枕】 燕麦白【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024221768642, 10076613629607, 1, 13103.00, 'F1-23E-LAB-ZD*2&FS1*2&FS*2', NULL, 'jfs/t1/134686/12/44510/98255/66e2b140Ff5c11b95/72d89fe41caa8692.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9231,\\\"value\\\":\\\"灯芯绒(燕麦白)\\\"}]\"],\"attrValues\":[\"2797943506\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"3人位2个座包\\\"}]\"],\"attrValues\":[\"2795159425\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居QM线下同款lab墩墩沙发 模块沙发 豆腐块网红组合时尚简约客厅沙发 3人位2个座包 灯芯绒(燕麦白)', NULL, '2024-09-13 13:51:55', '2023-05-24 21:07:28', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024221768642, 10076613638112, 1, 17176.00, 'F6-23E-LAB-ZD*2&FS1*2&FS*2', NULL, 'jfs/t1/230555/17/18270/88930/66488b8cF79dbd78c/e272b0aaa30c52ac.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"3人位2个座包\\\"}]\"],\"attrValues\":[\"2795159425\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9231,\\\"value\\\":\\\"牛皮(岩石灰)\\\"}]\"],\"attrValues\":[\"2896600497\"],\"attrValuesSeqNo\":[6],\"index\":2}]', '曲美家居QM线下同款lab墩墩沙发 模块沙发 豆腐块网红组合时尚简约客厅沙发 3人位2个座包 牛皮(岩石灰)', NULL, '2024-05-17 17:03:16', '2023-05-24 21:07:28', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024221768642, 10076613638114, 1, 7644.00, 'F2-23E-LAB-ZD*1&FS1*2&FS*1', NULL, 'jfs/t1/224553/16/18245/94868/66488b8eF897f5c7a/30ce61fee5ac567b.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"1-2人位1个座包\\\"}]\"],\"attrValues\":[\"2797933942\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9231,\\\"value\\\":\\\"灯芯绒(奶茶灰)\\\"}]\"],\"attrValues\":[\"2798630311\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM线下同款lab墩墩沙发 模块沙发 豆腐块网红组合时尚简约客厅沙发 1-2人位1个座包 灯芯绒(奶茶灰)', NULL, '2024-05-17 17:03:16', '2023-05-24 21:07:28', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024221768642, 10076613638113, 1, 7644.00, 'F1-23E-LAB-ZD*1&FS1*2&FS*1', NULL, 'jfs/t1/224553/16/18245/94868/66488b8eF897f5c7a/30ce61fee5ac567b.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9231,\\\"value\\\":\\\"灯芯绒(燕麦白)\\\"}]\"],\"attrValues\":[\"2797943506\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"1-2人位1个座包\\\"}]\"],\"attrValues\":[\"2797933942\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居QM线下同款lab墩墩沙发 模块沙发 豆腐块网红组合时尚简约客厅沙发 1-2人位1个座包 灯芯绒(燕麦白)', NULL, '2024-05-17 17:03:16', '2023-05-24 21:07:28', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024221768642, 10076613629602, 1, 15836.00, 'F2-23E-LAB-ZD*3&FS1*2&FS*3', NULL, 'jfs/t1/90923/15/43193/93181/66488b8dFe0a7147d/e457017be8affeef.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"4人位3个座包\\\"}]\"],\"attrValues\":[\"2795163911\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9231,\\\"value\\\":\\\"灯芯绒(奶茶灰)\\\"}]\"],\"attrValues\":[\"2798630311\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM线下同款lab墩墩沙发 模块沙发 豆腐块网红组合时尚简约客厅沙发 4人位3个座包 灯芯绒(奶茶灰)', NULL, '2024-05-17 17:03:16', '2023-05-24 21:07:28', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024221768642, 10076613629606, 1, 23150.00, 'F6-23E-LAB-ZD*3&FS1*2&FS*3', NULL, 'jfs/t1/90923/15/43193/93181/66488b8dFe0a7147d/e457017be8affeef.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9231,\\\"value\\\":\\\"牛皮(岩石灰)\\\"}]\"],\"attrValues\":[\"2896600497\"],\"attrValuesSeqNo\":[6],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"4人位3个座包\\\"}]\"],\"attrValues\":[\"2795163911\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居QM线下同款lab墩墩沙发 模块沙发 豆腐块网红组合时尚简约客厅沙发 4人位3个座包 牛皮(岩石灰)', NULL, '2024-05-17 17:03:16', '2023-05-24 21:07:28', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024221768642, 10076613638118, 1, 11202.00, 'F6-23E-LAB-ZD*1&FS1*2&FS*1', NULL, 'jfs/t1/224553/16/18245/94868/66488b8eF897f5c7a/30ce61fee5ac567b.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"1-2人位1个座包\\\"}]\"],\"attrValues\":[\"2797933942\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9231,\\\"value\\\":\\\"牛皮(岩石灰)\\\"}]\"],\"attrValues\":[\"2896600497\"],\"attrValuesSeqNo\":[6],\"index\":2}]', '曲美家居QM线下同款lab墩墩沙发 模块沙发 豆腐块网红组合时尚简约客厅沙发 1-2人位1个座包 牛皮(岩石灰)', NULL, '2024-05-17 17:03:16', '2023-05-24 21:07:28', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024221768642, 10076613629610, 1, 12548.00, 'F4-23E-LAB-ZD*2&FS1*2&FS*2', NULL, 'jfs/t1/230555/17/18270/88930/66488b8cF79dbd78c/e272b0aaa30c52ac.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9231,\\\"value\\\":\\\"硅胶皮(蜜糖棕)\\\"}]\"],\"attrValues\":[\"2798628424\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"3人位2个座包\\\"}]\"],\"attrValues\":[\"2795159425\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居QM线下同款lab墩墩沙发 模块沙发 豆腐块网红组合时尚简约客厅沙发 3人位2个座包 硅胶皮(蜜糖棕)', NULL, '2024-05-17 17:03:16', '2023-05-24 21:07:28', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024221768642, 10076613629603, 1, 18838.00, 'F3-23E-LAB-ZD*3&FS1*3&FS*2', NULL, 'jfs/t1/95051/25/46121/118059/66e2b142Fb5a38e77/e5ba85bae04d8bf5.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"4人位3个座包\\\"}]\"],\"attrValues\":[\"2795163911\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9231,\\\"value\\\":\\\"硅胶皮(奶油咖)\\\"}]\"],\"attrValues\":[\"2798625344\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居QM线下同款lab墩墩沙发 模块沙发 豆腐块网红组合时尚简约客厅沙发 4人位3个座包 硅胶皮(奶油咖)', NULL, '2024-09-13 13:51:55', '2023-05-24 21:07:28', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024221768642, 10076613629605, 1, 25775.00, 'F5-23E-LAB-ZD*3&FS1*3&FS*2', NULL, 'jfs/t1/95051/25/46121/118059/66e2b142Fb5a38e77/e5ba85bae04d8bf5.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9231,\\\"value\\\":\\\"牛皮(冰川灰)\\\"}]\"],\"attrValues\":[\"2798621980\"],\"attrValuesSeqNo\":[5],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"4人位3个座包\\\"}]\"],\"attrValues\":[\"2795163911\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居QM线下同款lab墩墩沙发 模块沙发 豆腐块网红组合时尚简约客厅沙发 4人位3个座包 牛皮(冰川灰)', NULL, '2024-09-13 13:51:55', '2023-05-24 21:07:28', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024221768642, 10076613629601, 1, 15836.00, 'F1-23E-LAB-ZD*3&FS1*2&FS*3', NULL, 'jfs/t1/90923/15/43193/93181/66488b8dFe0a7147d/e457017be8affeef.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9231,\\\"value\\\":\\\"灯芯绒(燕麦白)\\\"}]\"],\"attrValues\":[\"2797943506\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"4人位3个座包\\\"}]\"],\"attrValues\":[\"2795163911\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居QM线下同款lab墩墩沙发 模块沙发 豆腐块网红组合时尚简约客厅沙发 4人位3个座包 灯芯绒(燕麦白)', NULL, '2024-05-17 17:03:16', '2023-05-24 21:07:28', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024221768642, 10076613638116, 1, 9171.00, 'F4-23E-LAB-ZD*1&FS1*1&FS*2', NULL, 'jfs/t1/133513/17/47185/101420/66e2b143F3f6c417d/8e4d589444388540.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"1-2人位1个座包\\\"}]\"],\"attrValues\":[\"2797933942\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9231,\\\"value\\\":\\\"硅胶皮(蜜糖棕)\\\"}]\"],\"attrValues\":[\"2798628424\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居QM线下同款lab墩墩沙发 模块沙发 豆腐块网红组合时尚简约客厅沙发 1-2人位1个座包 硅胶皮(蜜糖棕)', NULL, '2024-09-13 13:51:55', '2023-05-24 21:07:28', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024221768642, 10076613638111, 1, 17176.00, 'F5-23E-LAB-ZD*2&FS1*2&FS*2', NULL, 'jfs/t1/230555/17/18270/88930/66488b8cF79dbd78c/e272b0aaa30c52ac.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"3人位2个座包\\\"}]\"],\"attrValues\":[\"2795159425\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9231,\\\"value\\\":\\\"牛皮(冰川灰)\\\"}]\"],\"attrValues\":[\"2798621980\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居QM线下同款lab墩墩沙发 模块沙发 豆腐块网红组合时尚简约客厅沙发 3人位2个座包 牛皮(冰川灰)', NULL, '2024-05-17 17:03:16', '2023-05-24 21:07:28', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024221768642, 10076613629608, 1, 11740.00, 'F2-23E-LAB-ZD*2&FS1*2&FS*2', NULL, 'jfs/t1/230555/17/18270/88930/66488b8cF79dbd78c/e272b0aaa30c52ac.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9231,\\\"value\\\":\\\"灯芯绒(奶茶灰)\\\"}]\"],\"attrValues\":[\"2798630311\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"3人位2个座包\\\"}]\"],\"attrValues\":[\"2795159425\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居QM线下同款lab墩墩沙发 模块沙发 豆腐块网红组合时尚简约客厅沙发 3人位2个座包 灯芯绒(奶茶灰)', NULL, '2024-05-17 17:03:16', '2023-05-24 21:07:28', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024221768642, 10076613629609, 1, 12548.00, 'F3-23E-LAB-ZD*2&FS1*2&FS*2', NULL, 'jfs/t1/230555/17/18270/88930/66488b8cF79dbd78c/e272b0aaa30c52ac.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"3人位2个座包\\\"}]\"],\"attrValues\":[\"2795159425\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9231,\\\"value\\\":\\\"硅胶皮(奶油咖)\\\"}]\"],\"attrValues\":[\"2798625344\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居QM线下同款lab墩墩沙发 模块沙发 豆腐块网红组合时尚简约客厅沙发 3人位2个座包 硅胶皮(奶油咖)', NULL, '2024-05-17 17:03:16', '2023-05-24 21:07:28', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024221768642, 10076613638117, 1, 11202.00, 'F5-23E-LAB-ZD*1&FS1*2&FS*1', NULL, 'jfs/t1/224553/16/18245/94868/66488b8eF897f5c7a/30ce61fee5ac567b.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"1-2人位1个座包\\\"}]\"],\"attrValues\":[\"2797933942\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9231,\\\"value\\\":\\\"牛皮(冰川灰)\\\"}]\"],\"attrValues\":[\"2798621980\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居QM线下同款lab墩墩沙发 模块沙发 豆腐块网红组合时尚简约客厅沙发 1-2人位1个座包 牛皮(冰川灰)', NULL, '2024-05-17 17:03:16', '2023-05-24 21:07:28', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024221768642, 10076613629604, 1, 16908.00, 'F4-23E-LAB-ZD*3&FS1*2&FS*3', NULL, 'jfs/t1/90923/15/43193/93181/66488b8dFe0a7147d/e457017be8affeef.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9231,\\\"value\\\":\\\"硅胶皮(蜜糖棕)\\\"}]\"],\"attrValues\":[\"2798628424\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"4人位3个座包\\\"}]\"],\"attrValues\":[\"2795163911\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居QM线下同款lab墩墩沙发 模块沙发 豆腐块网红组合时尚简约客厅沙发 4人位3个座包 硅胶皮(蜜糖棕)', NULL, '2024-05-17 17:03:16', '2023-05-24 21:07:28', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024221768642, 10076613638115, 1, 9171.00, 'F3-23E-LAB-ZD*1&FS1*1&FS*2', NULL, 'jfs/t1/133513/17/47185/101420/66e2b143F3f6c417d/8e4d589444388540.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9231,\\\"value\\\":\\\"硅胶皮(奶油咖)\\\"}]\"],\"attrValues\":[\"2798625344\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"1-2人位1个座包\\\"}]\"],\"attrValues\":[\"2797933942\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居QM线下同款lab墩墩沙发 模块沙发 豆腐块网红组合时尚简约客厅沙发 1-2人位1个座包 硅胶皮(奶油咖)', NULL, '2024-09-13 13:51:55', '2023-05-24 21:07:28', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175774013, 1, 3066.00, 'F6-23E-LAB-FS', NULL, 'jfs/t1/105883/32/47664/80046/66e2b14cFa48fb0f4/61317f4da2475550.jpg', '[{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"头层牛皮(岩石灰)\\\"}]\"],\"attrValues\":[\"10065428430\"],\"attrValuesSeqNo\":[8],\"index\":1},{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1126066\\\",\\\"id\\\":9344,\\\"value\\\":\\\"定制\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"24\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"扶手(96*24*60)\\\"}]\"],\"attrValues\":[\"9505966463\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块客厅书房简约沙发单模块 头层牛皮(岩石灰) 定制 24cm 扶手(96*24*60)', NULL, '2024-09-13 13:51:57', '2024-02-29 16:00:34', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175708592, 1, 3112.00, 'F8-23E-LAB-ZD', NULL, 'jfs/t1/195531/3/45259/95521/664894c7Fb31e107c/7f7a83260006e965.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121551\\\",\\\"id\\\":9344,\\\"value\\\":\\\"一人位\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"96\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"座包(84*96*40)\\\"}]\"],\"attrValues\":[\"9505966462\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(焦糖棕)\\\"}]\"],\"attrValues\":[\"9505966465\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块百变客厅书房简约沙发 灯芯绒(焦糖棕) 一人位 96cm 座包(84*96*40)', NULL, '2024-05-17 16:49:30', '2024-02-29 16:00:34', NULL, 0, 1784836456999600129, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175708588, 1, 3112.00, 'F7-23E-LAB-ZD', NULL, 'jfs/t1/157895/26/41926/103592/664894c6Ff05589dc/9c94dbba1782b96d.jpg', '[{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(蔷薇粉)\\\"}]\"],\"attrValues\":[\"9505966464\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121551\\\",\\\"id\\\":9344,\\\"value\\\":\\\"一人位\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"96\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"座包(84*96*40)\\\"}]\"],\"attrValues\":[\"9505966462\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块百变客厅书房简约沙发 灯芯绒(蔷薇粉) 一人位 96cm 座包(84*96*40)', NULL, '2024-05-17 16:49:30', '2024-02-29 16:00:34', NULL, 0, 1784836456945074178, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175708601, 1, 1756.00, 'F2-23E-LAB-FS', NULL, 'jfs/t1/248923/5/9255/82768/664894c9Feca7ab65/61530f24e47069cd.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1126066\\\",\\\"id\\\":9344,\\\"value\\\":\\\"定制\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"24\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"扶手(96*24*60)\\\"}]\"],\"attrValues\":[\"9505966463\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(奶茶灰)\\\"}]\"],\"attrValues\":[\"9505966467\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块百变客厅书房简约沙发 灯芯绒(奶茶灰) 定制 24cm 扶手(96*24*60)', NULL, '2024-05-17 16:49:30', '2024-02-29 16:00:34', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175708600, 1, 3112.00, 'F2-23E-LAB-ZD', NULL, 'jfs/t1/248923/5/9255/82768/664894c9Feca7ab65/61530f24e47069cd.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121551\\\",\\\"id\\\":9344,\\\"value\\\":\\\"一人位\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"96\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"座包(84*96*40)\\\"}]\"],\"attrValues\":[\"9505966462\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(奶茶灰)\\\"}]\"],\"attrValues\":[\"9505966467\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块百变客厅书房简约沙发 灯芯绒(奶茶灰) 一人位 96cm 座包(84*96*40)', NULL, '2024-05-17 16:49:30', '2024-02-29 16:00:34', NULL, 0, 1784836443040956418, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175708606, 1, 3215.00, 'F5-23E-LAB-ZD1', NULL, 'jfs/t1/244219/37/9437/68188/664894caF9d2bf569/66ecb4b333564d0f.jpg', '[{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"头层牛皮(冰川灰)\\\"}]\"],\"attrValues\":[\"10065428429\"],\"attrValuesSeqNo\":[7],\"index\":1},{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121551\\\",\\\"id\\\":9344,\\\"value\\\":\\\"一人位\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"84\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"座包84*84*40\\\"}]\"],\"attrValues\":[\"9505966460\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块百变客厅书房简约沙发 头层牛皮(冰川灰) 一人位 84cm 座包84*84*40', NULL, '2024-05-17 16:49:30', '2024-02-29 16:00:34', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175708609, 1, 2662.00, 'F5-23E-LAB-FS', NULL, 'jfs/t1/244219/37/9437/68188/664894caF9d2bf569/66ecb4b333564d0f.jpg', '[{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"头层牛皮(冰川灰)\\\"}]\"],\"attrValues\":[\"10065428429\"],\"attrValuesSeqNo\":[7],\"index\":1},{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1126066\\\",\\\"id\\\":9344,\\\"value\\\":\\\"定制\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"24\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"扶手(96*24*60)\\\"}]\"],\"attrValues\":[\"9505966463\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块百变客厅书房简约沙发 头层牛皮(冰川灰) 定制 24cm 扶手(96*24*60)', NULL, '2024-05-17 16:49:30', '2024-02-29 16:00:34', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175708593, 1, 2131.00, 'F8-23E-LAB-FS', NULL, 'jfs/t1/60436/29/27824/116854/66e2b146F3f2ec698/0bb83e6bd6623caa.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1126066\\\",\\\"id\\\":9344,\\\"value\\\":\\\"定制\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"24\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"扶手(96*24*60)\\\"}]\"],\"attrValues\":[\"9505966463\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(焦糖棕)\\\"}]\"],\"attrValues\":[\"9505966465\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块客厅书房简约沙发单模块 灯芯绒(焦糖棕) 定制 24cm 扶手(96*24*60)', NULL, '2024-09-13 13:51:57', '2024-02-29 16:00:34', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175708598, 1, 2655.00, 'F2-23E-LAB-ZD1', NULL, 'jfs/t1/239329/17/18147/97634/66e2b148F9fa4e766/4a797ded1707753c.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121551\\\",\\\"id\\\":9344,\\\"value\\\":\\\"一人位\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"84\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"座包84*84*40\\\"}]\"],\"attrValues\":[\"9505966460\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(奶茶灰)\\\"}]\"],\"attrValues\":[\"9505966467\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块客厅书房简约沙发单模块 灯芯绒(奶茶灰) 一人位 84cm 座包84*84*40', NULL, '2024-09-13 13:51:57', '2024-02-29 16:00:34', NULL, 0, 1784836456819245057, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175708596, 1, 3112.00, 'F9-23E-LAB-ZD', NULL, 'jfs/t1/196262/22/45134/98850/664894c8F3412a447/e2d5dbf0cf6cd54f.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121551\\\",\\\"id\\\":9344,\\\"value\\\":\\\"一人位\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"96\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"座包(84*96*40)\\\"}]\"],\"attrValues\":[\"9505966462\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(石墨灰)\\\"}]\"],\"attrValues\":[\"9505966466\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块百变客厅书房简约沙发 灯芯绒(石墨灰) 一人位 96cm 座包(84*96*40)', NULL, '2024-05-17 16:49:30', '2024-02-29 16:00:34', NULL, 0, 1784836456957657089, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175708586, 1, 2271.00, 'F7-23E-LAB-ZD1', NULL, 'jfs/t1/157895/26/41926/103592/664894c6Ff05589dc/9c94dbba1782b96d.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121551\\\",\\\"id\\\":9344,\\\"value\\\":\\\"一人位\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"84\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"座包84*84*40\\\"}]\"],\"attrValues\":[\"9505966460\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(蔷薇粉)\\\"}]\"],\"attrValues\":[\"9505966464\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块百变客厅书房简约沙发 灯芯绒(蔷薇粉) 一人位 84cm 座包84*84*40', NULL, '2024-05-17 16:49:30', '2024-02-29 16:00:34', NULL, 0, 1784836456643084289, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175708608, 1, 4479.00, 'F5-23E-LAB-ZD', NULL, 'jfs/t1/244219/37/9437/68188/664894caF9d2bf569/66ecb4b333564d0f.jpg', '[{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"头层牛皮(冰川灰)\\\"}]\"],\"attrValues\":[\"10065428429\"],\"attrValuesSeqNo\":[7],\"index\":1},{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121551\\\",\\\"id\\\":9344,\\\"value\\\":\\\"一人位\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"96\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"座包(84*96*40)\\\"}]\"],\"attrValues\":[\"9505966462\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块百变客厅书房简约沙发 头层牛皮(冰川灰) 一人位 96cm 座包(84*96*40)', NULL, '2024-05-17 16:49:30', '2024-02-29 16:00:34', NULL, 0, 1784836443015790593, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175708594, 1, 2271.00, 'F9-23E-LAB-ZD1', NULL, 'jfs/t1/196262/22/45134/98850/664894c8F3412a447/e2d5dbf0cf6cd54f.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121551\\\",\\\"id\\\":9344,\\\"value\\\":\\\"一人位\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"84\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"座包84*84*40\\\"}]\"],\"attrValues\":[\"9505966460\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(石墨灰)\\\"}]\"],\"attrValues\":[\"9505966466\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块百变客厅书房简约沙发 灯芯绒(石墨灰) 一人位 84cm 座包84*84*40', NULL, '2024-05-17 16:49:30', '2024-02-29 16:00:34', NULL, 0, 1784836456617918466, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175708584, 1, 3112.00, 'F1-23E-LAB-ZD', NULL, 'jfs/t1/232465/5/16930/93899/664894c5Fa23341ed/76aeb8ac5876d267.jpg', '[{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(燕麦白)\\\"}]\"],\"attrValues\":[\"9505966459\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121551\\\",\\\"id\\\":9344,\\\"value\\\":\\\"一人位\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"96\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"座包(84*96*40)\\\"}]\"],\"attrValues\":[\"9505966462\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块百变客厅书房简约沙发 灯芯绒(燕麦白) 一人位 96cm 座包(84*96*40)', NULL, '2024-05-17 16:49:30', '2024-02-29 16:00:34', NULL, 0, 1784836442931904513, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175708585, 1, 1756.00, 'F1-23E-LAB-FS', NULL, 'jfs/t1/232465/5/16930/93899/664894c5Fa23341ed/76aeb8ac5876d267.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1126066\\\",\\\"id\\\":9344,\\\"value\\\":\\\"定制\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"24\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"扶手(96*24*60)\\\"}]\"],\"attrValues\":[\"9505966463\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(燕麦白)\\\"}]\"],\"attrValues\":[\"9505966459\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块百变客厅书房简约沙发 灯芯绒(燕麦白) 定制 24cm 扶手(96*24*60)', NULL, '2024-05-17 16:49:30', '2024-02-29 16:00:34', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175708610, 1, 3215.00, 'F6-23E-LAB-ZD1', NULL, 'jfs/t1/191267/20/44946/62841/664894cbF13f57941/e570b43c4cb0731c.jpg', '[{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"头层牛皮(岩石灰)\\\"}]\"],\"attrValues\":[\"10065428430\"],\"attrValuesSeqNo\":[8],\"index\":1},{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121551\\\",\\\"id\\\":9344,\\\"value\\\":\\\"一人位\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"84\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"座包84*84*40\\\"}]\"],\"attrValues\":[\"9505966460\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块百变客厅书房简约沙发 头层牛皮(岩石灰) 一人位 84cm 座包84*84*40', NULL, '2024-05-17 16:49:30', '2024-02-29 16:00:34', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175774012, 1, 4479.00, 'F6-23E-LAB-ZD', NULL, 'jfs/t1/191267/20/44946/62841/664894cbF13f57941/e570b43c4cb0731c.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121551\\\",\\\"id\\\":9344,\\\"value\\\":\\\"一人位\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"96\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"座包(84*96*40)\\\"}]\"],\"attrValues\":[\"9505966462\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"头层牛皮(岩石灰)\\\"}]\"],\"attrValues\":[\"10065428430\"],\"attrValuesSeqNo\":[8],\"index\":1}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块百变客厅书房简约沙发 头层牛皮(岩石灰) 一人位 96cm 座包(84*96*40)', NULL, '2024-05-17 16:49:30', '2024-02-29 16:00:34', NULL, 0, 1784836442969653249, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175708587, 1, 1273.00, 'F7-23E-LAB-FS1', NULL, 'jfs/t1/157895/26/41926/103592/664894c6Ff05589dc/9c94dbba1782b96d.jpg', '[{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(蔷薇粉)\\\"}]\"],\"attrValues\":[\"9505966464\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1126066\\\",\\\"id\\\":9344,\\\"value\\\":\\\"定制\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"24\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"扶手24*84*60\\\"}]\"],\"attrValues\":[\"9505966461\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块百变客厅书房简约沙发 灯芯绒(蔷薇粉) 定制 24cm 扶手24*84*60', NULL, '2024-05-17 16:49:30', '2024-02-29 16:00:34', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175708599, 1, 1618.00, 'F2-23E-LAB-FS1', NULL, 'jfs/t1/239329/17/18147/97634/66e2b148F9fa4e766/4a797ded1707753c.jpg', '[{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(奶茶灰)\\\"}]\"],\"attrValues\":[\"9505966467\"],\"attrValuesSeqNo\":[5],\"index\":1},{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1126066\\\",\\\"id\\\":9344,\\\"value\\\":\\\"定制\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"24\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"扶手24*84*60\\\"}]\"],\"attrValues\":[\"9505966461\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块客厅书房简约沙发单模块 灯芯绒(奶茶灰) 定制 24cm 扶手24*84*60', NULL, '2024-09-13 13:51:57', '2024-02-29 16:00:34', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175774011, 1, 1897.00, 'F6-23E-LAB-FS1', NULL, 'jfs/t1/191267/20/44946/62841/664894cbF13f57941/e570b43c4cb0731c.jpg', '[{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"头层牛皮(岩石灰)\\\"}]\"],\"attrValues\":[\"10065428430\"],\"attrValuesSeqNo\":[8],\"index\":1},{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1126066\\\",\\\"id\\\":9344,\\\"value\\\":\\\"定制\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"24\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"扶手24*84*60\\\"}]\"],\"attrValues\":[\"9505966461\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块百变客厅书房简约沙发 头层牛皮(岩石灰) 定制 24cm 扶手24*84*60', NULL, '2024-05-17 16:49:30', '2024-02-29 16:00:34', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025324387130, 10096401470668, 1, 5914.00, 'F9-23E-LAB-ZD1*1&F9-23E-LAB-FS1*3', NULL, 'jfs/t1/233320/14/12716/122788/65bb2958Fde7786da/bda2b79cdd31148e.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121552\\\",\\\"id\\\":9344,\\\"value\\\":\\\"两人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9250,\\\"value\\\":\\\"1.32\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"1底座+3 扶手)\\\"}]\"],\"attrValues\":[\"9505966460\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(石墨灰)\\\"}]\"],\"attrValues\":[\"9505966466\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居【线下同款】lab墩墩沙发模块沙发豆腐块简约大座深组合中小户型 灯芯绒(石墨灰) 两人位 1.32m 1底座+3 扶手)', NULL, '2024-05-17 17:00:26', '2024-02-01 11:36:15', NULL, 0, 1784836473588072450, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025324387130, 10100711664116, 1, 14705.00, 'F7-23E-LAB-ZD1*4&F7-23E-LAB-FS1*5', NULL, 'jfs/t1/186888/13/46472/107685/664896fcF9983309f/47a0192c4c01a54e.jpg', '[{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(蔷薇粉)\\\"}]\"],\"attrValues\":[\"9505966464\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1123418\\\",\\\"id\\\":9344,\\\"value\\\":\\\"贵妃位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9250,\\\"value\\\":\\\"3\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"4底座+5扶手\\\"}]\"],\"attrValues\":[\"12654617497\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居【线下同款】lab墩墩沙发模块沙发豆腐块简约大座深组合中小户型 灯芯绒(蔷薇粉) 贵妃位 3m 4底座+5扶手', NULL, '2024-05-17 17:00:26', '2024-04-09 17:11:21', NULL, 0, 1784836473894256642, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025324387130, 10096401470666, 1, 12570.00, 'F8-23E-LAB-ZD1*3&F8-23E-LAB-FS1*5', NULL, 'jfs/t1/131416/25/38078/82518/65bc4f96F3bc03d6a/a64e34157f215451.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121554\\\",\\\"id\\\":9344,\\\"value\\\":\\\"四人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9250,\\\"value\\\":\\\"3\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"3底座+5 扶手)\\\"}]\"],\"attrValues\":[\"9505966462\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(焦糖棕)\\\"}]\"],\"attrValues\":[\"9505966465\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居【线下同款】lab墩墩沙发模块沙发豆腐块简约大座深组合中小户型 灯芯绒(焦糖棕) 四人位 3m 3底座+5 扶手)', NULL, '2024-05-17 17:00:26', '2024-02-01 11:36:15', NULL, 0, 1784836473781010433, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025324387130, 10096401470665, 1, 9242.00, 'F8-23E-LAB-ZD1*2&F8-23E-LAB-FS1*4', NULL, 'jfs/t1/131416/25/38078/82518/65bc4f96F3bc03d6a/a64e34157f215451.jpg', '[{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(焦糖棕)\\\"}]\"],\"attrValues\":[\"9505966465\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9344,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9250,\\\"value\\\":\\\"2.16\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"2底座+4扶手\\\"}]\"],\"attrValues\":[\"9505966461\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居【线下同款】lab墩墩沙发模块沙发豆腐块简约大座深组合中小户型 灯芯绒(焦糖棕) 三人位 2.16m 2底座+4扶手', NULL, '2024-05-17 17:00:26', '2024-02-01 11:36:15', NULL, 0, 1784836473663569921, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025324387130, 10096401470670, 1, 12570.00, 'F9-23E-LAB-ZD1*3&F9-23E-LAB-FS1*5', NULL, 'jfs/t1/233320/14/12716/122788/65bb2958Fde7786da/bda2b79cdd31148e.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121554\\\",\\\"id\\\":9344,\\\"value\\\":\\\"四人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9250,\\\"value\\\":\\\"3\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"3底座+5 扶手)\\\"}]\"],\"attrValues\":[\"9505966462\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(石墨灰)\\\"}]\"],\"attrValues\":[\"9505966466\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居【线下同款】lab墩墩沙发模块沙发豆腐块简约大座深组合中小户型 灯芯绒(石墨灰) 四人位 3m 3底座+5 扶手)', NULL, '2024-05-17 17:00:26', '2024-02-01 11:36:15', NULL, 0, 1784836473806176258, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025324387130, 10100711664115, 1, 14705.00, 'F1-23E-LAB-ZD1*4&F1-23E-LAB-FS1*5', NULL, 'jfs/t1/228402/13/16814/86193/664896fbF87464e60/37cf5c714dae729d.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1123418\\\",\\\"id\\\":9344,\\\"value\\\":\\\"贵妃位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9250,\\\"value\\\":\\\"3\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"4底座+5扶手\\\"}]\"],\"attrValues\":[\"12654617497\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(燕麦白)\\\"}]\"],\"attrValues\":[\"9505966459\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居【线下同款】lab墩墩沙发模块沙发豆腐块简约大座深组合中小户型 灯芯绒(燕麦白) 贵妃位 3m 4底座+5扶手', NULL, '2024-05-17 17:00:26', '2024-04-09 17:11:21', NULL, 0, 1784836473835536385, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025324387130, 10096401470661, 1, 9242.00, 'F7-23E-LAB-ZD1*2&F7-23E-LAB-FS1*4', NULL, 'jfs/t1/186888/13/46472/107685/664896fcF9983309f/47a0192c4c01a54e.jpg', '[{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(蔷薇粉)\\\"}]\"],\"attrValues\":[\"9505966464\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9344,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9250,\\\"value\\\":\\\"2.16\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"2底座+4扶手\\\"}]\"],\"attrValues\":[\"9505966461\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居【线下同款】lab墩墩沙发模块沙发豆腐块简约大座深组合中小户型 灯芯绒(蔷薇粉) 三人位 2.16m 2底座+4扶手', NULL, '2024-05-17 17:00:26', '2024-02-01 11:36:15', NULL, 0, 1784836473642598402, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025324387130, 10096401470664, 1, 5914.00, 'F8-23E-LAB-ZD1*1&F8-23E-LAB-FS1*3', NULL, 'jfs/t1/131416/25/38078/82518/65bc4f96F3bc03d6a/a64e34157f215451.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121552\\\",\\\"id\\\":9344,\\\"value\\\":\\\"两人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9250,\\\"value\\\":\\\"1.32\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"1底座+3 扶手)\\\"}]\"],\"attrValues\":[\"9505966460\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(焦糖棕)\\\"}]\"],\"attrValues\":[\"9505966465\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居【线下同款】lab墩墩沙发模块沙发豆腐块简约大座深组合中小户型 灯芯绒(焦糖棕) 两人位 1.32m 1底座+3 扶手)', NULL, '2024-05-17 17:00:26', '2024-02-01 11:36:15', NULL, 0, 1784836473571295233, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025324387130, 10096401470660, 1, 6645.00, 'F7-23E-LAB-ZD1*1&F7-23E-LAB-FS1*3', NULL, 'jfs/t1/163558/30/47416/125620/66e2b142F8a511b77/fced85fa7b518115.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121552\\\",\\\"id\\\":9344,\\\"value\\\":\\\"两人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9250,\\\"value\\\":\\\"1.32\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"1底座+3 扶手)\\\"}]\"],\"attrValues\":[\"9505966460\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(蔷薇粉)\\\"}]\"],\"attrValues\":[\"9505966464\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居【线下同款】lab墩墩沙发模块沙发豆腐块简约大座深组合中小户型 灯芯绒(蔷薇粉) 两人位 1.32m 1底座+3 扶手)', NULL, '2024-09-13 13:51:55', '2024-02-01 11:36:15', NULL, 0, 1784836473554518017, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025324387130, 10096401470657, 1, 9242.00, 'F1-23E-LAB-ZD1*2&F1-23E-LAB-FS1*4', NULL, 'jfs/t1/228402/13/16814/86193/664896fbF87464e60/37cf5c714dae729d.jpg', '[{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(燕麦白)\\\"}]\"],\"attrValues\":[\"9505966459\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9344,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9250,\\\"value\\\":\\\"2.16\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"2底座+4扶手\\\"}]\"],\"attrValues\":[\"9505966461\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居【线下同款】lab墩墩沙发模块沙发豆腐块简约大座深组合中小户型 灯芯绒(燕麦白) 三人位 2.16m 2底座+4扶手', NULL, '2024-05-17 17:00:26', '2024-02-01 11:36:15', NULL, 0, 1784836473604849665, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025324387130, 10096401470672, 1, 5914.00, 'F2-23E-LAB-ZD1*1&F2-23E-LAB-FS1*3', NULL, 'jfs/t1/168274/33/39753/99371/664896fcF7f17d3d5/a2a17f5d690eee0d.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121552\\\",\\\"id\\\":9344,\\\"value\\\":\\\"两人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9250,\\\"value\\\":\\\"1.32\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"1底座+3 扶手)\\\"}]\"],\"attrValues\":[\"9505966460\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(奶茶灰)\\\"}]\"],\"attrValues\":[\"9505966467\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居【线下同款】lab墩墩沙发模块沙发豆腐块简约大座深组合中小户型 灯芯绒(奶茶灰) 两人位 1.32m 1底座+3 扶手)', NULL, '2024-05-17 17:00:26', '2024-02-01 11:36:15', NULL, 0, 1784836473537740802, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025324387130, 10096401470662, 1, 12570.00, 'F7-23E-LAB-ZD1*3&F7-23E-LAB-FS1*5', NULL, 'jfs/t1/186888/13/46472/107685/664896fcF9983309f/47a0192c4c01a54e.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121554\\\",\\\"id\\\":9344,\\\"value\\\":\\\"四人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9250,\\\"value\\\":\\\"3\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"3底座+5 扶手)\\\"}]\"],\"attrValues\":[\"9505966462\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(蔷薇粉)\\\"}]\"],\"attrValues\":[\"9505966464\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居【线下同款】lab墩墩沙发模块沙发豆腐块简约大座深组合中小户型 灯芯绒(蔷薇粉) 四人位 3m 3底座+5 扶手)', NULL, '2024-05-17 17:00:26', '2024-02-01 11:36:15', NULL, 0, 1784836473764233218, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025324387130, 10100711664118, 1, 14705.00, 'F9-23E-LAB-ZD1*4&F9-23E-LAB-FS1*5', NULL, 'jfs/t1/233320/14/12716/122788/65bb2958Fde7786da/bda2b79cdd31148e.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1123418\\\",\\\"id\\\":9344,\\\"value\\\":\\\"贵妃位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9250,\\\"value\\\":\\\"3\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"4底座+5扶手\\\"}]\"],\"attrValues\":[\"12654617497\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(石墨灰)\\\"}]\"],\"attrValues\":[\"9505966466\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居【线下同款】lab墩墩沙发模块沙发豆腐块简约大座深组合中小户型 灯芯绒(石墨灰) 贵妃位 3m 4底座+5扶手', NULL, '2024-05-17 17:00:26', '2024-04-09 17:11:21', NULL, 0, 1784836473952976898, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025324387130, 10096401470656, 1, 6645.00, 'F1-23E-LAB-ZD1*1&F1-23E-LAB-FS1*3', NULL, 'jfs/t1/245784/30/18599/99836/66e2b141Fad72183e/aa25f9e1e6224bf2.jpg', '[{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(燕麦白)\\\"}]\"],\"attrValues\":[\"9505966459\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121552\\\",\\\"id\\\":9344,\\\"value\\\":\\\"两人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9250,\\\"value\\\":\\\"1.32\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"1底座+3 扶手)\\\"}]\"],\"attrValues\":[\"9505966460\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居【线下同款】lab墩墩沙发模块沙发豆腐块简约大座深组合中小户型 灯芯绒(燕麦白) 两人位 1.32m 1底座+3 扶手)', NULL, '2024-09-13 13:51:55', '2024-02-01 11:36:15', NULL, 0, 1784836473516769282, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025324387130, 10096401470673, 1, 10320.00, 'F2-23E-LAB-ZD1*2&F2-23E-LAB-FS1*4', NULL, 'jfs/t1/237438/8/27525/114315/66e2b146F7e794c19/c968b392062215ac.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9344,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9250,\\\"value\\\":\\\"2.16\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"2底座+4扶手\\\"}]\"],\"attrValues\":[\"9505966461\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(奶茶灰)\\\"}]\"],\"attrValues\":[\"9505966467\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居【线下同款】lab墩墩沙发模块沙发豆腐块简约大座深组合中小户型 灯芯绒(奶茶灰) 三人位 2.16m 2底座+4扶手', NULL, '2024-09-13 13:51:55', '2024-02-01 11:36:15', NULL, 0, 1784836473621626882, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025324387130, 10096401470669, 1, 9242.00, 'F9-23E-LAB-ZD1*2&F9-23E-LAB-FS1*4', NULL, 'jfs/t1/233320/14/12716/122788/65bb2958Fde7786da/bda2b79cdd31148e.jpg', '[{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(石墨灰)\\\"}]\"],\"attrValues\":[\"9505966466\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9344,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9250,\\\"value\\\":\\\"2.16\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"2底座+4扶手\\\"}]\"],\"attrValues\":[\"9505966461\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居【线下同款】lab墩墩沙发模块沙发豆腐块简约大座深组合中小户型 灯芯绒(石墨灰) 三人位 2.16m 2底座+4扶手', NULL, '2024-05-17 17:00:26', '2024-02-01 11:36:15', NULL, 0, 1784836473692930049, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025324387130, 10096401470658, 1, 12570.00, 'F1-23E-LAB-ZD1*3&F1-23E-LAB-FS1*5', NULL, 'jfs/t1/228402/13/16814/86193/664896fbF87464e60/37cf5c714dae729d.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121554\\\",\\\"id\\\":9344,\\\"value\\\":\\\"四人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9250,\\\"value\\\":\\\"3\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"3底座+5 扶手)\\\"}]\"],\"attrValues\":[\"9505966462\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(燕麦白)\\\"}]\"],\"attrValues\":[\"9505966459\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居【线下同款】lab墩墩沙发模块沙发豆腐块简约大座深组合中小户型 灯芯绒(燕麦白) 四人位 3m 3底座+5 扶手)', NULL, '2024-05-17 17:00:26', '2024-02-01 11:36:15', NULL, 0, 1784836473718095874, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025324387130, 10096401470674, 1, 12570.00, 'F2-23E-LAB-ZD1*3&F2-23E-LAB-FS1*5', NULL, 'jfs/t1/168274/33/39753/99371/664896fcF7f17d3d5/a2a17f5d690eee0d.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121554\\\",\\\"id\\\":9344,\\\"value\\\":\\\"四人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9250,\\\"value\\\":\\\"3\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"3底座+5 扶手)\\\"}]\"],\"attrValues\":[\"9505966462\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(奶茶灰)\\\"}]\"],\"attrValues\":[\"9505966467\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居【线下同款】lab墩墩沙发模块沙发豆腐块简约大座深组合中小户型 灯芯绒(奶茶灰) 四人位 3m 3底座+5 扶手)', NULL, '2024-05-17 17:00:26', '2024-02-01 11:36:15', NULL, 0, 1784836473739067394, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025324387130, 10100711664117, 1, 14705.00, 'F8-23E-LAB-ZD1*4&F8-23E-LAB-FS1*5', NULL, 'jfs/t1/131416/25/38078/82518/65bc4f96F3bc03d6a/a64e34157f215451.jpg', '[{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(焦糖棕)\\\"}]\"],\"attrValues\":[\"9505966465\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1123418\\\",\\\"id\\\":9344,\\\"value\\\":\\\"贵妃位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9250,\\\"value\\\":\\\"3\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"4底座+5扶手\\\"}]\"],\"attrValues\":[\"12654617497\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居【线下同款】lab墩墩沙发模块沙发豆腐块简约大座深组合中小户型 灯芯绒(焦糖棕) 贵妃位 3m 4底座+5扶手', NULL, '2024-05-17 17:00:26', '2024-04-09 17:11:21', NULL, 0, 1784836473927811074, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025324387130, 10100711664119, 1, 16383.00, 'F2-23E-LAB-ZD1*4&F2-23E-LAB-FS1*5', NULL, 'jfs/t1/237438/8/27525/114315/66e2b146F7e794c19/c968b392062215ac.jpg', '[{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(奶茶灰)\\\"}]\"],\"attrValues\":[\"9505966467\"],\"attrValuesSeqNo\":[5],\"index\":1},{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1123418\\\",\\\"id\\\":9344,\\\"value\\\":\\\"贵妃位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9250,\\\"value\\\":\\\"3\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"4底座+5扶手\\\"}]\"],\"attrValues\":[\"12654617497\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居【线下同款】lab墩墩沙发模块沙发豆腐块简约大座深组合中小户型 灯芯绒(奶茶灰) 贵妃位 3m 4底座+5扶手', NULL, '2024-09-13 13:51:55', '2024-04-09 17:11:21', NULL, 0, 1784836473864896513, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024885612827, 10088802622807, 1, 2139.00, 'HGHT-2017E-C1*2', NULL, 'jfs/t1/9748/26/28819/74788/66e6cd7fFf0a2dd30/9de60caee1a526c9.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"合观胡桃\\\"}]\"],\"attrValues\":[\"5595299327\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐椅B*2-弯曲木(经典款)\\\"}]\"],\"attrValues\":[\"5841920905\"],\"attrValuesSeqNo\":[7],\"index\":1}]', '曲美家居弯曲木餐桌餐椅 北欧风餐厅实木家具流光餐桌椅 餐椅B*2-弯曲木(经典款) 合观胡桃', NULL, '2024-09-09 23:32:37', '2023-10-20 12:04:40', NULL, 0, 1784836472757600258, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024885612827, 10088802622808, 1, 2139.00, 'GRQHT-2017E-C1*2', NULL, 'jfs/t1/9748/26/28819/74788/66e6cd7fFf0a2dd30/9de60caee1a526c9.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5595299328\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐椅B*2-弯曲木(经典款)\\\"}]\"],\"attrValues\":[\"5841920905\"],\"attrValuesSeqNo\":[7],\"index\":1}]', '曲美家居弯曲木餐桌餐椅 北欧风餐厅实木家具流光餐桌椅 餐椅B*2-弯曲木(经典款) 戈尔浅胡桃', NULL, '2024-09-09 23:32:37', '2023-10-20 12:04:40', NULL, 0, 1784836472724045825, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024885612827, 10088099207409, 1, 15000.00, 'GRQHT-23E-WQM-DT1-2-M', NULL, 'jfs/t1/4976/29/24208/185018/66e6cd7cF3e946bdf/2b443406812d751b.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5595299328\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐桌160cm\\\"}]\"],\"attrValues\":[\"5590145415\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居弯曲木餐桌餐椅 北欧风餐厅实木家具流光餐桌椅 餐桌160cm 戈尔浅胡桃', NULL, '2024-09-09 23:32:36', '2023-10-12 15:22:01', NULL, 0, 1782645558273966081, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024885612827, 10088099207408, 1, 15000.00, 'HGHT-23E-WQM-DT1-2-M', NULL, 'jfs/t1/4976/29/24208/185018/66e6cd7cF3e946bdf/2b443406812d751b.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"合观胡桃\\\"}]\"],\"attrValues\":[\"5595299327\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐桌160cm\\\"}]\"],\"attrValues\":[\"5590145415\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居弯曲木餐桌餐椅 北欧风餐厅实木家具流光餐桌椅 餐桌160cm 合观胡桃', NULL, '2024-09-09 23:32:36', '2023-10-12 15:22:01', NULL, 0, 1782645558387212289, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024885612827, 10088099207410, 1, 15000.00, 'F1-HGHT-23E-WQM-D3*2', NULL, 'jfs/t1/224381/26/21243/68672/66e6cd7dF58a07ad6/29401cfd8177d4df.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"合观胡桃\\\"}]\"],\"attrValues\":[\"5595299327\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐椅A*2-生态皮-奶油白\\\"}]\"],\"attrValues\":[\"5590145418\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居弯曲木餐桌餐椅 北欧风餐厅实木家具流光餐桌椅 餐椅A*2-生态皮-奶油白 合观胡桃', NULL, '2024-09-09 23:32:36', '2023-10-12 15:22:01', NULL, 0, 1784836480722583554, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024885612827, 10088099207407, 1, 15000.00, 'GRQHT-23E-WQM-DT1-1-M', NULL, 'jfs/t1/99110/28/48307/184754/66e6cd7bF97fcd2d8/6723c527a02376df.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5595299328\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐桌140cm\\\"}]\"],\"attrValues\":[\"5590145414\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居弯曲木餐桌餐椅 北欧风餐厅实木家具流光餐桌椅 餐桌140cm 戈尔浅胡桃', NULL, '2024-09-09 23:32:36', '2023-10-12 15:22:01', NULL, 0, 1782645558328492034, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024885612827, 10088099207406, 1, 15000.00, 'HGHT-23E-WQM-DT1-1-M', NULL, 'jfs/t1/99110/28/48307/184754/66e6cd7bF97fcd2d8/6723c527a02376df.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"合观胡桃\\\"}]\"],\"attrValues\":[\"5595299327\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐桌140cm\\\"}]\"],\"attrValues\":[\"5590145414\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居弯曲木餐桌餐椅 北欧风餐厅实木家具流光餐桌椅 餐桌140cm 合观胡桃', NULL, '2024-09-09 23:32:36', '2023-10-12 15:22:01', NULL, 0, 1782645558571761665, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024885612827, 10088099242312, 1, 15000.00, 'F2-HGHT-23E-WQM-D3*2', NULL, 'jfs/t1/169201/6/48142/71372/66e6cd7eF2f05e42b/ff2df030b095c487.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"合观胡桃\\\"}]\"],\"attrValues\":[\"5595299327\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐椅A*2-生态皮-深灰色\\\"}]\"],\"attrValues\":[\"5590145419\"],\"attrValuesSeqNo\":[6],\"index\":1}]', '曲美家居弯曲木餐桌餐椅 北欧风餐厅实木家具流光餐桌椅 餐椅A*2-生态皮-深灰色 合观胡桃', NULL, '2024-09-09 23:32:37', '2023-10-12 15:22:01', NULL, 0, 1784836480743555073, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024885612827, 10088099242313, 1, 15000.00, 'F2-GRQHT-23E-WQM-D3*2', NULL, 'jfs/t1/169201/6/48142/71372/66e6cd7eF2f05e42b/ff2df030b095c487.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐椅A*2-生态皮-深灰色\\\"}]\"],\"attrValues\":[\"5590145419\"],\"attrValuesSeqNo\":[6],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5595299328\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居弯曲木餐桌餐椅 北欧风餐厅实木家具流光餐桌椅 餐椅A*2-生态皮-深灰色 戈尔浅胡桃', NULL, '2024-09-09 23:32:37', '2023-10-12 15:22:01', NULL, 0, 1784836472946343937, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024885612827, 10088099242311, 1, 15000.00, 'F1-GRQHT-23E-WQM-D3*2', NULL, 'jfs/t1/224381/26/21243/68672/66e6cd7dF58a07ad6/29401cfd8177d4df.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5595299328\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐椅A*2-生态皮-奶油白\\\"}]\"],\"attrValues\":[\"5590145418\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居弯曲木餐桌餐椅 北欧风餐厅实木家具流光餐桌椅 餐椅A*2-生态皮-奶油白 戈尔浅胡桃', NULL, '2024-09-09 23:32:37', '2023-10-12 15:22:01', NULL, 0, 1784836480764526593, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727625880, 10102960454241, 1, 10399.00, 'ZH-SPSF-F1-QM24-S4-DZP', NULL, 'jfs/t1/213208/26/42174/128419/664a23a9Faaca4fbd/fceeb35325d13827.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"奶茶棕\\\"}]\"],\"attrValues\":[\"14129541389\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1126064\\\",\\\"id\\\":9343,\\\"value\\\":\\\"多人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"3.42\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"直排-油蜡皮\\\"}]\"],\"attrValues\":[\"14129541388\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居沙发 头层牛皮油蜡皮直排沙发客厅意式皮艺超大座深沙发 奶茶棕 多人位 3.42m 直排-油蜡皮', NULL, '2024-05-20 14:36:30', '2024-05-07 11:36:19', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025729217377, 10102983959685, 1, 7929.00, 'F1-23E-WQM-S4W-ZH1-SKD', NULL, 'jfs/t1/233279/8/15099/139970/664a2408Fdd903367/5244d2d208b5344f.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"浅绿色-无电动伸缩位\\\"}]\"],\"attrValues\":[\"14146626560\"],\"attrValuesSeqNo\":[5],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14146626558\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居沙发 多功能沙发 全真皮电动平移沙发意式懒人沙发床 浅绿色-无电动伸缩位 三人位 2.81m', NULL, '2024-05-20 14:31:27', '2024-05-07 15:52:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025729217377, 10103668467860, 1, 12689.00, 'F1-23E-WQM-S4G-ZH2-SKD', NULL, 'jfs/t1/167077/8/45605/123156/664a242fFbad61e94/400b28180a043bf3.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14146626558\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"浅绿色-三电动位\\\"}]\"],\"attrValues\":[\"14570606734\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居沙发 多功能沙发 全真皮电动平移沙发意式懒人沙发床 浅绿色-三电动位 三人位 2.81m', NULL, '2024-05-20 14:31:27', '2024-05-14 18:01:21', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025729217377, 10102983959688, 1, 9789.00, 'F1-23E-WQM-S4G-ZH5L-SKD', NULL, 'jfs/t1/243861/37/8715/165851/664a2412F185d0449/deaec3387fe37ed4.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14146626558\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"浅绿色-左单电动位\\\"}]\"],\"attrValues\":[\"14146626563\"],\"attrValuesSeqNo\":[8],\"index\":1}]', '曲美家居沙发 多功能沙发 全真皮电动平移沙发意式懒人沙发床 浅绿色-左单电动位 三人位 2.81m', NULL, '2024-05-20 14:31:27', '2024-05-07 15:52:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025729217377, 10103668467861, 1, 12689.00, 'F2-23E-WQM-S4G-ZH2-SKD', NULL, 'jfs/t1/196490/5/45617/128451/664a2431Fb39e5d26/df47015feb9a3573.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14146626558\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"米白色-三电动位\\\"}]\"],\"attrValues\":[\"14570606735\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居沙发 多功能沙发 全真皮电动平移沙发意式懒人沙发床 米白色-三电动位 三人位 2.81m', NULL, '2024-05-20 14:31:27', '2024-05-14 18:01:21', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025729217377, 10102983959691, 1, 9789.00, 'F1-23E-WQM-S4G-ZH5R-SKD', NULL, 'jfs/t1/216684/39/40220/157715/664a2417F31fe850f/77bfb5c1d9d4a460.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"浅绿色-右单电动位\\\"}]\"],\"attrValues\":[\"14146626566\"],\"attrValuesSeqNo\":[11],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14146626558\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居沙发 多功能沙发 全真皮电动平移沙发意式懒人沙发床 浅绿色-右单电动位 三人位 2.81m', NULL, '2024-05-20 14:31:27', '2024-05-07 15:52:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025729217377, 10102983959695, 1, 11189.00, 'F2-23E-WQM-S4G-ZH6L-SKD', NULL, 'jfs/t1/235355/10/16932/128180/664a2421Fd6c200cd/43f789f6bcc5d407.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"米白色-左双电动位\\\"}]\"],\"attrValues\":[\"14146626570\"],\"attrValuesSeqNo\":[15],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14146626558\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居沙发 多功能沙发 全真皮电动平移沙发意式懒人沙发床 米白色-左双电动位 三人位 2.81m', NULL, '2024-05-20 14:31:27', '2024-05-07 15:52:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025729217377, 10102983959689, 1, 9789.00, 'F2-23E-WQM-S4G-ZH5L-SKD', NULL, 'jfs/t1/237791/3/16621/128115/664a2416Ff0a55a5a/3ef047e82f5bb7e5.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"米白色-左单电动位\\\"}]\"],\"attrValues\":[\"14146626564\"],\"attrValuesSeqNo\":[9],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14146626558\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居沙发 多功能沙发 全真皮电动平移沙发意式懒人沙发床 米白色-左单电动位 三人位 2.81m', NULL, '2024-05-20 14:31:27', '2024-05-07 15:52:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025729217377, 10102983959698, 1, 11189.00, 'F2-23E-WQM-S4G-ZH6R-SKD', NULL, 'jfs/t1/235355/10/16932/128180/664a2421Fd6c200cd/43f789f6bcc5d407.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14146626558\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"米白色-右双电动位\\\"}]\"],\"attrValues\":[\"14146626573\"],\"attrValuesSeqNo\":[18],\"index\":1}]', '曲美家居沙发 多功能沙发 全真皮电动平移沙发意式懒人沙发床 米白色-右双电动位 三人位 2.81m', NULL, '2024-05-20 14:31:27', '2024-05-07 15:52:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025729217377, 10103668467859, 1, 20429.00, 'F3-23E-WQM-S4G-ZH2-SKD', NULL, 'jfs/t1/221518/13/39773/172299/664a242cF46bdcb88/8954b27a70cb7cf9.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"橙色全皮-三电动位\\\"}]\"],\"attrValues\":[\"14570606733\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14146626558\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居沙发 多功能沙发 全真皮电动平移沙发意式懒人沙发床 橙色全皮-三电动位 三人位 2.81m', NULL, '2024-05-20 14:31:27', '2024-05-14 18:01:21', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025729217377, 10102983959693, 1, 19139.00, 'F3-23E-WQM-S4G-ZH6L-SKD', NULL, 'jfs/t1/247463/5/9277/135054/664a241dFb5c1b2c1/3269b6f134307c19.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"橙色全皮-左双电动位\\\"}]\"],\"attrValues\":[\"14146626568\"],\"attrValuesSeqNo\":[13],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14146626558\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居沙发 多功能沙发 全真皮电动平移沙发意式懒人沙发床 橙色全皮-左双电动位 三人位 2.81m', NULL, '2024-05-20 14:31:27', '2024-05-07 15:52:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025729217377, 10102983959692, 1, 9789.00, 'F2-23E-WQM-S4G-ZH5R-SKD', NULL, 'jfs/t1/235954/15/17756/96343/664a241bF099548f3/a65703958790292b.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14146626558\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"米白色-右单电动位\\\"}]\"],\"attrValues\":[\"14146626567\"],\"attrValuesSeqNo\":[12],\"index\":1}]', '曲美家居沙发 多功能沙发 全真皮电动平移沙发意式懒人沙发床 米白色-右单电动位 三人位 2.81m', NULL, '2024-05-20 14:31:27', '2024-05-07 15:52:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025729217377, 10102983959687, 1, 17899.00, 'F3-23E-WQM-S4G-ZH5L-SKD', NULL, 'jfs/t1/232365/30/15730/109242/664a240dF7a8b581d/d80fa0b2c0bb5649.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"橙色全皮-左单电动位\\\"}]\"],\"attrValues\":[\"14146626562\"],\"attrValuesSeqNo\":[7],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14146626558\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居沙发 多功能沙发 全真皮电动平移沙发意式懒人沙发床 橙色全皮-左单电动位 三人位 2.81m', NULL, '2024-05-20 14:31:27', '2024-05-07 15:52:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025729217377, 10102983959697, 1, 11189.00, 'F1-23E-WQM-S4G-ZH6R-SKD', NULL, 'jfs/t1/231471/13/18405/157762/664a2428F48f397ec/90e14cec4e7e9ed1.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14146626558\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"浅绿色-右双电动位\\\"}]\"],\"attrValues\":[\"14146626572\"],\"attrValuesSeqNo\":[17],\"index\":1}]', '曲美家居沙发 多功能沙发 全真皮电动平移沙发意式懒人沙发床 浅绿色-右双电动位 三人位 2.81m', NULL, '2024-05-20 14:31:27', '2024-05-07 15:52:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025729217377, 10102983959694, 1, 11189.00, 'F1-23E-WQM-S4G-ZH6L-SKD', NULL, 'jfs/t1/164229/1/42962/165915/664a241fFb5ac7d4e/0050adc332e6b097.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"浅绿色-左双电动位\\\"}]\"],\"attrValues\":[\"14146626569\"],\"attrValuesSeqNo\":[14],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14146626558\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居沙发 多功能沙发 全真皮电动平移沙发意式懒人沙发床 浅绿色-左双电动位 三人位 2.81m', NULL, '2024-05-20 14:31:27', '2024-05-07 15:52:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025729217377, 10102983959690, 1, 17899.00, 'F3-23E-WQM-S4G-ZH5R-SKD', NULL, 'jfs/t1/232365/30/15730/109242/664a240dF7a8b581d/d80fa0b2c0bb5649.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14146626558\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"橙色全皮-右单电动位\\\"}]\"],\"attrValues\":[\"14146626565\"],\"attrValuesSeqNo\":[10],\"index\":1}]', '曲美家居沙发 多功能沙发 全真皮电动平移沙发意式懒人沙发床 橙色全皮-右单电动位 三人位 2.81m', NULL, '2024-05-20 14:31:27', '2024-05-07 15:52:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025729217377, 10102983959686, 1, 7929.00, 'F2-23E-WQM-S4W-ZH1-SKD', NULL, 'jfs/t1/89410/25/44383/128421/664a240aF3b4667ec/ba7ab0343503cc90.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14146626558\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"米白色-无电动伸缩位\\\"}]\"],\"attrValues\":[\"14146626561\"],\"attrValuesSeqNo\":[6],\"index\":1}]', '曲美家居沙发 多功能沙发 全真皮电动平移沙发意式懒人沙发床 米白色-无电动伸缩位 三人位 2.81m', NULL, '2024-05-20 14:31:27', '2024-05-07 15:52:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025729217377, 10102983959696, 1, 19139.00, 'F3-23E-WQM-S4G-ZH6R-SKD', NULL, 'jfs/t1/247463/5/9277/135054/664a241dFb5c1b2c1/3269b6f134307c19.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14146626558\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"橙色全皮-右双电动位\\\"}]\"],\"attrValues\":[\"14146626571\"],\"attrValuesSeqNo\":[16],\"index\":1}]', '曲美家居沙发 多功能沙发 全真皮电动平移沙发意式懒人沙发床 橙色全皮-右双电动位 三人位 2.81m', NULL, '2024-05-20 14:31:27', '2024-05-07 15:52:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025729217377, 10102983959684, 1, 15419.00, 'F3-23E-WQM-S4W-ZH1-SKD', NULL, 'jfs/t1/210091/26/42664/134880/664a2406F9fc8b15f/b04ab0aed5b0c73d.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14146626558\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"橙色全皮-无电动伸缩位\\\"}]\"],\"attrValues\":[\"14146626559\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居沙发 多功能沙发 全真皮电动平移沙发意式懒人沙发床 橙色全皮-无电动伸缩位 三人位 2.81m', NULL, '2024-05-20 14:31:27', '2024-05-07 15:52:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025132358452, 10093418614367, 1, 899.00, 'GRQHT-23E-WQM-TT3', NULL, 'jfs/t1/101664/11/50206/115279/66da9bdaF850c5eb0/2fc612bfcd15301e.jpg', '[{\"attrId\":\"1001062410\",\"attrValueAlias\":[\"戈尔浅胡桃色\"],\"attrValues\":[\"7617269985\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居弯曲木边几 戈尔浅胡桃色', NULL, '2024-09-05 07:01:31', '2023-12-11 14:43:31', NULL, 0, 1782645558450126849, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025132358452, 10093418614366, 1, 899.00, 'HGHT-23E-WQM-TT3', NULL, 'jfs/t1/167219/5/47636/109038/66da9bd7F608ba617/dbef0b004cec1052.jpg', '[{\"attrId\":\"1001062410\",\"attrValueAlias\":[\"合观胡桃色\"],\"attrValues\":[\"7613380705\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居弯曲木边几 合观胡桃色', NULL, '2024-09-04 13:12:24', '2023-12-11 14:43:31', NULL, 0, 1782645558437543938, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025132498786, 10093419020467, 1, 3699.00, 'F2-HGHT-23E-WQM-C1', NULL, 'jfs/t1/224209/8/7751/133100/6576a9aeF5c784bfe/3db35aa3a3508d6e.jpg', '[{\"attrId\":\"1001062273\",\"attrValueAlias\":[\"头层压纹牛皮 砂陈白\"],\"attrValues\":[\"7617650742\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居真皮弯曲木沙发单椅 头层压纹牛皮 砂陈白', NULL, '2024-09-11 14:34:05', '2023-12-11 14:47:53', NULL, 0, 1782645557208612865, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025132498786, 10093419020466, 1, 3699.00, 'F1-HGHT-23E-WQM-C1', NULL, 'jfs/t1/228045/14/7606/115318/6576b02aF7f8f35fa/0e443b57694a9e8a.jpg', '[{\"attrId\":\"1001062273\",\"attrValueAlias\":[\"头层压纹牛皮 烟雨灰\"],\"attrValues\":[\"7615150492\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居真皮弯曲木沙发单椅 头层压纹牛皮 烟雨灰', NULL, '2024-09-11 14:34:05', '2023-12-11 14:47:53', NULL, 0, 1782645557183447042, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025132457074, 10093415819980, 1, 940.00, 'HGHT/BSW-23E-WQM-NT1', NULL, 'jfs/t1/237732/19/7386/46244/6576a807F98709a7e/3c27c0d7d08f36be.jpg', '[{\"attrId\":\"1000018959\",\"attrValueAlias\":[\"合观胡桃+白石纹板\"],\"attrValues\":[\"7614831803\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1000018579\",\"attrValueAlias\":[\"床头柜\"],\"attrValues\":[\"7614831804\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居弯曲木床头柜(直播) 床头柜 合观胡桃+白石纹板', NULL, '2024-05-15 17:24:52', '2023-12-11 14:13:40', NULL, 0, 1782645557485436930, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025132433750, 10093419374813, 1, 1999.00, 'HGHT/CBL-23E-WQM-TT2', NULL, 'jfs/t1/233762/1/6940/198081/6576a5f0F43687d8f/d23593222c2a19fe.jpg', '[{\"attrId\":\"1001062410\",\"attrValueAlias\":[\"钢化玻璃+胡桃木色\"],\"attrValues\":[\"7614250616\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居弯曲木玻璃茶几(直播) 钢化玻璃+胡桃木色', NULL, '2024-05-15 17:24:53', '2023-12-11 14:51:13', NULL, 0, 1782645557598683138, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 10069522866321, 1, 7049.00, 'ZQB-2017E-B2-150F&DS-QM23-M1-15', NULL, 'jfs/t1/89348/2/42189/140392/664a2345Fd79d05c7/fa85ba8912a43fe8.jpg', '[{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"本木色 箱体床+床垫\"],\"attrValues\":[\"2784834252\"],\"attrValuesSeqNo\":[10],\"index\":1},{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.5米\"],\"attrValues\":[\"2784833934\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 本木色 箱体床+床垫 1.5米', NULL, '2024-04-28 13:59:01', '2023-02-24 13:37:49', NULL, 0, 1784836482618408962, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 10069522866323, 1, 7049.00, '084-2017E-B2-150F&DS-QM23-M1-15', NULL, 'jfs/t1/89348/2/42189/140392/664a2345Fd79d05c7/fa85ba8912a43fe8.jpg', '[{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"深橡色 箱体床+床垫\"],\"attrValues\":[\"2784834254\"],\"attrValuesSeqNo\":[11],\"index\":1},{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.5米\"],\"attrValues\":[\"2784833934\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 深橡色 箱体床+床垫 1.5米', NULL, '2024-04-28 13:59:01', '2023-02-24 13:37:49', NULL, 0, 1784836482668740610, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 17459446695, 1, 3349.00, 'ZQB-2017E-B2-150', NULL, 'jfs/t1/165072/6/41289/140407/664a2340Fc4c85370/4125088c1bdcd9de.jpg', '[{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.5米\"],\"attrValues\":[\"2784833934\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"木本色 架子床\"],\"attrValues\":[\"2784833960\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 木本色 架子床 1.5米', NULL, '2024-04-28 13:59:01', '2017-10-03 16:06:52', NULL, 0, 1782645556692713474, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 17459446697, 1, 3949.00, 'ZQB-2017E-B2-180', NULL, 'jfs/t1/165072/6/41289/140407/664a2340Fc4c85370/4125088c1bdcd9de.jpg', '[{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.8米\"],\"attrValues\":[\"2784833933\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"木本色 架子床\"],\"attrValues\":[\"2784833960\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 木本色 架子床 1.8米', NULL, '2024-04-28 13:59:01', '2017-10-03 16:06:52', NULL, 0, 1782645556701102081, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 17459446700, 1, 3949.00, 'YW1-2017E-B2-180', NULL, 'jfs/t1/165072/6/41289/140407/664a2340Fc4c85370/4125088c1bdcd9de.jpg', '[{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.8米\"],\"attrValues\":[\"2784833933\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"胡桃色 架子床\"],\"attrValues\":[\"2784833958\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 胡桃色 架子床 1.8米', NULL, '2024-04-28 13:59:01', '2017-10-03 16:06:52', NULL, 0, 1782641972450230274, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 17459446698, 1, 3349.00, 'YW1-2017E-B2-150', NULL, 'jfs/t1/165072/6/41289/140407/664a2340Fc4c85370/4125088c1bdcd9de.jpg', '[{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"胡桃色 架子床\"],\"attrValues\":[\"2784833958\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.5米\"],\"attrValues\":[\"2784833934\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 胡桃色 架子床 1.5米', NULL, '2024-04-28 13:59:01', '2017-10-03 16:06:52', NULL, 0, 1782641972437647362, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 46734240841, 1, 3949.00, '084-2017E-B2-180', NULL, 'jfs/t1/165072/6/41289/140407/664a2340Fc4c85370/4125088c1bdcd9de.jpg', '[{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"深橡色 架子床\"],\"attrValues\":[\"2784833939\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.8米\"],\"attrValues\":[\"2784833933\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 深橡色 架子床 1.8米', NULL, '2024-04-28 13:59:01', '2019-05-02 15:32:17', NULL, 0, 1782645557384773634, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 46734240840, 1, 5849.00, '084-2017E-B2-150F', NULL, 'jfs/t1/239720/38/9420/140930/664a2342F28342d7a/f89b532079a358d6.jpg', '[{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"深橡色 箱体床\"],\"attrValues\":[\"2784833943\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.5米\"],\"attrValues\":[\"2784833934\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 深橡色 箱体床 1.5米', NULL, '2024-04-28 13:59:01', '2019-05-02 15:32:17', NULL, 0, 1782645557409939457, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 46734240843, 1, 3349.00, '084-2017E-B2-150', NULL, 'jfs/t1/165072/6/41289/140407/664a2340Fc4c85370/4125088c1bdcd9de.jpg', '[{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"深橡色 架子床\"],\"attrValues\":[\"2784833939\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.5米\"],\"attrValues\":[\"2784833934\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 深橡色 架子床 1.5米', NULL, '2024-04-28 13:59:01', '2019-05-02 15:32:17', NULL, 0, 1782645557372190721, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 46734240838, 1, 6449.00, '084-2017E-B2-180F', NULL, 'jfs/t1/239720/38/9420/140930/664a2342F28342d7a/f89b532079a358d6.jpg', '[{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.8米\"],\"attrValues\":[\"2784833933\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"深橡色 箱体床\"],\"attrValues\":[\"2784833943\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 深橡色 箱体床 1.8米', NULL, '2024-04-28 13:59:01', '2019-05-02 15:32:17', NULL, 0, 1782645557422522370, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 17459468303, 1, 6449.00, 'ZQB-2017E-B2-180F', NULL, 'jfs/t1/239720/38/9420/140930/664a2342F28342d7a/f89b532079a358d6.jpg', '[{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"木本色 箱体床\"],\"attrValues\":[\"2784833962\"],\"attrValuesSeqNo\":[6],\"index\":1},{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.8米\"],\"attrValues\":[\"2784833933\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 木本色 箱体床 1.8米', NULL, '2024-04-28 13:59:01', '2017-10-03 16:06:52', NULL, 0, 1782645556948566018, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 17459468301, 1, 5849.00, 'ZQB-2017E-B2-150F', NULL, 'jfs/t1/239720/38/9420/140930/664a2342F28342d7a/f89b532079a358d6.jpg', '[{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"木本色 箱体床\"],\"attrValues\":[\"2784833962\"],\"attrValuesSeqNo\":[6],\"index\":1},{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.5米\"],\"attrValues\":[\"2784833934\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 木本色 箱体床 1.5米', NULL, '2024-04-28 13:59:01', '2017-10-03 16:06:52', NULL, 0, 1782645556927594497, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 10069522866325, 1, 7049.00, 'YW1-2017E-B2-150F&DS-QM23-M1-15', NULL, 'jfs/t1/89348/2/42189/140392/664a2345Fd79d05c7/fa85ba8912a43fe8.jpg', '[{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.5米\"],\"attrValues\":[\"2784833934\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"胡桃色 箱体床+床垫\"],\"attrValues\":[\"2784834255\"],\"attrValuesSeqNo\":[12],\"index\":1}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 胡桃色 箱体床+床垫 1.5米', NULL, '2024-04-28 13:59:01', '2023-02-24 13:37:49', NULL, 0, 1784836482723266562, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 10069522866324, 1, 7649.00, 'YW1-2017E-B2-180F&DS-QM23-M1-18', NULL, 'jfs/t1/89348/2/42189/140392/664a2345Fd79d05c7/fa85ba8912a43fe8.jpg', '[{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.8米\"],\"attrValues\":[\"2784833933\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"胡桃色 箱体床+床垫\"],\"attrValues\":[\"2784834255\"],\"attrValuesSeqNo\":[12],\"index\":1}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 胡桃色 箱体床+床垫 1.8米', NULL, '2024-04-28 13:59:01', '2023-02-24 13:37:49', NULL, 0, 1784836482693906434, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 10069522866320, 1, 7649.00, 'ZQB-2017E-B2-180F&DS-QM23-M1-18', NULL, 'jfs/t1/89348/2/42189/140392/664a2345Fd79d05c7/fa85ba8912a43fe8.jpg', '[{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.8米\"],\"attrValues\":[\"2784833933\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"本木色 箱体床+床垫\"],\"attrValues\":[\"2784834252\"],\"attrValuesSeqNo\":[10],\"index\":1}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 本木色 箱体床+床垫 1.8米', NULL, '2024-04-28 13:59:01', '2023-02-24 13:37:49', NULL, 0, 1784836482643574786, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 10069522866322, 1, 7649.00, '084-2017E-B2-180F&DS-QM23-M1-18', NULL, 'jfs/t1/89348/2/42189/140392/664a2345Fd79d05c7/fa85ba8912a43fe8.jpg', '[{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"深橡色 箱体床+床垫\"],\"attrValues\":[\"2784834254\"],\"attrValuesSeqNo\":[11],\"index\":1},{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.8米\"],\"attrValues\":[\"2784833933\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 深橡色 箱体床+床垫 1.8米', NULL, '2024-04-28 13:59:01', '2023-02-24 13:37:49', NULL, 0, 1784836482748432385, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 10069522866317, 1, 4549.00, '084-2017E-B2-150&DS-QM23-M1-15', NULL, 'jfs/t1/239228/10/6939/140488/664a2344Ff4f57576/c124c9a92f8d295e.jpg', '[{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"深橡色 架子床+床垫\"],\"attrValues\":[\"2784834247\"],\"attrValuesSeqNo\":[8],\"index\":1},{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.5米\"],\"attrValues\":[\"2784833934\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 深橡色 架子床+床垫 1.5米', NULL, '2024-04-28 13:59:01', '2023-02-24 13:37:49', NULL, 0, 1784836482681323522, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 10069522866316, 1, 5349.00, '084-2017E-B2-180&DS-QM23-M1-18', NULL, 'jfs/t1/239228/10/6939/140488/664a2344Ff4f57576/c124c9a92f8d295e.jpg', '[{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.8米\"],\"attrValues\":[\"2784833933\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"深橡色 架子床+床垫\"],\"attrValues\":[\"2784834247\"],\"attrValuesSeqNo\":[8],\"index\":1}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 深橡色 架子床+床垫 1.8米', NULL, '2024-04-28 13:59:01', '2023-02-24 13:37:49', NULL, 0, 1784836482756820993, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 10069522866319, 1, 4549.00, 'YW1-2017E-B2-150&DS-QM23-M1-15', NULL, 'jfs/t1/239228/10/6939/140488/664a2344Ff4f57576/c124c9a92f8d295e.jpg', '[{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.5米\"],\"attrValues\":[\"2784833934\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"胡桃色 架子床+床垫\"],\"attrValues\":[\"2784834249\"],\"attrValuesSeqNo\":[9],\"index\":1}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 胡桃色 架子床+床垫 1.5米', NULL, '2024-04-28 13:59:01', '2023-02-24 13:37:49', NULL, 0, 1784836482731655170, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 10069522866318, 1, 5349.00, 'YW1-2017E-B2-180&DS-QM23-M1-18', NULL, 'jfs/t1/239228/10/6939/140488/664a2344Ff4f57576/c124c9a92f8d295e.jpg', '[{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.8米\"],\"attrValues\":[\"2784833933\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"胡桃色 架子床+床垫\"],\"attrValues\":[\"2784834249\"],\"attrValuesSeqNo\":[9],\"index\":1}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 胡桃色 架子床+床垫 1.8米', NULL, '2024-04-28 13:59:01', '2023-02-24 13:37:49', NULL, 0, 1784836482706489346, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024708980659, 10084231500866, 1, 2499.00, 'ZH-PTCD-DS-QM23-M3-15', NULL, 'jfs/t1/155944/15/45026/85159/66e6cd77F5f0dae84/ae8de794791123fe.jpg', '[{\"attrId\":\"1001061771\",\"attrValueAlias\":[\"1.5M\"],\"attrValues\":[\"4607785467\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居床垫 凝胶记忆棉弹簧床垫 卧室软硬适中独立袋弹簧复合床垫 1.5M', NULL, '2024-09-09 23:32:29', '2023-08-25 17:18:43', NULL, 0, 1784836457343533057, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024708980659, 10084231500865, 1, 2499.00, 'ZH-PTCD-DS-QM23-M3-18', NULL, 'jfs/t1/155944/15/45026/85159/66e6cd77F5f0dae84/ae8de794791123fe.jpg', '[{\"attrId\":\"1001061771\",\"attrValueAlias\":[\"1.8M\"],\"attrValues\":[\"4607785557\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居床垫 凝胶记忆棉弹簧床垫 卧室软硬适中独立袋弹簧复合床垫 1.8M', NULL, '2024-09-09 23:32:29', '2023-08-25 17:18:43', NULL, 0, 1784836457360310274, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024802455462, 10086223215859, 1, 1899.00, 'HGHT/BSW-23E-WQM-NT1', NULL, 'jfs/t1/248279/28/18844/84839/66e72046F9dd87ba1/d3aa095a33dd5c4b.jpg', '[{\"attrId\":\"1000018579\",\"attrValueAlias\":[\"合观胡桃+白石纹板\"],\"attrValues\":[\"1501905721\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居床头柜北欧风 弯曲木实木石纹板柜子卧室储物柜 合观胡桃+白石纹板', NULL, '2024-09-12 15:06:45', '2023-09-17 12:03:39', NULL, 0, 1782645557485436930, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024807151001, 10086316598677, 1, 4198.00, 'HGHT/CBL-23E-WQM-TT2', NULL, 'jfs/t1/98517/40/49487/194071/66e6cd77F360d4c3e/68361c09bafd7134.jpg', '[{\"attrId\":\"1001062410\",\"attrValueAlias\":[\"钢化玻璃+胡桃木\"],\"attrValues\":[\"2784823619\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居茶几 弯曲木客厅家具 北欧风 加厚钢化玻璃结实耐磨 钢化玻璃+胡桃木', NULL, '2024-09-09 23:32:32', '2023-09-18 16:55:46', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024884952395, 10088071219011, 1, 3449.00, 'ZH-PTCD-DS-QM23-M4-18', NULL, 'jfs/t1/45813/22/33478/85761/66e6cd77Fd1f27784/e5c0cb11bc987b51.jpg', '[{\"attrId\":\"1001062652\",\"attrValueAlias\":[\"乳胶+弹簧+黄麻\"],\"attrValues\":[\"5583515021\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062651\",\"attrValueAlias\":[\"1800*2000mm\"],\"attrValues\":[\"5583515020\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居乳胶床垫26cm厚床垫小口径独立弹卧室双人森眠床垫 1800*2000mm 乳胶+弹簧+黄麻', NULL, '2024-09-09 23:32:30', '2023-10-12 10:25:29', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024884952395, 10088071219012, 1, 3349.00, 'ZH-PTCD-DS-QM23-M4-15', NULL, 'jfs/t1/45813/22/33478/85761/66e6cd77Fd1f27784/e5c0cb11bc987b51.jpg', '[{\"attrId\":\"1001062651\",\"attrValueAlias\":[\"1500*2000mm\"],\"attrValues\":[\"5583515022\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062652\",\"attrValueAlias\":[\"乳胶+弹簧+黄麻\"],\"attrValues\":[\"5583515021\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居乳胶床垫26cm厚床垫小口径独立弹卧室双人森眠床垫 1500*2000mm 乳胶+弹簧+黄麻', NULL, '2024-09-09 23:32:29', '2023-10-12 10:25:29', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024891100404, 10088214124855, 1, 10500.00, 'F1-GRQHT-23E-WQM-B2-150', NULL, 'jfs/t1/165424/27/46298/106511/664a2341F568562e7/838c05609a7fa1b0.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床1.5*2.0m\"],\"attrValues\":[\"5638785667\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"砂砾白+戈尔浅胡桃\"],\"attrValues\":[\"5638785669\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居弯曲木双人床 北欧风 进口牛皮卧室真皮实木云栖床 架子床1.5*2.0m 砂砾白+戈尔浅胡桃', NULL, '2024-05-18 15:00:26', '2023-10-13 18:31:22', NULL, 0, 1782645560253677569, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024891100404, 10088214124856, 1, 10500.00, 'F2-HGHT-23E-WQM-B2-150', NULL, 'jfs/t1/165424/27/46298/106511/664a2341F568562e7/838c05609a7fa1b0.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床1.5*2.0m\"],\"attrValues\":[\"5638785667\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"烟雨灰+合观胡桃\"],\"attrValues\":[\"5638785670\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居弯曲木双人床 北欧风 进口牛皮卧室真皮实木云栖床 架子床1.5*2.0m 烟雨灰+合观胡桃', NULL, '2024-05-18 15:00:26', '2023-10-13 18:31:22', NULL, 0, 1782645559431593985, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024891100404, 10088214124854, 1, 10500.00, 'F1-HGHT-23E-WQM-B2-150', NULL, 'jfs/t1/165424/27/46298/106511/664a2341F568562e7/838c05609a7fa1b0.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床1.5*2.0m\"],\"attrValues\":[\"5638785667\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"砂砾白+合观胡桃\"],\"attrValues\":[\"5638785668\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居弯曲木双人床 北欧风 进口牛皮卧室真皮实木云栖床 架子床1.5*2.0m 砂砾白+合观胡桃', NULL, '2024-05-18 15:00:26', '2023-10-13 18:31:22', NULL, 0, 1782645559448371201, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024891100404, 10088214124869, 1, 10500.00, 'F2-GRQHT-23E-WQM-B2-180F', NULL, 'jfs/t1/197860/7/43416/115392/664a2349F0ea0de60/40ae7e89d40470f4.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"烟雨灰+戈尔浅胡桃\"],\"attrValues\":[\"5638785671\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床1.8*2.0m\"],\"attrValues\":[\"5638785674\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居弯曲木双人床 北欧风 进口牛皮卧室真皮实木云栖床 箱体床1.8*2.0m 烟雨灰+戈尔浅胡桃', NULL, '2024-05-18 15:00:26', '2023-10-13 18:31:22', NULL, 0, 1782645558978609154, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024891100404, 10088214124863, 1, 10500.00, 'F1-GRQHT-23E-WQM-B2-150F', NULL, 'jfs/t1/203974/3/42248/106627/664a2348F05782db1/578879753e59bdae.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床1.5*2.0m\"],\"attrValues\":[\"5638785673\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"砂砾白+戈尔浅胡桃\"],\"attrValues\":[\"5638785669\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居弯曲木双人床 北欧风 进口牛皮卧室真皮实木云栖床 箱体床1.5*2.0m 砂砾白+戈尔浅胡桃', NULL, '2024-05-18 15:00:26', '2023-10-13 18:31:22', NULL, 0, 1782645560392089602, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024891100404, 10088214124866, 1, 10500.00, 'F1-HGHT-23E-WQM-B2-180F', NULL, 'jfs/t1/197860/7/43416/115392/664a2349F0ea0de60/40ae7e89d40470f4.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"砂砾白+合观胡桃\"],\"attrValues\":[\"5638785668\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床1.8*2.0m\"],\"attrValues\":[\"5638785674\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居弯曲木双人床 北欧风 进口牛皮卧室真皮实木云栖床 箱体床1.8*2.0m 砂砾白+合观胡桃', NULL, '2024-05-18 15:00:26', '2023-10-13 18:31:22', NULL, 0, 1782645558869557249, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024891100404, 10088214124865, 1, 10500.00, 'F2-GRQHT-23E-WQM-B2-150F', NULL, 'jfs/t1/203974/3/42248/106627/664a2348F05782db1/578879753e59bdae.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床1.5*2.0m\"],\"attrValues\":[\"5638785673\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"烟雨灰+戈尔浅胡桃\"],\"attrValues\":[\"5638785671\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居弯曲木双人床 北欧风 进口牛皮卧室真皮实木云栖床 箱体床1.5*2.0m 烟雨灰+戈尔浅胡桃', NULL, '2024-05-18 15:00:26', '2023-10-13 18:31:22', NULL, 0, 1782645559670669314, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024891100404, 10088214124867, 1, 10500.00, 'F1-GRQHT-23E-WQM-B2-180F', NULL, 'jfs/t1/197860/7/43416/115392/664a2349F0ea0de60/40ae7e89d40470f4.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"砂砾白+戈尔浅胡桃\"],\"attrValues\":[\"5638785669\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床1.8*2.0m\"],\"attrValues\":[\"5638785674\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居弯曲木双人床 北欧风 进口牛皮卧室真皮实木云栖床 箱体床1.8*2.0m 砂砾白+戈尔浅胡桃', NULL, '2024-05-18 15:00:26', '2023-10-13 18:31:22', NULL, 0, 1782645559259627522, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024891100404, 10088214124868, 1, 10500.00, 'F2-HGHT-23E-WQM-B2-180F', NULL, 'jfs/t1/197860/7/43416/115392/664a2349F0ea0de60/40ae7e89d40470f4.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"烟雨灰+合观胡桃\"],\"attrValues\":[\"5638785670\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床1.8*2.0m\"],\"attrValues\":[\"5638785674\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居弯曲木双人床 北欧风 进口牛皮卧室真皮实木云栖床 箱体床1.8*2.0m 烟雨灰+合观胡桃', NULL, '2024-05-18 15:00:26', '2023-10-13 18:31:22', NULL, 0, 1782645559574200322, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024891100404, 10088214124864, 1, 10500.00, 'F2-HGHT-23E-WQM-B2-150F', NULL, 'jfs/t1/203974/3/42248/106627/664a2348F05782db1/578879753e59bdae.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"烟雨灰+合观胡桃\"],\"attrValues\":[\"5638785670\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床1.5*2.0m\"],\"attrValues\":[\"5638785673\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居弯曲木双人床 北欧风 进口牛皮卧室真皮实木云栖床 箱体床1.5*2.0m 烟雨灰+合观胡桃', NULL, '2024-05-18 15:00:26', '2023-10-13 18:31:22', NULL, 0, 1782645559318347777, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024891100404, 10088214124861, 1, 10500.00, 'F2-GRQHT-23E-WQM-B2-180', NULL, 'jfs/t1/168189/12/45940/115262/664a2343F36781fe9/0908ab7b97a02906.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"烟雨灰+戈尔浅胡桃\"],\"attrValues\":[\"5638785671\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床1.8*2.0m\"],\"attrValues\":[\"5638785672\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居弯曲木双人床 北欧风 进口牛皮卧室真皮实木云栖床 架子床1.8*2.0m 烟雨灰+戈尔浅胡桃', NULL, '2024-05-18 15:00:26', '2023-10-13 18:31:22', NULL, 0, 1782645558785671170, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024891100404, 10088214124857, 1, 10500.00, 'F2-GRQHT-23E-WQM-B2-150', NULL, 'jfs/t1/165424/27/46298/106511/664a2341F568562e7/838c05609a7fa1b0.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床1.5*2.0m\"],\"attrValues\":[\"5638785667\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"烟雨灰+戈尔浅胡桃\"],\"attrValues\":[\"5638785671\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居弯曲木双人床 北欧风 进口牛皮卧室真皮实木云栖床 架子床1.5*2.0m 烟雨灰+戈尔浅胡桃', NULL, '2024-05-18 15:00:26', '2023-10-13 18:31:22', NULL, 0, 1782645560291426306, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024891100404, 10088214124858, 1, 10500.00, 'F1-HGHT-23E-WQM-B2-180', NULL, 'jfs/t1/168189/12/45940/115262/664a2343F36781fe9/0908ab7b97a02906.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"砂砾白+合观胡桃\"],\"attrValues\":[\"5638785668\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床1.8*2.0m\"],\"attrValues\":[\"5638785672\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居弯曲木双人床 北欧风 进口牛皮卧室真皮实木云栖床 架子床1.8*2.0m 砂砾白+合观胡桃', NULL, '2024-05-18 15:00:26', '2023-10-13 18:31:22', NULL, 0, 1782645560153014273, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024891100404, 10088214124862, 1, 10500.00, 'F1-HGHT-23E-WQM-B2-150F', NULL, 'jfs/t1/203974/3/42248/106627/664a2348F05782db1/578879753e59bdae.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床1.5*2.0m\"],\"attrValues\":[\"5638785673\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"砂砾白+合观胡桃\"],\"attrValues\":[\"5638785668\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居弯曲木双人床 北欧风 进口牛皮卧室真皮实木云栖床 箱体床1.5*2.0m 砂砾白+合观胡桃', NULL, '2024-05-18 15:00:26', '2023-10-13 18:31:22', NULL, 0, 1782645559804887041, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024891100404, 10088214124859, 1, 10500.00, 'F1-GRQHT-23E-WQM-B2-180', NULL, 'jfs/t1/168189/12/45940/115262/664a2343F36781fe9/0908ab7b97a02906.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"砂砾白+戈尔浅胡桃\"],\"attrValues\":[\"5638785669\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床1.8*2.0m\"],\"attrValues\":[\"5638785672\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居弯曲木双人床 北欧风 进口牛皮卧室真皮实木云栖床 架子床1.8*2.0m 砂砾白+戈尔浅胡桃', NULL, '2024-05-18 15:00:26', '2023-10-13 18:31:22', NULL, 0, 1782645559309959170, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024891100404, 10088214124860, 1, 10500.00, 'F2-HGHT-23E-WQM-B2-180', NULL, 'jfs/t1/168189/12/45940/115262/664a2343F36781fe9/0908ab7b97a02906.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"烟雨灰+合观胡桃\"],\"attrValues\":[\"5638785670\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床1.8*2.0m\"],\"attrValues\":[\"5638785672\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居弯曲木双人床 北欧风 进口牛皮卧室真皮实木云栖床 架子床1.8*2.0m 烟雨灰+合观胡桃', NULL, '2024-05-18 15:00:26', '2023-10-13 18:31:22', NULL, 0, 1782645559066689537, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024906218407, 10090300098733, 1, 16329.00, 'F5-HG-S2-ZH1&HG-TT4-1&HG-TT3', NULL, 'jfs/t1/194318/12/39553/125426/65472c2eFee31ee13/6cb50c4a74616dcd.jpg', '[{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"烟雨灰+合观胡桃\\\"}]\"],\"attrValues\":[\"5749471613\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"真皮沙发2.73m+茶几1.3m+边几\\\"}]\"],\"attrValues\":[\"6334470482\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居弯曲木真皮意式头层牛皮沙发直排北欧风柔软进口银河沙发 真皮沙发2.73m+茶几1.3m+边几 烟雨灰+合观胡桃', NULL, '2024-05-01 17:57:19', '2023-11-05 11:13:01', NULL, 0, 1784836484002529281, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024906218407, 10090300098732, 1, 16329.00, 'F4-GR-S2-ZH1&GR-TT4&GR-TT3', NULL, 'jfs/t1/194318/12/39553/125426/65472c2eFee31ee13/6cb50c4a74616dcd.jpg', '[{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"真皮沙发2.73m+茶几1.3m+边几\\\"}]\"],\"attrValues\":[\"6334470482\"],\"attrValuesSeqNo\":[5],\"index\":1},{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"砂砾白+戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5749471612\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居弯曲木真皮意式头层牛皮沙发直排北欧风柔软进口银河沙发 真皮沙发2.73m+茶几1.3m+边几 砂砾白+戈尔浅胡桃', NULL, '2024-05-01 11:23:49', '2023-11-05 11:13:01', NULL, 0, 1784836483981557762, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024906218407, 10090300098734, 1, 16329.00, 'F5-GR-S2-ZH1&GR-TT4&GR-TT3', NULL, 'jfs/t1/194318/12/39553/125426/65472c2eFee31ee13/6cb50c4a74616dcd.jpg', '[{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"烟雨灰+戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5749471614\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"真皮沙发2.73m+茶几1.3m+边几\\\"}]\"],\"attrValues\":[\"6334470482\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居弯曲木真皮意式头层牛皮沙发直排北欧风柔软进口银河沙发 真皮沙发2.73m+茶几1.3m+边几 烟雨灰+戈尔浅胡桃', NULL, '2024-05-01 13:18:49', '2023-11-05 11:13:01', NULL, 0, 1784836472040374274, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024906218407, 10090300098731, 1, 16329.00, 'F4-HG-S2-ZH1&HG-TT4-1&HG-TT3', NULL, 'jfs/t1/194318/12/39553/125426/65472c2eFee31ee13/6cb50c4a74616dcd.jpg', '[{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"真皮沙发2.73m+茶几1.3m+边几\\\"}]\"],\"attrValues\":[\"6334470482\"],\"attrValuesSeqNo\":[5],\"index\":1},{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"砂砾白+合观胡桃\\\"}]\"],\"attrValues\":[\"5749471610\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居弯曲木真皮意式头层牛皮沙发直排北欧风柔软进口银河沙发 真皮沙发2.73m+茶几1.3m+边几 砂砾白+合观胡桃', NULL, '2024-05-01 13:28:50', '2023-11-05 11:13:01', NULL, 0, 1784836483859922945, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024906218407, 10088549924123, 1, 15000.00, 'F5-GRQHT-23E-WQM-S2-3', NULL, 'jfs/t1/249729/15/9260/154505/664a231dF4eac777b/49968aa1605c5678.jpg', '[{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"牛皮-3人位-2.2m\\\"}]\"],\"attrValues\":[\"5749471611\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"烟雨灰+戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5749471614\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居弯曲木真皮意式头层牛皮沙发直排北欧风柔软进口银河沙发 牛皮-3人位-2.2m 烟雨灰+戈尔浅胡桃', NULL, '2024-05-01 16:11:59', '2023-10-17 17:28:23', NULL, 0, 1782645560173985794, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024906218407, 10088549924122, 1, 15000.00, 'F5-HGHT-23E-WQM-S2-3', NULL, 'jfs/t1/249729/15/9260/154505/664a231dF4eac777b/49968aa1605c5678.jpg', '[{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"牛皮-3人位-2.2m\\\"}]\"],\"attrValues\":[\"5749471611\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"烟雨灰+合观胡桃\\\"}]\"],\"attrValues\":[\"5749471613\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居弯曲木真皮意式头层牛皮沙发直排北欧风柔软进口银河沙发 牛皮-3人位-2.2m 烟雨灰+合观胡桃', NULL, '2024-05-01 12:43:33', '2023-10-17 17:28:23', NULL, 0, 1782645559393845249, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024906218407, 10088549924121, 1, 15000.00, 'F4-GRQHT-23E-WQM-S2-3', NULL, 'jfs/t1/181755/15/48217/136081/66e6cd78F8f7edcb7/db25aa1cf4672b59.jpg', '[{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"牛皮-3人位-2.2m\\\"}]\"],\"attrValues\":[\"5749471611\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"砂砾白+戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5749471612\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居弯曲木真皮意式头层牛皮沙发直排北欧风柔软进口银河沙发 牛皮-3人位-2.2m 砂砾白+戈尔浅胡桃', NULL, '2024-09-13 16:46:18', '2023-10-17 17:28:23', NULL, 0, 1782645559175741442, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024906218407, 10088549924120, 1, 15000.00, 'F4-HGHT-23E-WQM-S2-3', NULL, 'jfs/t1/181755/15/48217/136081/66e6cd78F8f7edcb7/db25aa1cf4672b59.jpg', '[{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"牛皮-3人位-2.2m\\\"}]\"],\"attrValues\":[\"5749471611\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"砂砾白+合观胡桃\\\"}]\"],\"attrValues\":[\"5749471610\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居弯曲木真皮意式头层牛皮沙发直排北欧风柔软进口银河沙发 牛皮-3人位-2.2m 砂砾白+合观胡桃', NULL, '2024-09-13 16:46:19', '2023-10-17 17:28:23', NULL, 0, 1782645560304009218, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024906218407, 10088549924131, 1, 15000.00, 'F5-GRQHT-23E-WQM-S2-ZH1', NULL, 'jfs/t1/180350/23/44653/125653/664a231fF80c8f89b/906d3f10c4f13606.jpg', '[{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"烟雨灰+戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5749471614\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"牛皮-多人位-2.73m\\\"}]\"],\"attrValues\":[\"5749471619\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居弯曲木真皮意式头层牛皮沙发直排北欧风柔软进口银河沙发 牛皮-多人位-2.73m 烟雨灰+戈尔浅胡桃', NULL, '2024-05-01 14:14:17', '2023-10-17 17:28:23', NULL, 0, 1782645559033135105, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024906218407, 10088549924130, 1, 15000.00, 'F5-HGHT-23E-WQM-S2-ZH1', NULL, 'jfs/t1/180350/23/44653/125653/664a231fF80c8f89b/906d3f10c4f13606.jpg', '[{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"牛皮-多人位-2.73m\\\"}]\"],\"attrValues\":[\"5749471619\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"烟雨灰+合观胡桃\\\"}]\"],\"attrValues\":[\"5749471613\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居弯曲木真皮意式头层牛皮沙发直排北欧风柔软进口银河沙发 牛皮-多人位-2.73m 烟雨灰+合观胡桃', NULL, '2024-05-01 20:02:11', '2023-10-17 17:28:23', NULL, 0, 1782645559494508546, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024906218407, 10088549924129, 1, 15000.00, 'F4-GRQHT-23E-WQM-S2-ZH1', NULL, 'jfs/t1/180350/23/44653/125653/664a231fF80c8f89b/906d3f10c4f13606.jpg', '[{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"砂砾白+戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5749471612\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"牛皮-多人位-2.73m\\\"}]\"],\"attrValues\":[\"5749471619\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居弯曲木真皮意式头层牛皮沙发直排北欧风柔软进口银河沙发 牛皮-多人位-2.73m 砂砾白+戈尔浅胡桃', NULL, '2024-05-01 14:21:53', '2023-10-17 17:28:23', NULL, 0, 1782645559242850305, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024906218407, 10088549924128, 1, 15000.00, 'F4-HGHT-23E-WQM-S2-ZH1', NULL, 'jfs/t1/226611/14/26040/113239/66e6cd79F1a0150a8/475441446c9ef68b.jpg', '[{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"牛皮-多人位-2.73m\\\"}]\"],\"attrValues\":[\"5749471619\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"砂砾白+合观胡桃\\\"}]\"],\"attrValues\":[\"5749471610\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居弯曲木真皮意式头层牛皮沙发直排北欧风柔软进口银河沙发 牛皮-多人位-2.73m 砂砾白+合观胡桃', NULL, '2024-09-13 16:46:18', '2023-10-17 17:28:23', NULL, 0, 1782645558886334466, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024906218407, 10088549924143, 1, 15000.00, 'F3-GRQHT-23E-WQM-S2-3', NULL, 'jfs/t1/150200/8/43969/95074/664a2321Fb9358af1/ec506d88cd6e368b.jpg', '[{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"天青蓝+戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5749471618\"],\"attrValuesSeqNo\":[8],\"index\":2},{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"雪尼尔布-3人位-2.2m\\\"}]\"],\"attrValues\":[\"5749471620\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居弯曲木真皮意式头层牛皮沙发直排北欧风柔软进口银河沙发 雪尼尔布-3人位-2.2m 天青蓝+戈尔浅胡桃', NULL, '2024-05-01 13:55:55', '2023-10-17 17:28:23', NULL, 0, 1782645559196712962, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024906218407, 10088549924142, 1, 15000.00, 'F3-HGHT-23E-WQM-S2-3', NULL, 'jfs/t1/150200/8/43969/95074/664a2321Fb9358af1/ec506d88cd6e368b.jpg', '[{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"天青蓝+合观胡桃\\\"}]\"],\"attrValues\":[\"5749471617\"],\"attrValuesSeqNo\":[7],\"index\":2},{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"雪尼尔布-3人位-2.2m\\\"}]\"],\"attrValues\":[\"5749471620\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居弯曲木真皮意式头层牛皮沙发直排北欧风柔软进口银河沙发 雪尼尔布-3人位-2.2m 天青蓝+合观胡桃', NULL, '2024-05-01 13:03:33', '2023-10-17 17:28:23', NULL, 0, 1782645559746166785, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024906218407, 10088549924141, 1, 15000.00, 'F1-GRQHT-23E-WQM-S2-3', NULL, 'jfs/t1/150200/8/43969/95074/664a2321Fb9358af1/ec506d88cd6e368b.jpg', '[{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"雪尼尔布-3人位-2.2m\\\"}]\"],\"attrValues\":[\"5749471620\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"月光白+戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5749471616\"],\"attrValuesSeqNo\":[6],\"index\":2}]', '曲美家居弯曲木真皮意式头层牛皮沙发直排北欧风柔软进口银河沙发 雪尼尔布-3人位-2.2m 月光白+戈尔浅胡桃', NULL, '2024-05-01 13:17:03', '2023-10-17 17:28:23', NULL, 0, 1782645559049912322, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024906218407, 10088549924140, 1, 15000.00, 'F1-HGHT-23E-WQM-S2-3', NULL, 'jfs/t1/150200/8/43969/95074/664a2321Fb9358af1/ec506d88cd6e368b.jpg', '[{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"月光白+合观胡桃\\\"}]\"],\"attrValues\":[\"5749471615\"],\"attrValuesSeqNo\":[5],\"index\":2},{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"雪尼尔布-3人位-2.2m\\\"}]\"],\"attrValues\":[\"5749471620\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居弯曲木真皮意式头层牛皮沙发直排北欧风柔软进口银河沙发 雪尼尔布-3人位-2.2m 月光白+合观胡桃', NULL, '2024-05-01 12:16:25', '2023-10-17 17:28:23', NULL, 0, 1782645560324980738, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024906218407, 10088549924151, 1, 15000.00, 'F3-GRQHT-23E-WQM-S2-ZH1', NULL, 'jfs/t1/198181/1/44196/103957/664a2322F70328173/24a4cc6af93366f7.jpg', '[{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"天青蓝+戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5749471618\"],\"attrValuesSeqNo\":[8],\"index\":2},{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"雪尼尔布-多人位-2.73m\\\"}]\"],\"attrValues\":[\"5749471621\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居弯曲木真皮意式头层牛皮沙发直排北欧风柔软进口银河沙发 雪尼尔布-多人位-2.73m 天青蓝+戈尔浅胡桃', NULL, '2024-05-01 16:53:36', '2023-10-17 17:28:23', NULL, 0, 1782645559486119938, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024906218407, 10088549924150, 1, 15000.00, 'F3-HGHT-23E-WQM-S2-ZH1', NULL, 'jfs/t1/198181/1/44196/103957/664a2322F70328173/24a4cc6af93366f7.jpg', '[{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"天青蓝+合观胡桃\\\"}]\"],\"attrValues\":[\"5749471617\"],\"attrValuesSeqNo\":[7],\"index\":2},{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"雪尼尔布-多人位-2.73m\\\"}]\"],\"attrValues\":[\"5749471621\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居弯曲木真皮意式头层牛皮沙发直排北欧风柔软进口银河沙发 雪尼尔布-多人位-2.73m 天青蓝+合观胡桃', NULL, '2024-05-01 14:09:03', '2023-10-17 17:28:23', NULL, 0, 1782645560064933890, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024906218407, 10088549924149, 1, 15000.00, 'F1-GRQHT-23E-WQM-S2-ZH1', NULL, 'jfs/t1/198181/1/44196/103957/664a2322F70328173/24a4cc6af93366f7.jpg', '[{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"雪尼尔布-多人位-2.73m\\\"}]\"],\"attrValues\":[\"5749471621\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"月光白+戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5749471616\"],\"attrValuesSeqNo\":[6],\"index\":2}]', '曲美家居弯曲木真皮意式头层牛皮沙发直排北欧风柔软进口银河沙发 雪尼尔布-多人位-2.73m 月光白+戈尔浅胡桃', NULL, '2024-05-01 15:41:13', '2023-10-17 17:28:23', NULL, 0, 1782645560215928833, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024906218407, 10088549924148, 1, 15000.00, 'F1-HGHT-23E-WQM-S2-ZH1', NULL, 'jfs/t1/198181/1/44196/103957/664a2322F70328173/24a4cc6af93366f7.jpg', '[{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"月光白+合观胡桃\\\"}]\"],\"attrValues\":[\"5749471615\"],\"attrValuesSeqNo\":[5],\"index\":2},{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"雪尼尔布-多人位-2.73m\\\"}]\"],\"attrValues\":[\"5749471621\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居弯曲木真皮意式头层牛皮沙发直排北欧风柔软进口银河沙发 雪尼尔布-多人位-2.73m 月光白+合观胡桃', NULL, '2024-05-01 16:06:56', '2023-10-17 17:28:23', NULL, 0, 1782645559834247170, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024913035521, 10088698062319, 1, 5000.00, 'GRQHT-23E-WQM-TT4-1', NULL, 'jfs/t1/68472/40/28134/166287/66e6cd7aFcba9a61d/4b197214e222cbb0.jpg', '[{\"attrId\":\"1001062410\",\"attrValueAlias\":[\"茶几130*65*40cm\"],\"attrValues\":[\"5801827844\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062411\",\"attrValueAlias\":[\"戈尔浅胡桃\"],\"attrValues\":[\"5801827843\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居茶几弯曲木北欧风客厅茶几边几储物柜组合 茶几130*65*40cm 戈尔浅胡桃', NULL, '2024-09-13 16:46:34', '2023-10-19 10:30:23', NULL, 0, 1782645558752116737, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024913035521, 10088698062318, 1, 5000.00, 'HGHT-23E-WQM-TT4-1', NULL, 'jfs/t1/68472/40/28134/166287/66e6cd7aFcba9a61d/4b197214e222cbb0.jpg', '[{\"attrId\":\"1001062411\",\"attrValueAlias\":[\"合观胡桃\"],\"attrValues\":[\"5801827842\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062410\",\"attrValueAlias\":[\"茶几130*65*40cm\"],\"attrValues\":[\"5801827844\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居茶几弯曲木北欧风客厅茶几边几储物柜组合 茶几130*65*40cm 合观胡桃', NULL, '2024-09-13 16:46:35', '2023-10-19 10:30:23', NULL, 0, 1782645558668230657, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024913035521, 10088698062317, 1, 5000.00, 'GRQHT-23E-WQM-TT4', NULL, 'jfs/t1/241674/20/9524/176190/664a233eFb6bd418d/51c95ad35f5c2729.jpg', '[{\"attrId\":\"1001062411\",\"attrValueAlias\":[\"戈尔浅胡桃\"],\"attrValues\":[\"5801827843\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062410\",\"attrValueAlias\":[\"茶几120*59*40cm\"],\"attrValues\":[\"5801827841\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居茶几弯曲木北欧风客厅茶几边几储物柜组合 茶几120*59*40cm 戈尔浅胡桃', NULL, '2024-04-19 02:09:34', '2023-10-19 10:30:23', NULL, 0, 1782645558424961026, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024913035521, 10088698062316, 1, 5000.00, 'HGHT-23E-WQM-TT4', NULL, 'jfs/t1/94907/5/51976/165909/66e6cd79F7cdeb6fa/669962d1e65e75b0.jpg', '[{\"attrId\":\"1001062411\",\"attrValueAlias\":[\"合观胡桃\"],\"attrValues\":[\"5801827842\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062410\",\"attrValueAlias\":[\"茶几120*59*40cm\"],\"attrValues\":[\"5801827841\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居茶几弯曲木北欧风客厅茶几边几储物柜组合 茶几120*59*40cm 合观胡桃', NULL, '2024-09-13 16:46:35', '2023-10-19 10:30:23', NULL, 0, 1782645558517235714, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024913035521, 10088698062321, 1, 1500.00, 'GRQHT-23E-WQM-TT3', NULL, 'jfs/t1/187982/36/44722/80852/664a2343Fc7cf7806/eb38068a2d0897f1.jpg', '[{\"attrId\":\"1001062411\",\"attrValueAlias\":[\"戈尔浅胡桃\"],\"attrValues\":[\"5801827843\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062410\",\"attrValueAlias\":[\"边几33*22*65\"],\"attrValues\":[\"5801827845\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居茶几弯曲木北欧风客厅茶几边几储物柜组合 边几33*22*65 戈尔浅胡桃', NULL, '2024-04-19 02:09:34', '2023-10-19 10:30:23', NULL, 0, 1782645558450126849, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024913035521, 10088698062320, 1, 1500.00, 'HGHT-23E-WQM-TT3', NULL, 'jfs/t1/187982/36/44722/80852/664a2343Fc7cf7806/eb38068a2d0897f1.jpg', '[{\"attrId\":\"1001062411\",\"attrValueAlias\":[\"合观胡桃\"],\"attrValues\":[\"5801827842\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062410\",\"attrValueAlias\":[\"边几33*22*65\"],\"attrValues\":[\"5801827845\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居茶几弯曲木北欧风客厅茶几边几储物柜组合 边几33*22*65 合观胡桃', NULL, '2024-04-19 02:09:34', '2023-10-19 10:30:23', NULL, 0, 1782645558437543938, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10010348280, 10051383205246, 1, 1399.00, 'ZH-PTCD-DS-QM23-M1-18', NULL, 'jfs/t1/189403/26/47837/154175/66e6cd77F16acc75b/24c2fb2d3136ba9b.jpg', '[{\"attrId\":\"1001062652\",\"attrValueAlias\":[\"乳胶独袋弹簧床垫\"],\"attrValues\":[\"2784827801\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062651\",\"attrValueAlias\":[\"1.8米*2米\"],\"attrValues\":[\"2784827815\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居QM床垫 乳胶床垫 独立袋弹簧席梦思床垫 1.8米*2米 乳胶独袋弹簧床垫', NULL, '2024-09-14 17:29:18', '2022-05-05 18:27:24', NULL, 0, 1784836442646691842, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10010348280, 10097588607008, 1, 5499.00, 'DS-F1-QM23-B1-12&QM23-M1-12', NULL, 'jfs/t1/173394/37/40771/167350/664a2320F1f624e28/e6c5d15fbd5a2803.jpg', '[{\"attrId\":\"1001062651\",\"attrValueAlias\":[\"1.2米*2米\"],\"attrValues\":[\"2784827817\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062652\",\"attrValueAlias\":[\"皮床(高床头)浅咖色+床垫\"],\"attrValues\":[\"10344732372\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM床垫 乳胶床垫 独立袋弹簧席梦思床垫 1.2米*2米 皮床(高床头)浅咖色+床垫', NULL, '2024-04-28 13:58:58', '2024-03-06 10:58:11', NULL, 0, 1784836469418934274, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10010348280, 10077639150144, 1, 1399.00, 'ZH-PTCD-DS-QM23-M1-12', NULL, 'jfs/t1/189403/26/47837/154175/66e6cd77F16acc75b/24c2fb2d3136ba9b.jpg', '[{\"attrId\":\"1001062651\",\"attrValueAlias\":[\"1.2米*2米\"],\"attrValues\":[\"2784827817\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062652\",\"attrValueAlias\":[\"乳胶独袋弹簧床垫\"],\"attrValues\":[\"2784827801\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QM床垫 乳胶床垫 独立袋弹簧席梦思床垫 1.2米*2米 乳胶独袋弹簧床垫', NULL, '2024-09-14 17:29:18', '2023-06-06 17:57:06', NULL, 0, 1784836443112259586, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10010348280, 10097588607005, 1, 5249.00, 'DS-F2-19-B12A-15&M1', NULL, 'jfs/t1/173394/37/40771/167350/664a2320F1f624e28/e6c5d15fbd5a2803.jpg', '[{\"attrId\":\"1001062652\",\"attrValueAlias\":[\"皮床(双靠包)奶油白+床垫\"],\"attrValues\":[\"10344732373\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062651\",\"attrValueAlias\":[\"1.5米*2米\"],\"attrValues\":[\"2784827807\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居QM床垫 乳胶床垫 独立袋弹簧席梦思床垫 1.5米*2米 皮床(双靠包)奶油白+床垫', NULL, '2024-04-28 13:58:58', '2024-03-06 10:58:11', NULL, 0, 1784836478331830274, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10010348280, 10097588607004, 1, 5499.00, 'DS-F1-QM23-B1-15&QM23-M1-15', NULL, 'jfs/t1/173394/37/40771/167350/664a2320F1f624e28/e6c5d15fbd5a2803.jpg', '[{\"attrId\":\"1001062652\",\"attrValueAlias\":[\"皮床(高床头)浅咖色+床垫\"],\"attrValues\":[\"10344732372\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062651\",\"attrValueAlias\":[\"1.5米*2米\"],\"attrValues\":[\"2784827807\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居QM床垫 乳胶床垫 独立袋弹簧席梦思床垫 1.5米*2米 皮床(高床头)浅咖色+床垫', NULL, '2024-04-28 13:58:58', '2024-03-06 10:58:11', NULL, 0, 1784836469330853890, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10010348280, 10097588607007, 1, 5349.00, 'DS-F2-19-B12A-18&M1', NULL, 'jfs/t1/229582/34/17740/167601/664a2321F581822df/a5719a197a624a41.jpg', '[{\"attrId\":\"1001062651\",\"attrValueAlias\":[\"1.8米*2米\"],\"attrValues\":[\"2784827815\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062652\",\"attrValueAlias\":[\"皮床(双靠包)奶油白+床垫\"],\"attrValues\":[\"10344732373\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居QM床垫 乳胶床垫 独立袋弹簧席梦思床垫 1.8米*2米 皮床(双靠包)奶油白+床垫', NULL, '2024-04-28 13:58:58', '2024-03-06 10:58:11', NULL, 0, 1784836478352801793, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10010348280, 10097588607006, 1, 5499.00, 'DS-F1-QM23-B1-18&QM23-M1-18', NULL, 'jfs/t1/229582/34/17740/167601/664a2321F581822df/a5719a197a624a41.jpg', '[{\"attrId\":\"1001062651\",\"attrValueAlias\":[\"1.8米*2米\"],\"attrValues\":[\"2784827815\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062652\",\"attrValueAlias\":[\"皮床(高床头)浅咖色+床垫\"],\"attrValues\":[\"10344732372\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM床垫 乳胶床垫 独立袋弹簧席梦思床垫 1.8米*2米 皮床(高床头)浅咖色+床垫', NULL, '2024-04-28 13:58:58', '2024-03-06 10:58:11', NULL, 0, 1784836469347631105, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10010348280, 10051383205245, 1, 1399.00, 'ZH-PTCD-DS-QM23-M1-15', NULL, 'jfs/t1/189403/26/47837/154175/66e6cd77F16acc75b/24c2fb2d3136ba9b.jpg', '[{\"attrId\":\"1001062651\",\"attrValueAlias\":[\"1.5米*2米\"],\"attrValues\":[\"2784827807\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062652\",\"attrValueAlias\":[\"乳胶独袋弹簧床垫\"],\"attrValues\":[\"2784827801\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QM床垫 乳胶床垫 独立袋弹簧席梦思床垫 1.5米*2米 乳胶独袋弹簧床垫', NULL, '2024-09-14 17:29:18', '2022-05-05 18:27:24', NULL, 0, 1784836442676051970, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024802518934, 10086224255276, 1, 17198.00, 'F2-HGHT-23E-WQM-B1DT-180', NULL, 'jfs/t1/160595/32/44908/137583/664a234eF1e223565/b34f9a08455f5c10.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床1.8*2.0m【含灯带】\"],\"attrValues\":[\"2784827020\"],\"attrValuesSeqNo\":[5],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"烟雨灰\"],\"attrValues\":[\"2784824195\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居双人床 弯曲木真皮实木床 北欧风 意式卧室软床月半湾皮床 框架床1.8*2.0m【含灯带】 烟雨灰', NULL, '2024-04-19 02:09:25', '2023-09-17 12:23:41', NULL, 0, 1782645557233778690, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024802518934, 10086224255272, 1, 15198.00, 'F2-HGHT-23E-WQM-B1-180', NULL, 'jfs/t1/193688/1/45114/145360/664a2348Fde178122/1bd432c21fddb282.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床1.8*2.0m\"],\"attrValues\":[\"2784827001\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"烟雨灰\"],\"attrValues\":[\"2784824195\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居双人床 弯曲木真皮实木床 北欧风 意式卧室软床月半湾皮床 框架床1.8*2.0m 烟雨灰', NULL, '2024-04-19 02:09:25', '2023-09-17 12:23:41', NULL, 0, 1782645557246361601, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024802518934, 10086224255273, 1, 17198.00, 'F1-HGHT-23E-WQM-B1DT-150', NULL, 'jfs/t1/211821/21/41347/143975/664a2349F1a589605/b5e31392e6c04c83.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"砂砾白\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床1.5*2.0m【含灯带】\"],\"attrValues\":[\"2784827018\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居双人床 弯曲木真皮实木床 北欧风 意式卧室软床月半湾皮床 框架床1.5*2.0m【含灯带】 砂砾白', NULL, '2024-04-19 02:09:25', '2023-09-17 12:23:41', NULL, 0, 1782645557170864130, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024802518934, 10086224255274, 1, 17198.00, 'F2-HGHT-23E-WQM-B1DT-150', NULL, 'jfs/t1/211821/21/41347/143975/664a2349F1a589605/b5e31392e6c04c83.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床1.5*2.0m【含灯带】\"],\"attrValues\":[\"2784827018\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"烟雨灰\"],\"attrValues\":[\"2784824195\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居双人床 弯曲木真皮实木床 北欧风 意式卧室软床月半湾皮床 框架床1.5*2.0m【含灯带】 烟雨灰', NULL, '2024-04-19 02:09:25', '2023-09-17 12:23:41', NULL, 0, 1782645556990509057, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024802518934, 10086224255275, 1, 17198.00, 'F1-HGHT-23E-WQM-B1DT-180', NULL, 'jfs/t1/160595/32/44908/137583/664a234eF1e223565/b34f9a08455f5c10.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"砂砾白\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床1.8*2.0m【含灯带】\"],\"attrValues\":[\"2784827020\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居双人床 弯曲木真皮实木床 北欧风 意式卧室软床月半湾皮床 框架床1.8*2.0m【含灯带】 砂砾白', NULL, '2024-04-19 02:09:25', '2023-09-17 12:23:41', NULL, 0, 1782645557145698306, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024802518934, 10089721279461, 1, 11580.00, 'F2-HGHT-23E-WQM-B1-180&M2', NULL, 'jfs/t1/228816/29/17990/153827/664a2352F54bc1ba2/df18a55c361748ef.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床+床垫软硬双面1.8m\"],\"attrValues\":[\"6146405173\"],\"attrValuesSeqNo\":[6],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"烟雨灰\"],\"attrValues\":[\"2784824195\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居双人床 弯曲木真皮实木床 北欧风 意式卧室软床月半湾皮床 框架床+床垫软硬双面1.8m 烟雨灰', NULL, '2024-04-19 02:09:25', '2023-10-30 14:13:05', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024802518934, 10086224255269, 1, 15198.00, 'F1-HGHT-23E-WQM-B1-150', NULL, 'jfs/t1/225354/8/7188/149200/664a2343F71fd16e2/2c7eabe46141b777.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"砂砾白\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床1.5*2.0m\"],\"attrValues\":[\"2784824197\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居双人床 弯曲木真皮实木床 北欧风 意式卧室软床月半湾皮床 框架床1.5*2.0m 砂砾白', NULL, '2024-04-19 02:09:25', '2023-09-17 12:23:41', NULL, 0, 1782645557091172354, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024802518934, 10089721279460, 1, 11580.00, 'F1-HGHT-23E-WQM-B1-180&M2', NULL, 'jfs/t1/228816/29/17990/153827/664a2352F54bc1ba2/df18a55c361748ef.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床+床垫软硬双面1.8m\"],\"attrValues\":[\"6146405173\"],\"attrValuesSeqNo\":[6],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"砂砾白\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居双人床 弯曲木真皮实木床 北欧风 意式卧室软床月半湾皮床 框架床+床垫软硬双面1.8m 砂砾白', NULL, '2024-04-19 02:09:25', '2023-10-30 14:13:05', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024802518934, 10086224255270, 1, 15198.00, 'F2-HGHT-23E-WQM-B1-150', NULL, 'jfs/t1/225354/8/7188/149200/664a2343F71fd16e2/2c7eabe46141b777.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床1.5*2.0m\"],\"attrValues\":[\"2784824197\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"烟雨灰\"],\"attrValues\":[\"2784824195\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居双人床 弯曲木真皮实木床 北欧风 意式卧室软床月半湾皮床 框架床1.5*2.0m 烟雨灰', NULL, '2024-04-19 02:09:25', '2023-09-17 12:23:41', NULL, 0, 1782645557196029954, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024802518934, 10086224255271, 1, 15198.00, 'F1-HGHT-23E-WQM-B1-180', NULL, 'jfs/t1/105487/36/47245/114166/66e6cd7bFb491510b/23621209fedf72f7.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床1.8*2.0m\"],\"attrValues\":[\"2784827001\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"砂砾白\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居双人床 弯曲木真皮实木床 北欧风 意式卧室软床月半湾皮床 框架床1.8*2.0m 砂砾白', NULL, '2024-09-09 23:32:10', '2023-09-17 12:23:41', NULL, 0, 1782645557116338177, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024802518934, 10089721279459, 1, 11580.00, 'F2-HGHT-23E-WQM-B1-150&M2', NULL, 'jfs/t1/230810/15/18186/149276/664a2350F62e798d1/722994ef0f9895c1.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"烟雨灰\"],\"attrValues\":[\"2784824195\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床+床垫软硬双面1.5m\"],\"attrValues\":[\"6146405172\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居双人床 弯曲木真皮实木床 北欧风 意式卧室软床月半湾皮床 框架床+床垫软硬双面1.5m 烟雨灰', NULL, '2024-04-19 02:09:25', '2023-10-30 14:13:05', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024802518934, 10089721279458, 1, 11580.00, 'F1-HGHT-23E-WQM-B1-150&M2', NULL, 'jfs/t1/230810/15/18186/149276/664a2350F62e798d1/722994ef0f9895c1.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床+床垫软硬双面1.5m\"],\"attrValues\":[\"6146405172\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"砂砾白\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居双人床 弯曲木真皮实木床 北欧风 意式卧室软床月半湾皮床 框架床+床垫软硬双面1.5m 砂砾白', NULL, '2024-04-19 02:09:25', '2023-10-30 14:13:05', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024842764167, 10087064952449, 1, 15299.00, 'F1-HGHT-23E-WQM-S1-ZH1', NULL, 'jfs/t1/167397/5/45045/72238/66e6cd7bFc0536609/790c361ad32ba5ee.jpg', '[{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"月光白\\\"}]\"],\"attrValues\":[\"5215263292\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"雪尼尔布-四人位-2.7m\\\"}]\"],\"attrValues\":[\"5215263296\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居沙发 弯曲木实木沙发 北欧风 客厅直排大座深沙发 雪尼尔布-四人位-2.7m 月光白', NULL, '2024-09-13 16:46:27', '2023-09-28 15:06:01', NULL, 0, 1782645558852780034, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024842764167, 10087064952450, 1, 15299.00, 'F3-HGHT-23E-WQM-S1-ZH1', NULL, 'jfs/t1/167325/33/45025/100278/664a2323F65a8cee0/6069590e76b0e242.jpg', '[{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"雪尼尔布-四人位-2.7m\\\"}]\"],\"attrValues\":[\"5215263296\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"天青蓝\\\"}]\"],\"attrValues\":[\"5215263293\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居沙发 弯曲木实木沙发 北欧风 客厅直排大座深沙发 雪尼尔布-四人位-2.7m 天青蓝', NULL, '2024-04-19 02:09:30', '2023-09-28 15:06:01', NULL, 0, 1782645559515480066, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024842764167, 10087064952435, 1, 15299.00, 'F4-HGHT-23E-WQM-S1-3', NULL, 'jfs/t1/135766/27/45181/111574/66e6cd78F82cf2786/28817488dc8f6788.jpg', '[{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"砂砾白\\\"}]\"],\"attrValues\":[\"5215263289\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"头层牛皮-三人位-2.2m\\\"}]\"],\"attrValues\":[\"5215263290\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居沙发 弯曲木实木沙发 北欧风 客厅直排大座深沙发 头层牛皮-三人位-2.2m 砂砾白', NULL, '2024-09-13 16:46:28', '2023-09-28 15:06:01', NULL, 0, 1782645559779721218, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024842764167, 10087064952436, 1, 15299.00, 'F5-HGHT-23E-WQM-S1-3', NULL, 'jfs/t1/135766/27/45181/111574/66e6cd78F82cf2786/28817488dc8f6788.jpg', '[{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"头层牛皮-三人位-2.2m\\\"}]\"],\"attrValues\":[\"5215263290\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"烟雨灰\\\"}]\"],\"attrValues\":[\"5215263291\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居沙发 弯曲木实木沙发 北欧风 客厅直排大座深沙发 头层牛皮-三人位-2.2m 烟雨灰', NULL, '2024-09-13 16:46:28', '2023-09-28 15:06:01', NULL, 0, 1782645560232706050, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024842764167, 10087064952439, 1, 15869.00, 'F4-HGHT-23E-WQM-S1-ZH1', NULL, 'jfs/t1/130385/19/46363/105077/66e6cd79F51a9b4fc/480b773a14198084.jpg', '[{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"头层牛皮-四人位-2.7m\\\"}]\"],\"attrValues\":[\"5215263294\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"砂砾白\\\"}]\"],\"attrValues\":[\"5215263289\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居沙发 弯曲木实木沙发 北欧风 客厅直排大座深沙发 头层牛皮-四人位-2.7m 砂砾白', NULL, '2024-09-13 16:46:28', '2023-09-28 15:06:01', NULL, 0, 1782645559595171841, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024842764167, 10087064952440, 1, 15869.00, 'F5-HGHT-23E-WQM-S1-ZH1', NULL, 'jfs/t1/130385/19/46363/105077/66e6cd79F51a9b4fc/480b773a14198084.jpg', '[{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"烟雨灰\\\"}]\"],\"attrValues\":[\"5215263291\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"头层牛皮-四人位-2.7m\\\"}]\"],\"attrValues\":[\"5215263294\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居沙发 弯曲木实木沙发 北欧风 客厅直排大座深沙发 头层牛皮-四人位-2.7m 烟雨灰', NULL, '2024-09-13 16:46:27', '2023-09-28 15:06:01', NULL, 0, 1782645559163158529, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024842764167, 10087064952445, 1, 15299.00, 'F1-HGHT-23E-WQM-S1-3', NULL, 'jfs/t1/97833/33/52012/75178/66e6cd7aF3ebda79e/cada6684b172056a.jpg', '[{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"月光白\\\"}]\"],\"attrValues\":[\"5215263292\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"雪尼尔布-三人位-2.2m\\\"}]\"],\"attrValues\":[\"5215263295\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居沙发 弯曲木实木沙发 北欧风 客厅直排大座深沙发 雪尼尔布-三人位-2.2m 月光白', NULL, '2024-09-13 16:46:27', '2023-09-28 15:06:01', NULL, 0, 1782645559288987649, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024842764167, 10087064952446, 1, 15299.00, 'F3-HGHT-23E-WQM-S1-3', NULL, 'jfs/t1/179565/11/47126/102897/664a2321F433bf446/d7a63ec6ab7b0e53.jpg', '[{\"attrId\":\"1001062529\",\"attrValueAlias\":[\"[{\\\"id\\\":8966,\\\"value\\\":\\\"雪尼尔布-三人位-2.2m\\\"}]\"],\"attrValues\":[\"5215263295\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062530\",\"attrValueAlias\":[\"[{\\\"id\\\":9253,\\\"value\\\":\\\"天青蓝\\\"}]\"],\"attrValues\":[\"5215263293\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居沙发 弯曲木实木沙发 北欧风 客厅直排大座深沙发 雪尼尔布-三人位-2.2m 天青蓝', NULL, '2024-04-19 02:09:30', '2023-09-28 15:06:01', NULL, 0, 1782645558819225601, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024964956170, 10091398993823, 1, 4649.00, 'DS-F1-QM23-B12-15&M1', NULL, 'jfs/t1/230567/5/17917/148963/664a2340Fe7c588a3/5414855d14bd8aa5.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"6190189266\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"床+乳胶床垫\"],\"attrValues\":[\"6691991461\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居双人床 头层牛皮卧室婚床 简约原野床 床+乳胶床垫 1.5*2.0m', NULL, '2024-04-28 13:58:58', '2023-11-16 09:58:10', NULL, 0, 1784836480059883522, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024964956170, 10089850085670, 1, 3799.00, 'ZH-PC-2-DS-F1-QM23-B12-15', NULL, 'jfs/t1/181226/1/45747/149042/664a233fFbef3d3af/2919396d977987d8.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床\"],\"attrValues\":[\"6190189267\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"6190189266\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居双人床 头层牛皮卧室婚床 简约原野床 框架床 1.5*2.0m', NULL, '2024-04-28 13:58:58', '2023-10-31 17:37:36', NULL, 0, 1784836478138892289, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024964956170, 10089852422534, 1, 3949.00, 'ZH-PC-2-DS-F1-QM23-B12-18', NULL, 'jfs/t1/181226/1/45747/149042/664a233fFbef3d3af/2919396d977987d8.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床\"],\"attrValues\":[\"6190189267\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"6190720100\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居双人床 头层牛皮卧室婚床 简约原野床 框架床 1.8*2.0m', NULL, '2024-04-28 13:58:58', '2023-10-31 17:54:23', NULL, 0, 1784836478151475202, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024964956170, 10091398993824, 1, 4749.00, 'DS-F1-QM23-B12-18&M1', NULL, 'jfs/t1/230567/5/17917/148963/664a2340Fe7c588a3/5414855d14bd8aa5.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"6190720100\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"床+乳胶床垫\"],\"attrValues\":[\"6691991461\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居双人床 头层牛皮卧室婚床 简约原野床 床+乳胶床垫 1.8*2.0m', NULL, '2024-04-28 13:58:58', '2023-11-16 09:58:10', NULL, 0, 1784836480076660737, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024156722995, 10075529426418, 1, 6570.00, 'DS-F1-QM23-B1-18&QM23-M1-18', NULL, 'jfs/t1/241440/3/7560/146704/664a234bFda246103/451c531a6e341997.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"2784824193\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"【框架床】浅咖色+床垫\"],\"attrValues\":[\"2784827001\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居QM床 双人床 真皮床现代简约卧室软床 【框架床】浅咖色+床垫 1.8*2.0m', NULL, '2024-04-19 02:09:42', '2023-05-12 16:25:55', NULL, 0, 1784836469347631105, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024156722995, 10075529426417, 1, 5139.00, 'ZH-PC-2-DS-F1-QM23-B1-18', NULL, 'jfs/t1/176345/8/46617/146423/664a233eFd4ab1338/5f76739fb207f670.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床-浅咖色\"],\"attrValues\":[\"2784824197\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"2784824193\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居QM床 双人床 真皮床现代简约卧室软床 框架床-浅咖色 1.8*2.0m', NULL, '2024-04-19 02:09:42', '2023-05-12 16:25:55', NULL, 0, 1784836467917373441, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024156722995, 10085360699315, 1, 6570.00, 'ZH-PC-2-DS-F2-QM23-B1-18-PF', NULL, 'jfs/t1/191609/15/39048/141406/664a2350F91261474/1cccf43932f3dc62.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"2784824193\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"【箱体】奶油白\"],\"attrValues\":[\"2784827416\"],\"attrValuesSeqNo\":[7],\"index\":1}]', '曲美家居QM床 双人床 真皮床现代简约卧室软床 【箱体】奶油白 1.8*2.0m', NULL, '2024-04-19 02:09:42', '2023-09-07 15:05:03', NULL, 0, 1784836476838658049, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024156722995, 10085360699314, 1, 6570.00, 'ZH-PC-2-DS-F2-QM23-B1-15-PF', NULL, 'jfs/t1/191609/15/39048/141406/664a2350F91261474/1cccf43932f3dc62.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"【箱体】奶油白\"],\"attrValues\":[\"2784827416\"],\"attrValuesSeqNo\":[7],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM床 双人床 真皮床现代简约卧室软床 【箱体】奶油白 1.5*2.0m', NULL, '2024-04-19 02:09:42', '2023-09-07 15:05:03', NULL, 0, 1784836476826075137, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024156722995, 10085360699312, 1, 7999.00, 'DS-F1-QM23-B1-18-PF&M1', NULL, 'jfs/t1/226317/10/18266/142840/664a234eF2fad8e7a/771ada466e418d06.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"【箱体床】浅咖色+床垫\"],\"attrValues\":[\"2784827409\"],\"attrValuesSeqNo\":[6],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"2784824193\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居QM床 双人床 真皮床现代简约卧室软床 【箱体床】浅咖色+床垫 1.8*2.0m', NULL, '2024-04-19 02:09:42', '2023-09-07 15:05:03', NULL, 0, 1784836476977070081, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024156722995, 10085360612406, 1, 6570.00, 'ZH-PC-2-DS-F1-QM23-B1-18-PF', NULL, 'jfs/t1/233633/24/16823/142345/664a2342F66f2e46d/76e2b3f48e12b53b.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"2784824193\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"【箱体】浅咖色\"],\"attrValues\":[\"2784825900\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居QM床 双人床 真皮床现代简约卧室软床 【箱体】浅咖色 1.8*2.0m', NULL, '2024-04-19 02:09:42', '2023-09-07 15:05:03', NULL, 0, 1784836476809297921, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024156722995, 10085360699318, 1, 7999.00, 'DS-F2-QM23-B1-18-PF&M1', NULL, 'jfs/t1/228325/32/17222/141899/664a2348F4fb07688/2e1de8e3cf1f8037.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"【箱体床】奶油白+床垫\"],\"attrValues\":[\"2784825935\"],\"attrValuesSeqNo\":[8],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"2784824193\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居QM床 双人床 真皮床现代简约卧室软床 【箱体床】奶油白+床垫 1.8*2.0m', NULL, '2024-04-19 02:09:42', '2023-09-07 15:05:03', NULL, 0, 1784836477295837185, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024156722995, 10085360699317, 1, 7999.00, 'DS-F2-QM23-B1-15-PF&M1', NULL, 'jfs/t1/228325/32/17222/141899/664a2348F4fb07688/2e1de8e3cf1f8037.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"【箱体床】奶油白+床垫\"],\"attrValues\":[\"2784825935\"],\"attrValuesSeqNo\":[8],\"index\":1}]', '曲美家居QM床 双人床 真皮床现代简约卧室软床 【箱体床】奶油白+床垫 1.5*2.0m', NULL, '2024-04-19 02:09:42', '2023-09-07 15:05:03', NULL, 0, 1784836477170008065, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024156722995, 10085360612405, 1, 6570.00, 'ZH-PC-2-DS-F1-QM23-B1-15-PF', NULL, 'jfs/t1/233633/24/16823/142345/664a2342F66f2e46d/76e2b3f48e12b53b.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"【箱体】浅咖色\"],\"attrValues\":[\"2784825900\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居QM床 双人床 真皮床现代简约卧室软床 【箱体】浅咖色 1.5*2.0m', NULL, '2024-04-19 02:09:42', '2023-09-07 15:05:03', NULL, 0, 1784836476796715009, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024156722995, 10085360699311, 1, 7999.00, 'DS-F1-QM23-B1-15-PF&M1', NULL, 'jfs/t1/226317/10/18266/142840/664a234eF2fad8e7a/771ada466e418d06.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"【箱体床】浅咖色+床垫\"],\"attrValues\":[\"2784827409\"],\"attrValuesSeqNo\":[6],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM床 双人床 真皮床现代简约卧室软床 【箱体床】浅咖色+床垫 1.5*2.0m', NULL, '2024-04-19 02:09:42', '2023-09-07 15:05:03', NULL, 0, 1784836476855435265, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024156722995, 10075527698038, 1, 6570.00, 'DS-F1-QM23-B1-12&QM23-M1-12', NULL, 'jfs/t1/176955/34/48139/119059/66e720aeFb33ec18a/9c702fd4620b7dd2.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"【框架床】浅咖色+床垫\"],\"attrValues\":[\"2784827001\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.2*2.0m\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居QM床 双人床 真皮床现代简约卧室软床 【框架床】浅咖色+床垫 1.2*2.0m', NULL, '2024-09-09 23:32:05', '2023-05-12 16:11:54', NULL, 0, 1784836469418934274, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024156722995, 10075527698036, 1, 5139.00, 'ZH-PC-2-DS-F1-QM23-B1-12', NULL, 'jfs/t1/185233/38/46801/119056/66e720a8F087f1de0/9999c210c3f873cb.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.2*2.0m\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床-浅咖色\"],\"attrValues\":[\"2784824197\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居QM床 双人床 真皮床现代简约卧室软床 框架床-浅咖色 1.2*2.0m', NULL, '2024-09-09 23:32:04', '2023-05-12 16:11:54', NULL, 0, 1784836467879624705, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024156722995, 10075527698037, 1, 5139.00, 'ZH-PC-2-DS-F1-QM23-B1-15', NULL, 'jfs/t1/185233/38/46801/119056/66e720a8F087f1de0/9999c210c3f873cb.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床-浅咖色\"],\"attrValues\":[\"2784824197\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM床 双人床 真皮床现代简约卧室软床 框架床-浅咖色 1.5*2.0m', NULL, '2024-09-09 23:32:04', '2023-05-12 16:11:54', NULL, 0, 1784836467900596226, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024156722995, 10081481739769, 1, 5139.00, 'ZH-PC-2-DS-F2-QM23-B1-12', NULL, 'jfs/t1/176345/8/46617/146423/664a233eFd4ab1338/5f76739fb207f670.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床-奶油白\"],\"attrValues\":[\"2784827018\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.2*2.0m\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QM床 双人床 真皮床现代简约卧室软床 框架床-奶油白 1.2*2.0m', NULL, '2024-04-19 02:09:42', '2023-07-24 11:36:12', NULL, 0, 1784836469746089986, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024156722995, 10081481739770, 1, 5139.00, 'ZH-PC-2-DS-F2-QM23-B1-15', NULL, 'jfs/t1/176345/8/46617/146423/664a233eFd4ab1338/5f76739fb207f670.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床-奶油白\"],\"attrValues\":[\"2784827018\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM床 双人床 真皮床现代简约卧室软床 框架床-奶油白 1.5*2.0m', NULL, '2024-04-19 02:09:42', '2023-07-24 11:36:12', NULL, 0, 1784836469762867202, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024156722995, 10081481739771, 1, 5139.00, 'ZH-PC-2-DS-F2-QM23-B1-18', NULL, 'jfs/t1/176345/8/46617/146423/664a233eFd4ab1338/5f76739fb207f670.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"2784824193\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床-奶油白\"],\"attrValues\":[\"2784827018\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居QM床 双人床 真皮床现代简约卧室软床 框架床-奶油白 1.8*2.0m', NULL, '2024-04-19 02:09:42', '2023-07-24 11:36:12', NULL, 0, 1784836469779644418, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024156722995, 10081481739772, 1, 6570.00, 'DS-F2-QM23-B1-12&QM23-M1-12', NULL, 'jfs/t1/241440/3/7560/146704/664a234bFda246103/451c531a6e341997.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"【框架床】奶油白+床垫\"],\"attrValues\":[\"2784827020\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.2*2.0m\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QM床 双人床 真皮床现代简约卧室软床 【框架床】奶油白+床垫 1.2*2.0m', NULL, '2024-04-19 02:09:42', '2023-07-24 11:36:12', NULL, 0, 1784836469855141889, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024156722995, 10081481739774, 1, 6570.00, 'DS-F2-QM23-B1-18&QM23-M1-18', NULL, 'jfs/t1/176955/34/48139/119059/66e720aeFb33ec18a/9c702fd4620b7dd2.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"2784824193\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"【框架床】奶油白+床垫\"],\"attrValues\":[\"2784827020\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居QM床 双人床 真皮床现代简约卧室软床 【框架床】奶油白+床垫 1.8*2.0m', NULL, '2024-09-09 23:32:06', '2023-07-24 11:36:12', NULL, 0, 1784836469842558978, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024156722995, 10075527698039, 1, 6570.00, 'DS-F1-QM23-B1-15&QM23-M1-15', NULL, 'jfs/t1/241440/3/7560/146704/664a234bFda246103/451c531a6e341997.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"【框架床】浅咖色+床垫\"],\"attrValues\":[\"2784827001\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居QM床 双人床 真皮床现代简约卧室软床 【框架床】浅咖色+床垫 1.5*2.0m', NULL, '2024-04-19 02:09:42', '2023-05-12 16:11:54', NULL, 0, 1784836469330853890, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024156722995, 10081481739773, 1, 6570.00, 'DS-F2-QM23-B1-15&QM23-M1-15', NULL, 'jfs/t1/241440/3/7560/146704/664a234bFda246103/451c531a6e341997.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"【框架床】奶油白+床垫\"],\"attrValues\":[\"2784827020\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM床 双人床 真皮床现代简约卧室软床 【框架床】奶油白+床垫 1.5*2.0m', NULL, '2024-04-19 02:09:42', '2023-07-24 11:36:12', NULL, 0, 1784836469829976066, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024972561618, 10091397843899, 1, 4648.00, 'DS-F1-QM23-B13-15&NT10', NULL, 'jfs/t1/196631/12/46015/119049/664b7a7bFdf0c47ea/bffa1a0e2c0beeed.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"床+床头柜*1\"],\"attrValues\":[\"6691431339\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"6249148180\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居双人床 卧室牛皮婚床软床现代简约风 床+床头柜*1 1.5*2.0m', NULL, '2024-04-28 13:59:00', '2023-11-16 09:41:46', NULL, 0, 1784836480508674050, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024972561618, 10091397843898, 1, 5249.00, 'DS-F1-QM23-B13-18&M1', NULL, 'jfs/t1/225870/23/15723/133720/664b7a7aF51610981/5f58ffbeb77fa622.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"床+乳胶床垫\"],\"attrValues\":[\"6249148182\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"6691431338\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居双人床 卧室牛皮婚床软床现代简约风 床+乳胶床垫 1.8*2.0m', NULL, '2024-04-28 13:59:00', '2023-11-16 09:41:46', NULL, 0, 1784836480038912001, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024972561618, 10091397843901, 1, 6198.00, 'DS-F1-QM23-B13-15&NT10*2&M1', NULL, 'jfs/t1/186236/2/45003/130288/664b7a7cF77a18fe2/7810d1d0f2a8ee88.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"6249148180\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"床+床头柜*2+乳胶床垫\"],\"attrValues\":[\"6691431340\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居双人床 卧室牛皮婚床软床现代简约风 床+床头柜*2+乳胶床垫 1.5*2.0m', NULL, '2024-04-28 13:59:00', '2023-11-16 09:41:46', NULL, 0, 1784836480542228482, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024972561618, 10091397843897, 1, 4149.00, 'ZH-PC-2-DS-F1-QM23-B13-18', NULL, 'jfs/t1/223832/10/33111/133518/664b7a78F43e93423/c1763979ffb3762f.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"6691431338\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床\"],\"attrValues\":[\"6249148181\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居双人床 卧室牛皮婚床软床现代简约风 架子床 1.8*2.0m', NULL, '2024-04-28 13:59:00', '2023-11-16 09:41:46', NULL, 0, 1784836478180835329, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024972561618, 10091397843900, 1, 4748.00, 'DS-F1-QM23-B13-18&NT10', NULL, 'jfs/t1/196631/12/46015/119049/664b7a7bFdf0c47ea/bffa1a0e2c0beeed.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"床+床头柜*1\"],\"attrValues\":[\"6691431339\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"6691431338\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居双人床 卧室牛皮婚床软床现代简约风 床+床头柜*1 1.8*2.0m', NULL, '2024-04-28 13:59:00', '2023-11-16 09:41:46', NULL, 0, 1784836480521256961, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024972561618, 10091397843902, 1, 6348.00, 'DS-F1-QM23-B13-18&NT10*2&M1', NULL, 'jfs/t1/186236/2/45003/130288/664b7a7cF77a18fe2/7810d1d0f2a8ee88.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"床+床头柜*2+乳胶床垫\"],\"attrValues\":[\"6691431340\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"6691431338\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居双人床 卧室牛皮婚床软床现代简约风 床+床头柜*2+乳胶床垫 1.8*2.0m', NULL, '2024-04-28 13:59:00', '2023-11-16 09:41:46', NULL, 0, 1784836480563200002, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024972561618, 10090024283368, 1, 4899.00, 'DS-F1-QM23-B13-15&M1', NULL, 'jfs/t1/225870/23/15723/133720/664b7a7aF51610981/5f58ffbeb77fa622.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"6249148180\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"床+乳胶床垫\"],\"attrValues\":[\"6249148182\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居双人床 卧室牛皮婚床软床现代简约风 床+乳胶床垫 1.5*2.0m', NULL, '2024-04-28 13:59:00', '2023-11-02 15:24:07', NULL, 0, 1784836480022134785, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024972561618, 10090024283367, 1, 4049.00, 'ZH-PC-2-DS-F1-QM23-B13-15', NULL, 'jfs/t1/245735/40/9165/143541/664a233eF0f492268/1bd49bee78a1ce8e.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"6249148180\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床\"],\"attrValues\":[\"6249148181\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居双人床 卧室牛皮婚床软床现代简约风 架子床 1.5*2.0m', NULL, '2024-04-28 13:59:00', '2023-11-02 15:24:07', NULL, 0, 1784836478164058113, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024984570832, 10091397251358, 1, 5249.00, 'DS-F1-QM23-B4-18&M1', NULL, 'jfs/t1/184141/17/48134/113875/66e6cd78F0de9e179/bf212d450d275be8.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"6347247230\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"床+乳胶床垫\"],\"attrValues\":[\"6691228053\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居双人床 卧室婚床现代简约真皮床梦舟床 床+乳胶床垫 1.8*2.0m', NULL, '2024-09-09 23:32:23', '2023-11-16 09:29:28', NULL, 0, 1784836480143769602, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024984570832, 10091397251357, 1, 4899.00, 'DS-F1-QM23-B4-15&M1', NULL, 'jfs/t1/184141/17/48134/113875/66e6cd78F0de9e179/bf212d450d275be8.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"6334874299\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"床+乳胶床垫\"],\"attrValues\":[\"6691228053\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居双人床 卧室婚床现代简约真皮床梦舟床 床+乳胶床垫 1.5*2.0m', NULL, '2024-09-09 23:32:23', '2023-11-16 09:29:28', NULL, 0, 1784836480126992386, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024984570832, 10090337536201, 1, 4149.00, 'ZH-PC-2-DS-F1-QM23-B4-18', NULL, 'jfs/t1/166266/2/47707/114197/66e6cd77F2373b173/63916c940ff12b7f.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床\"],\"attrValues\":[\"6334874298\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"6347247230\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居双人床 卧室婚床现代简约真皮床梦舟床 架子床 1.8*2.0m', NULL, '2024-09-09 23:32:23', '2023-11-05 19:50:45', NULL, 0, 1784836478206001153, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024984570832, 10090301941532, 1, 4049.00, 'ZH-PC-2-DS-F1-QM23-B4-15', NULL, 'jfs/t1/166266/2/47707/114197/66e6cd77F2373b173/63916c940ff12b7f.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床\"],\"attrValues\":[\"6334874298\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"6334874299\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居双人床 卧室婚床现代简约真皮床梦舟床 架子床 1.5*2.0m', NULL, '2024-09-09 23:32:23', '2023-11-05 11:38:57', NULL, 0, 1784836478189223937, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024889583145, 10099344503818, 1, 6099.00, 'ZH-SPSF-DS-F1-QM23-S6-DZP', NULL, 'jfs/t1/151550/38/45064/154899/664a23aeF2da9b040/9af152e76b173e48.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1126064\\\",\\\"id\\\":9343,\\\"value\\\":\\\"多人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"3.2\\\"}]\"],\"attrValues\":[\"11692580363\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"耐猫抓科技皮-卡其色\\\"}]\"],\"attrValues\":[\"5624945888\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居豆腐块沙发真皮沙发网红方块模块客厅懒人沙发森屿沙发 耐猫抓科技皮-卡其色 多人位 3.2m', NULL, '2024-04-28 13:58:58', '2024-03-26 13:44:00', NULL, 0, 1784836478042423297, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024889583145, 10088178593963, 1, 4299.00, 'ZH-SPSF-DS-F1-QM23-S6-3ZP', NULL, 'jfs/t1/151550/38/45064/154899/664a23aeF2da9b040/9af152e76b173e48.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9343,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"2.2\\\"}]\"],\"attrValues\":[\"5624945889\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"耐猫抓科技皮-卡其色\\\"}]\"],\"attrValues\":[\"5624945888\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居豆腐块沙发真皮沙发网红方块模块客厅懒人沙发森屿沙发 耐猫抓科技皮-卡其色 三人位 2.2m', NULL, '2024-04-28 13:58:58', '2023-10-13 13:42:40', NULL, 0, 1784836478008868865, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024889583145, 10088178593966, 1, 5349.00, 'ZH-SPSF-DS-F1-QM23-S6-XZP', NULL, 'jfs/t1/151550/38/45064/154899/664a23aeF2da9b040/9af152e76b173e48.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"耐猫抓科技皮-卡其色\\\"}]\"],\"attrValues\":[\"5624945888\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121554\\\",\\\"id\\\":9343,\\\"value\\\":\\\"四人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"2.85\\\"}]\"],\"attrValues\":[\"11692580362\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居豆腐块沙发真皮沙发网红方块模块客厅懒人沙发森屿沙发 耐猫抓科技皮-卡其色 四人位 2.85m', NULL, '2024-04-28 13:58:58', '2023-10-13 13:42:40', NULL, 0, 1784836478025646082, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10049675084387, 1, 7548.00, 'DS-F3-QM19-B12A-15F&M1&QM20A*2', NULL, 'jfs/t1/174303/28/47234/95667/66e6cd7aF93306b82/b622ffa465b4de60.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床+床头柜*2+床垫\"],\"attrValues\":[\"2784825897\"],\"attrValuesSeqNo\":[6],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M象牙米\"],\"attrValues\":[\"2784824193\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床+床头柜*2+床垫 1.5*2.0M象牙米', NULL, '2024-09-12 14:19:57', '2022-04-18 23:41:07', NULL, 0, 1784836481628553218, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10049675084386, 1, 7748.00, 'DS-F3-QM19-B12A-18F&M1&QM20A*2', NULL, 'jfs/t1/174303/28/47234/95667/66e6cd7aF93306b82/b622ffa465b4de60.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M象牙米\"],\"attrValues\":[\"2784824194\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床+床头柜*2+床垫\"],\"attrValues\":[\"2784825897\"],\"attrValuesSeqNo\":[6],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床+床头柜*2+床垫 1.8*2.0M象牙米', NULL, '2024-09-12 14:19:57', '2022-04-18 23:41:07', NULL, 0, 1784836481653719042, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10062556247057, 1, 7548.00, 'DS-F2-QM19-B12A-15F&M1&QM20A*2', NULL, 'jfs/t1/174303/28/47234/95667/66e6cd7aF93306b82/b622ffa465b4de60.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M奶油白\"],\"attrValues\":[\"2784824200\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床+床头柜*2+床垫\"],\"attrValues\":[\"2784825897\"],\"attrValuesSeqNo\":[6],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床+床头柜*2+床垫 1.5*2.0M奶油白', NULL, '2024-09-12 14:19:57', '2022-10-10 10:42:26', NULL, 0, 1784836481829879809, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10062556247056, 1, 7298.00, 'DS-F2-QM19-B12A-18F&M1&QM20A*1', NULL, 'jfs/t1/2825/34/24709/95658/66e6cd7eFb5135234/729dcc602630079e.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床+床垫+床头柜*1\"],\"attrValues\":[\"2784827020\"],\"attrValuesSeqNo\":[5],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M奶油白\"],\"attrValues\":[\"2784827003\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床+床垫+床头柜*1 1.8*2.0M奶油白', NULL, '2024-09-12 14:19:57', '2022-10-10 10:42:26', NULL, 0, 1784836481846657026, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10062556247059, 1, 6348.00, 'DS-F2-QM19-B12A-15&M1&QM20A*2', NULL, 'jfs/t1/247759/13/18991/102297/66e6cd7bFebec297a/beafec81af47e1a0.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M奶油白\"],\"attrValues\":[\"2784824200\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床+床头柜*2+床垫\"],\"attrValues\":[\"2784825899\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床+床头柜*2+床垫 1.5*2.0M奶油白', NULL, '2024-09-12 14:19:57', '2022-10-10 10:42:26', NULL, 0, 1784836481901182977, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10062556247058, 1, 7748.00, 'DS-F2-QM19-B12A-18F&M1&QM20A*2', NULL, 'jfs/t1/174303/28/47234/95667/66e6cd7aF93306b82/b622ffa465b4de60.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M奶油白\"],\"attrValues\":[\"2784827003\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床+床头柜*2+床垫\"],\"attrValues\":[\"2784825897\"],\"attrValuesSeqNo\":[6],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床+床头柜*2+床垫 1.8*2.0M奶油白', NULL, '2024-09-12 14:19:57', '2022-10-10 10:42:26', NULL, 0, 1784836481859239938, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10049675084375, 1, 3799.00, 'ZH-PC-2-DS-F3-QM19-B12A-15', NULL, 'jfs/t1/5785/20/25419/102329/66e6cd77F399bf04c/04d09d1be2f7b13f.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M象牙米\"],\"attrValues\":[\"2784824193\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床\"],\"attrValues\":[\"2784827002\"],\"attrValuesSeqNo\":[7],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床 1.5*2.0M象牙米', NULL, '2024-09-12 14:19:57', '2022-04-18 23:41:07', NULL, 0, 1784836477652353026, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10049675084374, 1, 3949.00, 'ZH-PC-2-DS-F3-QM19-B12A-18', NULL, 'jfs/t1/5785/20/25419/102329/66e6cd77F399bf04c/04d09d1be2f7b13f.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床\"],\"attrValues\":[\"2784827002\"],\"attrValuesSeqNo\":[7],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M象牙米\"],\"attrValues\":[\"2784824194\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床 1.8*2.0M象牙米', NULL, '2024-09-12 14:19:57', '2022-04-18 23:41:07', NULL, 0, 1784836477669130242, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10062556247060, 1, 6448.00, 'DS-F2-QM19-B12A-18&M1&QM20A*2', NULL, 'jfs/t1/247759/13/18991/102297/66e6cd7bFebec297a/beafec81af47e1a0.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M奶油白\"],\"attrValues\":[\"2784827003\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床+床头柜*2+床垫\"],\"attrValues\":[\"2784825899\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床+床头柜*2+床垫 1.8*2.0M奶油白', NULL, '2024-09-12 14:19:57', '2022-10-10 10:42:26', NULL, 0, 1784836481804713986, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10062556247063, 1, 5249.00, 'DS-F2-19-B12A-15&M1', NULL, 'jfs/t1/229008/4/27474/102368/66e6cd7fF7bcb6baa/243d875bb1baeb82.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M奶油白\"],\"attrValues\":[\"2784824200\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床+床垫\"],\"attrValues\":[\"2784827404\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床+床垫 1.5*2.0M奶油白', NULL, '2024-09-12 14:19:57', '2022-10-10 10:42:26', NULL, 0, 1784836478331830274, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10062556247064, 1, 5349.00, 'DS-F2-19-B12A-18&M1', NULL, 'jfs/t1/229008/4/27474/102368/66e6cd7fF7bcb6baa/243d875bb1baeb82.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床+床垫\"],\"attrValues\":[\"2784827404\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M奶油白\"],\"attrValues\":[\"2784827003\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床+床垫 1.8*2.0M奶油白', NULL, '2024-09-12 14:19:57', '2022-10-10 10:42:26', NULL, 0, 1784836478352801793, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10049675084383, 1, 6348.00, 'DS-F3-QM19-B12A-15&M1&QM20A*2', NULL, 'jfs/t1/247759/13/18991/102297/66e6cd7bFebec297a/beafec81af47e1a0.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床+床头柜*2+床垫\"],\"attrValues\":[\"2784825899\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M象牙米\"],\"attrValues\":[\"2784824193\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床+床头柜*2+床垫 1.5*2.0M象牙米', NULL, '2024-09-12 14:19:57', '2022-04-18 23:41:07', NULL, 0, 1784836481574027266, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10049675084382, 1, 6448.00, 'DS-F3-QM19-B12A-18&M1&QM20A*2', NULL, 'jfs/t1/247759/13/18991/102297/66e6cd7bFebec297a/beafec81af47e1a0.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床+床头柜*2+床垫\"],\"attrValues\":[\"2784825899\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M象牙米\"],\"attrValues\":[\"2784824194\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床+床头柜*2+床垫 1.8*2.0M象牙米', NULL, '2024-09-12 14:19:57', '2022-04-18 23:41:07', NULL, 0, 1784836481603387393, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10049675084355, 1, 6449.00, 'DS-F3-19-B12A-15F&M1', NULL, 'jfs/t1/235527/36/27074/95406/66e6cd7cFb9cc22de/5a57447bd55e9a43.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床+床垫\"],\"attrValues\":[\"2784827001\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M象牙米\"],\"attrValues\":[\"2784824193\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床+床垫 1.5*2.0M象牙米', NULL, '2024-09-12 14:19:57', '2022-04-18 23:41:07', NULL, 0, 1784836478495408130, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10049675084354, 1, 6699.00, 'DS-F3-19-B12A-18F&M1', NULL, 'jfs/t1/235527/36/27074/95406/66e6cd7cFb9cc22de/5a57447bd55e9a43.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M象牙米\"],\"attrValues\":[\"2784824194\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床+床垫\"],\"attrValues\":[\"2784827001\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床+床垫 1.8*2.0M象牙米', NULL, '2024-09-12 14:19:57', '2022-04-18 23:41:07', NULL, 0, 1784836478512185345, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10049675084359, 1, 7048.00, 'DS-F3-QM19-B12A-15F&M1&QM20A*1', NULL, 'jfs/t1/2825/34/24709/95658/66e6cd7eFb5135234/729dcc602630079e.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床+床垫+床头柜*1\"],\"attrValues\":[\"2784827020\"],\"attrValuesSeqNo\":[5],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M象牙米\"],\"attrValues\":[\"2784824193\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床+床垫+床头柜*1 1.5*2.0M象牙米', NULL, '2024-09-12 14:19:57', '2022-04-18 23:41:07', NULL, 0, 1784836481615970305, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10062556247045, 1, 5848.00, 'DS-F2-QM19-B12A-15&M1&QM20A*1', NULL, 'jfs/t1/164222/7/43840/101181/66e6cd79Fd74b583d/bbe7ced73bc55170.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床+床垫+床头柜*1\"],\"attrValues\":[\"2784824197\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M奶油白\"],\"attrValues\":[\"2784824200\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床+床垫+床头柜*1 1.5*2.0M奶油白', NULL, '2024-09-12 14:19:57', '2022-10-10 10:42:26', NULL, 0, 1784836481775353858, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10049675084358, 1, 7298.00, 'DS-F3-QM19-B12A-18F&M1&QM20A*1', NULL, 'jfs/t1/2825/34/24709/95658/66e6cd7eFb5135234/729dcc602630079e.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M象牙米\"],\"attrValues\":[\"2784824194\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床+床垫+床头柜*1\"],\"attrValues\":[\"2784827020\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床+床垫+床头柜*1 1.8*2.0M象牙米', NULL, '2024-09-12 14:19:57', '2022-04-18 23:41:07', NULL, 0, 1784836481641136129, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10062556247047, 1, 6449.00, 'DS-F2-19-B12A-15F&M1', NULL, 'jfs/t1/235527/36/27074/95406/66e6cd7cFb9cc22de/5a57447bd55e9a43.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M奶油白\"],\"attrValues\":[\"2784824200\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床+床垫\"],\"attrValues\":[\"2784827001\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床+床垫 1.5*2.0M奶油白', NULL, '2024-09-12 14:19:57', '2022-10-10 10:42:26', NULL, 0, 1784836478453465089, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10062556247046, 1, 5948.00, 'DS-F2-QM19-B12A-18&M1&QM20A*1', NULL, 'jfs/t1/164222/7/43840/101181/66e6cd79Fd74b583d/bbe7ced73bc55170.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床+床垫+床头柜*1\"],\"attrValues\":[\"2784824197\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M奶油白\"],\"attrValues\":[\"2784827003\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床+床垫+床头柜*1 1.8*2.0M奶油白', NULL, '2024-09-12 14:19:57', '2022-10-10 10:42:26', NULL, 0, 1784836481792131074, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1000065955, 10046266832192, 1, 4899.00, '', NULL, 'jfs/t1/180536/13/48265/106193/66e6cd77F602a707b/95ec42e53a212d77.jpg', '[{\"attrId\":\"1000021195\",\"attrValueAlias\":[\"胡桃色\"],\"attrValues\":[\"1535437257\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1000021180\",\"attrValueAlias\":[\"三门衣柜\"],\"attrValues\":[\"1504983046\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居 简约衣柜卧室衣帽柜 木质储物柜平开门衣柜家具 三门衣柜 胡桃色', NULL, '2024-09-13 16:46:02', '2022-03-11 18:33:36', NULL, 0, 1782645558152331265, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1000065955, 10046266832185, 1, 4899.00, '084-2011C-WG3-G', NULL, 'jfs/t1/233921/20/25450/106370/66e6cd7aF8f660f78/565c550ae10d3c03.jpg', '[{\"attrId\":\"1000021195\",\"attrValueAlias\":[\"深橡色\"],\"attrValues\":[\"2200334878\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1000021180\",\"attrValueAlias\":[\"四门衣柜\"],\"attrValues\":[\"1504983045\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居 简约衣柜卧室衣帽柜 木质储物柜平开门衣柜家具 四门衣柜 深橡色', NULL, '2024-09-13 16:46:03', '2022-03-11 18:33:36', NULL, 0, 1782645558085222401, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1000065955, 10046266832184, 1, 4899.00, 'ZQB-2011C-WG3-G', NULL, 'jfs/t1/233921/20/25450/106370/66e6cd7aF8f660f78/565c550ae10d3c03.jpg', '[{\"attrId\":\"1000021180\",\"attrValueAlias\":[\"四门衣柜\"],\"attrValues\":[\"1504983045\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1000021195\",\"attrValueAlias\":[\"木本色\"],\"attrValues\":[\"2200342302\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居 简约衣柜卧室衣帽柜 木质储物柜平开门衣柜家具 四门衣柜 木本色', NULL, '2024-09-13 16:46:03', '2022-03-11 18:33:36', NULL, 0, 1782645558072639489, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1000065955, 10046266832187, 1, 2599.00, 'ZQB-2011C-WG1', NULL, 'jfs/t1/233350/10/16857/124980/664a231cFef976be9/f3e81b55059611ab.jpg', '[{\"attrId\":\"1000021195\",\"attrValueAlias\":[\"木本色\"],\"attrValues\":[\"2200342302\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1000021180\",\"attrValueAlias\":[\"双门衣柜\"],\"attrValues\":[\"1504983009\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居 简约衣柜卧室衣帽柜 木质储物柜平开门衣柜家具 双门衣柜 木本色', NULL, '2024-04-28 13:58:59', '2022-03-11 18:33:36', NULL, 0, 1782645560022990849, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1000065955, 10046266832186, 1, 4899.00, 'YW1-2011C-WG3-G', NULL, 'jfs/t1/233921/20/25450/106370/66e6cd7aF8f660f78/565c550ae10d3c03.jpg', '[{\"attrId\":\"1000021195\",\"attrValueAlias\":[\"胡桃色\"],\"attrValues\":[\"1535437257\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1000021180\",\"attrValueAlias\":[\"四门衣柜\"],\"attrValues\":[\"1504983045\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居 简约衣柜卧室衣帽柜 木质储物柜平开门衣柜家具 四门衣柜 胡桃色', NULL, '2024-09-13 16:46:03', '2022-03-11 18:33:36', NULL, 0, 1782645557988753410, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1000065955, 10046266832189, 1, 2599.00, 'YW1-2011C-WG1', NULL, 'jfs/t1/233350/10/16857/124980/664a231cFef976be9/f3e81b55059611ab.jpg', '[{\"attrId\":\"1000021195\",\"attrValueAlias\":[\"胡桃色\"],\"attrValues\":[\"1535437257\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1000021180\",\"attrValueAlias\":[\"双门衣柜\"],\"attrValues\":[\"1504983009\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居 简约衣柜卧室衣帽柜 木质储物柜平开门衣柜家具 双门衣柜 胡桃色', NULL, '2024-04-28 13:58:59', '2022-03-11 18:33:36', NULL, 0, 1782645559997825026, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1000065955, 10046266832188, 1, 2599.00, '084-2011C-WG1', NULL, 'jfs/t1/233350/10/16857/124980/664a231cFef976be9/f3e81b55059611ab.jpg', '[{\"attrId\":\"1000021180\",\"attrValueAlias\":[\"双门衣柜\"],\"attrValues\":[\"1504983009\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1000021195\",\"attrValueAlias\":[\"深橡色\"],\"attrValues\":[\"2200334878\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居 简约衣柜卧室衣帽柜 木质储物柜平开门衣柜家具 双门衣柜 深橡色', NULL, '2024-04-28 13:58:59', '2022-03-11 18:33:36', NULL, 0, 1782641972303429634, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1000065955, 10046266832191, 1, 4049.00, '0841-2011C-WG2-G', NULL, 'jfs/t1/173337/12/46962/125217/664a231fF67fdcba3/c5b1426195d231cf.jpg', '[{\"attrId\":\"1000021180\",\"attrValueAlias\":[\"三门衣柜\"],\"attrValues\":[\"1504983046\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1000021195\",\"attrValueAlias\":[\"深橡色\"],\"attrValues\":[\"2200334878\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居 简约衣柜卧室衣帽柜 木质储物柜平开门衣柜家具 三门衣柜 深橡色', NULL, '2024-04-28 13:58:59', '2022-03-11 18:33:36', NULL, 0, 1782645557854535681, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1000065955, 10046266832190, 1, 4899.00, '', NULL, 'jfs/t1/180536/13/48265/106193/66e6cd77F602a707b/95ec42e53a212d77.jpg', '[{\"attrId\":\"1000021195\",\"attrValueAlias\":[\"木本色\"],\"attrValues\":[\"2200342302\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1000021180\",\"attrValueAlias\":[\"三门衣柜\"],\"attrValues\":[\"1504983046\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居 简约衣柜卧室衣帽柜 木质储物柜平开门衣柜家具 三门衣柜 木本色', NULL, '2024-09-13 16:46:02', '2022-03-11 18:33:36', NULL, 0, 1782645558139748354, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025471550520, 10098685949363, 1, 4049.00, 'ZH-PC-2-DS-F2-QM23-B1-12', NULL, 'jfs/t1/190418/9/45222/148046/664a233fF5d801faf/16b4149058d6723b.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.2*2.0m\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床-奶油白\"],\"attrValues\":[\"2784824197\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居QM床 真皮床 单人床青少年童床现代简约卧室软床 框架床-奶油白 1.2*2.0m', NULL, '2024-05-01 15:58:12', '2024-03-19 14:49:48', NULL, 0, 1784836469746089986, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025471550520, 10098685949365, 1, 5499.00, 'DS-F1-QM23-B1-12&QM23-M1-12', NULL, 'jfs/t1/230178/25/16611/116289/664a2344Fdb6ca78e/38d85fcbf0cde8b8.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"【框架床】浅咖色+M1床垫\"],\"attrValues\":[\"2784827020\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.2*2.0m\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QM床 真皮床 单人床青少年童床现代简约卧室软床 【框架床】浅咖色+M1床垫 1.2*2.0m', NULL, '2024-05-01 13:38:27', '2024-03-19 14:49:48', NULL, 0, 1784836469418934274, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025471550520, 10098685949364, 1, 4049.00, 'ZH-PC-2-DS-F1-QM23-B1-12', NULL, 'jfs/t1/245291/25/8505/112857/664a2342Fde0a279c/fcee9c40498cba5a.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床-浅咖色\"],\"attrValues\":[\"2784827018\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.2*2.0m\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QM床 真皮床 单人床青少年童床现代简约卧室软床 框架床-浅咖色 1.2*2.0m', NULL, '2024-05-01 16:07:24', '2024-03-19 14:49:48', NULL, 0, 1784836467879624705, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025471550520, 10098685949366, 1, 5499.00, 'DS-F2-QM23-B1-12&QM23-M1-12', NULL, 'jfs/t1/237399/28/16273/112688/664a2346F2dd0074b/06c4c53aa0c6180a.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"【框架床】奶油白+M1床垫\"],\"attrValues\":[\"11207997313\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.2*2.0m\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QM床 真皮床 单人床青少年童床现代简约卧室软床 【框架床】奶油白+M1床垫 1.2*2.0m', NULL, '2024-05-01 13:43:38', '2024-03-19 14:49:48', NULL, 0, 1784836469855141889, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025505820261, 10099270644809, 1, 2399.00, 'RBZK-BXM-ZS-C10-K*2', NULL, 'jfs/t1/210259/22/41963/113720/664a2342F0fa36bdd/a8b518acf5d0c321.jpg', '[{\"attrId\":\"1001062574\",\"attrValueAlias\":[\"C10-K(软包靠背+座面)-餐椅*2\"],\"attrValues\":[\"11636606663\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001062573\",\"attrValueAlias\":[\"棕色\"],\"attrValues\":[\"11636606669\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居餐椅 弯曲木实木软包凳子餐厅椅子 棕色 C10-K(软包靠背+座面)-餐椅*2', NULL, '2024-05-16 06:24:26', '2024-03-25 17:12:35', NULL, 0, 1784836482119286786, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025505820261, 10099270644810, 1, 1149.00, 'PT-RBZ-BXM-ZS-C35*2', NULL, 'jfs/t1/210259/22/41963/113720/664a2342F0fa36bdd/a8b518acf5d0c321.jpg', '[{\"attrId\":\"1001062573\",\"attrValueAlias\":[\"棕色\"],\"attrValues\":[\"11636606669\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062574\",\"attrValueAlias\":[\"C35餐椅*2\"],\"attrValues\":[\"11636606664\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居餐椅 弯曲木实木软包凳子餐厅椅子 棕色 C35餐椅*2', NULL, '2024-05-07 17:11:22', '2024-03-25 17:12:35', NULL, 0, 1784836482194784258, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025505820261, 10099270644807, 1, 1899.00, 'BXM-ZS-C10-K*2', NULL, 'jfs/t1/210259/22/41963/113720/664a2342F0fa36bdd/a8b518acf5d0c321.jpg', '[{\"attrId\":\"1001062573\",\"attrValueAlias\":[\"棕色\"],\"attrValues\":[\"11636606669\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062574\",\"attrValueAlias\":[\"C10-K-餐椅*2\"],\"attrValues\":[\"11636606661\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居餐椅 弯曲木实木软包凳子餐厅椅子 棕色 C10-K-餐椅*2', NULL, '2024-05-07 17:11:22', '2024-03-25 17:12:35', NULL, 0, 1784836482039595009, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025505820261, 10099270644803, 1, 1049.00, 'DD-RBZ-BXM-HEI-C35*2', NULL, 'jfs/t1/127605/40/43436/106789/664a2340F8f2c7125/9ad9004535da0e0e.jpg', '[{\"attrId\":\"1001062574\",\"attrValueAlias\":[\"C35餐椅*2\"],\"attrValues\":[\"11636606664\"],\"attrValuesSeqNo\":[5],\"index\":2},{\"attrId\":\"1001062573\",\"attrValueAlias\":[\"黑色\"],\"attrValues\":[\"11636606668\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居餐椅 弯曲木实木软包凳子餐厅椅子 黑色 C35餐椅*2', NULL, '2024-05-07 17:11:22', '2024-03-25 17:12:35', NULL, 0, 1784836482270281730, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025505820261, 10099270644800, 1, 1899.00, 'BXM-HEI-C10-K*2', NULL, 'jfs/t1/127605/40/43436/106789/664a2340F8f2c7125/9ad9004535da0e0e.jpg', '[{\"attrId\":\"1001062574\",\"attrValueAlias\":[\"C10-K-餐椅*2\"],\"attrValues\":[\"11636606661\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062573\",\"attrValueAlias\":[\"黑色\"],\"attrValues\":[\"11636606668\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居餐椅 弯曲木实木软包凳子餐厅椅子 黑色 C10-K-餐椅*2', NULL, '2024-05-07 17:11:22', '2024-03-25 17:12:35', NULL, 0, 1784836482056372225, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025505820261, 10099270644799, 1, 1549.00, 'BXM-HEI-C25*2', NULL, 'jfs/t1/127605/40/43436/106789/664a2340F8f2c7125/9ad9004535da0e0e.jpg', '[{\"attrId\":\"1001062573\",\"attrValueAlias\":[\"黑色\"],\"attrValues\":[\"11636606668\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062574\",\"attrValueAlias\":[\"C25餐椅*2\"],\"attrValues\":[\"11636606660\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居餐椅 弯曲木实木软包凳子餐厅椅子 黑色 C25餐椅*2', NULL, '2024-05-07 17:11:22', '2024-03-25 17:12:35', NULL, 0, 1784836482345779201, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025505820261, 10099270644798, 1, 1299.00, 'HHT-HT-C57*2', NULL, 'jfs/t1/228361/15/17022/82848/664a233fF9f90cf7f/d4104e03e5ac6745.jpg', '[{\"attrId\":\"1001062574\",\"attrValueAlias\":[\"C57餐椅*2\"],\"attrValues\":[\"11636606666\"],\"attrValuesSeqNo\":[7],\"index\":2},{\"attrId\":\"1001062573\",\"attrValueAlias\":[\"胡桃色\"],\"attrValues\":[\"11636606667\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居餐椅 弯曲木实木软包凳子餐厅椅子 胡桃色 C57餐椅*2', NULL, '2024-05-07 17:11:22', '2024-03-25 17:12:35', NULL, 0, 1784836482320613378, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025505820261, 10099270644797, 1, 1399.00, 'HHT-HT-C54*2', NULL, 'jfs/t1/228361/15/17022/82848/664a233fF9f90cf7f/d4104e03e5ac6745.jpg', '[{\"attrId\":\"1001062574\",\"attrValueAlias\":[\"C54餐椅*2\"],\"attrValues\":[\"11636606665\"],\"attrValuesSeqNo\":[6],\"index\":2},{\"attrId\":\"1001062573\",\"attrValueAlias\":[\"胡桃色\"],\"attrValues\":[\"11636606667\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居餐椅 弯曲木实木软包凳子餐厅椅子 胡桃色 C54餐椅*2', NULL, '2024-05-07 17:11:22', '2024-03-25 17:12:35', NULL, 0, 1784836482295447553, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025505820261, 10099270644792, 1, 1549.00, 'BXM-HT-C25*2', NULL, 'jfs/t1/228361/15/17022/82848/664a233fF9f90cf7f/d4104e03e5ac6745.jpg', '[{\"attrId\":\"1001062573\",\"attrValueAlias\":[\"胡桃色\"],\"attrValues\":[\"11636606667\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062574\",\"attrValueAlias\":[\"C25餐椅*2\"],\"attrValues\":[\"11636606660\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居餐椅 弯曲木实木软包凳子餐厅椅子 胡桃色 C25餐椅*2', NULL, '2024-05-07 17:11:22', '2024-03-25 17:12:35', NULL, 0, 1784836482161229825, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025505820261, 10099270644791, 1, 1299.00, 'BXM-BS-C57*2', NULL, 'jfs/t1/236068/29/17150/103214/664a233eF1589bd0b/e2a2babcefd303d2.jpg', '[{\"attrId\":\"1001062573\",\"attrValueAlias\":[\"本色\"],\"attrValues\":[\"11636606659\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062574\",\"attrValueAlias\":[\"C57餐椅*2\"],\"attrValues\":[\"11636606666\"],\"attrValuesSeqNo\":[7],\"index\":2}]', '曲美家居餐椅 弯曲木实木软包凳子餐厅椅子 本色 C57餐椅*2', NULL, '2024-05-07 17:11:22', '2024-03-25 17:12:35', NULL, 0, 1784836482312224770, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025505820261, 10099270644790, 1, 1399.00, 'BXM-BS-C54*2', NULL, 'jfs/t1/236068/29/17150/103214/664a233eF1589bd0b/e2a2babcefd303d2.jpg', '[{\"attrId\":\"1001062574\",\"attrValueAlias\":[\"C54餐椅*2\"],\"attrValues\":[\"11636606665\"],\"attrValuesSeqNo\":[6],\"index\":2},{\"attrId\":\"1001062573\",\"attrValueAlias\":[\"本色\"],\"attrValues\":[\"11636606659\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居餐椅 弯曲木实木软包凳子餐厅椅子 本色 C54餐椅*2', NULL, '2024-05-07 17:11:22', '2024-03-25 17:12:35', NULL, 0, 1784836482282864641, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025505820261, 10099270644789, 1, 1049.00, 'PT-RBZ-BXM-BS-C35*2', NULL, 'jfs/t1/236068/29/17150/103214/664a233eF1589bd0b/e2a2babcefd303d2.jpg', '[{\"attrId\":\"1001062573\",\"attrValueAlias\":[\"本色\"],\"attrValues\":[\"11636606659\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062574\",\"attrValueAlias\":[\"C35餐椅*2\"],\"attrValues\":[\"11636606664\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居餐椅 弯曲木实木软包凳子餐厅椅子 本色 C35餐椅*2', NULL, '2024-05-10 06:24:00', '2024-03-25 17:12:35', NULL, 0, 1784836482173812738, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025505820261, 10099270644787, 1, 2149.00, 'RBZ-BXM-BS-C10-K*2', NULL, 'jfs/t1/236068/29/17150/103214/664a233eF1589bd0b/e2a2babcefd303d2.jpg', '[{\"attrId\":\"1001062573\",\"attrValueAlias\":[\"本色\"],\"attrValues\":[\"11636606659\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062574\",\"attrValueAlias\":[\"C10-K(软包座面)-餐椅*2\"],\"attrValues\":[\"11636606662\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居餐椅 弯曲木实木软包凳子餐厅椅子 本色 C10-K(软包座面)-餐椅*2', NULL, '2024-05-07 17:11:22', '2024-03-25 17:12:35', NULL, 0, 1784836482068955137, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025505820261, 10099270644786, 1, 1899.00, 'BXM-BS-C10-K*2', NULL, 'jfs/t1/236068/29/17150/103214/664a233eF1589bd0b/e2a2babcefd303d2.jpg', '[{\"attrId\":\"1001062574\",\"attrValueAlias\":[\"C10-K-餐椅*2\"],\"attrValues\":[\"11636606661\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062573\",\"attrValueAlias\":[\"本色\"],\"attrValues\":[\"11636606659\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居餐椅 弯曲木实木软包凳子餐厅椅子 本色 C10-K-餐椅*2', NULL, '2024-05-07 17:11:22', '2024-03-25 17:12:35', NULL, 0, 1784836482022817793, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025505820261, 10099270644785, 1, 1549.00, 'BXM-BS-C25*2', NULL, 'jfs/t1/236068/29/17150/103214/664a233eF1589bd0b/e2a2babcefd303d2.jpg', '[{\"attrId\":\"1001062574\",\"attrValueAlias\":[\"C25餐椅*2\"],\"attrValues\":[\"11636606660\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062573\",\"attrValueAlias\":[\"本色\"],\"attrValues\":[\"11636606659\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居餐椅 弯曲木实木软包凳子餐厅椅子 本色 C25餐椅*2', NULL, '2024-05-07 17:11:22', '2024-03-25 17:12:35', NULL, 0, 1784836482144452609, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10023564183551, 10067286628998, 1, 2799.00, 'ZH-PC-2-DS-F1-QM24-B1-15', NULL, 'jfs/t1/206947/5/42363/159356/664a233fF0b8ff016/3a3be18e78d083f7.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床(白茶杏色)\"],\"attrValues\":[\"2784832507\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"2784832502\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QM床 双人床 皮床 卧室软床排骨架头层牛皮泡芙皮艺床 框架床(白茶杏色) 1.5*2.0m', NULL, '2024-04-28 13:58:57', '2022-12-16 11:21:37', NULL, 0, 1782645561591660546, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10023564183551, 10099460014021, 1, 2899.00, 'ZH-PC-2-DS-F1-QM24-B1-18', NULL, 'jfs/t1/206947/5/42363/159356/664a233fF0b8ff016/3a3be18e78d083f7.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"11776759497\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床(白茶杏色)\"],\"attrValues\":[\"2784832507\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居QM床 双人床 皮床 卧室软床排骨架头层牛皮泡芙皮艺床 框架床(白茶杏色) 1.8*2.0m', NULL, '2024-04-28 13:58:57', '2024-03-27 15:30:29', NULL, 0, 1782645561600049153, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025523303499, 10099578107089, 1, 2899.00, 'ZH-PC-2-DS-F1-QM24-B2-15', NULL, 'jfs/t1/166869/25/45439/143323/66e6cd77F906e6349/874a11f098d2cec6.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"11863126883\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架款(白茶杏色)\"],\"attrValues\":[\"11863126884\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居双人床 皮床 卧室软床信封储物袋薄床头皮艺大床 框架款(白茶杏色) 1.5*2.0m', NULL, '2024-09-09 23:32:01', '2024-03-28 16:05:18', NULL, 0, 1782645561612632065, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025523303499, 10099578107090, 1, 2899.00, 'ZH-PC-2-DS-F1-QM24-B2-18', NULL, 'jfs/t1/166869/25/45439/143323/66e6cd77F906e6349/874a11f098d2cec6.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架款(白茶杏色)\"],\"attrValues\":[\"11863126884\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"11863126885\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居双人床 皮床 卧室软床信封储物袋薄床头皮艺大床 框架款(白茶杏色) 1.8*2.0m', NULL, '2024-09-09 23:32:01', '2024-03-28 16:05:18', NULL, 0, 1782645561629409281, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025740977919, 10103172838789, 1, 7899.00, 'F1-HGHT-23E-WQM-S1-3', NULL, 'jfs/t1/221130/20/40951/70305/66459763F5709c44d/c445fb0bbf00f696.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"绅士沙发-布艺-2.2m月光白\\\"}]\"],\"attrValues\":[\"14263901406\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居家具 沙发茶几餐桌客厅卧室布艺皮艺家具 绅士沙发-布艺-2.2m月光白', NULL, '2024-05-16 14:39:24', '2024-05-09 14:37:55', NULL, 0, 1782645559288987649, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025740977919, 10103172838801, 1, 2599.00, 'HGHT-23E-WQM-TT4', NULL, 'jfs/t1/184792/31/45833/127487/664597dcF7eee6b71/d464ced077329189.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"茶几120*59*40cm 合观胡桃\\\"}]\"],\"attrValues\":[\"14263901418\"],\"attrValuesSeqNo\":[10],\"index\":1}]', '曲美家居家具 沙发茶几餐桌客厅卧室布艺皮艺家具 茶几120*59*40cm 合观胡桃', NULL, '2024-05-16 14:39:24', '2024-05-09 14:37:55', NULL, 0, 1782645558517235714, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025740977919, 10103172838799, 1, 3699.00, 'BSYB/HGHT-23E-WQM-DT1-2', NULL, 'jfs/t1/101162/39/44268/164994/664597beF4811e68c/51c88bf6ce8b9b9c.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"岩板餐桌160cm 合观胡桃\\\"}]\"],\"attrValues\":[\"14263901416\"],\"attrValuesSeqNo\":[8],\"index\":1}]', '曲美家居家具 沙发茶几餐桌客厅卧室布艺皮艺家具 岩板餐桌160cm 合观胡桃', NULL, '2024-05-16 14:39:24', '2024-05-09 14:37:55', NULL, 0, 1782645558374629378, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025740977919, 10103172838794, 1, 2249.00, 'F2-HGHT-23E-WQM-C2', NULL, 'jfs/t1/205771/20/35909/102439/66459793Ff20c9e34/2fb9fd01b4bd021d.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"四叶草单椅-牛皮-烟雨灰\\\"}]\"],\"attrValues\":[\"14263901411\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居家具 沙发茶几餐桌客厅卧室布艺皮艺家具 四叶草单椅-牛皮-烟雨灰', NULL, '2024-05-16 14:39:24', '2024-05-09 14:37:55', NULL, 0, 1782645557468659714, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025740977919, 10103172838793, 1, 2249.00, 'F1-HGHT-23E-WQM-C2', NULL, 'jfs/t1/190119/29/44941/100672/66459787F0ba6aaba/207899729374320f.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"四叶草单椅-牛皮-砂砾白\\\"}]\"],\"attrValues\":[\"14263901410\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居家具 沙发茶几餐桌客厅卧室布艺皮艺家具 四叶草单椅-牛皮-砂砾白', NULL, '2024-05-16 14:39:24', '2024-05-09 14:37:55', NULL, 0, 1782645557552545793, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025740977919, 10103172838792, 1, 12549.00, 'F4-HGHT-23E-WQM-S2-ZH1', NULL, 'jfs/t1/106749/38/25698/106771/66459772Fa797d307/ec0497513f3f56a3.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"银河沙发-牛皮-2.73m砂砾白\\\"}]\"],\"attrValues\":[\"14263901409\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居家具 沙发茶几餐桌客厅卧室布艺皮艺家具 银河沙发-牛皮-2.73m砂砾白', NULL, '2024-05-16 14:39:24', '2024-05-09 14:37:55', NULL, 0, 1782645558886334466, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025740977919, 10103172838802, 1, 2599.00, 'GRQHT-23E-WQM-TT4', NULL, 'jfs/t1/197605/26/38406/69451/664597dcFd883768c/016e68391be41d2a.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"茶几120*59*40cm 戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"14263901419\"],\"attrValuesSeqNo\":[11],\"index\":1}]', '曲美家居家具 沙发茶几餐桌客厅卧室布艺皮艺家具 茶几120*59*40cm 戈尔浅胡桃', NULL, '2024-05-16 14:39:24', '2024-05-09 14:37:55', NULL, 0, 1782645558424961026, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025740977919, 10103172838798, 1, 3349.00, 'BSYB/GRQHT-23E-WQM-DT1-1', NULL, 'jfs/t1/173433/18/46265/172585/664597afFd52311af/873bf67dec2e4b60.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"岩板餐桌140cm 戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"14263901415\"],\"attrValuesSeqNo\":[7],\"index\":1}]', '曲美家居家具 沙发茶几餐桌客厅卧室布艺皮艺家具 岩板餐桌140cm 戈尔浅胡桃', NULL, '2024-05-16 14:39:24', '2024-05-09 14:37:55', NULL, 0, 1782645558244605953, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025740977919, 10103172838803, 1, 2849.00, 'HGHT-23E-WQM-TT4-1', NULL, 'jfs/t1/160952/13/45768/128328/664597dbF17c1a817/ec57e55e8a5d01e6.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"茶几130*65*40cm 合观胡桃\\\"}]\"],\"attrValues\":[\"14263901420\"],\"attrValuesSeqNo\":[12],\"index\":1}]', '曲美家居家具 沙发茶几餐桌客厅卧室布艺皮艺家具 茶几130*65*40cm 合观胡桃', NULL, '2024-05-16 14:39:24', '2024-05-09 14:37:55', NULL, 0, 1782645558668230657, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025740977919, 10103172838788, 1, 15199.00, 'F4-HGHT-23E-WQM-S1-ZH1', NULL, 'jfs/t1/231937/36/17557/94027/66459746F49134943/68482417851c8ad9.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"绅士沙发-牛皮-2.7m砂砾白\\\"}]\"],\"attrValues\":[\"14263901405\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居家具 沙发茶几餐桌客厅卧室布艺皮艺家具 绅士沙发-牛皮-2.7m砂砾白', NULL, '2024-05-16 14:39:24', '2024-05-09 14:37:55', NULL, 0, 1782645559595171841, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024091626000, 10074428489071, 1, 1999.00, 'ZH-PC-2-DS-F1-QM23-B9-18', NULL, 'jfs/t1/191875/33/36668/87525/645f4054F031461d0/3047acd57834e199.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床-1.8*2.0m\"],\"attrValues\":[\"2784827001\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"黑色复古\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QM真皮床 实木框架双人床主卧欧式家具 欧包床 框架床-1.8*2.0m 黑色复古', NULL, '2024-05-17 17:50:21', '2023-04-29 13:32:58', NULL, 0, 1784836464721313794, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024091626000, 10074428489072, 1, 1999.00, 'ZH-PC-2-DS-F2-QM23-B9-18', NULL, 'jfs/t1/191875/33/36668/87525/645f4054F031461d0/3047acd57834e199.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床-1.8*2.0m\"],\"attrValues\":[\"2784827001\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"浅米咖\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM真皮床 实木框架双人床主卧欧式家具 欧包床 框架床-1.8*2.0m 浅米咖', NULL, '2024-05-17 17:50:21', '2023-04-29 13:32:58', NULL, 0, 1784836464842948610, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024091626000, 10074428489070, 1, 1999.00, 'ZH-PC-2-DS-F2-QM23-B9-15', NULL, 'jfs/t1/191875/33/36668/87525/645f4054F031461d0/3047acd57834e199.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"浅米咖\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床-1.5m\"],\"attrValues\":[\"2784824197\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居QM真皮床 实木框架双人床主卧欧式家具 欧包床 框架床-1.5m 浅米咖', NULL, '2024-05-17 17:50:21', '2023-04-29 13:32:58', NULL, 0, 1784836464817782786, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024802404490, 10086222480690, 1, 6798.00, 'F2-HGHT-23E-WQM-C2', NULL, 'jfs/t1/242165/17/16608/124062/66da9bd9Ff2b43018/a239d1beff2ec6ef.jpg', '[{\"attrId\":\"1001062274\",\"attrValueAlias\":[\"烟雨灰\"],\"attrValues\":[\"2811293527\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062273\",\"attrValueAlias\":[\"头层牛皮\"],\"attrValues\":[\"2797928962\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居弯曲木单椅 北欧风 实木懒人沙发 客厅四叶草休闲单椅 头层牛皮 烟雨灰', NULL, '2024-09-05 07:00:05', '2023-09-17 11:52:12', NULL, 0, 1782645557468659714, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024802404490, 10086222480695, 1, 6399.00, 'F3-HGHT-23E-WQM-C2', NULL, 'jfs/t1/130554/7/46334/119194/66da9bdbF6ab2fc7c/a6c45e878d3c1323.jpg', '[{\"attrId\":\"1001062274\",\"attrValueAlias\":[\"奶油白\"],\"attrValues\":[\"2930304036\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062273\",\"attrValueAlias\":[\"生态皮\"],\"attrValues\":[\"2797927462\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居弯曲木单椅 北欧风 实木懒人沙发 客厅四叶草休闲单椅 生态皮 奶油白', NULL, '2024-09-05 06:58:05', '2023-09-17 11:52:12', NULL, 0, 1782645557573517314, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024802404490, 10086222480696, 1, 6399.00, 'F4-HGHT-23E-WQM-C2', NULL, 'jfs/t1/130554/7/46334/119194/66da9bdbF6ab2fc7c/a6c45e878d3c1323.jpg', '[{\"attrId\":\"1001062274\",\"attrValueAlias\":[\"深灰色\"],\"attrValues\":[\"2930290480\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001062273\",\"attrValueAlias\":[\"生态皮\"],\"attrValues\":[\"2797927462\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居弯曲木单椅 北欧风 实木懒人沙发 客厅四叶草休闲单椅 生态皮 深灰色', NULL, '2024-09-05 07:00:42', '2023-09-17 11:52:12', NULL, 0, 1782645557560934402, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024802404490, 10086222480689, 1, 6798.00, 'F1-HGHT-23E-WQM-C2', NULL, 'jfs/t1/242165/17/16608/124062/66da9bd9Ff2b43018/a239d1beff2ec6ef.jpg', '[{\"attrId\":\"1001062273\",\"attrValueAlias\":[\"头层牛皮\"],\"attrValues\":[\"2797928962\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062274\",\"attrValueAlias\":[\"砂砾白\"],\"attrValues\":[\"2797923378\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居弯曲木单椅 北欧风 实木懒人沙发 客厅四叶草休闲单椅 头层牛皮 砂砾白', NULL, '2024-09-04 13:19:53', '2023-09-17 11:52:12', NULL, 0, 1782645557552545793, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10021761171770, 10040550511211, 1, 949.00, 'ZH-SF-04-DS-F1-QM21A-NT10', NULL, 'jfs/t1/191151/19/48671/89428/66e6cd77F3bf0ca3a/57ed881dc97f8ffe.jpg', '[{\"attrId\":\"1000018579\",\"attrValueAlias\":[\"奶油黄50.5*41*48cm\"],\"attrValues\":[\"1501905721\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1000018959\",\"attrValueAlias\":[\"组装\"],\"attrValues\":[\"1605667987\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居 皓月床头柜 现代简约皮布床头柜 卧室家具储物柜置物柜 奶油黄50.5*41*48cm 组装', NULL, '2024-09-09 23:32:31', '2021-11-15 14:16:28', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10021761171770, 10040550511213, 1, 949.00, 'ZH-SF-04-DS-F2-QM21A-NT10', NULL, 'jfs/t1/191151/19/48671/89428/66e6cd77F3bf0ca3a/57ed881dc97f8ffe.jpg', '[{\"attrId\":\"1000018579\",\"attrValueAlias\":[\"巧克力白50.5*41*48cm\"],\"attrValues\":[\"1501905828\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1000018959\",\"attrValueAlias\":[\"组装\"],\"attrValues\":[\"1605667987\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居 皓月床头柜 现代简约皮布床头柜 卧室家具储物柜置物柜 巧克力白50.5*41*48cm 组装', NULL, '2024-09-09 23:32:32', '2021-11-15 14:16:28', NULL, 0, 1784836459574902786, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024219425698, 10076570768061, 1, 998.00, 'ZH-SF-04-DS-F2-QM23-NT1(L)', NULL, 'jfs/t1/94735/34/40372/59197/662a7e79Faf62ea17/5ff244a184040733.jpg', '[{\"attrId\":\"1000018959\",\"attrValueAlias\":[\"组装\"],\"attrValues\":[\"1605667987\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1000018579\",\"attrValueAlias\":[\"奥利奥黑左\"],\"attrValues\":[\"1501905778\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居QM巧克力意式悬浮床头柜人造环保皮卧室家具储物柜置物柜 奥利奥黑左 组装', NULL, '2024-05-01 15:15:05', '2023-05-24 13:47:14', NULL, 0, 1784836442848018433, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024219425698, 10076570768060, 1, 998.00, 'ZH-SF-04-DS-F2-QM23-NT1(R)', NULL, 'jfs/t1/236682/10/16125/55567/662a7e78F07b105f2/ea87e92968cd5b02.jpg', '[{\"attrId\":\"1000018959\",\"attrValueAlias\":[\"组装\"],\"attrValues\":[\"1605667987\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1000018579\",\"attrValueAlias\":[\"奥利奥黑右\"],\"attrValues\":[\"1501905721\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居QM巧克力意式悬浮床头柜人造环保皮卧室家具储物柜置物柜 奥利奥黑右 组装', NULL, '2024-05-01 15:29:38', '2023-05-24 13:47:14', NULL, 0, 1784836442827046914, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024219425698, 10076570768063, 1, 998.00, 'ZH-SF-04-DS-F3-QM23-NT1(L)', NULL, 'jfs/t1/220685/12/38720/60846/662a7e7aF5bcded93/0aedf7442fbf21ea.jpg', '[{\"attrId\":\"1000018579\",\"attrValueAlias\":[\"巧克力白左\"],\"attrValues\":[\"1501905828\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1000018959\",\"attrValueAlias\":[\"组装\"],\"attrValues\":[\"1605667987\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QM巧克力意式悬浮床头柜人造环保皮卧室家具储物柜置物柜 巧克力白左 组装', NULL, '2024-05-01 15:57:02', '2023-05-24 13:47:14', NULL, 0, 1784836442864795649, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024219425698, 10076570768062, 1, 998.00, 'ZH-SF-04-DS-F3-QM23-NT1(R)', NULL, 'jfs/t1/188467/2/44572/56090/662a7e7bFe5b5cbfb/57cd3ab682c18859.jpg', '[{\"attrId\":\"1000018959\",\"attrValueAlias\":[\"组装\"],\"attrValues\":[\"1605667987\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1000018579\",\"attrValueAlias\":[\"巧克力白右\"],\"attrValues\":[\"2053293178\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居QM巧克力意式悬浮床头柜人造环保皮卧室家具储物柜置物柜 巧克力白右 组装', NULL, '2024-05-01 13:03:06', '2023-05-24 13:47:14', NULL, 0, 1784836442889961474, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10044018671, 10033846854594, 1, 2849.00, 'ZQB/5-N2017E-LB1-G', NULL, 'jfs/t1/168595/15/44726/131317/664a231dFa8103dc5/4a481b223cd7b729.jpg', '[{\"attrId\":\"1000018580\",\"attrValueAlias\":[\"木本色+荷花白\"],\"attrValues\":[\"2200335797\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1000018729\",\"attrValueAlias\":[\"五斗柜\"],\"attrValues\":[\"1510566042\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居斗柜 现代简约卧室抽屉柜储物柜子木质 五斗柜 木本色+荷花白', NULL, '2024-04-28 13:58:59', '2021-07-14 10:07:04', NULL, 0, 1782645557925838849, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10044018671, 10033846854595, 1, 2849.00, 'YW1/5-N2017E-LB1-G', NULL, 'jfs/t1/168595/15/44726/131317/664a231dFa8103dc5/4a481b223cd7b729.jpg', '[{\"attrId\":\"1000018729\",\"attrValueAlias\":[\"五斗柜\"],\"attrValues\":[\"1510566042\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1000018580\",\"attrValueAlias\":[\"胡桃色+荷花白\"],\"attrValues\":[\"2200343505\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居斗柜 现代简约卧室抽屉柜储物柜子木质 五斗柜 胡桃色+荷花白', NULL, '2024-04-28 13:58:59', '2021-07-14 10:07:04', NULL, 0, 1782645558181691394, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10044018671, 10033846854596, 1, 2849.00, '084/5-N2017E-LB1-G', NULL, 'jfs/t1/168595/15/44726/131317/664a231dFa8103dc5/4a481b223cd7b729.jpg', '[{\"attrId\":\"1000018729\",\"attrValueAlias\":[\"五斗柜\"],\"attrValues\":[\"1510566042\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1000018580\",\"attrValueAlias\":[\"深橡色+荷花白\"],\"attrValues\":[\"1723735328\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居斗柜 现代简约卧室抽屉柜储物柜子木质 五斗柜 深橡色+荷花白', NULL, '2024-04-28 13:58:59', '2021-07-14 10:07:04', NULL, 0, 1782645557938421762, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10044018671, 10033846854597, 1, 1999.00, 'ZQB/5-N2017E-LB2-G', NULL, 'jfs/t1/177506/4/46608/112487/664a231fF1f41b7a6/8bec29419ab86b76.jpg', '[{\"attrId\":\"1000018580\",\"attrValueAlias\":[\"木本色+荷花白\"],\"attrValues\":[\"2200335797\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1000018729\",\"attrValueAlias\":[\"四斗柜\"],\"attrValues\":[\"1510566043\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居斗柜 现代简约卧室抽屉柜储物柜子木质 四斗柜 木本色+荷花白', NULL, '2024-04-28 13:58:59', '2021-07-14 10:07:04', NULL, 0, 1782645557997142017, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10044018671, 10033846854598, 1, 1999.00, 'YW1/5-N2017E-LB2-G', NULL, 'jfs/t1/177506/4/46608/112487/664a231fF1f41b7a6/8bec29419ab86b76.jpg', '[{\"attrId\":\"1000018580\",\"attrValueAlias\":[\"胡桃色+荷花白\"],\"attrValues\":[\"2200343505\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1000018729\",\"attrValueAlias\":[\"四斗柜\"],\"attrValues\":[\"1510566043\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居斗柜 现代简约卧室抽屉柜储物柜子木质 四斗柜 胡桃色+荷花白', NULL, '2024-04-28 13:58:59', '2021-07-14 10:07:04', NULL, 0, 1782645557867118593, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10044018671, 10033846854599, 1, 1999.00, '084/5-N2017E-LB2-G', NULL, 'jfs/t1/177506/4/46608/112487/664a231fF1f41b7a6/8bec29419ab86b76.jpg', '[{\"attrId\":\"1000018729\",\"attrValueAlias\":[\"四斗柜\"],\"attrValues\":[\"1510566043\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1000018580\",\"attrValueAlias\":[\"深橡色+荷花白\"],\"attrValues\":[\"1723735328\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居斗柜 现代简约卧室抽屉柜储物柜子木质 四斗柜 深橡色+荷花白', NULL, '2024-04-28 13:58:59', '2021-07-14 10:07:04', NULL, 0, 1782645558122971137, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1002305331, 10073901578898, 1, 798.00, 'ZH-SF-04-DS-F4-QM20A-NT3', NULL, 'jfs/t1/182673/25/44787/72770/66e6cd78Fef90f7d7/c347f849811d0965.jpg', '[{\"attrId\":\"1000018959\",\"attrValueAlias\":[\"双抽屉\"],\"attrValues\":[\"1605667987\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1000018579\",\"attrValueAlias\":[\"轻奢黄\"],\"attrValues\":[\"1501905646\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居 床头柜 现代简约仿皮床头柜卧室轻奢储物床边柜 轻奢黄 双抽屉', NULL, '2024-09-09 23:32:31', '2023-04-23 13:13:05', NULL, 0, 1782645560534695937, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1002305331, 10073901578896, 1, 798.00, 'ZH-SF-04-DS-F3-QM20A-NT3', NULL, 'jfs/t1/134460/4/47303/80685/66e6cd77F02078046/f246434f134c9729.jpg', '[{\"attrId\":\"1000018579\",\"attrValueAlias\":[\"清新绿\"],\"attrValues\":[\"1501905721\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1000018959\",\"attrValueAlias\":[\"双抽屉\"],\"attrValues\":[\"1605667987\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居 床头柜 现代简约仿皮床头柜卧室轻奢储物床边柜 清新绿 双抽屉', NULL, '2024-09-09 23:32:31', '2023-04-23 13:13:05', NULL, 0, 1782645560505335809, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1002305331, 10073901578900, 1, 798.00, 'ZH-SF-04-DS-F9-QM20A-NT3', NULL, 'jfs/t1/190578/40/47417/72164/66e6cd79F4e3341f2/c89e2cd758b264ca.jpg', '[{\"attrId\":\"1000018959\",\"attrValueAlias\":[\"双抽屉\"],\"attrValues\":[\"1605667987\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1000018579\",\"attrValueAlias\":[\"奶油白\"],\"attrValues\":[\"1501907560\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居 床头柜 现代简约仿皮床头柜卧室轻奢储物床边柜 奶油白 双抽屉', NULL, '2024-09-09 23:32:31', '2023-04-23 13:13:05', NULL, 0, 1782645560517918722, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 11036656451, 20462076023, 1, 3449.00, 'ZQB/5-N2017E-DB1-1-G', NULL, 'jfs/t1/190455/35/45852/111008/664a231dFa81d4090/621343135bb98630.jpg', '[{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"3门\"],\"attrValues\":[\"2784822839\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"木本色+荷花白\"],\"attrValues\":[\"2784822842\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居QM 曲美家居 现代简约餐边柜 带抽屉多储存 时尚餐厅厨房备餐柜 木本色+荷花白 3门', NULL, '2024-04-28 13:58:59', '2017-11-22 15:13:06', NULL, 0, 1782645557900673026, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 11036656451, 58143159106, 1, 3949.00, '084/5-N2017E-DB1-3-G', NULL, 'jfs/t1/190455/35/45852/111008/664a231dFa81d4090/621343135bb98630.jpg', '[{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"4门\"],\"attrValues\":[\"2784822838\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"深橡色+荷花白\"],\"attrValues\":[\"2784822845\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居QM 曲美家居 现代简约餐边柜 带抽屉多储存 时尚餐厅厨房备餐柜 深橡色+荷花白 4门', NULL, '2024-04-28 13:58:59', '2019-10-02 11:29:49', NULL, 0, 1782645558114582530, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 11036656451, 58143159105, 1, 3449.00, '084/5-N2017E-DB1-1-G', NULL, 'jfs/t1/190455/35/45852/111008/664a231dFa81d4090/621343135bb98630.jpg', '[{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"深橡色+荷花白\"],\"attrValues\":[\"2784822845\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"3门\"],\"attrValues\":[\"2784822839\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM 曲美家居 现代简约餐边柜 带抽屉多储存 时尚餐厅厨房备餐柜 深橡色+荷花白 3门', NULL, '2024-04-28 13:58:59', '2019-10-02 11:29:49', NULL, 0, 1782645558013919234, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 11036656451, 20462076026, 1, 3949.00, 'YW1/5-N2017E-DB1-3-G', NULL, 'jfs/t1/190455/35/45852/111008/664a231dFa81d4090/621343135bb98630.jpg', '[{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"4门\"],\"attrValues\":[\"2784822838\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"胡桃色+荷花白\"],\"attrValues\":[\"2784822846\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居QM 曲美家居 现代简约餐边柜 带抽屉多储存 时尚餐厅厨房备餐柜 胡桃色+荷花白 4门', NULL, '2024-04-28 13:58:59', '2017-11-22 15:13:06', NULL, 0, 1782645558101999618, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 11036656451, 20462076024, 1, 3949.00, 'ZQB/5-N2017E-DB1-3-G', NULL, 'jfs/t1/190455/35/45852/111008/664a231dFa81d4090/621343135bb98630.jpg', '[{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"木本色+荷花白\"],\"attrValues\":[\"2784822842\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"4门\"],\"attrValues\":[\"2784822838\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QM 曲美家居 现代简约餐边柜 带抽屉多储存 时尚餐厅厨房备餐柜 木本色+荷花白 4门', NULL, '2024-04-28 13:58:59', '2017-11-22 15:13:06', NULL, 0, 1782645557959393281, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 11036656451, 20462076025, 1, 3449.00, 'YW1/5-N2017E-DB1-1-G', NULL, 'jfs/t1/190455/35/45852/111008/664a231dFa81d4090/621343135bb98630.jpg', '[{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"胡桃色+荷花白\"],\"attrValues\":[\"2784822846\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"3门\"],\"attrValues\":[\"2784822839\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM 曲美家居 现代简约餐边柜 带抽屉多储存 时尚餐厅厨房备餐柜 胡桃色+荷花白 3门', NULL, '2024-04-28 13:58:59', '2017-11-22 15:13:06', NULL, 0, 1782645557909061633, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1279738122, 1644198663, 1, 5499.00, 'LZF-084-09ZC-WG2-G', NULL, 'jfs/t1/232307/7/17111/130101/664a231eF2e0d9ee8/71e7d566bc08a6a1.jpg', '[{\"attrId\":\"1000021195\",\"attrValueAlias\":[\"深橡木色\"],\"attrValues\":[\"1535465002\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1000021180\",\"attrValueAlias\":[\"四门\"],\"attrValues\":[\"1504982990\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居 储物衣柜 轻北欧简易卧室衣帽柜多门衣柜储物收纳衣柜 四门 深橡木色', NULL, '2024-04-28 13:58:59', '2015-07-21 10:03:35', NULL, 0, 1782645558030696449, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1279738122, 58096326886, 1, 2849.00, 'ZQB/5-09ZC-WG1', NULL, 'jfs/t1/80788/27/28894/102038/66e6cd7aF5bee5a05/d1d925c3d5c86dd0.jpg', '[{\"attrId\":\"1000021180\",\"attrValueAlias\":[\"双门\"],\"attrValues\":[\"1504983046\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1000021195\",\"attrValueAlias\":[\"木本色\"],\"attrValues\":[\"1535437258\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居 储物衣柜 轻北欧简易卧室衣帽柜多门衣柜储物收纳衣柜 双门 木本色', NULL, '2024-09-13 16:45:52', '2019-10-01 10:43:18', NULL, 0, 1782645557720317954, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1279738122, 58096326887, 1, 2849.00, 'LZF-084-09ZC-WG1', NULL, 'jfs/t1/176530/15/46304/119481/664a2321F7b528ae9/d70d9eb136f527f2.jpg', '[{\"attrId\":\"1000021180\",\"attrValueAlias\":[\"双门\"],\"attrValues\":[\"1504983046\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1000021195\",\"attrValueAlias\":[\"深橡木色\"],\"attrValues\":[\"1535465002\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居 储物衣柜 轻北欧简易卧室衣帽柜多门衣柜储物收纳衣柜 双门 深橡木色', NULL, '2024-04-28 13:58:59', '2019-10-01 10:43:18', NULL, 0, 1782641972328595458, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1279738122, 1644198662, 1, 5499.00, 'ZQB/5-09ZC-WG2-G', NULL, 'jfs/t1/231649/33/27042/118119/66e6cd78F08f79781/0591710a32044e16.jpg', '[{\"attrId\":\"1000021195\",\"attrValueAlias\":[\"木本色\"],\"attrValues\":[\"1535437258\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1000021180\",\"attrValueAlias\":[\"四门\"],\"attrValues\":[\"1504982990\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居 储物衣柜 轻北欧简易卧室衣帽柜多门衣柜储物收纳衣柜 四门 木本色', NULL, '2024-09-13 16:45:52', '2015-07-21 10:03:35', NULL, 0, 1782645557951004673, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1279738122, 58096326884, 1, 4399.00, 'LZF-084-09ZC-WG3', NULL, 'jfs/t1/3492/22/23657/82525/66e6cd79F027a550f/aa7806fd215ce339.jpg', '[{\"attrId\":\"1000021195\",\"attrValueAlias\":[\"深橡木色\"],\"attrValues\":[\"1535465002\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1000021180\",\"attrValueAlias\":[\"三门\"],\"attrValues\":[\"1504983027\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居 储物衣柜 轻北欧简易卧室衣帽柜多门衣柜储物收纳衣柜 三门 深橡木色', NULL, '2024-09-13 16:45:53', '2019-10-01 10:43:18', NULL, 0, 1782641972349566978, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1279738122, 58096326885, 1, 4399.00, 'YW1/5-09ZC-WG3', NULL, 'jfs/t1/228958/13/18207/98836/664a231fF53ebcc99/f348d7a7e715460e.jpg', '[{\"attrId\":\"1000021195\",\"attrValueAlias\":[\"胡桃色\"],\"attrValues\":[\"1535777184\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1000021180\",\"attrValueAlias\":[\"三门\"],\"attrValues\":[\"1504983027\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居 储物衣柜 轻北欧简易卧室衣帽柜多门衣柜储物收纳衣柜 三门 胡桃色', NULL, '2024-04-28 13:58:59', '2019-10-01 10:43:18', NULL, 0, 1782645556529135618, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1279738122, 1644198664, 1, 5499.00, 'YW1/5-09ZC-WG2-G', NULL, 'jfs/t1/231649/33/27042/118119/66e6cd78F08f79781/0591710a32044e16.jpg', '[{\"attrId\":\"1000021180\",\"attrValueAlias\":[\"四门\"],\"attrValues\":[\"1504982990\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1000021195\",\"attrValueAlias\":[\"胡桃色\"],\"attrValues\":[\"1535777184\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居 储物衣柜 轻北欧简易卧室衣帽柜多门衣柜储物收纳衣柜 四门 胡桃色', NULL, '2024-09-13 16:45:52', '2015-07-21 10:03:35', NULL, 0, 1782645557976170497, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1279738122, 58096326888, 1, 2849.00, 'YW1/5-09ZC-WG1', NULL, 'jfs/t1/176530/15/46304/119481/664a2321F7b528ae9/d70d9eb136f527f2.jpg', '[{\"attrId\":\"1000021180\",\"attrValueAlias\":[\"双门\"],\"attrValues\":[\"1504983046\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1000021195\",\"attrValueAlias\":[\"胡桃色\"],\"attrValues\":[\"1535777184\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居 储物衣柜 轻北欧简易卧室衣帽柜多门衣柜储物收纳衣柜 双门 胡桃色', NULL, '2024-04-28 13:58:59', '2019-10-01 10:43:18', NULL, 0, 1782645556508164097, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1279738122, 58096326883, 1, 4399.00, 'ZQB/5-09ZC-WG3', NULL, 'jfs/t1/228958/13/18207/98836/664a231fF53ebcc99/f348d7a7e715460e.jpg', '[{\"attrId\":\"1000021180\",\"attrValueAlias\":[\"三门\"],\"attrValues\":[\"1504983027\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1000021195\",\"attrValueAlias\":[\"木本色\"],\"attrValues\":[\"1535437258\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居 储物衣柜 轻北欧简易卧室衣帽柜多门衣柜储物收纳衣柜 三门 木本色', NULL, '2024-04-28 13:58:59', '2019-10-01 10:43:18', NULL, 0, 1782645557820981250, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1005047615, 1228651490, 1, 2349.00, 'ZQB-09ZC-LB1-G', NULL, 'jfs/t1/178815/17/47075/108331/664a231eFe91ec388/59805aeba4213d84.jpg', '[{\"attrId\":\"1000018729\",\"attrValueAlias\":[\"木本色+荷花白\"],\"attrValues\":[\"1510566044\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居 北欧卧室斗柜简约五斗橱 抽屉柜 杂物柜 木本色+荷花白', NULL, '2024-04-28 13:58:58', '2014-07-24 10:21:02', NULL, 0, 1782645558164914177, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1005047615, 1228651488, 1, 2349.00, 'LZF-084-09ZC-LB1-G', NULL, 'jfs/t1/186604/10/44881/125808/664a2322Ffe219508/0a464b86c5e62b01.jpg', '[{\"attrId\":\"1000018729\",\"attrValueAlias\":[\"深橡色+荷花白\"],\"attrValues\":[\"1510566142\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居 北欧卧室斗柜简约五斗橱 抽屉柜 杂物柜 深橡色+荷花白', NULL, '2024-04-28 13:58:58', '2014-07-24 10:21:02', NULL, 0, 1782645557837758466, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1005047615, 1629311091, 1, 2349.00, 'YW1-09ZC-LB1-G', NULL, 'jfs/t1/225954/14/18606/111035/664a231fFa8cca4ab/69e4684e0c596c2d.jpg', '[{\"attrId\":\"1000018729\",\"attrValueAlias\":[\"胡桃色+荷花白\"],\"attrValues\":[\"1510565977\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居 北欧卧室斗柜简约五斗橱 抽屉柜 杂物柜 胡桃色+荷花白', NULL, '2024-04-28 13:58:58', '2015-07-09 16:30:33', NULL, 0, 1782645557879701505, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816857085, 10037577152697, 1, 1726.00, 'YW1-2017E-DT2-1', NULL, 'jfs/t1/242730/26/18807/124165/66e6cd77F50370b70/b6a7fac9acecafe3.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐桌1.3m\\\"}]\"],\"attrValues\":[\"2784819577\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"胡桃色\\\"}]\"],\"attrValues\":[\"2784819581\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居 餐桌餐椅 现代轻北欧餐厅餐桌椅 餐桌1.3m 胡桃色', NULL, '2024-09-13 16:46:10', '2021-09-24 14:39:40', NULL, 0, 1782645556730462209, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816857085, 17457843700, 1, 6282.00, '084-2017E-DT2-1&084-2017E-C1*4', NULL, 'jfs/t1/210160/8/44173/144748/664a2321Ffaf7a699/3ccb9b7a9c1f34d0.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1125823\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌四椅\\\"},{\\\"id\\\":5151,\\\"value\\\":\\\"1.3m\\\"}]\"],\"attrValues\":[\"2784819582\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"深橡色\\\"}]\"],\"attrValues\":[\"2784819579\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居 餐桌餐椅 现代轻北欧一桌四椅餐厅餐桌椅组合 一桌四椅 1.3m 深橡色', NULL, '2024-04-28 13:58:59', '2017-10-03 15:10:07', NULL, 0, 1784836463668543489, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816857085, 10037577152699, 1, 6282.00, 'YW1-2017E-DT2-1&YW1-2017E-C1*4', NULL, 'jfs/t1/210160/8/44173/144748/664a2321Ffaf7a699/3ccb9b7a9c1f34d0.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"胡桃色\\\"}]\"],\"attrValues\":[\"2784819581\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1125823\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌四椅\\\"},{\\\"id\\\":5151,\\\"value\\\":\\\"1.3m\\\"}]\"],\"attrValues\":[\"2784819582\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居 餐桌餐椅 现代轻北欧一桌四椅餐厅餐桌椅组合 一桌四椅 1.3m 胡桃色', NULL, '2024-04-28 13:58:59', '2021-09-24 14:39:40', NULL, 0, 1784836482605826050, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816857085, 10037577152698, 1, 2040.00, 'YW1-2017E-C1*2', NULL, 'jfs/t1/135506/6/46326/341268/66e6cd79F6369e9ad/844b9d7a2e6ca7f0.png', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"胡桃色\\\"}]\"],\"attrValues\":[\"2784819581\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐椅*2\\\"}]\"],\"attrValues\":[\"2784819580\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居 餐桌餐椅 现代轻北欧餐厅餐桌椅 餐椅*2 胡桃色', NULL, '2024-09-13 16:46:10', '2021-09-24 14:39:40', NULL, 0, 1784836472694685697, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816857085, 17457843697, 1, 2040.00, 'ZQB-2017E-C1*2', NULL, 'jfs/t1/229438/26/17161/79647/664a231fF9f06875d/581bde6fed0fad7d.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"木本色\\\"}]\"],\"attrValues\":[\"2784819578\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐椅*2\\\"}]\"],\"attrValues\":[\"2784819580\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居 餐桌餐椅 现代轻北欧一桌四椅餐厅餐桌椅组合 餐椅*2 木本色', NULL, '2024-04-28 13:58:59', '2017-10-03 15:10:07', NULL, 0, 1784836472665325569, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816857085, 17457843699, 1, 6282.00, 'ZQB-2017E-DT2-1&ZQB-2017E-C1*4', NULL, 'jfs/t1/210160/8/44173/144748/664a2321Ffaf7a699/3ccb9b7a9c1f34d0.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1125823\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌四椅\\\"},{\\\"id\\\":5151,\\\"value\\\":\\\"1.3m\\\"}]\"],\"attrValues\":[\"2784819582\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"木本色\\\"}]\"],\"attrValues\":[\"2784819578\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居 餐桌餐椅 现代轻北欧一桌四椅餐厅餐桌椅组合 一桌四椅 1.3m 木本色', NULL, '2024-04-28 13:58:59', '2017-10-03 15:10:07', NULL, 0, 1784836482593243137, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816857085, 10079471504067, 1, 6282.00, 'YW1-2017E-DT2-2&YW1-2017E-C1*4', NULL, 'jfs/t1/244241/16/9037/121007/664a2323Fc200236e/795aad97f83a6c35.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"胡桃色\\\"}]\"],\"attrValues\":[\"2784819581\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1125823\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌四椅\\\"},{\\\"id\\\":5151,\\\"value\\\":\\\"1.4m\\\"}]\"],\"attrValues\":[\"2784819583\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居 餐桌餐椅 现代轻北欧一桌四椅餐厅餐桌椅组合 一桌四椅 1.4m 胡桃色', NULL, '2024-04-28 13:58:59', '2023-06-30 20:26:25', NULL, 0, 1784836483042033666, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816857085, 43441674915, 1, 1726.00, 'ZQB-2017E-DT2-1', NULL, 'jfs/t1/242730/26/18807/124165/66e6cd77F50370b70/b6a7fac9acecafe3.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐桌1.3m\\\"}]\"],\"attrValues\":[\"2784819577\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"木本色\\\"}]\"],\"attrValues\":[\"2784819578\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居 餐桌餐椅 现代轻北欧餐厅餐桌椅 餐桌1.3m 木本色', NULL, '2024-09-13 16:46:10', '2019-03-16 21:08:43', NULL, 0, 1782645556784988162, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816857085, 10079471504065, 1, 6282.00, 'ZQB-2017E-DT2-2&ZQB-2017E-C1*4', NULL, 'jfs/t1/244241/16/9037/121007/664a2323Fc200236e/795aad97f83a6c35.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1125823\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌四椅\\\"},{\\\"id\\\":5151,\\\"value\\\":\\\"1.4m\\\"}]\"],\"attrValues\":[\"2784819583\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"木本色\\\"}]\"],\"attrValues\":[\"2784819578\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居 餐桌餐椅 现代轻北欧一桌四椅餐厅餐桌椅组合 一桌四椅 1.4m 木本色', NULL, '2024-04-28 13:58:59', '2023-06-30 20:26:25', NULL, 0, 1784836483029450754, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816857085, 43441674916, 1, 1726.00, '084-2017E-DT2-1', NULL, 'jfs/t1/242730/26/18807/124165/66e6cd77F50370b70/b6a7fac9acecafe3.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐桌1.3m\\\"}]\"],\"attrValues\":[\"2784819577\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"深橡色\\\"}]\"],\"attrValues\":[\"2784819579\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居 餐桌餐椅 现代轻北欧餐厅餐桌椅 餐桌1.3m 深橡色', NULL, '2024-09-13 16:46:10', '2019-03-16 21:08:43', NULL, 0, 1782645557317664769, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816857085, 17457843698, 1, 2040.00, '084-2017E-C1*2', NULL, 'jfs/t1/135506/6/46326/341268/66e6cd79F6369e9ad/844b9d7a2e6ca7f0.png', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐椅*2\\\"}]\"],\"attrValues\":[\"2784819580\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"深橡色\\\"}]\"],\"attrValues\":[\"2784819579\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居 餐桌餐椅 现代轻北欧餐厅餐桌椅 餐椅*2 深橡色', NULL, '2024-09-13 16:46:11', '2017-10-03 15:10:07', NULL, 0, 1784836480684834817, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816857085, 10079471504066, 1, 6282.00, '084-2017E-DT2-2&084-2017E-C1*4', NULL, 'jfs/t1/244241/16/9037/121007/664a2323Fc200236e/795aad97f83a6c35.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1125823\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌四椅\\\"},{\\\"id\\\":5151,\\\"value\\\":\\\"1.4m\\\"}]\"],\"attrValues\":[\"2784819583\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"深橡色\\\"}]\"],\"attrValues\":[\"2784819579\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居 餐桌餐椅 现代轻北欧一桌四椅餐厅餐桌椅组合 一桌四椅 1.4m 深橡色', NULL, '2024-04-28 13:58:59', '2023-06-30 20:26:25', NULL, 0, 1784836469704146946, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024177288868, 10075855084431, 1, 5570.00, 'ZH-PC-2-DS-F2-QM23-B11-18', NULL, 'jfs/t1/120971/4/45391/49417/663aee7eF8b3aeceb/847638616b5297e1.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床-奥利奥黑\"],\"attrValues\":[\"2784827001\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM真皮双人床法式复古风现代卧室软床 框架床-奥利奥黑 1.8*2.0m', NULL, '2024-05-01 13:52:18', '2023-05-16 16:30:59', NULL, 0, 1784836467703463938, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024177288868, 10075855084429, 1, 5570.00, 'ZH-PC-2-DS-F1-QM23-B11-18', NULL, 'jfs/t1/182919/19/45530/89697/663aee7cF92b234e5/7afa8431d2d38392.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床-太妃糖棕\"],\"attrValues\":[\"2784824197\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居QM真皮双人床法式复古风现代卧室软床 框架床-太妃糖棕 1.8*2.0m', NULL, '2024-05-01 15:54:42', '2023-05-16 16:30:59', NULL, 0, 1784836467665715201, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024884926023, 10088808941998, 1, 2139.00, 'GRQHT-2017E-C1*2', NULL, 'jfs/t1/241316/13/11096/57094/66e6cd7eF350b0dc8/c6c6e915f5418c81.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐椅*2-弯曲木(经典款)\\\"}]\"],\"attrValues\":[\"5843957122\"],\"attrValuesSeqNo\":[8],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5593283735\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居弯曲木岩板餐桌实木椅子 北欧风 餐厅家具银河餐桌椅 餐椅*2-弯曲木(经典款) 戈尔浅胡桃', NULL, '2024-09-09 23:32:35', '2023-10-20 13:14:35', NULL, 0, 1784836472724045825, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024884926023, 10088808941997, 1, 2139.00, 'HGHT-2017E-C1*2', NULL, 'jfs/t1/241316/13/11096/57094/66e6cd7eF350b0dc8/c6c6e915f5418c81.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"合观胡桃\\\"}]\"],\"attrValues\":[\"5593283734\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐椅*2-弯曲木(经典款)\\\"}]\"],\"attrValues\":[\"5843957122\"],\"attrValuesSeqNo\":[8],\"index\":1}]', '曲美家居弯曲木岩板餐桌实木椅子 北欧风 餐厅家具银河餐桌椅 餐椅*2-弯曲木(经典款) 合观胡桃', NULL, '2024-09-09 23:32:35', '2023-10-20 13:14:35', NULL, 0, 1784836472757600258, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024884926023, 10088094294922, 1, 5500.00, 'BSYB/GRQHT-23E-WQM-DT1-1', NULL, 'jfs/t1/235842/37/25819/191010/66e6cd79Fea4cfa1e/8a41305d137a778b.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板餐桌140cm\\\"}]\"],\"attrValues\":[\"5582681523\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5593283735\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居弯曲木岩板餐桌实木椅子 北欧风 餐厅家具银河餐桌椅 岩板餐桌140cm 戈尔浅胡桃', NULL, '2024-09-09 23:32:33', '2023-10-12 14:45:43', NULL, 0, 1782645558244605953, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024884926023, 10088094294923, 1, 5500.00, 'BSYB/HGHT-23E-WQM-DT1-2', NULL, 'jfs/t1/131907/15/45872/191081/66e6cd7bFafa0226f/a64a7af255c65f4d.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板餐桌160cm\\\"}]\"],\"attrValues\":[\"5582681527\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"合观胡桃\\\"}]\"],\"attrValues\":[\"5593283734\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居弯曲木岩板餐桌实木椅子 北欧风 餐厅家具银河餐桌椅 岩板餐桌160cm 合观胡桃', NULL, '2024-09-09 23:32:33', '2023-10-12 14:45:43', NULL, 0, 1782645558374629378, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024884926023, 10088094294921, 1, 5500.00, 'BSYB/HGHT-23E-WQM-DT1-1', NULL, 'jfs/t1/235842/37/25819/191010/66e6cd79Fea4cfa1e/8a41305d137a778b.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"合观胡桃\\\"}]\"],\"attrValues\":[\"5593283734\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板餐桌140cm\\\"}]\"],\"attrValues\":[\"5582681523\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居弯曲木岩板餐桌实木椅子 北欧风 餐厅家具银河餐桌椅 岩板餐桌140cm 合观胡桃', NULL, '2024-09-09 23:32:32', '2023-10-12 14:45:43', NULL, 0, 1782645558492069889, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024884926023, 10088094294926, 1, 5500.00, 'GRQHT-23E-WQM-D2*2', NULL, 'jfs/t1/226044/34/25066/63479/66e6cd7bFc236d781/a9ca3e09a74ba35a.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5593283735\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐椅A*2-弯曲木\\\"}]\"],\"attrValues\":[\"5582681528\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居弯曲木岩板餐桌实木椅子 北欧风 餐厅家具银河餐桌椅 餐椅A*2-弯曲木 戈尔浅胡桃', NULL, '2024-09-09 23:32:33', '2023-10-12 14:45:43', NULL, 0, 1784836472921178113, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024884926023, 10088094294927, 1, 5500.00, 'F2-HGHT-23E-WQM-D1*2', NULL, 'jfs/t1/84929/18/46545/62061/66e6cd7cF8945e57b/dd1ffc402cd92a65.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐椅B*2-生态皮+深灰色\\\"}]\"],\"attrValues\":[\"5582681529\"],\"attrValuesSeqNo\":[6],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"合观胡桃\\\"}]\"],\"attrValues\":[\"5593283734\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居弯曲木岩板餐桌实木椅子 北欧风 餐厅家具银河餐桌椅 餐椅B*2-生态皮+深灰色 合观胡桃', NULL, '2024-09-09 23:32:34', '2023-10-12 14:45:43', NULL, 0, 1784836472816320514, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024884926023, 10088094294924, 1, 5500.00, 'BSYB/GRQHT-23E-WQM-DT1-2', NULL, 'jfs/t1/131907/15/45872/191081/66e6cd7bFafa0226f/a64a7af255c65f4d.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5593283735\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板餐桌160cm\\\"}]\"],\"attrValues\":[\"5582681527\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居弯曲木岩板餐桌实木椅子 北欧风 餐厅家具银河餐桌椅 岩板餐桌160cm 戈尔浅胡桃', NULL, '2024-09-09 23:32:33', '2023-10-12 14:45:43', NULL, 0, 1782645558529818625, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024884926023, 10088094294925, 1, 5500.00, 'HGHT-23E-WQM-D2*2', NULL, 'jfs/t1/226044/34/25066/63479/66e6cd7bFc236d781/a9ca3e09a74ba35a.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐椅A*2-弯曲木\\\"}]\"],\"attrValues\":[\"5582681528\"],\"attrValuesSeqNo\":[5],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"合观胡桃\\\"}]\"],\"attrValues\":[\"5593283734\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居弯曲木岩板餐桌实木椅子 北欧风 餐厅家具银河餐桌椅 餐椅A*2-弯曲木 合观胡桃', NULL, '2024-09-09 23:32:33', '2023-10-12 14:45:43', NULL, 0, 1784836480701612034, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024884926023, 10088094294930, 1, 5500.00, 'F1-GRQHT-23E-WQM-D1*2', NULL, 'jfs/t1/87989/30/50174/57651/66e6cd7dFaa84c51b/64d40a0b046719a9.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5593283735\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐椅B*2-生态皮+奶油白\\\"}]\"],\"attrValues\":[\"5593283736\"],\"attrValuesSeqNo\":[7],\"index\":1}]', '曲美家居弯曲木岩板餐桌实木椅子 北欧风 餐厅家具银河餐桌椅 餐椅B*2-生态皮+奶油白 戈尔浅胡桃', NULL, '2024-09-09 23:32:35', '2023-10-12 14:45:43', NULL, 0, 1784836472849874946, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024884926023, 10088094294928, 1, 5500.00, 'F2-GRQHT-23E-WQM-D1*2', NULL, 'jfs/t1/84929/18/46545/62061/66e6cd7cF8945e57b/dd1ffc402cd92a65.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐椅B*2-生态皮+深灰色\\\"}]\"],\"attrValues\":[\"5582681529\"],\"attrValuesSeqNo\":[6],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5593283735\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居弯曲木岩板餐桌实木椅子 北欧风 餐厅家具银河餐桌椅 餐椅B*2-生态皮+深灰色 戈尔浅胡桃', NULL, '2024-09-09 23:32:35', '2023-10-12 14:45:43', NULL, 0, 1784836472887623682, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024884926023, 10088094294929, 1, 5500.00, 'F1-HGHT-23E-WQM-D1*2', NULL, 'jfs/t1/87989/30/50174/57651/66e6cd7dFaa84c51b/64d40a0b046719a9.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"合观胡桃\\\"}]\"],\"attrValues\":[\"5593283734\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"餐椅B*2-生态皮+奶油白\\\"}]\"],\"attrValues\":[\"5593283736\"],\"attrValuesSeqNo\":[7],\"index\":1}]', '曲美家居弯曲木岩板餐桌实木椅子 北欧风 餐厅家具银河餐桌椅 餐椅B*2-生态皮+奶油白 合观胡桃', NULL, '2024-09-09 23:32:35', '2023-10-12 14:45:43', NULL, 0, 1784836472786960385, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025728483480, 10102972962174, 1, 8999.00, 'F2-23E-WQM-S3G-ZH5L-SKD', NULL, 'jfs/t1/249807/4/18865/78800/66e6cd7aF8d69bbae/11483316099a2b3f.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14139777230\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"薄雾灰-左侧单电动位\\\"}]\"],\"attrValues\":[\"14139777233\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居沙发 多功能沙发布艺电动平移伸缩沙发床 薄雾灰-左侧单电动位 三人位 2.81m', NULL, '2024-09-09 23:32:26', '2024-05-07 14:17:31', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025728483480, 10102972962172, 1, 11188.00, 'F2-23E-WQM-S3G-ZH2-SKD', NULL, 'jfs/t1/234034/1/26921/73306/66e6cd79F5edb9584/d73215c25a466b5d.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"薄雾灰-三电动位\\\"}]\"],\"attrValues\":[\"14139777231\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14139777230\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居沙发 多功能沙发布艺电动平移伸缩沙发床 薄雾灰-三电动位 三人位 2.81m', NULL, '2024-09-09 23:32:26', '2024-05-07 14:17:31', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025728483480, 10102972962178, 1, 9689.00, 'F2-23E-WQM-S3G-ZH6L-SKD', NULL, 'jfs/t1/92042/36/46516/67910/66e6cd7eF206bbd92/a953fe267b1c1502.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14139777230\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"薄雾灰-左侧双电动位\\\"}]\"],\"attrValues\":[\"14139777237\"],\"attrValuesSeqNo\":[8],\"index\":1}]', '曲美家居沙发 多功能沙发布艺电动平移伸缩沙发床 薄雾灰-左侧双电动位 三人位 2.81m', NULL, '2024-09-09 23:32:27', '2024-05-07 14:17:31', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025728483480, 10103364711651, 1, 6999.00, 'F2-23E-WQM-S3G-2R-SKD', NULL, 'jfs/t1/190985/1/47092/77587/66e6cd7cF1f70e7a8/a8b35f2337da5311.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121552\\\",\\\"id\\\":9349,\\\"value\\\":\\\"两人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.02\\\"}]\"],\"attrValues\":[\"14383123364\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"薄雾灰-右侧单电动位\\\"}]\"],\"attrValues\":[\"14139777235\"],\"attrValuesSeqNo\":[6],\"index\":1}]', '曲美家居沙发 多功能沙发布艺电动平移伸缩沙发床 薄雾灰-右侧单电动位 两人位 2.02m', NULL, '2024-09-09 23:32:28', '2024-05-11 13:51:31', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025728483480, 10102972962175, 1, 8999.00, 'F1-23E-WQM-S3G-ZH5R-SKD', NULL, 'jfs/t1/4554/36/24480/81168/66e6cd7bFeef8ab98/f2b62914ee695d77.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"橄榄绿-右侧单电动位\\\"}]\"],\"attrValues\":[\"14139777234\"],\"attrValuesSeqNo\":[5],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14139777230\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居沙发 多功能沙发布艺电动平移伸缩沙发床 橄榄绿-右侧单电动位 三人位 2.81m', NULL, '2024-09-09 23:32:26', '2024-05-07 14:17:31', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025728483480, 10102972962177, 1, 9689.00, 'F1-23E-WQM-S3G-ZH6L-SKD', NULL, 'jfs/t1/248549/27/18902/121104/66e6cd7dFf517fc67/fd53a7fb5202bda1.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"橄榄绿-左侧双电动位\\\"}]\"],\"attrValues\":[\"14139777236\"],\"attrValuesSeqNo\":[7],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14139777230\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居沙发 多功能沙发布艺电动平移伸缩沙发床 橄榄绿-左侧双电动位 三人位 2.81m', NULL, '2024-09-09 23:32:26', '2024-05-07 14:17:31', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025728483480, 10102972962180, 1, 9689.00, 'F2-23E-WQM-S3G-ZH6R-SKD', NULL, 'jfs/t1/248549/27/18902/121104/66e6cd7dFf517fc67/fd53a7fb5202bda1.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"薄雾灰-右侧双电动位\\\"}]\"],\"attrValues\":[\"14139777239\"],\"attrValuesSeqNo\":[10],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14139777230\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居沙发 多功能沙发布艺电动平移伸缩沙发床 薄雾灰-右侧双电动位 三人位 2.81m', NULL, '2024-09-09 23:32:27', '2024-05-07 14:17:31', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025728483480, 10102972962179, 1, 9689.00, 'F1-23E-WQM-S3G-ZH6R-SKD', NULL, 'jfs/t1/22685/15/22636/100216/66e6cd7fF79de35af/b11a6c5fdda0d033.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14139777230\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"橄榄绿-右侧双电动位\\\"}]\"],\"attrValues\":[\"14139777238\"],\"attrValuesSeqNo\":[9],\"index\":1}]', '曲美家居沙发 多功能沙发布艺电动平移伸缩沙发床 橄榄绿-右侧双电动位 三人位 2.81m', NULL, '2024-09-09 23:32:27', '2024-05-07 14:17:31', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025728483480, 10102972962173, 1, 8999.00, 'F1-23E-WQM-S3G-ZH5L-SKD', NULL, 'jfs/t1/233396/10/26017/121164/66e6cd77Fae7061fe/54314f79d80d0401.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"橄榄绿-左侧单电动位\\\"}]\"],\"attrValues\":[\"14139777232\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14139777230\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居沙发 多功能沙发布艺电动平移伸缩沙发床 橄榄绿-左侧单电动位 三人位 2.81m', NULL, '2024-09-09 23:32:26', '2024-05-07 14:17:31', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025728483480, 10102972962171, 1, 11188.00, 'F1-23E-WQM-S3G-ZH2-SKD', NULL, 'jfs/t1/241543/2/17106/100702/66e6cd78F06861e93/70d4de7fadac96c2.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"橄榄绿-三电动位\\\"}]\"],\"attrValues\":[\"14139777229\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14139777230\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居沙发 多功能沙发布艺电动平移伸缩沙发床 橄榄绿-三电动位 三人位 2.81m', NULL, '2024-09-09 23:32:25', '2024-05-07 14:17:31', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025728483480, 10103364711648, 1, 6999.00, 'F1-23E-WQM-S3G-2L-SKD', NULL, 'jfs/t1/233396/10/26017/121164/66e6cd77Fae7061fe/54314f79d80d0401.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121552\\\",\\\"id\\\":9349,\\\"value\\\":\\\"两人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.02\\\"}]\"],\"attrValues\":[\"14383123364\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"橄榄绿-左侧单电动位\\\"}]\"],\"attrValues\":[\"14139777232\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居沙发 多功能沙发布艺电动平移伸缩沙发床 橄榄绿-左侧单电动位 两人位 2.02m', NULL, '2024-09-09 23:32:28', '2024-05-11 13:51:31', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025728483480, 10102972962176, 1, 8999.00, 'F2-23E-WQM-S3G-ZH5R-SKD', NULL, 'jfs/t1/190985/1/47092/77587/66e6cd7cF1f70e7a8/a8b35f2337da5311.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"薄雾灰-右侧单电动位\\\"}]\"],\"attrValues\":[\"14139777235\"],\"attrValuesSeqNo\":[6],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9349,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.81\\\"}]\"],\"attrValues\":[\"14139777230\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居沙发 多功能沙发布艺电动平移伸缩沙发床 薄雾灰-右侧单电动位 三人位 2.81m', NULL, '2024-09-09 23:32:26', '2024-05-07 14:17:31', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025728483480, 10103364711649, 1, 6999.00, 'F2-23E-WQM-S3G-2L-SKD', NULL, 'jfs/t1/249807/4/18865/78800/66e6cd7aF8d69bbae/11483316099a2b3f.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"薄雾灰-左侧单电动位\\\"}]\"],\"attrValues\":[\"14139777233\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121552\\\",\\\"id\\\":9349,\\\"value\\\":\\\"两人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.02\\\"}]\"],\"attrValues\":[\"14383123364\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居沙发 多功能沙发布艺电动平移伸缩沙发床 薄雾灰-左侧单电动位 两人位 2.02m', NULL, '2024-09-09 23:32:28', '2024-05-11 13:51:31', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025728483480, 10103364711650, 1, 6999.00, 'F1-23E-WQM-S3G-2R-SKD', NULL, 'jfs/t1/4554/36/24480/81168/66e6cd7bFeef8ab98/f2b62914ee695d77.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121552\\\",\\\"id\\\":9349,\\\"value\\\":\\\"两人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.02\\\"}]\"],\"attrValues\":[\"14383123364\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"橄榄绿-右侧单电动位\\\"}]\"],\"attrValues\":[\"14139777234\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居沙发 多功能沙发布艺电动平移伸缩沙发床 橄榄绿-右侧单电动位 两人位 2.02m', NULL, '2024-09-09 23:32:28', '2024-05-11 13:51:31', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727247246, 10102954493426, 1, 3959.00, 'GRQHT/BSYB-23E-WQM-DT2', NULL, 'jfs/t1/163518/20/26291/87930/664a2341F66cbacd0/5affbec2f5432e09.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.3\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雪山白戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"14126447466\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125822\\\",\\\"id\\\":12957,\\\"value\\\":\\\"单桌\\\"}]\"],\"attrValues\":[\"14126447465\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居弯曲木餐桌椅 岩板圆桌子餐厅时尚耐磨耐高温家具 岩板 单桌 1.3米 雪山白戈尔浅胡桃', NULL, '2024-05-20 16:41:23', '2024-05-07 10:28:40', NULL, 0, 1782645561528745986, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727247246, 10102954493435, 1, 7829.00, '', NULL, 'jfs/t1/236332/10/17540/124049/664a2344F713cf17f/df420764c7394088.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125824\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌六椅\\\"}]\"],\"attrValues\":[\"14126447470\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.3\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雅典黑-合观胡桃\\\"}]\"],\"attrValues\":[\"14126447467\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居弯曲木餐桌椅 岩板圆桌子餐厅时尚耐磨耐高温家具 岩板 一桌六椅 1.3米 雅典黑-合观胡桃', NULL, '2024-05-20 16:41:23', '2024-05-07 10:28:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727247246, 10102954493431, 1, 7049.00, '', NULL, 'jfs/t1/187116/23/45412/123994/664a2343F10e6e6ef/e85439afdb3e9c2b.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125823\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌四椅\\\"}]\"],\"attrValues\":[\"14126447469\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.3\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雅典黑-合观胡桃\\\"}]\"],\"attrValues\":[\"14126447467\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居弯曲木餐桌椅 岩板圆桌子餐厅时尚耐磨耐高温家具 岩板 一桌四椅 1.3米 雅典黑-合观胡桃', NULL, '2024-05-20 16:41:23', '2024-05-07 10:28:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727247246, 10102954493430, 1, 7049.00, 'GRQHT/BSYB-23E-WQM-DT2*1&BXM-HEI-C35*4', NULL, 'jfs/t1/187116/23/45412/123994/664a2343F10e6e6ef/e85439afdb3e9c2b.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125823\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌四椅\\\"}]\"],\"attrValues\":[\"14126447469\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.3\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雪山白戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"14126447466\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居弯曲木餐桌椅 岩板圆桌子餐厅时尚耐磨耐高温家具 岩板 一桌四椅 1.3米 雪山白戈尔浅胡桃', NULL, '2024-05-20 16:41:23', '2024-05-07 10:28:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727247246, 10102954493428, 1, 4399.00, 'GRQHT/HSYB-23E-WQM-DT2', NULL, 'jfs/t1/163518/20/26291/87930/664a2341F66cbacd0/5affbec2f5432e09.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125822\\\",\\\"id\\\":12957,\\\"value\\\":\\\"单桌\\\"}]\"],\"attrValues\":[\"14126447465\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.3\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雅典黑-戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"14126447468\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居弯曲木餐桌椅 岩板圆桌子餐厅时尚耐磨耐高温家具 岩板 单桌 1.3米 雅典黑-戈尔浅胡桃', NULL, '2024-05-20 16:41:23', '2024-05-07 10:28:40', NULL, 0, 1782645561566494721, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727247246, 10102954493436, 1, 7829.00, '', NULL, 'jfs/t1/236332/10/17540/124049/664a2344F713cf17f/df420764c7394088.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125824\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌六椅\\\"}]\"],\"attrValues\":[\"14126447470\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.3\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雅典黑-戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"14126447468\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居弯曲木餐桌椅 岩板圆桌子餐厅时尚耐磨耐高温家具 岩板 一桌六椅 1.3米 雅典黑-戈尔浅胡桃', NULL, '2024-05-20 16:41:23', '2024-05-07 10:28:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727247246, 10102954493434, 1, 7829.00, 'GRQHT/BSYB-23E-WQM-DT2*1&BXM-HEI-C35*6', NULL, 'jfs/t1/236332/10/17540/124049/664a2344F713cf17f/df420764c7394088.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.3\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雪山白戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"14126447466\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125824\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌六椅\\\"}]\"],\"attrValues\":[\"14126447470\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居弯曲木餐桌椅 岩板圆桌子餐厅时尚耐磨耐高温家具 岩板 一桌六椅 1.3米 雪山白戈尔浅胡桃', NULL, '2024-05-20 16:41:23', '2024-05-07 10:28:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727247246, 10102954493433, 1, 7829.00, 'HGHT/BSYB-23E-WQM-DT2*1&BXM-HEI-C35*6', NULL, 'jfs/t1/236332/10/17540/124049/664a2344F713cf17f/df420764c7394088.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125824\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌六椅\\\"}]\"],\"attrValues\":[\"14126447470\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.3\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雪山白合观胡桃\\\"}]\"],\"attrValues\":[\"14126447464\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居弯曲木餐桌椅 岩板圆桌子餐厅时尚耐磨耐高温家具 岩板 一桌六椅 1.3米 雪山白合观胡桃', NULL, '2024-05-20 16:41:23', '2024-05-07 10:28:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727247246, 10102954493425, 1, 3959.00, 'HGHT/BSYB-23E-WQM-DT2', NULL, 'jfs/t1/163518/20/26291/87930/664a2341F66cbacd0/5affbec2f5432e09.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.3\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雪山白合观胡桃\\\"}]\"],\"attrValues\":[\"14126447464\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125822\\\",\\\"id\\\":12957,\\\"value\\\":\\\"单桌\\\"}]\"],\"attrValues\":[\"14126447465\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居弯曲木餐桌椅 岩板圆桌子餐厅时尚耐磨耐高温家具 岩板 单桌 1.3米 雪山白合观胡桃', NULL, '2024-05-20 16:41:23', '2024-05-07 10:28:40', NULL, 0, 1782645561461637121, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727247246, 10102954493432, 1, 7049.00, '', NULL, 'jfs/t1/187116/23/45412/123994/664a2343F10e6e6ef/e85439afdb3e9c2b.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.3\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雅典黑-戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"14126447468\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125823\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌四椅\\\"}]\"],\"attrValues\":[\"14126447469\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居弯曲木餐桌椅 岩板圆桌子餐厅时尚耐磨耐高温家具 岩板 一桌四椅 1.3米 雅典黑-戈尔浅胡桃', NULL, '2024-05-20 16:41:23', '2024-05-07 10:28:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727247246, 10102954493429, 1, 7049.00, 'HGHT/BSYB-23E-WQM-DT2*1&BXM-HEI-C35*4', NULL, 'jfs/t1/187116/23/45412/123994/664a2343F10e6e6ef/e85439afdb3e9c2b.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.3\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雪山白合观胡桃\\\"}]\"],\"attrValues\":[\"14126447464\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125823\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌四椅\\\"}]\"],\"attrValues\":[\"14126447469\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居弯曲木餐桌椅 岩板圆桌子餐厅时尚耐磨耐高温家具 岩板 一桌四椅 1.3米 雪山白合观胡桃', NULL, '2024-05-20 16:41:23', '2024-05-07 10:28:40', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727247246, 10102954493427, 1, 3959.00, 'HGHT/HSYB-23E-WQM-DT2', NULL, 'jfs/t1/163518/20/26291/87930/664a2341F66cbacd0/5affbec2f5432e09.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.3\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雅典黑-合观胡桃\\\"}]\"],\"attrValues\":[\"14126447467\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125822\\\",\\\"id\\\":12957,\\\"value\\\":\\\"单桌\\\"}]\"],\"attrValues\":[\"14126447465\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居弯曲木餐桌椅 岩板圆桌子餐厅时尚耐磨耐高温家具 岩板 单桌 1.3米 雅典黑-合观胡桃', NULL, '2024-05-20 16:41:23', '2024-05-07 10:28:40', NULL, 0, 1782645561495191553, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727126894, 10102953199482, 1, 7929.00, 'HGHT/BSYB-23E-WQM-DT3*1&BXM-BS-C54*6', NULL, 'jfs/t1/193412/9/46155/144349/664a2348Fa9280cf6/008b58c68f5f185b.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.6\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雪山白合观胡桃\\\"}]\"],\"attrValues\":[\"14126447464\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125824\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌六椅\\\"}]\"],\"attrValues\":[\"14126447470\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居弯曲木餐桌椅 岩板长桌子餐厅时尚耐磨耐高温家具 岩板 一桌六椅 1.6米 雪山白合观胡桃', NULL, '2024-05-20 16:44:26', '2024-05-07 10:12:20', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727126894, 10102953199483, 1, 7929.00, 'GRQHT/BSYB-23E-WQM-DT3*1&BXM-BS-C54*6', NULL, 'jfs/t1/193412/9/46155/144349/664a2348Fa9280cf6/008b58c68f5f185b.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.6\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雪山白戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"14126447466\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125824\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌六椅\\\"}]\"],\"attrValues\":[\"14126447470\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居弯曲木餐桌椅 岩板长桌子餐厅时尚耐磨耐高温家具 岩板 一桌六椅 1.6米 雪山白戈尔浅胡桃', NULL, '2024-05-20 16:44:26', '2024-05-07 10:12:20', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727126894, 10102953199481, 1, 6689.00, '', NULL, 'jfs/t1/207633/15/42212/144335/664a2343F53311a6a/b8c47584ad904e62.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.6\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雅典黑-戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"14126447468\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125823\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌四椅\\\"}]\"],\"attrValues\":[\"14126447469\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居弯曲木餐桌椅 岩板长桌子餐厅时尚耐磨耐高温家具 岩板 一桌四椅 1.6米 雅典黑-戈尔浅胡桃', NULL, '2024-05-20 16:44:26', '2024-05-07 10:12:20', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727126894, 10102953199479, 1, 6689.00, 'GRQHT/BSYB-23E-WQM-DT3*1&BXM-BS-C54*4', NULL, 'jfs/t1/207633/15/42212/144335/664a2343F53311a6a/b8c47584ad904e62.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125823\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌四椅\\\"}]\"],\"attrValues\":[\"14126447469\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.6\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雪山白戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"14126447466\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居弯曲木餐桌椅 岩板长桌子餐厅时尚耐磨耐高温家具 岩板 一桌四椅 1.6米 雪山白戈尔浅胡桃', NULL, '2024-05-20 16:44:26', '2024-05-07 10:12:20', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727126894, 10102953199478, 1, 6689.00, 'HGHT/BSYB-23E-WQM-DT3*1&BXM-BS-C54*4', NULL, 'jfs/t1/207633/15/42212/144335/664a2343F53311a6a/b8c47584ad904e62.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125823\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌四椅\\\"}]\"],\"attrValues\":[\"14126447469\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.6\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雪山白合观胡桃\\\"}]\"],\"attrValues\":[\"14126447464\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居弯曲木餐桌椅 岩板长桌子餐厅时尚耐磨耐高温家具 岩板 一桌四椅 1.6米 雪山白合观胡桃', NULL, '2024-05-20 16:44:26', '2024-05-07 10:12:20', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727126894, 10102953199485, 1, 7929.00, '', NULL, 'jfs/t1/193412/9/46155/144349/664a2348Fa9280cf6/008b58c68f5f185b.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125824\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌六椅\\\"}]\"],\"attrValues\":[\"14126447470\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.6\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雅典黑-戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"14126447468\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居弯曲木餐桌椅 岩板长桌子餐厅时尚耐磨耐高温家具 岩板 一桌六椅 1.6米 雅典黑-戈尔浅胡桃', NULL, '2024-05-20 16:44:26', '2024-05-07 10:12:20', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727126894, 10102953199476, 1, 3289.00, 'HGHT/HSYB-23E-WQM-DT3', NULL, 'jfs/t1/242691/4/9256/144167/664a2340Fd5850155/5aaab708835a3a82.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.6\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雅典黑-合观胡桃\\\"}]\"],\"attrValues\":[\"14126447467\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125822\\\",\\\"id\\\":12957,\\\"value\\\":\\\"单桌\\\"}]\"],\"attrValues\":[\"14126447465\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居弯曲木餐桌椅 岩板长桌子餐厅时尚耐磨耐高温家具 岩板 单桌 1.6米 雅典黑-合观胡桃', NULL, '2024-05-20 16:44:26', '2024-05-07 10:12:20', NULL, 0, 1782645561520357377, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727126894, 10102953199480, 1, 6689.00, '', NULL, 'jfs/t1/207633/15/42212/144335/664a2343F53311a6a/b8c47584ad904e62.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125823\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌四椅\\\"}]\"],\"attrValues\":[\"14126447469\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.6\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雅典黑-合观胡桃\\\"}]\"],\"attrValues\":[\"14126447467\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居弯曲木餐桌椅 岩板长桌子餐厅时尚耐磨耐高温家具 岩板 一桌四椅 1.6米 雅典黑-合观胡桃', NULL, '2024-05-20 16:44:26', '2024-05-07 10:12:20', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727126894, 10102953199484, 1, 7929.00, '', NULL, 'jfs/t1/193412/9/46155/144349/664a2348Fa9280cf6/008b58c68f5f185b.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.6\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雅典黑-合观胡桃\\\"}]\"],\"attrValues\":[\"14126447467\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125824\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌六椅\\\"}]\"],\"attrValues\":[\"14126447470\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居弯曲木餐桌椅 岩板长桌子餐厅时尚耐磨耐高温家具 岩板 一桌六椅 1.6米 雅典黑-合观胡桃', NULL, '2024-05-20 16:44:26', '2024-05-07 10:12:20', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727126894, 10102953199474, 1, 3289.00, 'HGHT/BSYB-23E-WQM-DT3', NULL, 'jfs/t1/242691/4/9256/144167/664a2340Fd5850155/5aaab708835a3a82.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125822\\\",\\\"id\\\":12957,\\\"value\\\":\\\"单桌\\\"}]\"],\"attrValues\":[\"14126447465\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.6\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雪山白合观胡桃\\\"}]\"],\"attrValues\":[\"14126447464\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居弯曲木餐桌椅 岩板长桌子餐厅时尚耐磨耐高温家具 岩板 单桌 1.6米 雪山白合观胡桃', NULL, '2024-05-20 16:44:26', '2024-05-07 10:12:20', NULL, 0, 1782645561474220034, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727126894, 10102953199477, 1, 3289.00, 'GRQHT/HSYB-23E-WQM-DT3', NULL, 'jfs/t1/242691/4/9256/144167/664a2340Fd5850155/5aaab708835a3a82.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125822\\\",\\\"id\\\":12957,\\\"value\\\":\\\"单桌\\\"}]\"],\"attrValues\":[\"14126447465\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.6\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雅典黑-戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"14126447468\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居弯曲木餐桌椅 岩板长桌子餐厅时尚耐磨耐高温家具 岩板 单桌 1.6米 雅典黑-戈尔浅胡桃', NULL, '2024-05-20 16:44:26', '2024-05-07 10:12:20', NULL, 0, 1782645561579077633, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727126894, 10102953199475, 1, 3289.00, 'GRQHT/BSYB-23E-WQM-DT3', NULL, 'jfs/t1/242691/4/9256/144167/664a2340Fd5850155/5aaab708835a3a82.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125822\\\",\\\"id\\\":12957,\\\"value\\\":\\\"单桌\\\"}]\"],\"attrValues\":[\"14126447465\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"unit\\\":\\\"米\\\",\\\"id\\\":5154,\\\"value\\\":\\\"1.6\\\"},{\\\"id\\\":11384,\\\"value\\\":\\\"雪山白戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"14126447466\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居弯曲木餐桌椅 岩板长桌子餐厅时尚耐磨耐高温家具 岩板 单桌 1.6米 雪山白戈尔浅胡桃', NULL, '2024-05-20 16:44:26', '2024-05-07 10:12:20', NULL, 0, 1782645561545523201, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025724098344, 10102898640688, 1, 4999.00, 'ZH-PTCD-DS-F1-QM24-M1-15', NULL, 'jfs/t1/53050/16/27052/310698/66e6cd7dFfb25598c/a0ee7d5faa23ef48.png', '[{\"attrId\":\"1001061820\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"14095056175\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001061819\",\"attrValueAlias\":[\"款式A(乳胶+独袋弹簧)\"],\"attrValues\":[\"14095056174\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居床垫 可拆卸可洗 分层乳胶独立袋弹簧黄麻可定制床垫 款式A(乳胶+独袋弹簧) 1.5*2.0m', NULL, '2024-09-09 23:32:30', '2024-05-06 17:31:26', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025724098344, 10102898640690, 1, 4999.00, 'ZH-PTCD-DS-F3-QM24-M1-15', NULL, 'jfs/t1/228804/30/27266/310752/66e6cd82Fbd21b9dd/de956da2e5493a78.png', '[{\"attrId\":\"1001061819\",\"attrValueAlias\":[\"款式B乳胶+黄麻+独袋弹簧)\"],\"attrValues\":[\"14095056177\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001061820\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"14095056175\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居床垫 可拆卸可洗 分层乳胶独立袋弹簧黄麻可定制床垫 款式B乳胶+黄麻+独袋弹簧) 1.5*2.0m', NULL, '2024-09-09 23:32:30', '2024-05-06 17:31:26', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025724098344, 10102898640691, 1, 4999.00, 'ZH-PTCD-DS-F3-QM24-M1-18', NULL, 'jfs/t1/228804/30/27266/310752/66e6cd82Fbd21b9dd/de956da2e5493a78.png', '[{\"attrId\":\"1001061819\",\"attrValueAlias\":[\"款式B乳胶+黄麻+独袋弹簧)\"],\"attrValues\":[\"14095056177\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001061820\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"14095056176\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居床垫 可拆卸可洗 分层乳胶独立袋弹簧黄麻可定制床垫 款式B乳胶+黄麻+独袋弹簧) 1.8*2.0m', NULL, '2024-09-09 23:32:30', '2024-05-06 17:31:26', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025724098344, 10102898640689, 1, 4999.00, 'ZH-PTCD-DS-F1-QM24-M1-18', NULL, 'jfs/t1/53050/16/27052/310698/66e6cd7dFfb25598c/a0ee7d5faa23ef48.png', '[{\"attrId\":\"1001061820\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"14095056176\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001061819\",\"attrValueAlias\":[\"款式A(乳胶+独袋弹簧)\"],\"attrValues\":[\"14095056174\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居床垫 可拆卸可洗 分层乳胶独立袋弹簧黄麻可定制床垫 款式A(乳胶+独袋弹簧) 1.8*2.0m', NULL, '2024-09-09 23:32:30', '2024-05-06 17:31:26', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025723872490, 10102895422899, 1, 4169.00, 'ZH-GNSF-F1-QM24-S1-DY', NULL, 'jfs/t1/53580/8/26693/157508/66e6cd77F165e507f/4ae179c95084d6cb.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121551\\\",\\\"id\\\":9349,\\\"value\\\":\\\"一人位\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":8992,\\\"value\\\":\\\"98\\\"},{\\\"id\\\":9350,\\\"value\\\":\\\"-旋转270°\\\"}]\"],\"attrValues\":[\"14093258615\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"硅胶皮\\\"}]\"],\"attrValues\":[\"14093258614\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居多功能沙发 硅胶皮单人椅旋转电动简约可调节功能沙发单椅 硅胶皮 一人位 98cm -旋转270°', NULL, '2024-09-09 23:32:25', '2024-05-06 17:02:37', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025657355801, 10101826963228, 1, 5599.00, 'ZH-PC-2-DS-F1-QM24-B4-15', NULL, 'jfs/t1/93368/33/46543/147562/66e6cd77Fad027897/fecd0062d9a35e0a.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"华夫格-框架床\"],\"attrValues\":[\"13451524038\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5m*2.0m\"],\"attrValues\":[\"13451524036\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居床 双人床 现代意式家具真皮方块拉点主卧大床 华夫格-框架床 1.5m*2.0m', NULL, '2024-09-09 23:32:00', '2024-04-23 17:49:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025657355801, 10101826963229, 1, 5749.00, 'ZH-PC-2-DS-F1-QM24-B4-18', NULL, 'jfs/t1/93368/33/46543/147562/66e6cd77Fad027897/fecd0062d9a35e0a.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8m*2.0m\"],\"attrValues\":[\"13451524037\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"华夫格-框架床\"],\"attrValues\":[\"13451524038\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居床 双人床 现代意式家具真皮方块拉点主卧大床 华夫格-框架床 1.8m*2.0m', NULL, '2024-09-15 06:04:41', '2024-04-23 17:49:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025657207354, 10101824037902, 1, 4999.00, 'ZH-PC-2-DS-F1-QM24-B3-18', NULL, 'jfs/t1/70953/20/27703/132182/66e6cd77Ff41414f3/26fdde202d01c1ef.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"大黑牛-框架床\"],\"attrValues\":[\"13451524038\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8m*2.0m\"],\"attrValues\":[\"13451524037\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居床 双人床 复古家具主卧室大床真皮简约软床床 大黑牛-框架床 1.8m*2.0m', NULL, '2024-09-09 23:32:00', '2024-04-23 17:22:20', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025657207354, 10101824037901, 1, 4899.00, 'ZH-PC-2-DS-F1-QM24-B3-15', NULL, 'jfs/t1/70953/20/27703/132182/66e6cd77Ff41414f3/26fdde202d01c1ef.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5m*2.0m\"],\"attrValues\":[\"13451524036\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"大黑牛-框架床\"],\"attrValues\":[\"13451524038\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居床 双人床 复古家具主卧室大床真皮简约软床床 大黑牛-框架床 1.5m*2.0m', NULL, '2024-09-09 23:32:00', '2024-04-23 17:22:20', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025556415886, 10100149736740, 1, 3199.00, 'PT5001T*1&PT5001Y*4', NULL, 'jfs/t1/168482/4/45598/196562/664a2321F18b6b1f4/465f85d2e41daa21.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125823\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌四椅\\\"}]\"],\"attrValues\":[\"12256016328\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居岩板餐桌 餐厅家具长餐桌耐磨耐高温 软包椅子 岩板 一桌四椅', NULL, '2024-05-20 17:01:45', '2024-04-03 16:06:28', NULL, 0, 1784836482010234882, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025556415886, 10100149736739, 1, 1299.00, 'PT5001T', NULL, 'jfs/t1/159631/9/45542/135671/664a231fFbf56f143/72a51276d63bb511.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125822\\\",\\\"id\\\":12957,\\\"value\\\":\\\"单桌\\\"},{\\\"id\\\":13564,\\\"value\\\":\\\"140cm\\\"}]\"],\"attrValues\":[\"12256016327\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居岩板餐桌 餐厅家具长餐桌耐磨耐高温 软包椅子 岩板 单桌 140cm', NULL, '2024-05-20 17:01:45', '2024-04-03 16:06:28', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025556415886, 10100149736741, 1, 4049.00, 'PT5001T*1&PT5001Y*6', NULL, 'jfs/t1/207543/14/41648/179367/664a2324Feb8cd59b/b867a78ffad28aed.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板\\\"},{\\\"valueId\\\":\\\"1125824\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌六椅\\\"}]\"],\"attrValues\":[\"12256016329\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居岩板餐桌 餐厅家具长餐桌耐磨耐高温 软包椅子 岩板 一桌六椅', NULL, '2024-05-20 17:01:45', '2024-04-03 16:06:28', NULL, 0, 1784836482333196290, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024802369178, 10086221451025, 1, 9198.00, 'F1-HGHT-23E-WQM-C1', NULL, 'jfs/t1/1417/33/24664/137466/66e6cd79F699cf260/cf5fcd165b8c1579.jpg', '[{\"attrId\":\"1001062273\",\"attrValueAlias\":[\"单椅-头层牛皮\"],\"attrValues\":[\"2797928962\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062274\",\"attrValueAlias\":[\"烟雨灰\"],\"attrValues\":[\"2811293527\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居单人沙发单椅 北欧风弯曲木懒人沙发客厅真皮实木椅子帆船休闲椅 单椅-头层牛皮 烟雨灰', NULL, '2024-09-09 23:32:24', '2023-09-17 11:36:18', NULL, 0, 1782645557183447042, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024802369178, 10086221451024, 1, 9198.00, 'F2-HGHT-23E-WQM-C1', NULL, 'jfs/t1/1417/33/24664/137466/66e6cd79F699cf260/cf5fcd165b8c1579.jpg', '[{\"attrId\":\"1001062273\",\"attrValueAlias\":[\"单椅-头层牛皮\"],\"attrValues\":[\"2797928962\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062274\",\"attrValueAlias\":[\"砂砾白\"],\"attrValues\":[\"2797923378\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居单人沙发单椅 北欧风弯曲木懒人沙发客厅真皮实木椅子帆船休闲椅 单椅-头层牛皮 砂砾白', NULL, '2024-09-09 23:32:24', '2023-09-17 11:36:18', NULL, 0, 1782645557208612865, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024802369178, 10086221451031, 1, 4142.00, 'F4-HGHT-23E-WQM-C1', NULL, 'jfs/t1/99395/3/51337/126247/66e6cd78Fdd74e9ae/9c4eb2236ecf8086.jpg', '[{\"attrId\":\"1001062273\",\"attrValueAlias\":[\"单椅-耐磨生态皮\"],\"attrValues\":[\"2797927462\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062274\",\"attrValueAlias\":[\"深灰色\"],\"attrValues\":[\"2930290480\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居单人沙发单椅 北欧风弯曲木懒人沙发客厅真皮实木椅子帆船休闲椅 单椅-耐磨生态皮 深灰色', NULL, '2024-09-09 23:32:25', '2023-09-17 11:36:18', NULL, 0, 1782645557221195777, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024802369178, 10086221451030, 1, 4142.00, 'F3-HGHT-23E-WQM-C1', NULL, 'jfs/t1/99395/3/51337/126247/66e6cd78Fdd74e9ae/9c4eb2236ecf8086.jpg', '[{\"attrId\":\"1001062273\",\"attrValueAlias\":[\"单椅-耐磨生态皮\"],\"attrValues\":[\"2797927462\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062274\",\"attrValueAlias\":[\"奶油白\"],\"attrValues\":[\"2930304036\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居单人沙发单椅 北欧风弯曲木懒人沙发客厅真皮实木椅子帆船休闲椅 单椅-耐磨生态皮 奶油白', NULL, '2024-09-09 23:32:25', '2023-09-17 11:36:18', NULL, 0, 1782645557036646401, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 11728102236, 29315464648, 1, 1899.00, 'ZH-PTCD-DS-QM23-M2-15', NULL, 'jfs/t1/166347/26/44955/173587/66e6cd79Fd093a865/10fe010a5740a2b7.jpg', '[{\"attrId\":\"1001062651\",\"attrValueAlias\":[\"1500*2000mm\"],\"attrValues\":[\"2784827817\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062652\",\"attrValueAlias\":[\"乳胶+弹簧+黄麻\"],\"attrValues\":[\"2784827814\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QM 床垫 乳胶床垫 黄麻护脊床垫 单人双人软硬两用弹簧床垫 1500*2000mm 乳胶+弹簧+黄麻', NULL, '2024-09-09 23:32:29', '2018-06-15 14:56:40', NULL, 0, 1784836442688634882, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 11728102236, 10075260528062, 1, 1899.00, 'ZH-PTCD-DS-QM23-M2-18', NULL, 'jfs/t1/166347/26/44955/173587/66e6cd79Fd093a865/10fe010a5740a2b7.jpg', '[{\"attrId\":\"1001062651\",\"attrValueAlias\":[\"1800*2000mm\"],\"attrValues\":[\"2784827807\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062652\",\"attrValueAlias\":[\"乳胶+弹簧+黄麻\"],\"attrValues\":[\"2784827814\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QM 床垫 乳胶床垫 黄麻护脊床垫 单人双人软硬两用弹簧床垫 1800*2000mm 乳胶+弹簧+黄麻', NULL, '2024-09-09 23:32:29', '2023-05-09 18:15:02', NULL, 0, 1784836442659274753, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727492535, 10102957983791, 1, 8599.00, 'ZH-SPSF-F1-QM24-S2-XZP', NULL, 'jfs/t1/228708/12/27291/155586/66e6cd77Feb2e7e8d/e2ba006ae1efcb70.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"暗夜黑\\\"}]\"],\"attrValues\":[\"14129541389\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9343,\\\"value\\\":\\\"大三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"2.8\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"直排-油蜡皮\\\"}]\"],\"attrValues\":[\"14129541388\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居沙发 真皮直排沙发客厅意式大座深沙发 暗夜黑 大三人位 2.8m 直排-油蜡皮', NULL, '2024-09-10 09:15:36', '2024-05-07 11:10:28', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10023329707265, 10064215373526, 1, 1.00, '', NULL, 'jfs/t1/29896/12/19987/22540/635b830fEef0a8ffb/1b2b35fd361d3f82.jpg', 'null', '曲美家居QM 运费链接勿拍', NULL, '2024-02-27 14:06:51', '2022-10-28 15:24:05', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10023329730232, 10064215635212, 1, 10.00, '', NULL, 'jfs/t1/51011/10/21984/47881/635b832bEe1e1c90d/90c2a44eb2d7458e.png', 'null', '曲美家居QM 运费链接勿拍', NULL, '2024-08-23 00:46:35', '2022-10-28 15:26:19', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10023329747059, 10064216019735, 1, 100.00, '', NULL, 'jfs/t1/129926/24/28299/44278/635b83cbEceca02ed/503240c71cffe69d.png', 'null', '曲美家居QM 运费链接勿拍', NULL, '2024-02-27 14:06:52', '2022-10-28 15:29:45', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024893754204, 10088273162141, 1, 1110.00, 'HGHT-23E-WQM-NT2L', NULL, 'jfs/t1/94514/34/38745/61098/652cb6b4F69761b32/c5f66771a703da4a.jpg', '[{\"attrId\":\"1000018579\",\"attrValueAlias\":[\"合观胡桃\"],\"attrValues\":[\"5655730860\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1000018959\",\"attrValueAlias\":[\"左\"],\"attrValues\":[\"5655730861\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居弯曲木床头柜胡桃色卧室储物柜子 合观胡桃 左', NULL, '2024-05-15 17:24:52', '2023-10-14 14:53:43', NULL, 0, 1782645558399795202, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024893754204, 10088273162142, 1, 1110.00, 'HGHT-23E-WQM-NT2R', NULL, 'jfs/t1/94514/34/38745/61098/652cb6b4F69761b32/c5f66771a703da4a.jpg', '[{\"attrId\":\"1000018959\",\"attrValueAlias\":[\"右\"],\"attrValues\":[\"5655730862\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1000018579\",\"attrValueAlias\":[\"合观胡桃\"],\"attrValues\":[\"5655730860\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居弯曲木床头柜胡桃色卧室储物柜子 合观胡桃 右', NULL, '2024-05-15 17:24:52', '2023-10-14 14:53:43', NULL, 0, 1782645558475292673, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024893754204, 10088273162143, 1, 1110.00, 'GRQHT-23E-WQM-NT2L', NULL, 'jfs/t1/94514/34/38745/61098/652cb6b4F69761b32/c5f66771a703da4a.jpg', '[{\"attrId\":\"1000018579\",\"attrValueAlias\":[\"戈尔浅胡桃\"],\"attrValues\":[\"5655730863\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1000018959\",\"attrValueAlias\":[\"左\"],\"attrValues\":[\"5655730861\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居弯曲木床头柜胡桃色卧室储物柜子 戈尔浅胡桃 左', NULL, '2024-05-15 17:24:52', '2023-10-14 14:53:43', NULL, 0, 1782645558286548993, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024893754204, 10088273162144, 1, 1110.00, 'GRQHT-23E-WQM-NT2R', NULL, 'jfs/t1/94514/34/38745/61098/652cb6b4F69761b32/c5f66771a703da4a.jpg', '[{\"attrId\":\"1000018579\",\"attrValueAlias\":[\"戈尔浅胡桃\"],\"attrValues\":[\"5655730863\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1000018959\",\"attrValueAlias\":[\"右\"],\"attrValues\":[\"5655730862\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居弯曲木床头柜胡桃色卧室储物柜子 戈尔浅胡桃 右', NULL, '2024-05-15 17:24:52', '2023-10-14 14:53:43', NULL, 0, 1782645558634676226, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024617261035, 10082934221379, 1, 1.00, '', NULL, 'jfs/t1/101162/26/44242/92912/663d83d9F553bf087/51c88bf6ce8b9b9c.jpg', '[{\"attrId\":\"1001035293\",\"attrValueAlias\":[\"特权\"],\"attrValues\":[\"1708916982\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居1元特权需搭配主品购买单拍不发货详询客服 特权', NULL, '2024-05-10 10:23:19', '2023-08-10 16:02:34', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025590841136, 10100778788126, 1, 4549.00, 'PT5002T*1&PT5001Y*4', NULL, 'jfs/t1/248927/26/9236/96861/664a2320F231fa889/809e4b6f9e28072d.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1125823\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌四椅\\\"}]\"],\"attrValues\":[\"12712721458\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居餐桌 圆桌子 折叠桌 岩板餐桌家用餐桌椅组合 一桌四椅', NULL, '2024-05-20 17:00:19', '2024-04-10 13:47:12', NULL, 0, 1784836481930543105, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025590841136, 10100778788127, 1, 5599.00, 'PT5002T*1&PT5001Y*6', NULL, 'jfs/t1/199502/17/42678/154303/664a2323F51b73a9d/c0322a4876c4fc09.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1125824\\\",\\\"id\\\":12957,\\\"value\\\":\\\"一桌六椅\\\"}]\"],\"attrValues\":[\"12712721459\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居餐桌 圆桌子 折叠桌 岩板餐桌家用餐桌椅组合 一桌六椅', NULL, '2024-05-20 17:00:19', '2024-04-10 13:47:12', NULL, 0, 1784836481943126018, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025590841136, 10100778788125, 1, 2599.00, 'PT5002T', NULL, 'jfs/t1/201665/15/36062/146373/664a231eF6e2135bb/c78d7fd70ef33311.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"岩板+钢化玻璃\\\"},{\\\"valueId\\\":\\\"1125822\\\",\\\"id\\\":12957,\\\"value\\\":\\\"单桌\\\"}]\"],\"attrValues\":[\"12712721457\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居餐桌 圆桌子 折叠桌 岩板餐桌家用餐桌椅组合 岩板+钢化玻璃 单桌', NULL, '2024-05-20 17:00:19', '2024-04-10 13:47:12', NULL, NULL, NULL, NULL);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727588991, 10102960009898, 1, 8699.00, 'ZH-SPSF-F1-QM24-S5-XZP', NULL, 'jfs/t1/246535/37/9596/124000/664a23a7Fbcd44085/5f9a0977d7ba68f3.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121554\\\",\\\"id\\\":9343,\\\"value\\\":\\\"四人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"2.86\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"直排-油蜡皮\\\"}]\"],\"attrValues\":[\"14129541388\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"栗壳棕\\\"}]\"],\"attrValues\":[\"14129541389\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居沙发 头层牛皮直排沙发客厅意式皮艺大座深沙发 栗壳棕 四人位 2.86m 直排-油蜡皮', NULL, '2024-05-20 16:20:22', '2024-05-07 11:31:27', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025727542665, 10102958996308, 1, 8849.00, 'ZH-SPSF-F1-QM24-S3-XZP', NULL, 'jfs/t1/198183/39/43776/133750/664a23a7Fc8abae0e/515fabc0ab185048.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121554\\\",\\\"id\\\":9343,\\\"value\\\":\\\"四人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"2.81\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"直排-油蜡皮\\\"}]\"],\"attrValues\":[\"14129541388\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"亚麻棕\\\"}]\"],\"attrValues\":[\"14129541389\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居沙发 真皮直排沙发油蜡皮客厅意式大座深沙发 亚麻棕 四人位 2.81m 直排-油蜡皮', NULL, '2024-05-20 16:29:15', '2024-05-07 11:21:27', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022228890762, 10074975832754, 1, 6099.00, 'DS-F2-QM21-B6-18&DS-QM23-M1-18', NULL, 'jfs/t1/248971/21/18839/132444/66e6cd7eFd3952a10/6bfc81854e960325.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8米\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床【优雅驼】+床垫\"],\"attrValues\":[\"2784827018\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居QM床 双人床家居皮艺床 轻奢北欧卧室家居实木床架独立靠包 框架床【优雅驼】+床垫 1.8米', NULL, '2024-09-12 14:16:08', '2023-05-06 18:22:16', NULL, 0, 1784836468596850690, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022228890762, 10081149588976, 1, 6699.00, 'DS-F1-QM21-B6-18F&QM23-M1-18', NULL, 'jfs/t1/104676/18/46272/123082/66e6cd79F264dafa4/56748b4f5ccc82b1.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床【大地棕】+床垫\"],\"attrValues\":[\"2784825899\"],\"attrValuesSeqNo\":[7],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8米\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM床 双人床家居皮艺床 轻奢北欧卧室家居实木床架独立靠包 箱体床【大地棕】+床垫 1.8米', NULL, '2024-09-12 14:16:08', '2023-07-20 13:23:42', NULL, 0, 1784836470102605825, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022228890762, 10081149588977, 1, 6549.00, 'DS-F2-QM21-B6-15F&QM23-M1-15', NULL, 'jfs/t1/6438/15/34057/123081/66e6cd7bFd11662dd/a1e793ae889756d8.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5米\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床【优雅驼】+床垫\"],\"attrValues\":[\"2784825900\"],\"attrValuesSeqNo\":[8],\"index\":1}]', '曲美家居QM床 双人床家居皮艺床 轻奢北欧卧室家居实木床架独立靠包 箱体床【优雅驼】+床垫 1.5米', NULL, '2024-09-12 14:16:08', '2023-07-20 13:23:42', NULL, 0, 1784836470115188737, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022228890762, 10081149588978, 1, 6699.00, 'DS-F2-QM21-B6-18F&QM23-M1-18', NULL, 'jfs/t1/6438/15/34057/123081/66e6cd7bFd11662dd/a1e793ae889756d8.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8米\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床【优雅驼】+床垫\"],\"attrValues\":[\"2784825900\"],\"attrValuesSeqNo\":[8],\"index\":1}]', '曲美家居QM床 双人床家居皮艺床 轻奢北欧卧室家居实木床架独立靠包 箱体床【优雅驼】+床垫 1.8米', NULL, '2024-09-12 14:16:08', '2023-07-20 13:23:42', NULL, 0, 1784836470127771650, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022228890762, 10081149588972, 1, 5749.00, 'ZH-PC-2-DS-F1-QM21-B6-18F', NULL, 'jfs/t1/87454/6/49342/145032/66e6cd7fFb6658b2f/0d0fe88c0d2175e1.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8米\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床-大地棕\"],\"attrValues\":[\"2784827020\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居QM床 双人床家居皮艺床 轻奢北欧卧室家居实木床架独立靠包 箱体床-大地棕 1.8米', NULL, '2024-09-12 14:16:08', '2023-07-20 13:23:42', NULL, 0, 1784836464348020738, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022228890762, 10081149588973, 1, 5599.00, 'ZH-PC-2-DS-F2-QM21-B6-15F', NULL, 'jfs/t1/226192/30/25142/145117/66e6cd78F76e30a03/4f6de21002ebb8bc.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5米\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床-优雅驼\"],\"attrValues\":[\"2784825897\"],\"attrValuesSeqNo\":[6],\"index\":1}]', '曲美家居QM床 双人床家居皮艺床 轻奢北欧卧室家居实木床架独立靠包 箱体床-优雅驼 1.5米', NULL, '2024-09-12 14:16:08', '2023-07-20 13:23:42', NULL, 0, 1784836464394158081, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022228890762, 10081149588974, 1, 5749.00, 'ZH-PC-2-DS-F2-QM21-B6-18F', NULL, 'jfs/t1/226192/30/25142/145117/66e6cd78F76e30a03/4f6de21002ebb8bc.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8米\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床-优雅驼\"],\"attrValues\":[\"2784825897\"],\"attrValuesSeqNo\":[6],\"index\":1}]', '曲美家居QM床 双人床家居皮艺床 轻奢北欧卧室家居实木床架独立靠包 箱体床-优雅驼 1.8米', NULL, '2024-09-12 14:16:08', '2023-07-20 13:23:42', NULL, 0, 1784836464410935298, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022228890762, 10081149588975, 1, 6549.00, 'DS-F1-QM21-B6-15F&QM23-M1-15', NULL, 'jfs/t1/104676/18/46272/123082/66e6cd79F264dafa4/56748b4f5ccc82b1.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5米\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床【大地棕】+床垫\"],\"attrValues\":[\"2784825899\"],\"attrValuesSeqNo\":[7],\"index\":1}]', '曲美家居QM床 双人床家居皮艺床 轻奢北欧卧室家居实木床架独立靠包 箱体床【大地棕】+床垫 1.5米', NULL, '2024-09-12 14:16:08', '2023-07-20 13:23:42', NULL, 0, 1784836470090022914, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022228890762, 10081149588971, 1, 5599.00, 'ZH-PC-2-DS-F1-QM21-B6-15F', NULL, 'jfs/t1/87454/6/49342/145032/66e6cd7fFb6658b2f/0d0fe88c0d2175e1.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5米\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床-大地棕\"],\"attrValues\":[\"2784827020\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居QM床 双人床家居皮艺床 轻奢北欧卧室家居实木床架独立靠包 箱体床-大地棕 1.5米', NULL, '2024-09-12 14:16:08', '2023-07-20 13:23:42', NULL, 0, 1784836464335437825, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022228890762, 10046832749094, 1, 6099.00, 'DS-F1-QM21-B6-18&DS-QM23-M1-18', NULL, 'jfs/t1/225734/18/26473/133956/66e6cd7dF391109e2/8abae7656bc29ee5.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床【大地棕】+床垫\"],\"attrValues\":[\"2784827016\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8米\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM床 双人床家居皮艺床 轻奢北欧卧室家居实木床架独立靠包 框架床【大地棕】+床垫 1.8米', NULL, '2024-09-12 14:16:08', '2022-03-18 13:24:48', NULL, 0, 1784836468538130434, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022228890762, 10046832749093, 1, 5949.00, 'DS-F1-QM21-B6-15&DS-QM23-M1-15', NULL, 'jfs/t1/225734/18/26473/133956/66e6cd7dF391109e2/8abae7656bc29ee5.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床【大地棕】+床垫\"],\"attrValues\":[\"2784827016\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5米\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QM床 双人床家居皮艺床 轻奢北欧卧室家居实木床架独立靠包 框架床【大地棕】+床垫 1.5米', NULL, '2024-09-12 14:16:08', '2022-03-18 13:24:48', NULL, 0, 1784836468521353218, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022228890762, 10046832749090, 1, 4649.00, 'ZH-PC-2-DS-F2-QM21-B6-18', NULL, 'jfs/t1/183460/38/47717/132903/66e6cd77F49379fee/d7551b767db901fc.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床-优雅驼\"],\"attrValues\":[\"2784827002\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8米\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM床 双人床家居皮艺床 轻奢北欧卧室家居实木床架独立靠包 框架床-优雅驼 1.8米', NULL, '2024-09-12 14:16:08', '2022-03-18 13:24:48', NULL, 0, 1784836464377380866, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022228890762, 10046832749091, 1, 4549.00, 'ZH-PC-2-DS-F1-QM21-B6-15', NULL, 'jfs/t1/126214/26/43976/134423/66e6cd7cFd19f1160/60534cacb9c51778.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5米\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床-大地棕\"],\"attrValues\":[\"2784827001\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居QM床 双人床家居皮艺床 轻奢北欧卧室家居实木床架独立靠包 框架床-大地棕 1.5米', NULL, '2024-09-12 14:16:08', '2022-03-18 13:24:48', NULL, 0, 1784836464306077698, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022228890762, 10046832749089, 1, 4549.00, 'ZH-PC-2-DS-F2-QM21-B6-15', NULL, 'jfs/t1/183460/38/47717/132903/66e6cd77F49379fee/d7551b767db901fc.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5米\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床-优雅驼\"],\"attrValues\":[\"2784827002\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居QM床 双人床家居皮艺床 轻奢北欧卧室家居实木床架独立靠包 框架床-优雅驼 1.5米', NULL, '2024-09-12 14:16:08', '2022-03-18 13:24:48', NULL, 0, 1784836464360603649, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022228890762, 10074975832753, 1, 5949.00, 'DS-F2-QM21-B6-15&DS-QM23-M1-15', NULL, 'jfs/t1/248971/21/18839/132444/66e6cd7eFd3952a10/6bfc81854e960325.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5米\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床【优雅驼】+床垫\"],\"attrValues\":[\"2784827018\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居QM床 双人床家居皮艺床 轻奢北欧卧室家居实木床架独立靠包 框架床【优雅驼】+床垫 1.5米', NULL, '2024-09-12 14:16:08', '2023-05-06 18:22:16', NULL, 0, 1784836468584267777, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022228890762, 10046832749092, 1, 4649.00, 'ZH-PC-2-DS-F1-QM21-B6-18', NULL, 'jfs/t1/126214/26/43976/134423/66e6cd7cFd19f1160/60534cacb9c51778.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"框架床-大地棕\"],\"attrValues\":[\"2784827001\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8米\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM床 双人床家居皮艺床 轻奢北欧卧室家居实木床架独立靠包 框架床-大地棕 1.8米', NULL, '2024-09-12 14:16:08', '2022-03-18 13:24:48', NULL, 0, 1784836464318660610, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025724179344, 10102900178006, 1, 3999.00, 'ZH-PTCD-DS-F1-QM24-M2-15', NULL, 'jfs/t1/180418/23/45942/155196/664a229aFce634787/5595c77075050a5d.jpg', '[{\"attrId\":\"1001062652\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"14095958727\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062651\",\"attrValueAlias\":[\"白桃\"],\"attrValues\":[\"14095958730\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居床垫 网红拼色双面冬夏两用乳胶床垫独袋弹簧床垫 白桃 1.5*2.0m', NULL, '2024-05-20 16:47:19', '2024-05-06 17:43:36', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025724179344, 10102900178007, 1, 3999.00, 'ZH-PTCD-DS-F1-QM24-M2-18', NULL, 'jfs/t1/180418/23/45942/155196/664a229aFce634787/5595c77075050a5d.jpg', '[{\"attrId\":\"1001062652\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"14095958729\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062651\",\"attrValueAlias\":[\"白桃\"],\"attrValues\":[\"14095958730\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居床垫 网红拼色双面冬夏两用乳胶床垫独袋弹簧床垫 白桃 1.8*2.0m', NULL, '2024-05-20 16:47:19', '2024-05-06 17:43:36', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025724179344, 10102900178005, 1, 3999.00, 'ZH-PTCD-DS-F2-QM24-M2-18', NULL, 'jfs/t1/236964/8/16663/146373/664a2297F443f7853/5aa9bc0bf60e5a2c.jpg', '[{\"attrId\":\"1001062652\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"14095958729\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062651\",\"attrValueAlias\":[\"牛油果\"],\"attrValues\":[\"14095958728\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居床垫 网红拼色双面冬夏两用乳胶床垫独袋弹簧床垫 牛油果 1.8*2.0m', NULL, '2024-05-20 16:47:19', '2024-05-06 17:43:36', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025724179344, 10102900178004, 1, 3999.00, 'ZH-PTCD-DS-F2-QM24-M2-15', NULL, 'jfs/t1/236964/8/16663/146373/664a2297F443f7853/5aa9bc0bf60e5a2c.jpg', '[{\"attrId\":\"1001062651\",\"attrValueAlias\":[\"牛油果\"],\"attrValues\":[\"14095958728\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062652\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"14095958727\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居床垫 网红拼色双面冬夏两用乳胶床垫独袋弹簧床垫 牛油果 1.5*2.0m', NULL, '2024-05-20 16:47:19', '2024-05-06 17:43:36', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13086056814, 10033240398132, 2, 11999.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10021109631610, 10032048907999, 2, 4397.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10021109631610, 10032048907998, 2, 4397.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1041788040, 10029367121093, 2, 8099.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1041788040, 10029367121092, 2, 10199.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1041788040, 10029367121094, 2, 3989.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1041788040, 10029367121095, 2, 1649.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10270280283, 10028219746229, 2, 10492.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10270280283, 10028219746230, 2, 10492.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10270280283, 10028219746244, 2, 15919.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10270280283, 10028219746238, 2, 11052.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10270280283, 10028219746251, 2, 4319.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10270280283, 10028219746232, 2, 11905.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10020403430028, 10027184862290, 2, 5879.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022151362075, 10045667336422, 2, 8759.00, 'F2-21E-B3-15F', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, 0, 1784836442327924738, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022151362075, 10045667336421, 2, 8759.00, 'F2-21E-B3-18F', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, 0, 1784836442390839298, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022151362075, 10045667336420, 2, 8759.00, 'F1-21E-B3-15F', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, 0, 1784836442294370306, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022151362075, 10045667336419, 2, 8759.00, 'F1-21E-B3-18F', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, 0, 1784836442403422209, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022128205505, 10045306746571, 2, 10919.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022128205505, 10045306746572, 2, 10919.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022128205505, 10045306746575, 2, 2399.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022128205505, 10045306746574, 2, 2399.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022128205505, 10045306746573, 2, 10919.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022128205505, 10045306746577, 2, 9239.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022128205505, 10045306746580, 2, 11639.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022128205505, 10045306746582, 2, 11639.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022128205505, 10045306746584, 2, 11999.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022128205505, 10045306746585, 2, 11999.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022128205505, 10045306746583, 2, 11999.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022128205505, 10045306746576, 2, 2399.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022128205505, 10045306746579, 2, 9239.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022128205505, 10045306746578, 2, 9239.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022128205505, 10045306746581, 2, 11639.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1000065964, 10042962644806, 2, 1751.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1000065964, 10042962737583, 2, 2036.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022172038271, 10045974942540, 2, 0.10, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10021749328143, 10047151975538, 2, 1319.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022151210624, 10045664306874, 2, 0.10, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 1000065964, 10042962397456, 2, 3839.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10878898942, 10046147194781, 2, 7531.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10878898942, 10046147194778, 2, 8519.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022129130268, 10045321251960, 2, 3959.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022129130268, 10045321251959, 2, 3959.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022146327444, 10045586520054, 2, 0.10, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022129130268, 10045321251961, 2, 1319.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022129130268, 10045321251962, 2, 1319.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022129130268, 10045321251963, 2, 7799.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022129130268, 10045321251964, 2, 7799.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022129130268, 10045321251965, 2, 9839.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10022129130268, 10045321251966, 2, 9839.00, '', NULL, NULL, 'null', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235427, 1, 574.00, 'F3-23E-LAB-ZDB-2', NULL, 'jfs/t1/231741/22/17486/24106/663b1da3F7034f7f9/06ee7e9e6761154d.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"94x45x35【折叠背】\"],\"attrValues\":[\"14199947923\"],\"attrValuesSeqNo\":[10],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶油咖【硅胶皮】\"],\"attrValues\":[\"14199947912\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 94x45x35【折叠背】 奶油咖【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230975, 1, 584.00, 'F6-23E-LAB-CYB-3', NULL, 'jfs/t1/205580/39/42097/44636/663b1da5F3a8c2867/6d66ffb82978e255.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x60x15【长腰包】\"],\"attrValues\":[\"14199947917\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"岩石灰【真皮】\"],\"attrValues\":[\"14199947914\"],\"attrValuesSeqNo\":[6],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x60x15【长腰包】 岩石灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235417, 1, 509.00, 'F4-23E-LAB-ZDB-1', NULL, 'jfs/t1/151156/17/44865/24377/663b1da5Ff760fdc4/417f20ac8d3a77dc.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"棕色【硅胶皮】\"],\"attrValues\":[\"14199947911\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x45x35【折叠背】\"],\"attrValues\":[\"14199947922\"],\"attrValuesSeqNo\":[9],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x45x35【折叠背】 棕色【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073231008, 1, 372.00, '', NULL, 'jfs/t1/243047/9/8771/54317/663b1da8F382dc2a9/ea50e0fd3c6299c9.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ45【圆枕】\"],\"attrValues\":[\"14199947921\"],\"attrValuesSeqNo\":[8],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"棕色【硅胶皮】\"],\"attrValues\":[\"14199947911\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ45【圆枕】 棕色【硅胶皮】', NULL, '2024-05-17 16:51:35', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230989, 1, 118.00, 'F9-23E-LAB-YZ-1', NULL, 'jfs/t1/241953/17/8095/28867/663b1da9F32942a5b/abdbb2dfe1e5b09a.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"石墨灰【灯芯绒】\"],\"attrValues\":[\"14199947910\"],\"attrValuesSeqNo\":[9],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ20【圆枕】\"],\"attrValues\":[\"14199947919\"],\"attrValuesSeqNo\":[6],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ20【圆枕】 石墨灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230958, 1, 147.00, 'F1-23E-LAB-CYB-2', NULL, 'jfs/t1/232397/10/14826/41791/663b1da7F61547d7d/d82b971d8030a160.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"70x45x15【长腰包】\"],\"attrValues\":[\"14199947916\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"燕麦白【灯芯绒】\"],\"attrValues\":[\"14199947905\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 70x45x15【长腰包】 燕麦白【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230978, 1, 246.00, 'F2-23E-LAB-CYB-4', NULL, 'jfs/t1/172066/21/44989/44521/663b1da4Fbbfa20da/1ec5b62f68f43e3e.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶茶灰【灯芯绒】\"],\"attrValues\":[\"14199947908\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"90x60x15【长腰包】\"],\"attrValues\":[\"14199947918\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 90x60x15【长腰包】 奶茶灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235448, 1, 373.00, 'F1-23E-LAB-ZCZ-2', NULL, 'jfs/t1/241203/6/8656/49239/663b1da6F33c59dd0/bd0690104239aea3.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x40【支撑枕】\"],\"attrValues\":[\"14199947926\"],\"attrValuesSeqNo\":[13],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"燕麦白【灯芯绒】\"],\"attrValues\":[\"14199947905\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x40【支撑枕】 燕麦白【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230973, 1, 353.00, 'F3-23E-LAB-CYB-3', NULL, 'jfs/t1/205580/39/42097/44636/663b1da5F3a8c2867/6d66ffb82978e255.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶油咖【硅胶皮】\"],\"attrValues\":[\"14199947912\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x60x15【长腰包】\"],\"attrValues\":[\"14199947917\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x60x15【长腰包】 奶油咖【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230956, 1, 735.00, 'F5-23E-LAB-FYB-2', NULL, 'jfs/t1/156654/25/44238/28257/663b1da6F95bb1acc/bedc8a6c15faf633.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"80x80x15【方腰包】\"],\"attrValues\":[\"14199947915\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"冰川灰【真皮】\"],\"attrValues\":[\"14199947913\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 80x80x15【方腰包】 冰川灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230952, 1, 246.00, 'F8-23E-LAB-FYB-2', NULL, 'jfs/t1/156654/25/44238/28257/663b1da6F95bb1acc/bedc8a6c15faf633.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"80x80x15【方腰包】\"],\"attrValues\":[\"14199947915\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"焦糖棕【灯芯绒】\"],\"attrValues\":[\"14199947909\"],\"attrValuesSeqNo\":[8],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 80x80x15【方腰包】 焦糖棕【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235432, 1, 435.00, 'F2-23E-LAB-SJDZ-1', NULL, 'jfs/t1/163111/29/44174/26775/663b1da4Fc2455d6a/d5ed2d907b949508.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"84x52x20【三角倒枕】\"],\"attrValues\":[\"14199947924\"],\"attrValuesSeqNo\":[11],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶茶灰【灯芯绒】\"],\"attrValues\":[\"14199947908\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 84x52x20【三角倒枕】 奶茶灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230980, 1, 246.00, 'F9-23E-LAB-CYB-4', NULL, 'jfs/t1/172066/21/44989/44521/663b1da4Fbbfa20da/1ec5b62f68f43e3e.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"石墨灰【灯芯绒】\"],\"attrValues\":[\"14199947910\"],\"attrValuesSeqNo\":[9],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"90x60x15【长腰包】\"],\"attrValues\":[\"14199947918\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 90x60x15【长腰包】 石墨灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230950, 1, 246.00, 'F7-23E-LAB-FYB-2', NULL, 'jfs/t1/156654/25/44238/28257/663b1da6F95bb1acc/bedc8a6c15faf633.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"80x80x15【方腰包】\"],\"attrValues\":[\"14199947915\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"蔷薇粉【灯芯绒】\"],\"attrValues\":[\"14199947907\"],\"attrValuesSeqNo\":[7],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 80x80x15【方腰包】 蔷薇粉【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230948, 1, 258.00, 'F6-23E-LAB-FYB-1', NULL, 'jfs/t1/148154/13/42033/25917/663b1da9Fba7a01df/b68e76a330b5caf5.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"45x45x15【方腰包】\"],\"attrValues\":[\"14199947906\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"岩石灰【真皮】\"],\"attrValues\":[\"14199947914\"],\"attrValuesSeqNo\":[6],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 45x45x15【方腰包】 岩石灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230979, 1, 246.00, 'F8-23E-LAB-CYB-4', NULL, 'jfs/t1/172066/21/44989/44521/663b1da4Fbbfa20da/1ec5b62f68f43e3e.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"90x60x15【长腰包】\"],\"attrValues\":[\"14199947918\"],\"attrValuesSeqNo\":[5],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"焦糖棕【灯芯绒】\"],\"attrValues\":[\"14199947909\"],\"attrValuesSeqNo\":[8],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 90x60x15【长腰包】 焦糖棕【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230996, 1, 170.00, 'F2-23E-LAB-YZ-2', NULL, 'jfs/t1/195061/8/44712/33809/663b1da9F16d60625/26f03c38bc0e4202.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ30【圆枕】\"],\"attrValues\":[\"14199947920\"],\"attrValuesSeqNo\":[7],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶茶灰【灯芯绒】\"],\"attrValues\":[\"14199947908\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ30【圆枕】 奶茶灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230992, 1, 355.00, 'F5-23E-LAB-YZ-1', NULL, 'jfs/t1/241953/17/8095/28867/663b1da9F32942a5b/abdbb2dfe1e5b09a.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"冰川灰【真皮】\"],\"attrValues\":[\"14199947913\"],\"attrValuesSeqNo\":[5],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ20【圆枕】\"],\"attrValues\":[\"14199947919\"],\"attrValuesSeqNo\":[6],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ20【圆枕】 冰川灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230943, 1, 94.00, 'F8-23E-LAB-FYB-1', NULL, 'jfs/t1/148154/13/42033/25917/663b1da9Fba7a01df/b68e76a330b5caf5.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"45x45x15【方腰包】\"],\"attrValues\":[\"14199947906\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"焦糖棕【灯芯绒】\"],\"attrValues\":[\"14199947909\"],\"attrValuesSeqNo\":[8],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 45x45x15【方腰包】 焦糖棕【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073231001, 1, 498.00, 'F5-23E-LAB-YZ-2', NULL, 'jfs/t1/195061/8/44712/33809/663b1da9F16d60625/26f03c38bc0e4202.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ30【圆枕】\"],\"attrValues\":[\"14199947920\"],\"attrValuesSeqNo\":[7],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"冰川灰【真皮】\"],\"attrValues\":[\"14199947913\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ30【圆枕】 冰川灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235449, 1, 373.00, 'F7-23E-LAB-ZCZ-2', NULL, 'jfs/t1/241203/6/8656/49239/663b1da6F33c59dd0/bd0690104239aea3.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x40【支撑枕】\"],\"attrValues\":[\"14199947926\"],\"attrValuesSeqNo\":[13],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"蔷薇粉【灯芯绒】\"],\"attrValues\":[\"14199947907\"],\"attrValuesSeqNo\":[7],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x40【支撑枕】 蔷薇粉【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235443, 1, 393.00, 'F9-23E-LAB-TBZCZ', NULL, 'jfs/t1/237358/23/14855/34373/663b1da4F82d21351/ed98c25ce0a83b68.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x75x15【头部支撑枕】\"],\"attrValues\":[\"14199947925\"],\"attrValuesSeqNo\":[12],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"石墨灰【灯芯绒】\"],\"attrValues\":[\"14199947910\"],\"attrValuesSeqNo\":[9],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x75x15【头部支撑枕】 石墨灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10049675084363, 1, 5249.00, 'ZH-PC-2-DS-F3-QM19-B12A-15F', NULL, 'jfs/t1/162586/15/48303/95866/66e6cd7dFadb3eaf0/2c2e273bb3367edf.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M象牙米\"],\"attrValues\":[\"2784824193\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床\"],\"attrValues\":[\"2784827018\"],\"attrValuesSeqNo\":[8],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床 1.5*2.0M象牙米', NULL, '2024-09-12 14:19:57', '2022-04-18 23:41:07', NULL, 0, 1784836477681713154, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10062556247049, 1, 3799.00, 'ZH-PC-2-DS-F2-QM19-B12A-15', NULL, 'jfs/t1/5785/20/25419/102329/66e6cd77F399bf04c/04d09d1be2f7b13f.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床\"],\"attrValues\":[\"2784827002\"],\"attrValuesSeqNo\":[7],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M奶油白\"],\"attrValues\":[\"2784824200\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床 1.5*2.0M奶油白', NULL, '2024-09-12 14:19:57', '2022-10-10 10:42:26', NULL, 0, 1784836477589438466, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10049675084362, 1, 5349.00, 'ZH-PC-2-DS-F3-QM19-B12A-18F', NULL, 'jfs/t1/162586/15/48303/95866/66e6cd7dFadb3eaf0/2c2e273bb3367edf.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M象牙米\"],\"attrValues\":[\"2784824194\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床\"],\"attrValues\":[\"2784827018\"],\"attrValuesSeqNo\":[8],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床 1.8*2.0M象牙米', NULL, '2024-09-12 14:19:57', '2022-04-18 23:41:07', NULL, 0, 1784836477698490369, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10062556247048, 1, 6699.00, 'DS-F2-19-B12A-18F&M1', NULL, 'jfs/t1/235527/36/27074/95406/66e6cd7cFb9cc22de/5a57447bd55e9a43.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M奶油白\"],\"attrValues\":[\"2784827003\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床+床垫\"],\"attrValues\":[\"2784827001\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床+床垫 1.8*2.0M奶油白', NULL, '2024-09-12 14:19:57', '2022-10-10 10:42:26', NULL, 0, 1784836478474436610, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10062556247050, 1, 3949.00, 'ZH-PC-2-DS-F2-QM19-B12A-18', NULL, 'jfs/t1/5785/20/25419/102329/66e6cd77F399bf04c/04d09d1be2f7b13f.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M奶油白\"],\"attrValues\":[\"2784827003\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床\"],\"attrValues\":[\"2784827002\"],\"attrValuesSeqNo\":[7],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床 1.8*2.0M奶油白', NULL, '2024-09-12 14:19:57', '2022-10-10 10:42:26', NULL, 0, 1784836477606215682, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10049675084367, 1, 5848.00, 'DS-F3-QM19-B12A-15&M1&QM20A*1', NULL, 'jfs/t1/164222/7/43840/101181/66e6cd79Fd74b583d/bbe7ced73bc55170.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M象牙米\"],\"attrValues\":[\"2784824193\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床+床垫+床头柜*1\"],\"attrValues\":[\"2784824197\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床+床垫+床头柜*1 1.5*2.0M象牙米', NULL, '2024-09-12 14:19:57', '2022-04-18 23:41:07', NULL, 0, 1784836481561444354, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10062556247053, 1, 5249.00, 'ZH-PC-2-DS-F2-QM19-B12A-15F', NULL, 'jfs/t1/162586/15/48303/95866/66e6cd7dFadb3eaf0/2c2e273bb3367edf.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M奶油白\"],\"attrValues\":[\"2784824200\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床\"],\"attrValues\":[\"2784827018\"],\"attrValuesSeqNo\":[8],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床 1.5*2.0M奶油白', NULL, '2024-09-12 14:19:57', '2022-10-10 10:42:26', NULL, 0, 1784836477622992897, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10049675084366, 1, 5948.00, 'DS-F3-QM19-B12A-18&M1&QM20A*1', NULL, 'jfs/t1/164222/7/43840/101181/66e6cd79Fd74b583d/bbe7ced73bc55170.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M象牙米\"],\"attrValues\":[\"2784824194\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床+床垫+床头柜*1\"],\"attrValues\":[\"2784824197\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床+床垫+床头柜*1 1.8*2.0M象牙米', NULL, '2024-09-12 14:19:57', '2022-04-18 23:41:07', NULL, 0, 1784836481586610178, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10062556247055, 1, 7048.00, 'DS-F2-QM19-B12A-15F&M1&QM20A*1', NULL, 'jfs/t1/2825/34/24709/95658/66e6cd7eFb5135234/729dcc602630079e.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M奶油白\"],\"attrValues\":[\"2784824200\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床+床垫+床头柜*1\"],\"attrValues\":[\"2784827020\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床+床垫+床头柜*1 1.5*2.0M奶油白', NULL, '2024-09-12 14:19:57', '2022-10-10 10:42:26', NULL, 0, 1784836481817296897, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235419, 1, 1054.00, 'F5-23E-LAB-ZDB-1', NULL, 'jfs/t1/151156/17/44865/24377/663b1da5Ff760fdc4/417f20ac8d3a77dc.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"冰川灰【真皮】\"],\"attrValues\":[\"14199947913\"],\"attrValuesSeqNo\":[5],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x45x35【折叠背】\"],\"attrValues\":[\"14199947922\"],\"attrValuesSeqNo\":[9],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x45x35【折叠背】 冰川灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230942, 1, 94.00, 'F2-23E-LAB-FYB-1', NULL, 'jfs/t1/148154/13/42033/25917/663b1da9Fba7a01df/b68e76a330b5caf5.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"45x45x15【方腰包】\"],\"attrValues\":[\"14199947906\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶茶灰【灯芯绒】\"],\"attrValues\":[\"14199947908\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 45x45x15【方腰包】 奶茶灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235446, 1, 1089.00, 'F5-23E-LAB-TBZCZ', NULL, 'jfs/t1/237358/23/14855/34373/663b1da4F82d21351/ed98c25ce0a83b68.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x75x15【头部支撑枕】\"],\"attrValues\":[\"14199947925\"],\"attrValuesSeqNo\":[12],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"冰川灰【真皮】\"],\"attrValues\":[\"14199947913\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x75x15【头部支撑枕】 冰川灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230972, 1, 353.00, 'F4-23E-LAB-CYB-3', NULL, 'jfs/t1/205580/39/42097/44636/663b1da5F3a8c2867/6d66ffb82978e255.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x60x15【长腰包】\"],\"attrValues\":[\"14199947917\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"棕色【硅胶皮】\"],\"attrValues\":[\"14199947911\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x60x15【长腰包】 棕色【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073231002, 1, 498.00, 'F6-23E-LAB-YZ-2', NULL, 'jfs/t1/195061/8/44712/33809/663b1da9F16d60625/26f03c38bc0e4202.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"岩石灰【真皮】\"],\"attrValues\":[\"14199947914\"],\"attrValuesSeqNo\":[6],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ30【圆枕】\"],\"attrValues\":[\"14199947920\"],\"attrValuesSeqNo\":[7],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ30【圆枕】 岩石灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235460, 1, 257.00, 'F8-23E-LAB-ZCZ-1', NULL, 'jfs/t1/197675/25/41852/45850/663b1da7F99ebe70d/ce796c89a011ada3.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"70x40【支撑枕】\"],\"attrValues\":[\"14199947927\"],\"attrValuesSeqNo\":[14],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"焦糖棕【灯芯绒】\"],\"attrValues\":[\"14199947909\"],\"attrValuesSeqNo\":[8],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 70x40【支撑枕】 焦糖棕【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230998, 1, 170.00, 'F9-23E-LAB-YZ-2', NULL, 'jfs/t1/195061/8/44712/33809/663b1da9F16d60625/26f03c38bc0e4202.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"石墨灰【灯芯绒】\"],\"attrValues\":[\"14199947910\"],\"attrValuesSeqNo\":[9],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ30【圆枕】\"],\"attrValues\":[\"14199947920\"],\"attrValuesSeqNo\":[7],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ30【圆枕】 石墨灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235462, 1, 374.00, 'F4-23E-LAB-ZCZ-1', NULL, 'jfs/t1/197675/25/41852/45850/663b1da7F99ebe70d/ce796c89a011ada3.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"70x40【支撑枕】\"],\"attrValues\":[\"14199947927\"],\"attrValuesSeqNo\":[14],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"棕色【硅胶皮】\"],\"attrValues\":[\"14199947911\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 70x40【支撑枕】 棕色【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230983, 1, 784.00, 'F5-23E-LAB-CYB-4', NULL, 'jfs/t1/172066/21/44989/44521/663b1da4Fbbfa20da/1ec5b62f68f43e3e.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"冰川灰【真皮】\"],\"attrValues\":[\"14199947913\"],\"attrValuesSeqNo\":[5],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"90x60x15【长腰包】\"],\"attrValues\":[\"14199947918\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 90x60x15【长腰包】 冰川灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230957, 1, 735.00, 'F6-23E-LAB-FYB-2', NULL, 'jfs/t1/156654/25/44238/28257/663b1da6F95bb1acc/bedc8a6c15faf633.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"岩石灰【真皮】\"],\"attrValues\":[\"14199947914\"],\"attrValuesSeqNo\":[6],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"80x80x15【方腰包】\"],\"attrValues\":[\"14199947915\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 80x80x15【方腰包】 岩石灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235447, 1, 1089.00, 'F6-23E-LAB-TBZCZ', NULL, 'jfs/t1/237358/23/14855/34373/663b1da4F82d21351/ed98c25ce0a83b68.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"岩石灰【真皮】\"],\"attrValues\":[\"14199947914\"],\"attrValuesSeqNo\":[6],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x75x15【头部支撑枕】\"],\"attrValues\":[\"14199947925\"],\"attrValuesSeqNo\":[12],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x75x15【头部支撑枕】 岩石灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230966, 1, 460.00, 'F6-23E-LAB-CYB-2', NULL, 'jfs/t1/232397/10/14826/41791/663b1da7F61547d7d/d82b971d8030a160.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"岩石灰【真皮】\"],\"attrValues\":[\"14199947914\"],\"attrValuesSeqNo\":[6],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"70x45x15【长腰包】\"],\"attrValues\":[\"14199947916\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 70x45x15【长腰包】 岩石灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235436, 1, 569.00, 'F3-23E-LAB-SJDZ-1', NULL, 'jfs/t1/163111/29/44174/26775/663b1da4Fc2455d6a/d5ed2d907b949508.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"84x52x20【三角倒枕】\"],\"attrValues\":[\"14199947924\"],\"attrValuesSeqNo\":[11],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶油咖【硅胶皮】\"],\"attrValues\":[\"14199947912\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 84x52x20【三角倒枕】 奶油咖【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235463, 1, 374.00, 'F3-23E-LAB-ZCZ-1', NULL, 'jfs/t1/197675/25/41852/45850/663b1da7F99ebe70d/ce796c89a011ada3.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶油咖【硅胶皮】\"],\"attrValues\":[\"14199947912\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"70x40【支撑枕】\"],\"attrValues\":[\"14199947927\"],\"attrValuesSeqNo\":[14],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 70x40【支撑枕】 奶油咖【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235431, 1, 435.00, 'F7-23E-LAB-SJDZ-1', NULL, 'jfs/t1/163111/29/44174/26775/663b1da4Fc2455d6a/d5ed2d907b949508.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"蔷薇粉【灯芯绒】\"],\"attrValues\":[\"14199947907\"],\"attrValuesSeqNo\":[7],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"84x52x20【三角倒枕】\"],\"attrValues\":[\"14199947924\"],\"attrValuesSeqNo\":[11],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 84x52x20【三角倒枕】 蔷薇粉【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235428, 1, 1179.00, 'F5-23E-LAB-ZDB-2', NULL, 'jfs/t1/231741/22/17486/24106/663b1da3F7034f7f9/06ee7e9e6761154d.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"冰川灰【真皮】\"],\"attrValues\":[\"14199947913\"],\"attrValuesSeqNo\":[5],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"94x45x35【折叠背】\"],\"attrValues\":[\"14199947923\"],\"attrValuesSeqNo\":[10],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 94x45x35【折叠背】 冰川灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230964, 1, 225.00, 'F3-23E-LAB-CYB-2', NULL, 'jfs/t1/232397/10/14826/41791/663b1da7F61547d7d/d82b971d8030a160.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶油咖【硅胶皮】\"],\"attrValues\":[\"14199947912\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"70x45x15【长腰包】\"],\"attrValues\":[\"14199947916\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 70x45x15【长腰包】 奶油咖【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235414, 1, 400.00, 'F2-23E-LAB-ZDB-1', NULL, 'jfs/t1/151156/17/44865/24377/663b1da5Ff760fdc4/417f20ac8d3a77dc.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x45x35【折叠背】\"],\"attrValues\":[\"14199947922\"],\"attrValuesSeqNo\":[9],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶茶灰【灯芯绒】\"],\"attrValues\":[\"14199947908\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x45x35【折叠背】 奶茶灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235420, 1, 1054.00, 'F6-23E-LAB-ZDB-1', NULL, 'jfs/t1/151156/17/44865/24377/663b1da5Ff760fdc4/417f20ac8d3a77dc.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x45x35【折叠背】\"],\"attrValues\":[\"14199947922\"],\"attrValuesSeqNo\":[9],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"岩石灰【真皮】\"],\"attrValues\":[\"14199947914\"],\"attrValuesSeqNo\":[6],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x45x35【折叠背】 岩石灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235418, 1, 509.00, 'F3-23E-LAB-ZDB-1', NULL, 'jfs/t1/151156/17/44865/24377/663b1da5Ff760fdc4/417f20ac8d3a77dc.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶油咖【硅胶皮】\"],\"attrValues\":[\"14199947912\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x45x35【折叠背】\"],\"attrValues\":[\"14199947922\"],\"attrValuesSeqNo\":[9],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x45x35【折叠背】 奶油咖【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235430, 1, 435.00, 'F1-23E-LAB-SJDZ-1', NULL, 'jfs/t1/163111/29/44174/26775/663b1da4Fc2455d6a/d5ed2d907b949508.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"燕麦白【灯芯绒】\"],\"attrValues\":[\"14199947905\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"84x52x20【三角倒枕】\"],\"attrValues\":[\"14199947924\"],\"attrValuesSeqNo\":[11],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 84x52x20【三角倒枕】 燕麦白【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235445, 1, 471.00, 'F3-23E-LAB-TBZCZ', NULL, 'jfs/t1/237358/23/14855/34373/663b1da4F82d21351/ed98c25ce0a83b68.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x75x15【头部支撑枕】\"],\"attrValues\":[\"14199947925\"],\"attrValuesSeqNo\":[12],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶油咖【硅胶皮】\"],\"attrValues\":[\"14199947912\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x75x15【头部支撑枕】 奶油咖【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230994, 1, 170.00, 'F1-23E-LAB-YZ-2', NULL, 'jfs/t1/195061/8/44712/33809/663b1da9F16d60625/26f03c38bc0e4202.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"燕麦白【灯芯绒】\"],\"attrValues\":[\"14199947905\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ30【圆枕】\"],\"attrValues\":[\"14199947920\"],\"attrValuesSeqNo\":[7],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ30【圆枕】 燕麦白【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235453, 1, 487.00, 'F4-23E-LAB-ZCZ-2', NULL, 'jfs/t1/241203/6/8656/49239/663b1da6F33c59dd0/bd0690104239aea3.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x40【支撑枕】\"],\"attrValues\":[\"14199947926\"],\"attrValuesSeqNo\":[13],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"棕色【硅胶皮】\"],\"attrValues\":[\"14199947911\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x40【支撑枕】 棕色【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230970, 1, 215.00, 'F8-23E-LAB-CYB-3', NULL, 'jfs/t1/205580/39/42097/44636/663b1da5F3a8c2867/6d66ffb82978e255.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"焦糖棕【灯芯绒】\"],\"attrValues\":[\"14199947909\"],\"attrValuesSeqNo\":[8],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x60x15【长腰包】\"],\"attrValues\":[\"14199947917\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x60x15【长腰包】 焦糖棕【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230961, 1, 147.00, 'F8-23E-LAB-CYB-2', NULL, 'jfs/t1/232397/10/14826/41791/663b1da7F61547d7d/d82b971d8030a160.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"70x45x15【长腰包】\"],\"attrValues\":[\"14199947916\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"焦糖棕【灯芯绒】\"],\"attrValues\":[\"14199947909\"],\"attrValuesSeqNo\":[8],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 70x45x15【长腰包】 焦糖棕【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235422, 1, 435.00, 'F7-23E-LAB-ZDB-2', NULL, 'jfs/t1/231741/22/17486/24106/663b1da3F7034f7f9/06ee7e9e6761154d.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"蔷薇粉【灯芯绒】\"],\"attrValues\":[\"14199947907\"],\"attrValuesSeqNo\":[7],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"94x45x35【折叠背】\"],\"attrValues\":[\"14199947923\"],\"attrValuesSeqNo\":[10],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 94x45x35【折叠背】 蔷薇粉【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235421, 1, 435.00, 'F1-23E-LAB-ZDB-2', NULL, 'jfs/t1/231741/22/17486/24106/663b1da3F7034f7f9/06ee7e9e6761154d.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"燕麦白【灯芯绒】\"],\"attrValues\":[\"14199947905\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"94x45x35【折叠背】\"],\"attrValues\":[\"14199947923\"],\"attrValuesSeqNo\":[10],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 94x45x35【折叠背】 燕麦白【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230965, 1, 460.00, 'F5-23E-LAB-CYB-2', NULL, 'jfs/t1/232397/10/14826/41791/663b1da7F61547d7d/d82b971d8030a160.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"冰川灰【真皮】\"],\"attrValues\":[\"14199947913\"],\"attrValuesSeqNo\":[5],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"70x45x15【长腰包】\"],\"attrValues\":[\"14199947916\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 70x45x15【长腰包】 冰川灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230995, 1, 170.00, 'F7-23E-LAB-YZ-2', NULL, 'jfs/t1/195061/8/44712/33809/663b1da9F16d60625/26f03c38bc0e4202.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ30【圆枕】\"],\"attrValues\":[\"14199947920\"],\"attrValuesSeqNo\":[7],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"蔷薇粉【灯芯绒】\"],\"attrValues\":[\"14199947907\"],\"attrValuesSeqNo\":[7],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ30【圆枕】 蔷薇粉【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230951, 1, 246.00, 'F2-23E-LAB-FYB-2', NULL, 'jfs/t1/156654/25/44238/28257/663b1da6F95bb1acc/bedc8a6c15faf633.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶茶灰【灯芯绒】\"],\"attrValues\":[\"14199947908\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"80x80x15【方腰包】\"],\"attrValues\":[\"14199947915\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 80x80x15【方腰包】 奶茶灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230982, 1, 391.00, 'F3-23E-LAB-CYB-4', NULL, 'jfs/t1/172066/21/44989/44521/663b1da4Fbbfa20da/1ec5b62f68f43e3e.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"90x60x15【长腰包】\"],\"attrValues\":[\"14199947918\"],\"attrValuesSeqNo\":[5],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶油咖【硅胶皮】\"],\"attrValues\":[\"14199947912\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 90x60x15【长腰包】 奶油咖【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073231004, 1, 281.00, 'F7-23E-LAB-YZ-3', NULL, 'jfs/t1/243047/9/8771/54317/663b1da8F382dc2a9/ea50e0fd3c6299c9.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"蔷薇粉【灯芯绒】\"],\"attrValues\":[\"14199947907\"],\"attrValuesSeqNo\":[7],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ45【圆枕】\"],\"attrValues\":[\"14199947921\"],\"attrValuesSeqNo\":[8],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ45【圆枕】 蔷薇粉【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230987, 1, 118.00, 'F2-23E-LAB-YZ-1', NULL, 'jfs/t1/241953/17/8095/28867/663b1da9F32942a5b/abdbb2dfe1e5b09a.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶茶灰【灯芯绒】\"],\"attrValues\":[\"14199947908\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ20【圆枕】\"],\"attrValues\":[\"14199947919\"],\"attrValuesSeqNo\":[6],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ20【圆枕】 奶茶灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 10069522866315, 1, 4549.00, 'ZQB-2017E-B2-150&DS-QM23-M1-15', NULL, 'jfs/t1/239228/10/6939/140488/664a2344Ff4f57576/c124c9a92f8d295e.jpg', '[{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.5米\"],\"attrValues\":[\"2784833934\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"本木色 架子床+床垫\"],\"attrValues\":[\"2784834243\"],\"attrValuesSeqNo\":[7],\"index\":1}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 本木色 架子床+床垫 1.5米', NULL, '2024-04-28 13:59:01', '2023-02-24 13:37:49', NULL, 0, 1784836482630991874, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 10069522866314, 1, 5349.00, 'ZQB-2017E-B2-180&DS-QM23-M1-18', NULL, 'jfs/t1/239228/10/6939/140488/664a2344Ff4f57576/c124c9a92f8d295e.jpg', '[{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"本木色 架子床+床垫\"],\"attrValues\":[\"2784834243\"],\"attrValuesSeqNo\":[7],\"index\":1},{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.8米\"],\"attrValues\":[\"2784833933\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 本木色 架子床+床垫 1.8米', NULL, '2024-04-28 13:59:01', '2023-02-24 13:37:49', NULL, 0, 1784836482656157697, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 17459468306, 1, 6449.00, 'YW1-2017E-B2-180F', NULL, 'jfs/t1/239720/38/9420/140930/664a2342F28342d7a/f89b532079a358d6.jpg', '[{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.8米\"],\"attrValues\":[\"2784833933\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"胡桃色 箱体床\"],\"attrValues\":[\"2784833944\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 胡桃色 箱体床 1.8米', NULL, '2024-04-28 13:59:01', '2017-10-03 16:06:52', NULL, 0, 1782645556894040065, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10816975391, 17459468304, 1, 5849.00, 'YW1-2017E-B2-150F', NULL, 'jfs/t1/239720/38/9420/140930/664a2342F28342d7a/f89b532079a358d6.jpg', '[{\"attrId\":\"1001062618\",\"attrValueAlias\":[\"1.5米\"],\"attrValues\":[\"2784833934\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062617\",\"attrValueAlias\":[\"胡桃色 箱体床\"],\"attrValues\":[\"2784833944\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居QM床 现代简约轻北欧风家具舒适储物婚床 卧室双人床架子床 胡桃色 箱体床 1.5米', NULL, '2024-04-28 13:59:01', '2017-10-03 16:06:52', NULL, 0, 1782645556873068546, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10062556247054, 1, 5349.00, 'ZH-PC-2-DS-F2-QM19-B12A-18F', NULL, 'jfs/t1/162586/15/48303/95866/66e6cd7dFadb3eaf0/2c2e273bb3367edf.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M奶油白\"],\"attrValues\":[\"2784827003\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床\"],\"attrValues\":[\"2784827018\"],\"attrValuesSeqNo\":[8],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床 1.8*2.0M奶油白', NULL, '2024-09-12 14:19:57', '2022-10-10 10:42:26', NULL, 0, 1784836477639770114, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10049675084351, 1, 5249.00, 'DS-F3-19-B12A-15&M1', NULL, 'jfs/t1/229008/4/27474/102368/66e6cd7fF7bcb6baa/243d875bb1baeb82.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床+床垫\"],\"attrValues\":[\"2784827404\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M象牙米\"],\"attrValues\":[\"2784824193\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床+床垫 1.5*2.0M象牙米', NULL, '2024-09-12 14:19:57', '2022-04-18 23:41:07', NULL, 0, 1784836478373773314, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10049675084350, 1, 5349.00, 'DS-F3-19-B12A-18&M1', NULL, 'jfs/t1/229008/4/27474/102368/66e6cd7fF7bcb6baa/243d875bb1baeb82.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床+床垫\"],\"attrValues\":[\"2784827404\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M象牙米\"],\"attrValues\":[\"2784824194\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床+床垫 1.8*2.0M象牙米', NULL, '2024-09-12 14:19:57', '2022-04-18 23:41:07', NULL, 0, 1784836478390550529, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10030652131819, 1, 5948.00, 'DS-F1-QM19-B12A-18&M1&QM20A*1', NULL, 'jfs/t1/164222/7/43840/101181/66e6cd79Fd74b583d/bbe7ced73bc55170.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床+床垫+床头柜*1\"],\"attrValues\":[\"2784824197\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M清新绿\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床+床垫+床头柜*1 1.8*2.0M清新绿', NULL, '2024-09-12 14:19:57', '2021-05-10 13:47:27', NULL, 0, 1784836481695662082, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10030652131816, 1, 5848.00, 'DS-F1-QM19-B12A-15&M1&QM20A*1', NULL, 'jfs/t1/164222/7/43840/101181/66e6cd79Fd74b583d/bbe7ced73bc55170.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床+床垫+床头柜*1\"],\"attrValues\":[\"2784824197\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M清新绿\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[6],\"index\":2}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床+床垫+床头柜*1 1.5*2.0M清新绿', NULL, '2024-09-12 14:19:57', '2021-05-10 13:47:27', NULL, 0, 1784836481662107649, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 72112384175, 1, 6699.00, 'DS-F1-19-B12A-18F&M1', NULL, 'jfs/t1/235527/36/27074/95406/66e6cd7cFb9cc22de/5a57447bd55e9a43.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床+床垫\"],\"attrValues\":[\"2784827001\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M清新绿\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床+床垫 1.8*2.0M清新绿', NULL, '2024-09-12 14:19:57', '2020-07-31 15:34:56', NULL, 0, 1784836478432493570, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 72112384174, 1, 6449.00, 'DS-F1-19-B12A-15F&M1', NULL, 'jfs/t1/235527/36/27074/95406/66e6cd7cFb9cc22de/5a57447bd55e9a43.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床+床垫\"],\"attrValues\":[\"2784827001\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M清新绿\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[6],\"index\":2}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床+床垫 1.5*2.0M清新绿', NULL, '2024-09-12 14:19:57', '2020-07-31 15:34:56', NULL, 0, 1784836478411522049, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 72112384163, 1, 3949.00, 'ZH-PC-2-DS-F1-QM19-B12A-18', NULL, 'jfs/t1/5785/20/25419/102329/66e6cd77F399bf04c/04d09d1be2f7b13f.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M清新绿\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[5],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床\"],\"attrValues\":[\"2784827002\"],\"attrValuesSeqNo\":[7],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床 1.8*2.0M清新绿', NULL, '2024-09-12 14:19:57', '2020-07-31 15:34:56', NULL, 0, 1784836477547495425, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 72112384162, 1, 3799.00, 'ZH-PC-2-DS-F1-QM19-B12A-15', NULL, 'jfs/t1/5785/20/25419/102329/66e6cd77F399bf04c/04d09d1be2f7b13f.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M清新绿\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[6],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床\"],\"attrValues\":[\"2784827002\"],\"attrValuesSeqNo\":[7],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床 1.5*2.0M清新绿', NULL, '2024-09-12 14:19:57', '2020-07-31 15:34:56', NULL, 0, 1784836477534912514, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10030652131814, 1, 7298.00, 'DS-F1-QM19-B12A-18F&M1&QM20A*1', NULL, 'jfs/t1/2825/34/24709/95658/66e6cd7eFb5135234/729dcc602630079e.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M清新绿\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[5],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床+床垫+床头柜*1\"],\"attrValues\":[\"2784827020\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床+床垫+床头柜*1 1.8*2.0M清新绿', NULL, '2024-09-12 14:19:57', '2021-05-10 13:47:27', NULL, 0, 1784836481750188034, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10030652131812, 1, 7048.00, 'DS-F1-QM19-B12A-15F&M1&QM20A*1', NULL, 'jfs/t1/2825/34/24709/95658/66e6cd7eFb5135234/729dcc602630079e.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M清新绿\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[6],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床+床垫+床头柜*1\"],\"attrValues\":[\"2784827020\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床+床垫+床头柜*1 1.5*2.0M清新绿', NULL, '2024-09-12 14:19:57', '2021-05-10 13:47:27', NULL, 0, 1784836481720827905, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 72112384164, 1, 5249.00, 'ZH-PC-2-DS-F1-QM19-B12A-15F', NULL, 'jfs/t1/162586/15/48303/95866/66e6cd7dFadb3eaf0/2c2e273bb3367edf.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床\"],\"attrValues\":[\"2784827018\"],\"attrValuesSeqNo\":[8],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M清新绿\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[6],\"index\":2}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床 1.5*2.0M清新绿', NULL, '2024-09-12 14:19:57', '2020-07-31 15:34:56', NULL, 0, 1784836477564272642, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10030588269067, 1, 5249.00, 'DS-F1-19-B12A-15&M1', NULL, 'jfs/t1/229008/4/27474/102368/66e6cd7fF7bcb6baa/243d875bb1baeb82.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M清新绿\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[6],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床+床垫\"],\"attrValues\":[\"2784827404\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床+床垫 1.5*2.0M清新绿', NULL, '2024-09-12 14:19:57', '2021-05-09 09:22:11', NULL, 0, 1784836478247944194, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10030588269068, 1, 5349.00, 'DS-F1-19-B12A-18&M1', NULL, 'jfs/t1/229008/4/27474/102368/66e6cd7fF7bcb6baa/243d875bb1baeb82.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M清新绿\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[5],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床+床垫\"],\"attrValues\":[\"2784827404\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床+床垫 1.8*2.0M清新绿', NULL, '2024-09-12 14:19:57', '2021-05-09 09:22:11', NULL, 0, 1784836478319247361, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10046444347940, 1, 6448.00, 'DS-F1-QM19-B12A-18&M1&QM20A*2', NULL, 'jfs/t1/247759/13/18991/102297/66e6cd7bFebec297a/beafec81af47e1a0.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床+床头柜*2+床垫\"],\"attrValues\":[\"2784825899\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M清新绿\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床+床头柜*2+床垫 1.8*2.0M清新绿', NULL, '2024-09-12 14:19:57', '2022-03-13 22:50:58', NULL, 0, 1784836481708244994, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10046444347941, 1, 6348.00, 'DS-F1-QM19-B12A-15&M1&QM20A*2', NULL, 'jfs/t1/247759/13/18991/102297/66e6cd7bFebec297a/beafec81af47e1a0.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M清新绿\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[6],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"架子床+床头柜*2+床垫\"],\"attrValues\":[\"2784825899\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 架子床+床头柜*2+床垫 1.5*2.0M清新绿', NULL, '2024-09-12 14:19:57', '2022-03-13 22:50:58', NULL, 0, 1784836481678884866, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10046444347942, 1, 7748.00, 'DS-F1-QM19-B12A-18F&M1&QM20A*2', NULL, 'jfs/t1/174303/28/47234/95667/66e6cd7aF93306b82/b622ffa465b4de60.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床+床头柜*2+床垫\"],\"attrValues\":[\"2784825897\"],\"attrValuesSeqNo\":[6],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M清新绿\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床+床头柜*2+床垫 1.8*2.0M清新绿', NULL, '2024-09-12 14:19:57', '2022-03-13 22:50:58', NULL, 0, 1784836481762770945, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 10046444347943, 1, 7548.00, 'DS-F1-QM19-B12A-15F&M1&QM20A*2', NULL, 'jfs/t1/174303/28/47234/95667/66e6cd7aF93306b82/b622ffa465b4de60.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5*2.0M清新绿\"],\"attrValues\":[\"2784824192\"],\"attrValuesSeqNo\":[6],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床+床头柜*2+床垫\"],\"attrValues\":[\"2784825897\"],\"attrValuesSeqNo\":[6],\"index\":1}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床+床头柜*2+床垫 1.5*2.0M清新绿', NULL, '2024-09-12 14:19:57', '2022-03-13 22:50:58', NULL, 0, 1784836481737605122, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175708582, 1, 2655.00, 'F1-23E-LAB-ZD1', NULL, 'jfs/t1/182936/3/47293/99570/66e2b142Fba299ff4/0f171dbe59b9e22a.jpg', '[{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(燕麦白)\\\"}]\"],\"attrValues\":[\"9505966459\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121551\\\",\\\"id\\\":9344,\\\"value\\\":\\\"一人位\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"84\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"座包84*84*40\\\"}]\"],\"attrValues\":[\"9505966460\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块客厅书房简约沙发单模块 灯芯绒(燕麦白) 一人位 84cm 座包84*84*40', NULL, '2024-09-13 13:51:57', '2024-02-29 16:00:34', NULL, 0, 1784836456735358978, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175708583, 1, 1618.00, 'F1-23E-LAB-FS1', NULL, 'jfs/t1/182936/3/47293/99570/66e2b142Fba299ff4/0f171dbe59b9e22a.jpg', '[{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(燕麦白)\\\"}]\"],\"attrValues\":[\"9505966459\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1126066\\\",\\\"id\\\":9344,\\\"value\\\":\\\"定制\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"24\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"扶手24*84*60\\\"}]\"],\"attrValues\":[\"9505966461\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块客厅书房简约沙发单模块 灯芯绒(燕麦白) 定制 24cm 扶手24*84*60', NULL, '2024-09-13 13:51:57', '2024-02-29 16:00:34', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175708590, 1, 2655.00, 'F8-23E-LAB-ZD1', NULL, 'jfs/t1/60436/29/27824/116854/66e2b146F3f2ec698/0bb83e6bd6623caa.jpg', '[{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(焦糖棕)\\\"}]\"],\"attrValues\":[\"9505966465\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121551\\\",\\\"id\\\":9344,\\\"value\\\":\\\"一人位\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"84\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"座包84*84*40\\\"}]\"],\"attrValues\":[\"9505966460\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块客厅书房简约沙发单模块 灯芯绒(焦糖棕) 一人位 84cm 座包84*84*40', NULL, '2024-09-13 13:51:57', '2024-02-29 16:00:34', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025380862776, 10097175708591, 1, 1273.00, 'F8-23E-LAB-FS1', NULL, 'jfs/t1/195531/3/45259/95521/664894c7Fb31e107c/7f7a83260006e965.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1126066\\\",\\\"id\\\":9344,\\\"value\\\":\\\"定制\\\"},{\\\"unit\\\":\\\"cm\\\",\\\"id\\\":9250,\\\"value\\\":\\\"24\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"扶手24*84*60\\\"}]\"],\"attrValues\":[\"9505966461\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"灯芯绒(焦糖棕)\\\"}]\"],\"attrValues\":[\"9505966465\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居线下同款lab墩墩沙发模块懒人沙发 豆腐块百变客厅书房简约沙发 灯芯绒(焦糖棕) 定制 24cm 扶手24*84*60', NULL, '2024-05-17 16:49:30', '2024-02-29 16:00:34', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10023283154410, 10063412552493, 1, 6856.00, 'ZH-S-01-DS-F1-QM22-S11-3ZP', NULL, 'jfs/t1/109504/12/38953/89416/647469b6F93365b3e/0b1ca6cdc8309fda.jpg', '[{\"attrId\":\"1001061752\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121553\\\",\\\"id\\\":9344,\\\"value\\\":\\\"三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9250,\\\"value\\\":\\\"3.1\\\"},{\\\"id\\\":9251,\\\"value\\\":\\\"直排\\\"}]\"],\"attrValues\":[\"2797927654\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001061751\",\"attrValueAlias\":[\"[{\\\"id\\\":6753,\\\"value\\\":\\\"浅灰色\\\"}]\"],\"attrValues\":[\"2797934713\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居QM沙发 布艺沙发 懒人沙发现代简约大座深小户型(直排) 浅灰色 三人位 3.1m 直排', NULL, '2024-05-20 20:05:43', '2022-10-19 19:14:21', NULL, 0, 1784836468131282946, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230990, 1, 163.00, 'F4-23E-LAB-YZ-1', NULL, 'jfs/t1/241953/17/8095/28867/663b1da9F32942a5b/abdbb2dfe1e5b09a.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"棕色【硅胶皮】\"],\"attrValues\":[\"14199947911\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ20【圆枕】\"],\"attrValues\":[\"14199947919\"],\"attrValuesSeqNo\":[6],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ20【圆枕】 棕色【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235434, 1, 435.00, 'F9-23E-LAB-SJDZ-1', NULL, 'jfs/t1/163111/29/44174/26775/663b1da4Fc2455d6a/d5ed2d907b949508.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"84x52x20【三角倒枕】\"],\"attrValues\":[\"14199947924\"],\"attrValuesSeqNo\":[11],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"石墨灰【灯芯绒】\"],\"attrValues\":[\"14199947910\"],\"attrValuesSeqNo\":[9],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 84x52x20【三角倒枕】 石墨灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235413, 1, 400.00, 'F7-23E-LAB-ZDB-1', NULL, 'jfs/t1/151156/17/44865/24377/663b1da5Ff760fdc4/417f20ac8d3a77dc.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x45x35【折叠背】\"],\"attrValues\":[\"14199947922\"],\"attrValuesSeqNo\":[9],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"蔷薇粉【灯芯绒】\"],\"attrValues\":[\"14199947907\"],\"attrValuesSeqNo\":[7],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x45x35【折叠背】 蔷薇粉【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235451, 1, 373.00, 'F8-23E-LAB-ZCZ-2', NULL, 'jfs/t1/241203/6/8656/49239/663b1da6F33c59dd0/bd0690104239aea3.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"焦糖棕【灯芯绒】\"],\"attrValues\":[\"14199947909\"],\"attrValuesSeqNo\":[8],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x40【支撑枕】\"],\"attrValues\":[\"14199947926\"],\"attrValuesSeqNo\":[13],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x40【支撑枕】 焦糖棕【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235435, 1, 569.00, 'F4-23E-LAB-SJDZ-1', NULL, 'jfs/t1/163111/29/44174/26775/663b1da4Fc2455d6a/d5ed2d907b949508.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"84x52x20【三角倒枕】\"],\"attrValues\":[\"14199947924\"],\"attrValuesSeqNo\":[11],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"棕色【硅胶皮】\"],\"attrValues\":[\"14199947911\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 84x52x20【三角倒枕】 棕色【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230985, 1, 118.00, 'F1-23E-LAB-YZ-1', NULL, 'jfs/t1/241953/17/8095/28867/663b1da9F32942a5b/abdbb2dfe1e5b09a.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ20【圆枕】\"],\"attrValues\":[\"14199947919\"],\"attrValuesSeqNo\":[6],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"燕麦白【灯芯绒】\"],\"attrValues\":[\"14199947905\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ20【圆枕】 燕麦白【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235433, 1, 435.00, 'F8-23E-LAB-SJDZ-1', NULL, 'jfs/t1/163111/29/44174/26775/663b1da4Fc2455d6a/d5ed2d907b949508.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"84x52x20【三角倒枕】\"],\"attrValues\":[\"14199947924\"],\"attrValuesSeqNo\":[11],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"焦糖棕【灯芯绒】\"],\"attrValues\":[\"14199947909\"],\"attrValuesSeqNo\":[8],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 84x52x20【三角倒枕】 焦糖棕【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073231005, 1, 281.00, 'F2-23E-LAB-YZ-3', NULL, 'jfs/t1/243047/9/8771/54317/663b1da8F382dc2a9/ea50e0fd3c6299c9.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ45【圆枕】\"],\"attrValues\":[\"14199947921\"],\"attrValuesSeqNo\":[8],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶茶灰【灯芯绒】\"],\"attrValues\":[\"14199947908\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ45【圆枕】 奶茶灰【灯芯绒】', NULL, '2024-09-14 06:40:51', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235452, 1, 373.00, 'F9-23E-LAB-ZCZ-2', NULL, 'jfs/t1/241203/6/8656/49239/663b1da6F33c59dd0/bd0690104239aea3.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"石墨灰【灯芯绒】\"],\"attrValues\":[\"14199947910\"],\"attrValuesSeqNo\":[9],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x40【支撑枕】\"],\"attrValues\":[\"14199947926\"],\"attrValuesSeqNo\":[13],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x40【支撑枕】 石墨灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230977, 1, 246.00, 'F7-23E-LAB-CYB-4', NULL, 'jfs/t1/172066/21/44989/44521/663b1da4Fbbfa20da/1ec5b62f68f43e3e.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"蔷薇粉【灯芯绒】\"],\"attrValues\":[\"14199947907\"],\"attrValuesSeqNo\":[7],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"90x60x15【长腰包】\"],\"attrValues\":[\"14199947918\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 90x60x15【长腰包】 蔷薇粉【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235444, 1, 471.00, 'F4-23E-LAB-TBZCZ', NULL, 'jfs/t1/237358/23/14855/34373/663b1da4F82d21351/ed98c25ce0a83b68.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x75x15【头部支撑枕】\"],\"attrValues\":[\"14199947925\"],\"attrValuesSeqNo\":[12],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"棕色【硅胶皮】\"],\"attrValues\":[\"14199947911\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x75x15【头部支撑枕】 棕色【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230963, 1, 225.00, 'F4-23E-LAB-CYB-2', NULL, 'jfs/t1/232397/10/14826/41791/663b1da7F61547d7d/d82b971d8030a160.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"棕色【硅胶皮】\"],\"attrValues\":[\"14199947911\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"70x45x15【长腰包】\"],\"attrValues\":[\"14199947916\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 70x45x15【长腰包】 棕色【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235440, 1, 393.00, 'F7-23E-LAB-TBZCZ', NULL, 'jfs/t1/237358/23/14855/34373/663b1da4F82d21351/ed98c25ce0a83b68.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"蔷薇粉【灯芯绒】\"],\"attrValues\":[\"14199947907\"],\"attrValuesSeqNo\":[7],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x75x15【头部支撑枕】\"],\"attrValues\":[\"14199947925\"],\"attrValuesSeqNo\":[12],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x75x15【头部支撑枕】 蔷薇粉【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073231007, 1, 281.00, 'F9-23E-LAB-YZ-3', NULL, 'jfs/t1/243047/9/8771/54317/663b1da8F382dc2a9/ea50e0fd3c6299c9.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"石墨灰【灯芯绒】\"],\"attrValues\":[\"14199947910\"],\"attrValuesSeqNo\":[9],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ45【圆枕】\"],\"attrValues\":[\"14199947921\"],\"attrValuesSeqNo\":[8],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ45【圆枕】 石墨灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230968, 1, 215.00, 'F7-23E-LAB-CYB-3', NULL, 'jfs/t1/205580/39/42097/44636/663b1da5F3a8c2867/6d66ffb82978e255.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x60x15【长腰包】\"],\"attrValues\":[\"14199947917\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"蔷薇粉【灯芯绒】\"],\"attrValues\":[\"14199947907\"],\"attrValuesSeqNo\":[7],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x60x15【长腰包】 蔷薇粉【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235416, 1, 400.00, 'F9-23E-LAB-ZDB-1', NULL, 'jfs/t1/151156/17/44865/24377/663b1da5Ff760fdc4/417f20ac8d3a77dc.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x45x35【折叠背】\"],\"attrValues\":[\"14199947922\"],\"attrValuesSeqNo\":[9],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"石墨灰【灯芯绒】\"],\"attrValues\":[\"14199947910\"],\"attrValuesSeqNo\":[9],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x45x35【折叠背】 石墨灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235459, 1, 257.00, 'F2-23E-LAB-ZCZ-1', NULL, 'jfs/t1/197675/25/41852/45850/663b1da7F99ebe70d/ce796c89a011ada3.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"70x40【支撑枕】\"],\"attrValues\":[\"14199947927\"],\"attrValuesSeqNo\":[14],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶茶灰【灯芯绒】\"],\"attrValues\":[\"14199947908\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 70x40【支撑枕】 奶茶灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235458, 1, 257.00, 'F7-23E-LAB-ZCZ-1', NULL, 'jfs/t1/197675/25/41852/45850/663b1da7F99ebe70d/ce796c89a011ada3.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"蔷薇粉【灯芯绒】\"],\"attrValues\":[\"14199947907\"],\"attrValuesSeqNo\":[7],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"70x40【支撑枕】\"],\"attrValues\":[\"14199947927\"],\"attrValuesSeqNo\":[14],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 70x40【支撑枕】 蔷薇粉【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230986, 1, 118.00, 'F7-23E-LAB-YZ-1', NULL, 'jfs/t1/241953/17/8095/28867/663b1da9F32942a5b/abdbb2dfe1e5b09a.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"蔷薇粉【灯芯绒】\"],\"attrValues\":[\"14199947907\"],\"attrValuesSeqNo\":[7],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ20【圆枕】\"],\"attrValues\":[\"14199947919\"],\"attrValuesSeqNo\":[6],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ20【圆枕】 蔷薇粉【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073231006, 1, 281.00, 'F8-23E-LAB-YZ-3', NULL, 'jfs/t1/243047/9/8771/54317/663b1da8F382dc2a9/ea50e0fd3c6299c9.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ45【圆枕】\"],\"attrValues\":[\"14199947921\"],\"attrValuesSeqNo\":[8],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"焦糖棕【灯芯绒】\"],\"attrValues\":[\"14199947909\"],\"attrValuesSeqNo\":[8],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ45【圆枕】 焦糖棕【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235457, 1, 257.00, '', NULL, 'jfs/t1/197675/25/41852/45850/663b1da7F99ebe70d/ce796c89a011ada3.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"燕麦白【灯芯绒】\"],\"attrValues\":[\"14199947905\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"70x40【支撑枕】\"],\"attrValues\":[\"14199947927\"],\"attrValuesSeqNo\":[14],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 70x40【支撑枕】 燕麦白【灯芯绒】', NULL, '2024-05-17 16:51:35', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230953, 1, 246.00, 'F9-23E-LAB-FYB-2', NULL, 'jfs/t1/156654/25/44238/28257/663b1da6F95bb1acc/bedc8a6c15faf633.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"80x80x15【方腰包】\"],\"attrValues\":[\"14199947915\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"石墨灰【灯芯绒】\"],\"attrValues\":[\"14199947910\"],\"attrValuesSeqNo\":[9],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 80x80x15【方腰包】 石墨灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235411, 1, 957.00, 'F6-23E-LAB-YZ-3', NULL, 'jfs/t1/243047/9/8771/54317/663b1da8F382dc2a9/ea50e0fd3c6299c9.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"岩石灰【真皮】\"],\"attrValues\":[\"14199947914\"],\"attrValuesSeqNo\":[6],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ45【圆枕】\"],\"attrValues\":[\"14199947921\"],\"attrValuesSeqNo\":[8],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ45【圆枕】 岩石灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230962, 1, 147.00, 'F9-23E-LAB-CYB-2', NULL, 'jfs/t1/232397/10/14826/41791/663b1da7F61547d7d/d82b971d8030a160.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"石墨灰【灯芯绒】\"],\"attrValues\":[\"14199947910\"],\"attrValuesSeqNo\":[9],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"70x45x15【长腰包】\"],\"attrValues\":[\"14199947916\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 70x45x15【长腰包】 石墨灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230993, 1, 355.00, 'F6-23E-LAB-YZ-1', NULL, 'jfs/t1/241953/17/8095/28867/663b1da9F32942a5b/abdbb2dfe1e5b09a.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ20【圆枕】\"],\"attrValues\":[\"14199947919\"],\"attrValuesSeqNo\":[6],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"岩石灰【真皮】\"],\"attrValues\":[\"14199947914\"],\"attrValuesSeqNo\":[6],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ20【圆枕】 岩石灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235426, 1, 574.00, 'F4-23E-LAB-ZDB-2', NULL, 'jfs/t1/231741/22/17486/24106/663b1da3F7034f7f9/06ee7e9e6761154d.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"棕色【硅胶皮】\"],\"attrValues\":[\"14199947911\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"94x45x35【折叠背】\"],\"attrValues\":[\"14199947923\"],\"attrValuesSeqNo\":[10],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 94x45x35【折叠背】 棕色【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230991, 1, 163.00, 'F3-23E-LAB-YZ-1', NULL, 'jfs/t1/241953/17/8095/28867/663b1da9F32942a5b/abdbb2dfe1e5b09a.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ20【圆枕】\"],\"attrValues\":[\"14199947919\"],\"attrValuesSeqNo\":[6],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶油咖【硅胶皮】\"],\"attrValues\":[\"14199947912\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ20【圆枕】 奶油咖【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235437, 1, 1138.00, 'F5-23E-LAB-SJDZ-1', NULL, 'jfs/t1/163111/29/44174/26775/663b1da4Fc2455d6a/d5ed2d907b949508.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"84x52x20【三角倒枕】\"],\"attrValues\":[\"14199947924\"],\"attrValuesSeqNo\":[11],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"冰川灰【真皮】\"],\"attrValues\":[\"14199947913\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 84x52x20【三角倒枕】 冰川灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235423, 1, 435.00, 'F2-23E-LAB-ZDB-2', NULL, 'jfs/t1/231741/22/17486/24106/663b1da3F7034f7f9/06ee7e9e6761154d.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶茶灰【灯芯绒】\"],\"attrValues\":[\"14199947908\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"94x45x35【折叠背】\"],\"attrValues\":[\"14199947923\"],\"attrValuesSeqNo\":[10],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 94x45x35【折叠背】 奶茶灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230944, 1, 94.00, 'F9-23E-LAB-FYB-1', NULL, 'jfs/t1/148154/13/42033/25917/663b1da9Fba7a01df/b68e76a330b5caf5.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"45x45x15【方腰包】\"],\"attrValues\":[\"14199947906\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"石墨灰【灯芯绒】\"],\"attrValues\":[\"14199947910\"],\"attrValuesSeqNo\":[9],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 45x45x15【方腰包】 石墨灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230997, 1, 170.00, 'F8-23E-LAB-YZ-2', NULL, 'jfs/t1/195061/8/44712/33809/663b1da9F16d60625/26f03c38bc0e4202.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ30【圆枕】\"],\"attrValues\":[\"14199947920\"],\"attrValuesSeqNo\":[7],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"焦糖棕【灯芯绒】\"],\"attrValues\":[\"14199947909\"],\"attrValuesSeqNo\":[8],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ30【圆枕】 焦糖棕【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235429, 1, 1179.00, 'F6-23E-LAB-ZDB-2', NULL, 'jfs/t1/231741/22/17486/24106/663b1da3F7034f7f9/06ee7e9e6761154d.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"94x45x35【折叠背】\"],\"attrValues\":[\"14199947923\"],\"attrValuesSeqNo\":[10],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"岩石灰【真皮】\"],\"attrValues\":[\"14199947914\"],\"attrValuesSeqNo\":[6],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 94x45x35【折叠背】 岩石灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235461, 1, 257.00, 'F9-23E-LAB-ZCZ-1', NULL, 'jfs/t1/197675/25/41852/45850/663b1da7F99ebe70d/ce796c89a011ada3.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"70x40【支撑枕】\"],\"attrValues\":[\"14199947927\"],\"attrValuesSeqNo\":[14],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"石墨灰【灯芯绒】\"],\"attrValues\":[\"14199947910\"],\"attrValuesSeqNo\":[9],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 70x40【支撑枕】 石墨灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230984, 1, 784.00, 'F6-23E-LAB-CYB-4', NULL, 'jfs/t1/172066/21/44989/44521/663b1da4Fbbfa20da/1ec5b62f68f43e3e.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"岩石灰【真皮】\"],\"attrValues\":[\"14199947914\"],\"attrValuesSeqNo\":[6],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"90x60x15【长腰包】\"],\"attrValues\":[\"14199947918\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 90x60x15【长腰包】 岩石灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235454, 1, 487.00, 'F3-23E-LAB-ZCZ-2', NULL, 'jfs/t1/241203/6/8656/49239/663b1da6F33c59dd0/bd0690104239aea3.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶油咖【硅胶皮】\"],\"attrValues\":[\"14199947912\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x40【支撑枕】\"],\"attrValues\":[\"14199947926\"],\"attrValuesSeqNo\":[13],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x40【支撑枕】 奶油咖【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230969, 1, 215.00, 'F2-23E-LAB-CYB-3', NULL, 'jfs/t1/205580/39/42097/44636/663b1da5F3a8c2867/6d66ffb82978e255.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x60x15【长腰包】\"],\"attrValues\":[\"14199947917\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶茶灰【灯芯绒】\"],\"attrValues\":[\"14199947908\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x60x15【长腰包】 奶茶灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230946, 1, 126.00, 'F3-23E-LAB-FYB-1', NULL, 'jfs/t1/148154/13/42033/25917/663b1da9Fba7a01df/b68e76a330b5caf5.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶油咖【硅胶皮】\"],\"attrValues\":[\"14199947912\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"45x45x15【方腰包】\"],\"attrValues\":[\"14199947906\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 45x45x15【方腰包】 奶油咖【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230959, 1, 147.00, 'F7-23E-LAB-CYB-2', NULL, 'jfs/t1/232397/10/14826/41791/663b1da7F61547d7d/d82b971d8030a160.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"蔷薇粉【灯芯绒】\"],\"attrValues\":[\"14199947907\"],\"attrValuesSeqNo\":[7],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"70x45x15【长腰包】\"],\"attrValues\":[\"14199947916\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 70x45x15【长腰包】 蔷薇粉【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235425, 1, 435.00, 'F9-23E-LAB-ZDB-2', NULL, 'jfs/t1/231741/22/17486/24106/663b1da3F7034f7f9/06ee7e9e6761154d.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"石墨灰【灯芯绒】\"],\"attrValues\":[\"14199947910\"],\"attrValuesSeqNo\":[9],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"94x45x35【折叠背】\"],\"attrValues\":[\"14199947923\"],\"attrValuesSeqNo\":[10],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 94x45x35【折叠背】 石墨灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235465, 1, 851.00, 'F6-23E-LAB-ZCZ-1', NULL, 'jfs/t1/197675/25/41852/45850/663b1da7F99ebe70d/ce796c89a011ada3.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"70x40【支撑枕】\"],\"attrValues\":[\"14199947927\"],\"attrValuesSeqNo\":[14],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"岩石灰【真皮】\"],\"attrValues\":[\"14199947914\"],\"attrValuesSeqNo\":[6],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 70x40【支撑枕】 岩石灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230999, 1, 240.00, 'F4-23E-LAB-YZ-2', NULL, 'jfs/t1/195061/8/44712/33809/663b1da9F16d60625/26f03c38bc0e4202.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"棕色【硅胶皮】\"],\"attrValues\":[\"14199947911\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"60*φ30【圆枕】\"],\"attrValues\":[\"14199947920\"],\"attrValuesSeqNo\":[7],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 60*φ30【圆枕】 棕色【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235450, 1, 373.00, 'F2-23E-LAB-ZCZ-2', NULL, 'jfs/t1/241203/6/8656/49239/663b1da6F33c59dd0/bd0690104239aea3.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶茶灰【灯芯绒】\"],\"attrValues\":[\"14199947908\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x40【支撑枕】\"],\"attrValues\":[\"14199947926\"],\"attrValuesSeqNo\":[13],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x40【支撑枕】 奶茶灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230949, 1, 246.00, 'F1-23E-LAB-FYB-2', NULL, 'jfs/t1/156654/25/44238/28257/663b1da6F95bb1acc/bedc8a6c15faf633.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"燕麦白【灯芯绒】\"],\"attrValues\":[\"14199947905\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"80x80x15【方腰包】\"],\"attrValues\":[\"14199947915\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 80x80x15【方腰包】 燕麦白【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235456, 1, 1020.00, 'F6-23E-LAB-ZCZ-2', NULL, 'jfs/t1/241203/6/8656/49239/663b1da6F33c59dd0/bd0690104239aea3.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"岩石灰【真皮】\"],\"attrValues\":[\"14199947914\"],\"attrValuesSeqNo\":[6],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x40【支撑枕】\"],\"attrValues\":[\"14199947926\"],\"attrValuesSeqNo\":[13],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x40【支撑枕】 岩石灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235439, 1, 393.00, 'F1-23E-LAB-TBZCZ', NULL, 'jfs/t1/237358/23/14855/34373/663b1da4F82d21351/ed98c25ce0a83b68.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x75x15【头部支撑枕】\"],\"attrValues\":[\"14199947925\"],\"attrValuesSeqNo\":[12],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"燕麦白【灯芯绒】\"],\"attrValues\":[\"14199947905\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x75x15【头部支撑枕】 燕麦白【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235438, 1, 1138.00, 'F6-23E-LAB-SJDZ-1', NULL, 'jfs/t1/163111/29/44174/26775/663b1da4Fc2455d6a/d5ed2d907b949508.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"84x52x20【三角倒枕】\"],\"attrValues\":[\"14199947924\"],\"attrValuesSeqNo\":[11],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"岩石灰【真皮】\"],\"attrValues\":[\"14199947914\"],\"attrValuesSeqNo\":[6],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 84x52x20【三角倒枕】 岩石灰【真皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230955, 1, 374.00, 'F3-23E-LAB-FYB-2', NULL, 'jfs/t1/156654/25/44238/28257/663b1da6F95bb1acc/bedc8a6c15faf633.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶油咖【硅胶皮】\"],\"attrValues\":[\"14199947912\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"80x80x15【方腰包】\"],\"attrValues\":[\"14199947915\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 80x80x15【方腰包】 奶油咖【硅胶皮】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073230960, 1, 147.00, 'F2-23E-LAB-CYB-2', NULL, 'jfs/t1/232397/10/14826/41791/663b1da7F61547d7d/d82b971d8030a160.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"70x45x15【长腰包】\"],\"attrValues\":[\"14199947916\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"奶茶灰【灯芯绒】\"],\"attrValues\":[\"14199947908\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 70x45x15【长腰包】 奶茶灰【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488580604, 1, 11999.00, 'ZZB-24E-LAB-DB10', NULL, 'jfs/t1/89356/30/51164/60411/66e2b141F0105d19e/755dcc43839f8ddb.jpg', '[{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"珍珠白\"],\"attrValues\":[\"20803301021\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"2层4格+顶板155.2*41*84.8CM\"],\"attrValues\":[\"20803301014\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 珍珠白 2层4格+顶板155.2*41*84.8CM', NULL, '2024-09-04 05:47:19', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488580598, 1, 11999.00, 'KLYL-24E-LAB-DB10', NULL, 'jfs/t1/23213/27/22844/63409/66e2b140Fb471400e/80d2d773fc9cf0d7.jpg', '[{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"2层4格+顶板155.2*41*84.8CM\"],\"attrValues\":[\"20803301014\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"克莱因蓝\"],\"attrValues\":[\"20803301015\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 克莱因蓝 2层4格+顶板155.2*41*84.8CM', NULL, '2024-09-05 07:00:07', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666644, 1, 7500.00, 'ZZB-24E-LAB-TV12', NULL, 'jfs/t1/96870/36/35612/60748/66e2b141F316929e4/b77f8f38e1ad8f20.jpg', '[{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"珍珠白\"],\"attrValues\":[\"20791184178\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"2格+底板155.2*41*70.6CM\"],\"attrValues\":[\"20791184172\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 珍珠白 2格+底板155.2*41*70.6CM', NULL, '2024-09-03 10:39:00', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666643, 1, 7500.00, 'ZZB-24E-LAB-TV10', NULL, 'jfs/t1/96870/36/35612/60748/66e2b141F316929e4/b77f8f38e1ad8f20.jpg', '[{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"珍珠白\"],\"attrValues\":[\"20791184178\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"2格+顶板155.2*41*62.6CM\"],\"attrValues\":[\"20791184170\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 珍珠白 2格+顶板155.2*41*62.6CM', NULL, '2024-09-03 10:39:00', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666642, 1, 12999.00, 'NKS-24E-LAB-TV15', NULL, 'jfs/t1/130251/12/44021/64512/66e2b140Ff7ec2fc3/6624979ec3ae62e8.jpg', '[{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"2层6格222.4*41*70.6CM\"],\"attrValues\":[\"20791184176\"],\"attrValuesSeqNo\":[6],\"index\":2},{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"樱桃红\"],\"attrValues\":[\"20791184177\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 樱桃红 2层6格222.4*41*70.6CM', NULL, '2024-09-03 10:39:00', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666641, 1, 9999.00, 'YTH-24E-LAB-TV14', NULL, 'jfs/t1/130251/12/44021/64512/66e2b140Ff7ec2fc3/6624979ec3ae62e8.jpg', '[{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"2层4格155.2*41*70.6CM\"],\"attrValues\":[\"20791184175\"],\"attrValuesSeqNo\":[5],\"index\":2},{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"樱桃红\"],\"attrValues\":[\"20791184177\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 樱桃红 2层4格155.2*41*70.6CM', NULL, '2024-09-03 10:39:00', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666640, 1, 9999.00, 'YTH-24E-LAB-TV13', NULL, 'jfs/t1/130251/12/44021/64512/66e2b140Ff7ec2fc3/6624979ec3ae62e8.jpg', '[{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"3格+底板222.4*41*70.6CM\"],\"attrValues\":[\"20791184174\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"樱桃红\"],\"attrValues\":[\"20791184177\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 樱桃红 3格+底板222.4*41*70.6CM', NULL, '2024-09-03 10:39:00', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666655, 1, 7500.00, 'FGYMS-24E-LAB-TV10', NULL, 'jfs/t1/187263/11/47276/61065/66e2b143F949d08ee/19f8c03f11d03fea.jpg', '[{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"2格+顶板155.2*41*62.6CM\"],\"attrValues\":[\"20791184170\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"烟墨色\"],\"attrValues\":[\"20791184180\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 烟墨色 2格+顶板155.2*41*62.6CM', NULL, '2024-09-03 10:39:00', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666654, 1, 12999.00, 'NMH-24E-LAB-TV15', NULL, 'jfs/t1/247424/28/18768/66720/66e2b141F147dc8c4/117d8a9893aef56b.jpg', '[{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"柠檬黄\"],\"attrValues\":[\"20791184179\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"2层6格222.4*41*70.6CM\"],\"attrValues\":[\"20791184176\"],\"attrValuesSeqNo\":[6],\"index\":2}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 柠檬黄 2层6格222.4*41*70.6CM', NULL, '2024-09-03 10:39:00', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666653, 1, 9999.00, 'NMH-24E-LAB-TV14', NULL, 'jfs/t1/247424/28/18768/66720/66e2b141F147dc8c4/117d8a9893aef56b.jpg', '[{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"柠檬黄\"],\"attrValues\":[\"20791184179\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"2层4格155.2*41*70.6CM\"],\"attrValues\":[\"20791184175\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 柠檬黄 2层4格155.2*41*70.6CM', NULL, '2024-09-03 10:39:01', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666652, 1, 9999.00, 'NMH-24E-LAB-TV13', NULL, 'jfs/t1/247424/28/18768/66720/66e2b141F147dc8c4/117d8a9893aef56b.jpg', '[{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"柠檬黄\"],\"attrValues\":[\"20791184179\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"3格+底板222.4*41*70.6CM\"],\"attrValues\":[\"20791184174\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 柠檬黄 3格+底板222.4*41*70.6CM', NULL, '2024-09-03 10:39:01', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666651, 1, 9999.00, 'NMH-24E-LAB-TV11', NULL, 'jfs/t1/247424/28/18768/66720/66e2b141F147dc8c4/117d8a9893aef56b.jpg', '[{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"3格+顶板222.4*41*52.6CM\"],\"attrValues\":[\"20791184173\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"柠檬黄\"],\"attrValues\":[\"20791184179\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 柠檬黄 3格+顶板222.4*41*52.6CM', NULL, '2024-09-03 10:39:01', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666650, 1, 7500.00, 'NMH-24E-LAB-TV12', NULL, 'jfs/t1/247424/28/18768/66720/66e2b141F147dc8c4/117d8a9893aef56b.jpg', '[{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"2格+底板155.2*41*70.6CM\"],\"attrValues\":[\"20791184172\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"柠檬黄\"],\"attrValues\":[\"20791184179\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 柠檬黄 2格+底板155.2*41*70.6CM', NULL, '2024-09-03 10:39:01', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666649, 1, 7500.00, 'NMH-24E-LAB-TV10', NULL, 'jfs/t1/247424/28/18768/66720/66e2b141F147dc8c4/117d8a9893aef56b.jpg', '[{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"2格+顶板155.2*41*62.6CM\"],\"attrValues\":[\"20791184170\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"柠檬黄\"],\"attrValues\":[\"20791184179\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 柠檬黄 2格+顶板155.2*41*62.6CM', NULL, '2024-09-03 10:39:01', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666648, 1, 12999.00, 'ZZB-24E-LAB-TV15', NULL, 'jfs/t1/96870/36/35612/60748/66e2b141F316929e4/b77f8f38e1ad8f20.jpg', '[{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"2层6格222.4*41*70.6CM\"],\"attrValues\":[\"20791184176\"],\"attrValuesSeqNo\":[6],\"index\":2},{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"珍珠白\"],\"attrValues\":[\"20791184178\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 珍珠白 2层6格222.4*41*70.6CM', NULL, '2024-09-03 10:39:01', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666659, 1, 9999.00, 'FGYMS-24E-LAB-TV14', NULL, 'jfs/t1/187263/11/47276/61065/66e2b143F949d08ee/19f8c03f11d03fea.jpg', '[{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"2层4格155.2*41*70.6CM\"],\"attrValues\":[\"20791184175\"],\"attrValuesSeqNo\":[5],\"index\":2},{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"烟墨色\"],\"attrValues\":[\"20791184180\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 烟墨色 2层4格155.2*41*70.6CM', NULL, '2024-09-03 10:39:01', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666658, 1, 9999.00, 'FGYMS-24E-LAB-TV13', NULL, 'jfs/t1/187263/11/47276/61065/66e2b143F949d08ee/19f8c03f11d03fea.jpg', '[{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"烟墨色\"],\"attrValues\":[\"20791184180\"],\"attrValuesSeqNo\":[5],\"index\":1},{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"3格+底板222.4*41*70.6CM\"],\"attrValues\":[\"20791184174\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 烟墨色 3格+底板222.4*41*70.6CM', NULL, '2024-09-03 10:39:01', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666657, 1, 9999.00, 'FGYMS-24E-LAB-TV11', NULL, 'jfs/t1/187263/11/47276/61065/66e2b143F949d08ee/19f8c03f11d03fea.jpg', '[{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"烟墨色\"],\"attrValues\":[\"20791184180\"],\"attrValuesSeqNo\":[5],\"index\":1},{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"3格+顶板222.4*41*52.6CM\"],\"attrValues\":[\"20791184173\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 烟墨色 3格+顶板222.4*41*52.6CM', NULL, '2024-09-03 10:39:01', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666656, 1, 7500.00, 'FGYMS-24E-LAB-TV12', NULL, 'jfs/t1/187263/11/47276/61065/66e2b143F949d08ee/19f8c03f11d03fea.jpg', '[{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"2格+底板155.2*41*70.6CM\"],\"attrValues\":[\"20791184172\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"烟墨色\"],\"attrValues\":[\"20791184180\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 烟墨色 2格+底板155.2*41*70.6CM', NULL, '2024-09-03 10:39:01', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666631, 1, 7500.00, 'KLYL-24E-LAB-TV10', NULL, 'jfs/t1/241734/18/18452/64681/66e2b13fF4a436216/577b76e6578427cd.jpg', '[{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"克莱因蓝\"],\"attrValues\":[\"20791184171\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"2格+顶板155.2*41*62.6CM\"],\"attrValues\":[\"20791184170\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 克莱因蓝 2格+顶板155.2*41*62.6CM', NULL, '2024-09-03 10:39:00', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666639, 1, 9999.00, 'YTH-24E-LAB-TV11', NULL, 'jfs/t1/130251/12/44021/64512/66e2b140Ff7ec2fc3/6624979ec3ae62e8.jpg', '[{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"3格+顶板222.4*41*52.6CM\"],\"attrValues\":[\"20791184173\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"樱桃红\"],\"attrValues\":[\"20791184177\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 樱桃红 3格+顶板222.4*41*52.6CM', NULL, '2024-09-03 10:39:00', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666638, 1, 7500.00, 'YTH-24E-LAB-TV12', NULL, 'jfs/t1/130251/12/44021/64512/66e2b140Ff7ec2fc3/6624979ec3ae62e8.jpg', '[{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"樱桃红\"],\"attrValues\":[\"20791184177\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"2格+底板155.2*41*70.6CM\"],\"attrValues\":[\"20791184172\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 樱桃红 2格+底板155.2*41*70.6CM', NULL, '2024-09-03 10:39:00', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666637, 1, 7500.00, 'YTH-24E-LAB-TV10', NULL, 'jfs/t1/130251/12/44021/64512/66e2b140Ff7ec2fc3/6624979ec3ae62e8.jpg', '[{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"2格+顶板155.2*41*62.6CM\"],\"attrValues\":[\"20791184170\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"樱桃红\"],\"attrValues\":[\"20791184177\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 樱桃红 2格+顶板155.2*41*62.6CM', NULL, '2024-09-03 10:39:00', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666636, 1, 12999.00, 'KLYL-24E-LAB-TV15', NULL, 'jfs/t1/241734/18/18452/64681/66e2b13fF4a436216/577b76e6578427cd.jpg', '[{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"克莱因蓝\"],\"attrValues\":[\"20791184171\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"2层6格222.4*41*70.6CM\"],\"attrValues\":[\"20791184176\"],\"attrValuesSeqNo\":[6],\"index\":2}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 克莱因蓝 2层6格222.4*41*70.6CM', NULL, '2024-09-03 10:39:00', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666635, 1, 9999.00, 'KLYL-24E-LAB-TV14', NULL, 'jfs/t1/241734/18/18452/64681/66e2b13fF4a436216/577b76e6578427cd.jpg', '[{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"克莱因蓝\"],\"attrValues\":[\"20791184171\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"2层4格155.2*41*70.6CM\"],\"attrValues\":[\"20791184175\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 克莱因蓝 2层4格155.2*41*70.6CM', NULL, '2024-09-03 10:39:00', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666633, 1, 9999.00, 'KLYL-24E-LAB-TV11', NULL, 'jfs/t1/241734/18/18452/64681/66e2b13fF4a436216/577b76e6578427cd.jpg', '[{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"3格+顶板222.4*41*52.6CM\"],\"attrValues\":[\"20791184173\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"克莱因蓝\"],\"attrValues\":[\"20791184171\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 克莱因蓝 3格+顶板222.4*41*52.6CM', NULL, '2024-09-03 10:39:00', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666632, 1, 7500.00, 'KLYL-24E-LAB-TV12', NULL, 'jfs/t1/241734/18/18452/64681/66e2b13fF4a436216/577b76e6578427cd.jpg', '[{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"克莱因蓝\"],\"attrValues\":[\"20791184171\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"2格+底板155.2*41*70.6CM\"],\"attrValues\":[\"20791184172\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 克莱因蓝 2格+底板155.2*41*70.6CM', NULL, '2024-09-03 10:39:00', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666647, 1, 9999.00, 'ZZB-24E-LAB-TV14', NULL, 'jfs/t1/96870/36/35612/60748/66e2b141F316929e4/b77f8f38e1ad8f20.jpg', '[{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"2层4格155.2*41*70.6CM\"],\"attrValues\":[\"20791184175\"],\"attrValuesSeqNo\":[5],\"index\":2},{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"珍珠白\"],\"attrValues\":[\"20791184178\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 珍珠白 2层4格155.2*41*70.6CM', NULL, '2024-09-03 10:39:00', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666646, 1, 9999.00, 'ZZB-24E-LAB-TV13', NULL, 'jfs/t1/96870/36/35612/60748/66e2b141F316929e4/b77f8f38e1ad8f20.jpg', '[{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"珍珠白\"],\"attrValues\":[\"20791184178\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"3格+底板222.4*41*70.6CM\"],\"attrValues\":[\"20791184174\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 珍珠白 3格+底板222.4*41*70.6CM', NULL, '2024-09-03 10:39:00', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666645, 1, 9999.00, 'ZZB-24E-LAB-TV11', NULL, 'jfs/t1/96870/36/35612/60748/66e2b141F316929e4/b77f8f38e1ad8f20.jpg', '[{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"3格+顶板222.4*41*52.6CM\"],\"attrValues\":[\"20791184173\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"珍珠白\"],\"attrValues\":[\"20791184178\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 珍珠白 3格+顶板222.4*41*52.6CM', NULL, '2024-09-03 10:39:00', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666660, 1, 12999.00, 'FGYMS-24E-LAB-TV15', NULL, 'jfs/t1/187263/11/47276/61065/66e2b143F949d08ee/19f8c03f11d03fea.jpg', '[{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"烟墨色\"],\"attrValues\":[\"20791184180\"],\"attrValuesSeqNo\":[5],\"index\":1},{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"2层6格222.4*41*70.6CM\"],\"attrValues\":[\"20791184176\"],\"attrValuesSeqNo\":[6],\"index\":2}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 烟墨色 2层6格222.4*41*70.6CM', NULL, '2024-09-03 10:39:01', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488580610, 1, 11999.00, 'YTH-24E-LAB-DB10', NULL, 'jfs/t1/168655/32/48185/63185/66e2b140Faea2d4d4/28f33e5ad3953a13.jpg', '[{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"2层4格+顶板155.2*41*84.8CM\"],\"attrValues\":[\"20803301014\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"樱桃红\"],\"attrValues\":[\"20803301022\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 樱桃红 2层4格+顶板155.2*41*84.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488580608, 1, 13999.00, 'ZZB-24E-LAB-DB14', NULL, 'jfs/t1/89356/30/51164/60411/66e2b141F0105d19e/755dcc43839f8ddb.jpg', '[{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"珍珠白\"],\"attrValues\":[\"20803301021\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"3层6格155.2*41*98.8CM\"],\"attrValues\":[\"20803301019\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 珍珠白 3层6格155.2*41*98.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488580609, 1, 18999.00, 'ZZB-24E-LAB-DB15', NULL, 'jfs/t1/89356/30/51164/60411/66e2b141F0105d19e/755dcc43839f8ddb.jpg', '[{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"珍珠白\"],\"attrValues\":[\"20803301021\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"3层9格222.4*41*98.8CM\"],\"attrValues\":[\"20803301020\"],\"attrValuesSeqNo\":[6],\"index\":2}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 珍珠白 3层9格222.4*41*98.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488611127, 1, 18999.00, 'NMH-24E-LAB-DB15', NULL, 'jfs/t1/244454/9/18841/66317/66e2b143F60af7b1b/75fd598b925387c0.jpg', '[{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"柠檬黄\"],\"attrValues\":[\"20803301024\"],\"attrValuesSeqNo\":[5],\"index\":1},{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"3层9格222.4*41*98.8CM\"],\"attrValues\":[\"20803301020\"],\"attrValuesSeqNo\":[6],\"index\":2}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 柠檬黄 3层9格222.4*41*98.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488580599, 1, 11999.00, 'KLYL-24E-LAB-DB12', NULL, 'jfs/t1/23213/27/22844/63409/66e2b140Fb471400e/80d2d773fc9cf0d7.jpg', '[{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"2层4格+底板155.2*41*98.8CM\"],\"attrValues\":[\"20803301016\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"克莱因蓝\"],\"attrValues\":[\"20803301015\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 克莱因蓝 2层4格+底板155.2*41*98.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488611126, 1, 13999.00, 'NMH-24E-LAB-DB14', NULL, 'jfs/t1/244454/9/18841/66317/66e2b143F60af7b1b/75fd598b925387c0.jpg', '[{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"柠檬黄\"],\"attrValues\":[\"20803301024\"],\"attrValuesSeqNo\":[5],\"index\":1},{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"3层6格155.2*41*98.8CM\"],\"attrValues\":[\"20803301019\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 柠檬黄 3层6格155.2*41*98.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488611125, 1, 15999.00, 'NMH-24E-LAB-DB13', NULL, 'jfs/t1/244454/9/18841/66317/66e2b143F60af7b1b/75fd598b925387c0.jpg', '[{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"2层6格+底板222.4*41*98.8CM\"],\"attrValues\":[\"20803301018\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"柠檬黄\"],\"attrValues\":[\"20803301024\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 柠檬黄 2层6格+底板222.4*41*98.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488611124, 1, 15999.00, 'NMH-24E-LAB-DB11', NULL, 'jfs/t1/244454/9/18841/66317/66e2b143F60af7b1b/75fd598b925387c0.jpg', '[{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"2层6格+顶板222.4*41*84.8CM\"],\"attrValues\":[\"20803301017\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"柠檬黄\"],\"attrValues\":[\"20803301024\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 柠檬黄 2层6格+顶板222.4*41*84.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488611123, 1, 11999.00, 'NMH-24E-LAB-DB12', NULL, 'jfs/t1/244454/9/18841/66317/66e2b143F60af7b1b/75fd598b925387c0.jpg', '[{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"2层4格+底板155.2*41*98.8CM\"],\"attrValues\":[\"20803301016\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"柠檬黄\"],\"attrValues\":[\"20803301024\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 柠檬黄 2层4格+底板155.2*41*98.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488611122, 1, 11999.00, 'NMH-24E-LAB-DB10', NULL, 'jfs/t1/244454/9/18841/66317/66e2b143F60af7b1b/75fd598b925387c0.jpg', '[{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"2层4格+顶板155.2*41*84.8CM\"],\"attrValues\":[\"20803301014\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"柠檬黄\"],\"attrValues\":[\"20803301024\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 柠檬黄 2层4格+顶板155.2*41*84.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488611121, 1, 18999.00, 'FGYMS-24E-LAB-DB15', NULL, 'jfs/t1/229590/20/24853/60160/66e2b142F96eaa0fb/f27ba23153e52077.jpg', '[{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"3层9格222.4*41*98.8CM\"],\"attrValues\":[\"20803301020\"],\"attrValuesSeqNo\":[6],\"index\":2},{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"烟墨色\"],\"attrValues\":[\"20803301023\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 烟墨色 3层9格222.4*41*98.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488611120, 1, 13999.00, 'FGYMS-24E-LAB-DB14', NULL, 'jfs/t1/229590/20/24853/60160/66e2b142F96eaa0fb/f27ba23153e52077.jpg', '[{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"烟墨色\"],\"attrValues\":[\"20803301023\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"3层6格155.2*41*98.8CM\"],\"attrValues\":[\"20803301019\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 烟墨色 3层6格155.2*41*98.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488580606, 1, 15999.00, 'ZZB-24E-LAB-DB11', NULL, 'jfs/t1/89356/30/51164/60411/66e2b141F0105d19e/755dcc43839f8ddb.jpg', '[{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"2层6格+顶板222.4*41*84.8CM\"],\"attrValues\":[\"20803301017\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"珍珠白\"],\"attrValues\":[\"20803301021\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 珍珠白 2层6格+顶板222.4*41*84.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488580607, 1, 15999.00, 'ZZB-24E-LAB-DB13', NULL, 'jfs/t1/89356/30/51164/60411/66e2b141F0105d19e/755dcc43839f8ddb.jpg', '[{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"2层6格+底板222.4*41*98.8CM\"],\"attrValues\":[\"20803301018\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"珍珠白\"],\"attrValues\":[\"20803301021\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 珍珠白 2层6格+底板222.4*41*98.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488580605, 1, 11999.00, 'ZZB-24E-LAB-DB12', NULL, 'jfs/t1/89356/30/51164/60411/66e2b141F0105d19e/755dcc43839f8ddb.jpg', '[{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"2层4格+底板155.2*41*98.8CM\"],\"attrValues\":[\"20803301016\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"珍珠白\"],\"attrValues\":[\"20803301021\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 珍珠白 2层4格+底板155.2*41*98.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488580602, 1, 13999.00, 'KLYL-24E-LAB-DB14', NULL, 'jfs/t1/23213/27/22844/63409/66e2b140Fb471400e/80d2d773fc9cf0d7.jpg', '[{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"3层6格155.2*41*98.8CM\"],\"attrValues\":[\"20803301019\"],\"attrValuesSeqNo\":[5],\"index\":2},{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"克莱因蓝\"],\"attrValues\":[\"20803301015\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 克莱因蓝 3层6格155.2*41*98.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488580603, 1, 18999.00, 'KLYL-24E-LAB-DB15', NULL, 'jfs/t1/23213/27/22844/63409/66e2b140Fb471400e/80d2d773fc9cf0d7.jpg', '[{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"3层9格222.4*41*98.8CM\"],\"attrValues\":[\"20803301020\"],\"attrValuesSeqNo\":[6],\"index\":2},{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"克莱因蓝\"],\"attrValues\":[\"20803301015\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 克莱因蓝 3层9格222.4*41*98.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488580600, 1, 15999.00, 'KLYL-24E-LAB-DB11', NULL, 'jfs/t1/23213/27/22844/63409/66e2b140Fb471400e/80d2d773fc9cf0d7.jpg', '[{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"克莱因蓝\"],\"attrValues\":[\"20803301015\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"2层6格+顶板222.4*41*84.8CM\"],\"attrValues\":[\"20803301017\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 克莱因蓝 2层6格+顶板222.4*41*84.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488580601, 1, 15999.00, 'KLYL-24E-LAB-DB13', NULL, 'jfs/t1/23213/27/22844/63409/66e2b140Fb471400e/80d2d773fc9cf0d7.jpg', '[{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"2层6格+底板222.4*41*98.8CM\"],\"attrValues\":[\"20803301018\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"克莱因蓝\"],\"attrValues\":[\"20803301015\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 克莱因蓝 2层6格+底板222.4*41*98.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488611111, 1, 11999.00, 'YTH-24E-LAB-DB12', NULL, 'jfs/t1/168655/32/48185/63185/66e2b140Faea2d4d4/28f33e5ad3953a13.jpg', '[{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"2层4格+底板155.2*41*98.8CM\"],\"attrValues\":[\"20803301016\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"樱桃红\"],\"attrValues\":[\"20803301022\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 樱桃红 2层4格+底板155.2*41*98.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488611119, 1, 15999.00, 'FGYMS-24E-LAB-DB13', NULL, 'jfs/t1/229590/20/24853/60160/66e2b142F96eaa0fb/f27ba23153e52077.jpg', '[{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"2层6格+底板222.4*41*98.8CM\"],\"attrValues\":[\"20803301018\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"烟墨色\"],\"attrValues\":[\"20803301023\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 烟墨色 2层6格+底板222.4*41*98.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488611118, 1, 15999.00, 'FGYMS-24E-LAB-DB11', NULL, 'jfs/t1/229590/20/24853/60160/66e2b142F96eaa0fb/f27ba23153e52077.jpg', '[{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"烟墨色\"],\"attrValues\":[\"20803301023\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"2层6格+顶板222.4*41*84.8CM\"],\"attrValues\":[\"20803301017\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 烟墨色 2层6格+顶板222.4*41*84.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488611117, 1, 11999.00, 'FGYMS-24E-LAB-DB12', NULL, 'jfs/t1/229590/20/24853/60160/66e2b142F96eaa0fb/f27ba23153e52077.jpg', '[{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"烟墨色\"],\"attrValues\":[\"20803301023\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"2层4格+底板155.2*41*98.8CM\"],\"attrValues\":[\"20803301016\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 烟墨色 2层4格+底板155.2*41*98.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488611116, 1, 11999.00, 'FGYMS-24E-LAB-DB10', NULL, 'jfs/t1/229590/20/24853/60160/66e2b142F96eaa0fb/f27ba23153e52077.jpg', '[{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"2层4格+顶板155.2*41*84.8CM\"],\"attrValues\":[\"20803301014\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"烟墨色\"],\"attrValues\":[\"20803301023\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 烟墨色 2层4格+顶板155.2*41*84.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488611115, 1, 18999.00, 'YTH-24E-LAB-DB15', NULL, 'jfs/t1/168655/32/48185/63185/66e2b140Faea2d4d4/28f33e5ad3953a13.jpg', '[{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"樱桃红\"],\"attrValues\":[\"20803301022\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"3层9格222.4*41*98.8CM\"],\"attrValues\":[\"20803301020\"],\"attrValuesSeqNo\":[6],\"index\":2}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 樱桃红 3层9格222.4*41*98.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488611114, 1, 13999.00, 'YTH-24E-LAB-DB14', NULL, 'jfs/t1/168655/32/48185/63185/66e2b140Faea2d4d4/28f33e5ad3953a13.jpg', '[{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"3层6格155.2*41*98.8CM\"],\"attrValues\":[\"20803301019\"],\"attrValuesSeqNo\":[5],\"index\":2},{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"樱桃红\"],\"attrValues\":[\"20803301022\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 樱桃红 3层6格155.2*41*98.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488611113, 1, 15999.00, 'YTH-24E-LAB-DB13', NULL, 'jfs/t1/168655/32/48185/63185/66e2b140Faea2d4d4/28f33e5ad3953a13.jpg', '[{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"樱桃红\"],\"attrValues\":[\"20803301022\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"2层6格+底板222.4*41*98.8CM\"],\"attrValues\":[\"20803301018\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 樱桃红 2层6格+底板222.4*41*98.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026445058208, 10113488611112, 1, 15999.00, 'YTH-24E-LAB-DB11', NULL, 'jfs/t1/168655/32/48185/63185/66e2b140Faea2d4d4/28f33e5ad3953a13.jpg', '[{\"attrId\":\"1001063261\",\"attrValueAlias\":[\"樱桃红\"],\"attrValues\":[\"20803301022\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001063262\",\"attrValueAlias\":[\"2层6格+顶板222.4*41*84.8CM\"],\"attrValues\":[\"20803301017\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居餐边柜 储物柜边柜 lab多功能包豪斯中古风成长型家具组合模块柜 樱桃红 2层6格+顶板222.4*41*84.8CM', NULL, '2024-09-03 10:38:29', '2024-08-20 14:20:40', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026443478110, 10113468666634, 1, 9999.00, 'KLYL-24E-LAB-TV13', NULL, 'jfs/t1/241734/18/18452/64681/66e2b13fF4a436216/577b76e6578427cd.jpg', '[{\"attrId\":\"1001061750\",\"attrValueAlias\":[\"3格+底板222.4*41*70.6CM\"],\"attrValues\":[\"20791184174\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001061749\",\"attrValueAlias\":[\"克莱因蓝\"],\"attrValues\":[\"20791184171\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居电视柜餐边柜储物柜矮柜 lab包豪斯中古风成长型家具客厅组合柜 克莱因蓝 3格+底板222.4*41*70.6CM', NULL, '2024-09-08 04:58:07', '2024-08-20 10:59:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024885612827, 10111198880009, 1, 6599.00, 'GRQHT-23E-WQM-DT1-2-M&2017E-C1*4', NULL, 'jfs/t1/167101/28/45110/185556/66e6cd81Fac933418/f7e00128b09f9000.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5595299328\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"一桌四椅160cm\\\"},{\\\"id\\\":13564,\\\"value\\\":\\\"(餐椅B*4)\\\"}]\"],\"attrValues\":[\"19387127391\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居弯曲木餐桌餐椅 北欧风餐厅实木家具流光餐桌椅 一桌四椅160cm (餐椅B*4) 戈尔浅胡桃', NULL, '2024-09-09 23:32:38', '2024-07-30 13:18:50', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026204148272, 10110424480432, 1, 10000.00, 'F5-24E-LAB-S1A-1', NULL, 'jfs/t1/45684/37/26482/109936/66e2b142F3a2a72f1/b4fa9f293e7593ff.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9343,\\\"value\\\":\\\"单人沙发\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"1.3\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"【无电动功能】\\\"}]\"],\"attrValues\":[\"5624945889\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"猫爪布-暗苔绿\\\"}]\"],\"attrValues\":[\"18880161143\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居lab多功能包豪斯中古风成长型模块沙发真皮艺客厅懒人沙发 猫爪布-暗苔绿 单人沙发 1.3m 【无电动功能】', NULL, '2024-09-04 14:35:08', '2024-07-22 19:14:46', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026204148272, 10110424480433, 1, 16999.00, 'F5-24E-LAB-S1A-2', NULL, 'jfs/t1/45684/37/26482/109936/66e2b142F3a2a72f1/b4fa9f293e7593ff.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9343,\\\"value\\\":\\\"两人位沙发\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"2.22\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"【无电动功能】\\\"}]\"],\"attrValues\":[\"11692580362\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"猫爪布-暗苔绿\\\"}]\"],\"attrValues\":[\"18880161143\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居lab多功能包豪斯中古风成长型模块沙发真皮艺客厅懒人沙发 猫爪布-暗苔绿 两人位沙发 2.22m 【无电动功能】', NULL, '2024-09-04 14:35:08', '2024-07-22 19:14:46', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026204148272, 10110424480434, 1, 24500.00, 'F5-24E-LAB-S1A-3', NULL, 'jfs/t1/45684/37/26482/109936/66e2b142F3a2a72f1/b4fa9f293e7593ff.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1126064\\\",\\\"id\\\":9343,\\\"value\\\":\\\"多人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"3.14\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"【无电动功能】\\\"}]\"],\"attrValues\":[\"11692580363\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"猫爪布-暗苔绿\\\"}]\"],\"attrValues\":[\"18880161143\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居lab多功能包豪斯中古风成长型模块沙发真皮艺客厅懒人沙发 猫爪布-暗苔绿 多人位 3.14m 【无电动功能】', NULL, '2024-09-04 14:35:08', '2024-07-22 19:14:46', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026204148272, 10113739208261, 1, 50000.00, 'F2-24E-LAB-S1A-10R/L&S1A-9*2&S1A-4&S1A-10L/R', NULL, 'jfs/t1/234401/27/26914/69251/66e2b143Fe26b74bc/4aa3482d5cf42927.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9343,\\\"value\\\":\\\"转角多人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"3.97\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"【无电动功能】\\\"}]\"],\"attrValues\":[\"18880161139\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"全牛皮-爵士绿\\\"}]\"],\"attrValues\":[\"20952729413\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居lab多功能包豪斯中古风成长型模块沙发真皮艺客厅懒人沙发 全牛皮-爵士绿 转角多人位 3.97m 【无电动功能】', NULL, '2024-09-04 14:35:08', '2024-08-22 14:20:49', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026204148272, 10110424480435, 1, 39199.00, 'F5-24E-LAB-S1A-10R/L&S1A-9*2&S1A-4&S1A-10L/R', NULL, 'jfs/t1/45684/37/26482/109936/66e2b142F3a2a72f1/b4fa9f293e7593ff.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"猫爪布-暗苔绿\\\"}]\"],\"attrValues\":[\"18880161143\"],\"attrValuesSeqNo\":[5],\"index\":1},{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9343,\\\"value\\\":\\\"转角多人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"3.97\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"【无电动功能】\\\"}]\"],\"attrValues\":[\"18880161139\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居lab多功能包豪斯中古风成长型模块沙发真皮艺客厅懒人沙发 猫爪布-暗苔绿 转角多人位 3.97m 【无电动功能】', NULL, '2024-09-04 14:35:08', '2024-07-22 19:14:46', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026204148272, 10113739208258, 1, 13900.00, 'F2-24E-LAB-S1A-1', NULL, 'jfs/t1/234401/27/26914/69251/66e2b143Fe26b74bc/4aa3482d5cf42927.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9343,\\\"value\\\":\\\"单人沙发\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"1.3\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"【无电动功能】\\\"}]\"],\"attrValues\":[\"5624945889\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"全牛皮-爵士绿\\\"}]\"],\"attrValues\":[\"20952729413\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居lab多功能包豪斯中古风成长型模块沙发真皮艺客厅懒人沙发 全牛皮-爵士绿 单人沙发 1.3m 【无电动功能】', NULL, '2024-09-04 14:35:08', '2024-08-22 14:20:49', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026204148272, 10110424480417, 1, 13900.00, 'F1-24E-LAB-S1A-1', NULL, 'jfs/t1/231861/15/27818/72229/66e2b13fF4158d9ab/a58ed925303e71be.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9343,\\\"value\\\":\\\"单人沙发\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"1.3\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"【无电动功能】\\\"}]\"],\"attrValues\":[\"5624945889\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"牛皮-岩石黑\\\"}]\"],\"attrValues\":[\"5624945888\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居lab多功能包豪斯中古风成长型模块沙发真皮艺客厅懒人沙发 牛皮-岩石黑 单人沙发 1.3m 【无电动功能】', NULL, '2024-09-04 14:35:08', '2024-07-22 19:14:46', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026204148272, 10110424480418, 1, 23900.00, 'F1-24E-LAB-S1A-2', NULL, 'jfs/t1/231861/15/27818/72229/66e2b13fF4158d9ab/a58ed925303e71be.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"牛皮-岩石黑\\\"}]\"],\"attrValues\":[\"5624945888\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9343,\\\"value\\\":\\\"两人位沙发\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"2.22\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"【无电动功能】\\\"}]\"],\"attrValues\":[\"11692580362\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居lab多功能包豪斯中古风成长型模块沙发真皮艺客厅懒人沙发 牛皮-岩石黑 两人位沙发 2.22m 【无电动功能】', NULL, '2024-09-04 14:35:08', '2024-07-22 19:14:46', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026204148272, 10110424480419, 1, 31000.00, 'F1-24E-LAB-S1A-3', NULL, 'jfs/t1/231861/15/27818/72229/66e2b13fF4158d9ab/a58ed925303e71be.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1126064\\\",\\\"id\\\":9343,\\\"value\\\":\\\"多人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"3.14\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"【无电动功能】\\\"}]\"],\"attrValues\":[\"11692580363\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"牛皮-岩石黑\\\"}]\"],\"attrValues\":[\"5624945888\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居lab多功能包豪斯中古风成长型模块沙发真皮艺客厅懒人沙发 牛皮-岩石黑 多人位 3.14m 【无电动功能】', NULL, '2024-09-04 14:35:08', '2024-07-22 19:14:46', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026204148272, 10110424480420, 1, 50000.00, 'F1-24E-LAB-S1A-10R/L&S1A-9*2&S1A-4&S1A-10L/R', NULL, 'jfs/t1/231861/15/27818/72229/66e2b13fF4158d9ab/a58ed925303e71be.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9343,\\\"value\\\":\\\"转角多人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"3.97\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"【无电动功能】\\\"}]\"],\"attrValues\":[\"18880161139\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"牛皮-岩石黑\\\"}]\"],\"attrValues\":[\"5624945888\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居lab多功能包豪斯中古风成长型模块沙发真皮艺客厅懒人沙发 牛皮-岩石黑 转角多人位 3.97m 【无电动功能】', NULL, '2024-09-04 14:35:08', '2024-07-22 19:14:46', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026204148272, 10110424480422, 1, 10000.00, 'F3-24E-LAB-S1A-1', NULL, 'jfs/t1/242594/38/17189/94508/66e2b140F85b3c3f0/b54946eeb76e9a40.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"生态皮-蜜糖棕\\\"}]\"],\"attrValues\":[\"18880161141\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9343,\\\"value\\\":\\\"单人沙发\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"1.3\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"【无电动功能】\\\"}]\"],\"attrValues\":[\"5624945889\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居lab多功能包豪斯中古风成长型模块沙发真皮艺客厅懒人沙发 生态皮-蜜糖棕 单人沙发 1.3m 【无电动功能】', NULL, '2024-09-04 14:35:08', '2024-07-22 19:14:46', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026204148272, 10110424480423, 1, 16999.00, 'F3-24E-LAB-S1A-2', NULL, 'jfs/t1/242594/38/17189/94508/66e2b140F85b3c3f0/b54946eeb76e9a40.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9343,\\\"value\\\":\\\"两人位沙发\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"2.22\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"【无电动功能】\\\"}]\"],\"attrValues\":[\"11692580362\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"生态皮-蜜糖棕\\\"}]\"],\"attrValues\":[\"18880161141\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居lab多功能包豪斯中古风成长型模块沙发真皮艺客厅懒人沙发 生态皮-蜜糖棕 两人位沙发 2.22m 【无电动功能】', NULL, '2024-09-04 14:35:08', '2024-07-22 19:14:46', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026204148272, 10110424480424, 1, 24500.00, 'F3-24E-LAB-S1A-3', NULL, 'jfs/t1/242594/38/17189/94508/66e2b140F85b3c3f0/b54946eeb76e9a40.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"生态皮-蜜糖棕\\\"}]\"],\"attrValues\":[\"18880161141\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1126064\\\",\\\"id\\\":9343,\\\"value\\\":\\\"多人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"3.14\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"【无电动功能】\\\"}]\"],\"attrValues\":[\"11692580363\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居lab多功能包豪斯中古风成长型模块沙发真皮艺客厅懒人沙发 生态皮-蜜糖棕 多人位 3.14m 【无电动功能】', NULL, '2024-09-04 14:35:08', '2024-07-22 19:14:46', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026204148272, 10110424480425, 1, 39199.00, 'F3-24E-LAB-S1A-10R/L&S1A-9*2&S1A-4&S1A-10L/R', NULL, 'jfs/t1/242594/38/17189/94508/66e2b140F85b3c3f0/b54946eeb76e9a40.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"生态皮-蜜糖棕\\\"}]\"],\"attrValues\":[\"18880161141\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9343,\\\"value\\\":\\\"转角多人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"3.97\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"【无电动功能】\\\"}]\"],\"attrValues\":[\"18880161139\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居lab多功能包豪斯中古风成长型模块沙发真皮艺客厅懒人沙发 生态皮-蜜糖棕 转角多人位 3.97m 【无电动功能】', NULL, '2024-09-04 14:35:08', '2024-07-22 19:14:46', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026204148272, 10110424480427, 1, 10000.00, 'F4-24E-LAB-S1A-1', NULL, 'jfs/t1/224813/38/24299/103837/66e2b141Fd0c83eb7/db1fab96f210a38f.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"布艺-羊绒白\\\"}]\"],\"attrValues\":[\"18880161142\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9343,\\\"value\\\":\\\"单人沙发\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"1.3\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"【无电动功能】\\\"}]\"],\"attrValues\":[\"5624945889\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居lab多功能包豪斯中古风成长型模块沙发真皮艺客厅懒人沙发 布艺-羊绒白 单人沙发 1.3m 【无电动功能】', NULL, '2024-09-04 14:35:08', '2024-07-22 19:14:46', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026204148272, 10110424480428, 1, 16999.00, 'F4-24E-LAB-S1A-2', NULL, 'jfs/t1/224813/38/24299/103837/66e2b141Fd0c83eb7/db1fab96f210a38f.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"布艺-羊绒白\\\"}]\"],\"attrValues\":[\"18880161142\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9343,\\\"value\\\":\\\"两人位沙发\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"2.22\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"【无电动功能】\\\"}]\"],\"attrValues\":[\"11692580362\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居lab多功能包豪斯中古风成长型模块沙发真皮艺客厅懒人沙发 布艺-羊绒白 两人位沙发 2.22m 【无电动功能】', NULL, '2024-09-04 14:35:08', '2024-07-22 19:14:46', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026204148272, 10110424480429, 1, 24500.00, 'F4-24E-LAB-S1A-3', NULL, 'jfs/t1/224813/38/24299/103837/66e2b141Fd0c83eb7/db1fab96f210a38f.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1126064\\\",\\\"id\\\":9343,\\\"value\\\":\\\"多人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"3.14\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"【无电动功能】\\\"}]\"],\"attrValues\":[\"11692580363\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"布艺-羊绒白\\\"}]\"],\"attrValues\":[\"18880161142\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居lab多功能包豪斯中古风成长型模块沙发真皮艺客厅懒人沙发 布艺-羊绒白 多人位 3.14m 【无电动功能】', NULL, '2024-09-04 14:35:08', '2024-07-22 19:14:46', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026204148272, 10110424480430, 1, 39199.00, 'F4-24E-LAB-S1A-10R/L&S1A-9*2&S1A-4&S1A-10L/R', NULL, 'jfs/t1/224813/38/24299/103837/66e2b141Fd0c83eb7/db1fab96f210a38f.jpg', '[{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9343,\\\"value\\\":\\\"转角多人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"3.97\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"【无电动功能】\\\"}]\"],\"attrValues\":[\"18880161139\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"布艺-羊绒白\\\"}]\"],\"attrValues\":[\"18880161142\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居lab多功能包豪斯中古风成长型模块沙发真皮艺客厅懒人沙发 布艺-羊绒白 转角多人位 3.97m 【无电动功能】', NULL, '2024-09-04 14:35:08', '2024-07-22 19:14:46', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026224672576, 10110691656520, 1, 3599.00, 'ZZB-24E-LAB-DS1', NULL, 'jfs/t1/227227/22/27553/69035/66e2b140F46c786b3/4d5578e24b711220.jpg', '[{\"attrId\":\"1001063111\",\"attrValueAlias\":[\"珍珠白\"],\"attrValues\":[\"19055609296\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001063112\",\"attrValueAlias\":[\"梳妆凳(含抽屉*1\"],\"attrValues\":[\"19055609294\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居lab多功能梳妆台包豪斯中古风成长型家具卧室轻奢化妆首饰储物柜 珍珠白 梳妆凳(含抽屉*1', NULL, '2024-09-04 14:35:08', '2024-07-25 09:36:08', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026224672576, 10110691656517, 1, 3599.00, 'KLYL-24E-LAB-DS1', NULL, 'jfs/t1/155835/14/46463/66648/66e2b13fFb87fbb32/18387efd63aae839.jpg', '[{\"attrId\":\"1001063112\",\"attrValueAlias\":[\"梳妆凳(含抽屉*1\"],\"attrValues\":[\"19055609294\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001063111\",\"attrValueAlias\":[\"克莱因蓝\"],\"attrValues\":[\"19055609295\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居lab多功能梳妆台包豪斯中古风成长型家具卧室轻奢化妆首饰储物柜 克莱因蓝 梳妆凳(含抽屉*1', NULL, '2024-09-04 14:35:09', '2024-07-25 09:36:08', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026224672576, 10110691656516, 1, 5599.00, 'KLYL-24E-LAB-DR1', NULL, 'jfs/t1/155835/14/46463/66648/66e2b13fFb87fbb32/18387efd63aae839.jpg', '[{\"attrId\":\"1001063111\",\"attrValueAlias\":[\"克莱因蓝\"],\"attrValues\":[\"19055609295\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001063112\",\"attrValueAlias\":[\"梳妆台(含抽屉*1\"],\"attrValues\":[\"19055609293\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居lab多功能梳妆台包豪斯中古风成长型家具卧室轻奢化妆首饰储物柜 克莱因蓝 梳妆台(含抽屉*1', NULL, '2024-09-04 14:35:09', '2024-07-25 09:36:08', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026224672576, 10110691656519, 1, 5599.00, 'ZZB-24E-LAB-DR1', NULL, 'jfs/t1/227227/22/27553/69035/66e2b140F46c786b3/4d5578e24b711220.jpg', '[{\"attrId\":\"1001063111\",\"attrValueAlias\":[\"珍珠白\"],\"attrValues\":[\"19055609296\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001063112\",\"attrValueAlias\":[\"梳妆台(含抽屉*1\"],\"attrValues\":[\"19055609293\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居lab多功能梳妆台包豪斯中古风成长型家具卧室轻奢化妆首饰储物柜 珍珠白 梳妆台(含抽屉*1', NULL, '2024-09-04 14:35:08', '2024-07-25 09:36:08', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026224672576, 10110691656518, 1, 8599.00, 'ZZB-24E-LAB-DR1-ZH', NULL, 'jfs/t1/227227/22/27553/69035/66e2b140F46c786b3/4d5578e24b711220.jpg', '[{\"attrId\":\"1001063111\",\"attrValueAlias\":[\"珍珠白\"],\"attrValues\":[\"19055609296\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001063112\",\"attrValueAlias\":[\"梳妆台+梳妆凳\"],\"attrValues\":[\"19055609291\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居lab多功能梳妆台包豪斯中古风成长型家具卧室轻奢化妆首饰储物柜 珍珠白 梳妆台+梳妆凳', NULL, '2024-09-04 14:35:09', '2024-07-25 09:36:08', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026224672576, 10110691656513, 1, 5599.00, 'YTH-24E-LAB-DR1', NULL, 'jfs/t1/90711/28/49140/71540/66e2b13eF0382cf9c/9ef4d29e0ff0c3ca.jpg', '[{\"attrId\":\"1001063111\",\"attrValueAlias\":[\"樱桃红\"],\"attrValues\":[\"19055609292\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001063112\",\"attrValueAlias\":[\"梳妆台(含抽屉*1\"],\"attrValues\":[\"19055609293\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居lab多功能梳妆台包豪斯中古风成长型家具卧室轻奢化妆首饰储物柜 樱桃红 梳妆台(含抽屉*1', NULL, '2024-09-04 14:35:09', '2024-07-25 09:36:08', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026224672576, 10110691656512, 1, 8599.00, 'YTH-24E-LAB-DR1-ZH', NULL, 'jfs/t1/90711/28/49140/71540/66e2b13eF0382cf9c/9ef4d29e0ff0c3ca.jpg', '[{\"attrId\":\"1001063112\",\"attrValueAlias\":[\"梳妆台+梳妆凳\"],\"attrValues\":[\"19055609291\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001063111\",\"attrValueAlias\":[\"樱桃红\"],\"attrValues\":[\"19055609292\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居lab多功能梳妆台包豪斯中古风成长型家具卧室轻奢化妆首饰储物柜 樱桃红 梳妆台+梳妆凳', NULL, '2024-09-04 14:35:09', '2024-07-25 09:36:08', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026224672576, 10110691656515, 1, 8599.00, 'KLYL-24E-LAB-DR1-ZH', NULL, 'jfs/t1/155835/14/46463/66648/66e2b13fFb87fbb32/18387efd63aae839.jpg', '[{\"attrId\":\"1001063111\",\"attrValueAlias\":[\"克莱因蓝\"],\"attrValues\":[\"19055609295\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001063112\",\"attrValueAlias\":[\"梳妆台+梳妆凳\"],\"attrValues\":[\"19055609291\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居lab多功能梳妆台包豪斯中古风成长型家具卧室轻奢化妆首饰储物柜 克莱因蓝 梳妆台+梳妆凳', NULL, '2024-09-04 14:35:09', '2024-07-25 09:36:08', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026224672576, 10110691656514, 1, 3599.00, 'YTH-24E-LAB-DS1', NULL, 'jfs/t1/90711/28/49140/71540/66e2b13eF0382cf9c/9ef4d29e0ff0c3ca.jpg', '[{\"attrId\":\"1001063112\",\"attrValueAlias\":[\"梳妆凳(含抽屉*1\"],\"attrValues\":[\"19055609294\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001063111\",\"attrValueAlias\":[\"樱桃红\"],\"attrValues\":[\"19055609292\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居lab多功能梳妆台包豪斯中古风成长型家具卧室轻奢化妆首饰储物柜 樱桃红 梳妆凳(含抽屉*1', NULL, '2024-09-04 14:35:09', '2024-07-25 09:36:08', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026270536414, 10111212867666, 1, 25999.00, 'F1-24E-LAB-S2B-2&JT*2&JDJ930A-LJYK/DY', NULL, 'jfs/t1/163411/23/47400/97182/66e2b140Fb350e50d/e47a189cfc2a9e82.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"牛皮-奶茶白\\\"}]\"],\"attrValues\":[\"19396444895\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"id\\\":9349,\\\"value\\\":\\\"大三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"3.14\\\"},{\\\"id\\\":9350,\\\"value\\\":\\\"【双电动位】\\\"}]\"],\"attrValues\":[\"19396444899\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居lab多功能电动沙发成长型家具皮艺客厅现代轻奢大沙发 牛皮-奶茶白 大三人位 3.14m 【双电动位】', NULL, '2024-09-04 14:35:09', '2024-07-30 15:48:35', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026270536414, 10111212867667, 1, 17079.00, 'F3-24E-LAB-S2B-2', NULL, 'jfs/t1/243459/10/18622/111514/66e2b142Fd576f6ee/bb3aaf6a2f75b200.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"牛皮-岩石黑\\\"}]\"],\"attrValues\":[\"19396444900\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121552\\\",\\\"id\\\":9349,\\\"value\\\":\\\"两人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.22\\\"},{\\\"id\\\":9350,\\\"value\\\":\\\"【无电动位】\\\"}]\"],\"attrValues\":[\"19396444896\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居lab多功能电动沙发成长型家具皮艺客厅现代轻奢大沙发 牛皮-岩石黑 两人位 2.22m 【无电动位】', NULL, '2024-09-04 14:35:09', '2024-07-30 15:48:35', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026270536414, 10111212867664, 1, 22999.00, 'F1-24E-LAB-S2B-3', NULL, 'jfs/t1/163411/23/47400/97182/66e2b140Fb350e50d/e47a189cfc2a9e82.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"id\\\":9349,\\\"value\\\":\\\"大三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"3.14\\\"},{\\\"id\\\":9350,\\\"value\\\":\\\"【无电动位】\\\"}]\"],\"attrValues\":[\"19396444897\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"牛皮-奶茶白\\\"}]\"],\"attrValues\":[\"19396444895\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居lab多功能电动沙发成长型家具皮艺客厅现代轻奢大沙发 牛皮-奶茶白 大三人位 3.14m 【无电动位】', NULL, '2024-09-04 14:35:09', '2024-07-30 15:48:35', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 11728102236, 10110745168624, 1, 2599.00, 'ZH-PTCD-DS-JH-QM23-M2-18', NULL, 'jfs/t1/166347/26/44955/173587/66e6cd79Fd093a865/10fe010a5740a2b7.jpg', '[{\"attrId\":\"1001062651\",\"attrValueAlias\":[\"1800*2000mm\"],\"attrValues\":[\"2784827807\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062652\",\"attrValueAlias\":[\"加厚款26cm乳胶+弹簧+黄麻\"],\"attrValues\":[\"19089605486\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM 床垫 乳胶床垫 黄麻护脊床垫 单人双人软硬两用弹簧床垫 1800*2000mm 加厚款26cm乳胶+弹簧+黄麻', NULL, '2024-09-09 23:32:29', '2024-07-25 17:55:29', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 11728102236, 10110745168627, 1, 2599.00, 'ZH-PTCD-DS-JH-QM23-M2-12', NULL, 'jfs/t1/234038/4/25691/173707/66e6cd7aF1aa3c0b6/9c30e8d4dd7ae6da.jpg', '[{\"attrId\":\"1001062651\",\"attrValueAlias\":[\"1200*2000mm\"],\"attrValues\":[\"19089605487\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062652\",\"attrValueAlias\":[\"加厚款26cm乳胶+弹簧+黄麻\"],\"attrValues\":[\"19089605486\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM 床垫 乳胶床垫 黄麻护脊床垫 单人双人软硬两用弹簧床垫 1200*2000mm 加厚款26cm乳胶+弹簧+黄麻', NULL, '2024-09-09 23:32:29', '2024-07-25 17:55:29', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024884926023, 10111193562450, 1, 6999.00, 'BSYB/GRQHT-23E-WQM-DT1-1&WQM-D2*4', NULL, 'jfs/t1/245877/20/18865/190697/66e6cd7fFe60c1cd2/2f0f177172dd60f9.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5593283735\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"一桌四椅140cm\\\"},{\\\"id\\\":12957,\\\"value\\\":\\\"餐椅A*4\\\"}]\"],\"attrValues\":[\"19383287680\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居弯曲木岩板餐桌实木椅子 北欧风 餐厅家具银河餐桌椅 一桌四椅140cm 餐椅A*4 戈尔浅胡桃', NULL, '2024-09-09 23:32:34', '2024-07-30 11:53:34', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024884926023, 10111193562451, 1, 6999.00, 'BSYB/HGHT-23E-WQM-DT1-2&WQM-D2*4', NULL, 'jfs/t1/167276/17/48830/190783/66e6cd80F85c45608/016cfdf6432c46a7.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"合观胡桃\\\"}]\"],\"attrValues\":[\"5593283734\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"一桌四椅160cm\\\"},{\\\"id\\\":12957,\\\"value\\\":\\\"餐椅A*4\\\"}]\"],\"attrValues\":[\"19383287681\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居弯曲木岩板餐桌实木椅子 北欧风 餐厅家具银河餐桌椅 一桌四椅160cm 餐椅A*4 合观胡桃', NULL, '2024-09-09 23:32:34', '2024-07-30 11:53:34', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024884926023, 10111193562449, 1, 6999.00, 'BSYB/HGHT-23E-WQM-DT1-1&WQM-D2*4', NULL, 'jfs/t1/245877/20/18865/190697/66e6cd7fFe60c1cd2/2f0f177172dd60f9.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"合观胡桃\\\"}]\"],\"attrValues\":[\"5593283734\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"一桌四椅140cm\\\"},{\\\"id\\\":12957,\\\"value\\\":\\\"餐椅A*4\\\"}]\"],\"attrValues\":[\"19383287680\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居弯曲木岩板餐桌实木椅子 北欧风 餐厅家具银河餐桌椅 一桌四椅140cm 餐椅A*4 合观胡桃', NULL, '2024-09-09 23:32:34', '2024-07-30 11:53:34', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024884926023, 10111193562452, 1, 6999.00, 'BSYB/GRQHT-23E-WQM-DT1-2&WQM-D2*4', NULL, 'jfs/t1/167276/17/48830/190783/66e6cd80F85c45608/016cfdf6432c46a7.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5593283735\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"一桌四椅160cm\\\"},{\\\"id\\\":12957,\\\"value\\\":\\\"餐椅A*4\\\"}]\"],\"attrValues\":[\"19383287681\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居弯曲木岩板餐桌实木椅子 北欧风 餐厅家具银河餐桌椅 一桌四椅160cm 餐椅A*4 戈尔浅胡桃', NULL, '2024-09-09 23:32:34', '2024-07-30 11:53:34', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024885612827, 10111198880007, 1, 6599.00, 'GRQHT-23E-WQM-DT1-1-M&2017E-C1*4', NULL, 'jfs/t1/233917/24/17828/185068/66e6cd80F2c2a795c/0977c9cadbba379c.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"戈尔浅胡桃\\\"}]\"],\"attrValues\":[\"5595299328\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"一桌四椅140cm\\\"},{\\\"id\\\":13564,\\\"value\\\":\\\"(餐椅B*4)\\\"}]\"],\"attrValues\":[\"19387127390\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居弯曲木餐桌餐椅 北欧风餐厅实木家具流光餐桌椅 一桌四椅140cm (餐椅B*4) 戈尔浅胡桃', NULL, '2024-09-09 23:32:38', '2024-07-30 13:18:50', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026318671604, 10111913645925, 1, 7999.00, 'F4-24E-LAB-B1B-120', NULL, 'jfs/t1/1947/34/26788/114029/66e2b142F342aa2da/c0506c79d52d48dd.jpg', '[{\"attrId\":\"1001063113\",\"attrValueAlias\":[\"雪尼尔布-宝石蓝\"],\"attrValues\":[\"19837288729\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001063114\",\"attrValueAlias\":[\"1.2*2.0m\"],\"attrValues\":[\"19837288726\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居lab多功能双人床包豪斯中古风成长型家具轻奢简约真皮艺主卧床 雪尼尔布-宝石蓝 1.2*2.0m', NULL, '2024-09-04 14:35:09', '2024-08-06 14:33:12', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026318671604, 10111913645924, 1, 8999.00, 'F4-24E-LAB-B1B-150', NULL, 'jfs/t1/1947/34/26788/114029/66e2b142F342aa2da/c0506c79d52d48dd.jpg', '[{\"attrId\":\"1001063114\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"19837288725\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001063113\",\"attrValueAlias\":[\"雪尼尔布-宝石蓝\"],\"attrValues\":[\"19837288729\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居lab多功能双人床包豪斯中古风成长型家具轻奢简约真皮艺主卧床 雪尼尔布-宝石蓝 1.5*2.0m', NULL, '2024-09-04 14:35:09', '2024-08-06 14:33:12', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026318671604, 10111913645922, 1, 7999.00, 'F3-24E-LAB-B1B-120', NULL, 'jfs/t1/230636/12/27051/75121/66e2b141F8982f4c1/d6269cd1b41cc46f.jpg', '[{\"attrId\":\"1001063114\",\"attrValueAlias\":[\"1.2*2.0m\"],\"attrValues\":[\"19837288726\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001063113\",\"attrValueAlias\":[\"猫爪布-暗苔绿\"],\"attrValues\":[\"19837288728\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居lab多功能双人床包豪斯中古风成长型家具轻奢简约真皮艺主卧床 猫爪布-暗苔绿 1.2*2.0m', NULL, '2024-09-04 14:35:09', '2024-08-06 14:33:12', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026318671604, 10111913645921, 1, 8999.00, 'F3-24E-LAB-B1B-150', NULL, 'jfs/t1/230636/12/27051/75121/66e2b141F8982f4c1/d6269cd1b41cc46f.jpg', '[{\"attrId\":\"1001063114\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"19837288725\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001063113\",\"attrValueAlias\":[\"猫爪布-暗苔绿\"],\"attrValues\":[\"19837288728\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居lab多功能双人床包豪斯中古风成长型家具轻奢简约真皮艺主卧床 猫爪布-暗苔绿 1.5*2.0m', NULL, '2024-09-04 14:35:09', '2024-08-06 14:33:12', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026318671604, 10111913645920, 1, 9999.00, 'F3-24E-LAB-B1B-180', NULL, 'jfs/t1/230636/12/27051/75121/66e2b141F8982f4c1/d6269cd1b41cc46f.jpg', '[{\"attrId\":\"1001063114\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"19837288724\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001063113\",\"attrValueAlias\":[\"猫爪布-暗苔绿\"],\"attrValues\":[\"19837288728\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居lab多功能双人床包豪斯中古风成长型家具轻奢简约真皮艺主卧床 猫爪布-暗苔绿 1.8*2.0m', NULL, '2024-09-04 14:35:10', '2024-08-06 14:33:12', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026318671604, 10111913645919, 1, 9999.00, 'F2-24E-LAB-B1B-120', NULL, 'jfs/t1/27558/14/22452/77296/66e2b140Fbedfa07a/9dffbc62ce1ba715.jpg', '[{\"attrId\":\"1001063113\",\"attrValueAlias\":[\"牛皮-奶茶白\"],\"attrValues\":[\"19837288727\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001063114\",\"attrValueAlias\":[\"1.2*2.0m\"],\"attrValues\":[\"19837288726\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居lab多功能双人床包豪斯中古风成长型家具轻奢简约真皮艺主卧床 牛皮-奶茶白 1.2*2.0m', NULL, '2024-09-04 14:35:10', '2024-08-06 14:33:12', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026318671604, 10111913645918, 1, 10999.00, 'F2-24E-LAB-B1B-150', NULL, 'jfs/t1/27558/14/22452/77296/66e2b140Fbedfa07a/9dffbc62ce1ba715.jpg', '[{\"attrId\":\"1001063113\",\"attrValueAlias\":[\"牛皮-奶茶白\"],\"attrValues\":[\"19837288727\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001063114\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"19837288725\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居lab多功能双人床包豪斯中古风成长型家具轻奢简约真皮艺主卧床 牛皮-奶茶白 1.5*2.0m', NULL, '2024-09-04 14:35:10', '2024-08-06 14:33:12', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026318671604, 10111913645917, 1, 12999.00, 'F2-24E-LAB-B1B-180', NULL, 'jfs/t1/27558/14/22452/77296/66e2b140Fbedfa07a/9dffbc62ce1ba715.jpg', '[{\"attrId\":\"1001063113\",\"attrValueAlias\":[\"牛皮-奶茶白\"],\"attrValues\":[\"19837288727\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001063114\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"19837288724\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居lab多功能双人床包豪斯中古风成长型家具轻奢简约真皮艺主卧床 牛皮-奶茶白 1.8*2.0m', NULL, '2024-09-04 14:35:10', '2024-08-06 14:33:12', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026318671604, 10111913645916, 1, 8999.00, 'F1-24E-LAB-B1B-120', NULL, 'jfs/t1/64773/30/29285/69805/66e2b140Fc841bbf4/1c73fd3e273ed878.jpg', '[{\"attrId\":\"1001063114\",\"attrValueAlias\":[\"1.2*2.0m\"],\"attrValues\":[\"19837288726\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001063113\",\"attrValueAlias\":[\"牛皮-岩石灰\"],\"attrValues\":[\"19837288723\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居lab多功能双人床包豪斯中古风成长型家具轻奢简约真皮艺主卧床 牛皮-岩石灰 1.2*2.0m', NULL, '2024-09-04 14:35:10', '2024-08-06 14:33:12', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026318671604, 10111913645914, 1, 12999.00, 'F1-24E-LAB-B1B-180', NULL, 'jfs/t1/64773/30/29285/69805/66e2b140Fc841bbf4/1c73fd3e273ed878.jpg', '[{\"attrId\":\"1001063113\",\"attrValueAlias\":[\"牛皮-岩石灰\"],\"attrValues\":[\"19837288723\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001063114\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"19837288724\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居lab多功能双人床包豪斯中古风成长型家具轻奢简约真皮艺主卧床 牛皮-岩石灰 1.8*2.0m', NULL, '2024-09-04 14:35:10', '2024-08-06 14:33:12', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026270536414, 10111212867665, 1, 18999.00, 'F1-24E-LAB-S2B-2&JT*1&BA13-LJYK/DY', NULL, 'jfs/t1/163411/23/47400/97182/66e2b140Fb350e50d/e47a189cfc2a9e82.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121552\\\",\\\"id\\\":9349,\\\"value\\\":\\\"两人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.22\\\"},{\\\"id\\\":9350,\\\"value\\\":\\\"【单电动位】\\\"}]\"],\"attrValues\":[\"19396444898\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"牛皮-奶茶白\\\"}]\"],\"attrValues\":[\"19396444895\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居lab多功能电动沙发成长型家具皮艺客厅现代轻奢大沙发 牛皮-奶茶白 两人位 2.22m 【单电动位】', NULL, '2024-09-04 14:35:09', '2024-07-30 15:48:35', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026270536414, 10111212867670, 1, 27100.00, 'F3-24E-LAB-S2B-2&JT*2&JDJ930A-LJYK/DY', NULL, 'jfs/t1/243459/10/18622/111514/66e2b142Fd576f6ee/bb3aaf6a2f75b200.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"牛皮-岩石黑\\\"}]\"],\"attrValues\":[\"19396444900\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"id\\\":9349,\\\"value\\\":\\\"大三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"3.14\\\"},{\\\"id\\\":9350,\\\"value\\\":\\\"【双电动位】\\\"}]\"],\"attrValues\":[\"19396444899\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居lab多功能电动沙发成长型家具皮艺客厅现代轻奢大沙发 牛皮-岩石黑 大三人位 3.14m 【双电动位】', NULL, '2024-09-04 14:35:09', '2024-07-30 15:48:35', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026270536414, 10111212867671, 1, 13999.00, 'F4-24E-LAB-S2B-2', NULL, 'jfs/t1/239988/17/11930/113832/66e2b13fF17e42e15/628d4d7db6bb7c72.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121552\\\",\\\"id\\\":9349,\\\"value\\\":\\\"两人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.22\\\"},{\\\"id\\\":9350,\\\"value\\\":\\\"【无电动位】\\\"}]\"],\"attrValues\":[\"19396444896\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"长毛绒-仙女粉\\\"}]\"],\"attrValues\":[\"19396499551\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居lab多功能电动沙发成长型家具皮艺客厅现代轻奢大沙发 长毛绒-仙女粉 两人位 2.22m 【无电动位】', NULL, '2024-09-04 14:35:09', '2024-07-30 15:48:35', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026270536414, 10111212867668, 1, 23758.00, 'F3-24E-LAB-S2B-3', NULL, 'jfs/t1/243459/10/18622/111514/66e2b142Fd576f6ee/bb3aaf6a2f75b200.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"牛皮-岩石黑\\\"}]\"],\"attrValues\":[\"19396444900\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"id\\\":9349,\\\"value\\\":\\\"大三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"3.14\\\"},{\\\"id\\\":9350,\\\"value\\\":\\\"【无电动位】\\\"}]\"],\"attrValues\":[\"19396444897\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居lab多功能电动沙发成长型家具皮艺客厅现代轻奢大沙发 牛皮-岩石黑 大三人位 3.14m 【无电动位】', NULL, '2024-09-04 14:35:09', '2024-07-30 15:48:35', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026270536414, 10111212867669, 1, 18999.00, 'F3-24E-LAB-S2B-2&JT*1&BA13-LJYK/DY', NULL, 'jfs/t1/243459/10/18622/111514/66e2b142Fd576f6ee/bb3aaf6a2f75b200.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121552\\\",\\\"id\\\":9349,\\\"value\\\":\\\"两人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.22\\\"},{\\\"id\\\":9350,\\\"value\\\":\\\"【单电动位】\\\"}]\"],\"attrValues\":[\"19396444898\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"牛皮-岩石黑\\\"}]\"],\"attrValues\":[\"19396444900\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居lab多功能电动沙发成长型家具皮艺客厅现代轻奢大沙发 牛皮-岩石黑 两人位 2.22m 【单电动位】', NULL, '2024-09-04 14:35:09', '2024-07-30 15:48:35', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026270536414, 10111212867674, 1, 22999.00, 'F4-24E-LAB-S2B-2&JT*2&JDJ930A-LJYK/DY', NULL, 'jfs/t1/239988/17/11930/113832/66e2b13fF17e42e15/628d4d7db6bb7c72.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"长毛绒-仙女粉\\\"}]\"],\"attrValues\":[\"19396499551\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"id\\\":9349,\\\"value\\\":\\\"大三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"3.14\\\"},{\\\"id\\\":9350,\\\"value\\\":\\\"【双电动位】\\\"}]\"],\"attrValues\":[\"19396444899\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居lab多功能电动沙发成长型家具皮艺客厅现代轻奢大沙发 长毛绒-仙女粉 大三人位 3.14m 【双电动位】', NULL, '2024-09-04 14:35:09', '2024-07-30 15:48:35', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026270536414, 10111212867675, 1, 13999.00, 'F5-24E-LAB-S2B-2', NULL, 'jfs/t1/3273/4/24689/117175/66e2b143Feaf17cc9/a782226338104702.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"长毛绒-薄雾灰\\\"}]\"],\"attrValues\":[\"19396499552\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121552\\\",\\\"id\\\":9349,\\\"value\\\":\\\"两人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.22\\\"},{\\\"id\\\":9350,\\\"value\\\":\\\"【无电动位】\\\"}]\"],\"attrValues\":[\"19396444896\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居lab多功能电动沙发成长型家具皮艺客厅现代轻奢大沙发 长毛绒-薄雾灰 两人位 2.22m 【无电动位】', NULL, '2024-09-04 14:35:09', '2024-07-30 15:48:35', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026270536414, 10111212867672, 1, 18999.00, 'F4-24E-LAB-S2B-3', NULL, 'jfs/t1/239988/17/11930/113832/66e2b13fF17e42e15/628d4d7db6bb7c72.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"id\\\":9349,\\\"value\\\":\\\"大三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"3.14\\\"},{\\\"id\\\":9350,\\\"value\\\":\\\"【无电动位】\\\"}]\"],\"attrValues\":[\"19396444897\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"长毛绒-仙女粉\\\"}]\"],\"attrValues\":[\"19396499551\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居lab多功能电动沙发成长型家具皮艺客厅现代轻奢大沙发 长毛绒-仙女粉 大三人位 3.14m 【无电动位】', NULL, '2024-09-04 14:35:09', '2024-07-30 15:48:35', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026270536414, 10111212867673, 1, 16999.00, 'F4-24E-LAB-S2B-2&JT*1&BA13-LJYK/DY', NULL, 'jfs/t1/239988/17/11930/113832/66e2b13fF17e42e15/628d4d7db6bb7c72.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"长毛绒-仙女粉\\\"}]\"],\"attrValues\":[\"19396499551\"],\"attrValuesSeqNo\":[3],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121552\\\",\\\"id\\\":9349,\\\"value\\\":\\\"两人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.22\\\"},{\\\"id\\\":9350,\\\"value\\\":\\\"【单电动位】\\\"}]\"],\"attrValues\":[\"19396444898\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居lab多功能电动沙发成长型家具皮艺客厅现代轻奢大沙发 长毛绒-仙女粉 两人位 2.22m 【单电动位】', NULL, '2024-09-04 14:35:09', '2024-07-30 15:48:35', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026270536414, 10111212867678, 1, 22999.00, 'F5-24E-LAB-S2B-2&JT*2&JDJ930A-LJYK/DY', NULL, 'jfs/t1/3273/4/24689/117175/66e2b143Feaf17cc9/a782226338104702.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"长毛绒-薄雾灰\\\"}]\"],\"attrValues\":[\"19396499552\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"id\\\":9349,\\\"value\\\":\\\"大三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"3.14\\\"},{\\\"id\\\":9350,\\\"value\\\":\\\"【双电动位】\\\"}]\"],\"attrValues\":[\"19396444899\"],\"attrValuesSeqNo\":[4],\"index\":2}]', '曲美家居lab多功能电动沙发成长型家具皮艺客厅现代轻奢大沙发 长毛绒-薄雾灰 大三人位 3.14m 【双电动位】', NULL, '2024-09-04 14:35:09', '2024-07-30 15:48:35', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026270536414, 10111212867676, 1, 18999.00, 'F5-24E-LAB-S2B-3', NULL, 'jfs/t1/3273/4/24689/117175/66e2b143Feaf17cc9/a782226338104702.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"id\\\":9349,\\\"value\\\":\\\"大三人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"3.14\\\"},{\\\"id\\\":9350,\\\"value\\\":\\\"【无电动位】\\\"}]\"],\"attrValues\":[\"19396444897\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"长毛绒-薄雾灰\\\"}]\"],\"attrValues\":[\"19396499552\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居lab多功能电动沙发成长型家具皮艺客厅现代轻奢大沙发 长毛绒-薄雾灰 大三人位 3.14m 【无电动位】', NULL, '2024-09-04 14:35:09', '2024-07-30 15:48:35', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026270536414, 10111212867677, 1, 16999.00, 'F5-24E-LAB-S2B-2&JT*1&BA13-LJYK/DY', NULL, 'jfs/t1/3273/4/24689/117175/66e2b143Feaf17cc9/a782226338104702.jpg', '[{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121552\\\",\\\"id\\\":9349,\\\"value\\\":\\\"两人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.22\\\"},{\\\"id\\\":9350,\\\"value\\\":\\\"【单电动位】\\\"}]\"],\"attrValues\":[\"19396444898\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"长毛绒-薄雾灰\\\"}]\"],\"attrValues\":[\"19396499552\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居lab多功能电动沙发成长型家具皮艺客厅现代轻奢大沙发 长毛绒-薄雾灰 两人位 2.22m 【单电动位】', NULL, '2024-09-04 14:35:09', '2024-07-30 15:48:35', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026270536414, 10111212867663, 1, 16999.00, 'F1-24E-LAB-S2B-2', NULL, 'jfs/t1/163411/23/47400/97182/66e2b140Fb350e50d/e47a189cfc2a9e82.jpg', '[{\"attrId\":\"1001062777\",\"attrValueAlias\":[\"[{\\\"id\\\":6754,\\\"value\\\":\\\"牛皮-奶茶白\\\"}]\"],\"attrValues\":[\"19396444895\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062778\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1121552\\\",\\\"id\\\":9349,\\\"value\\\":\\\"两人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":8992,\\\"value\\\":\\\"2.22\\\"},{\\\"id\\\":9350,\\\"value\\\":\\\"【无电动位】\\\"}]\"],\"attrValues\":[\"19396444896\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居lab多功能电动沙发成长型家具皮艺客厅现代轻奢大沙发 牛皮-奶茶白 两人位 2.22m 【无电动位】', NULL, '2024-09-04 14:35:09', '2024-07-30 15:48:35', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026282943869, 10111392424290, 1, 4599.00, 'F4-24E-LAB-C1', NULL, 'jfs/t1/112067/40/51435/97108/66e2b143Ff352808d/4c849452d96d884d.jpg', '[{\"attrId\":\"1001062273\",\"attrValueAlias\":[\"生态皮-蜜糖棕\"],\"attrValues\":[\"19509166948\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001062274\",\"attrValueAlias\":[\"单椅\"],\"attrValues\":[\"19509166945\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居lab休闲单椅包豪斯中古风成长型家具客厅不锈钢可拆洗懒人椅子 生态皮-蜜糖棕 单椅', NULL, '2024-09-04 14:35:09', '2024-08-01 13:31:06', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026282943869, 10111392424288, 1, 4599.00, 'F2-24E-LAB-C1', NULL, 'jfs/t1/136682/17/46984/111397/66e2b141F61895cdc/603e9f97ae2bd56d.jpg', '[{\"attrId\":\"1001062273\",\"attrValueAlias\":[\"长毛绒-薄雾灰\"],\"attrValues\":[\"19509166946\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062274\",\"attrValueAlias\":[\"单椅\"],\"attrValues\":[\"19509166945\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居lab休闲单椅包豪斯中古风成长型家具客厅不锈钢可拆洗懒人椅子 长毛绒-薄雾灰 单椅', NULL, '2024-09-04 14:35:09', '2024-08-01 13:31:06', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026282943869, 10111392424287, 1, 4599.00, 'F1-24E-LAB-C1', NULL, 'jfs/t1/7656/38/28453/121970/66e2b140F951d645b/0603d59d486f5f1d.jpg', '[{\"attrId\":\"1001062273\",\"attrValueAlias\":[\"长毛绒-仙女粉\"],\"attrValues\":[\"19509166944\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062274\",\"attrValueAlias\":[\"单椅\"],\"attrValues\":[\"19509166945\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居lab休闲单椅包豪斯中古风成长型家具客厅不锈钢可拆洗懒人椅子 长毛绒-仙女粉 单椅', NULL, '2024-09-04 14:35:09', '2024-08-01 13:31:06', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024885612827, 10111198880006, 1, 6599.00, 'HGHT-23E-WQM-DT1-1-M&2017E-C1*4', NULL, 'jfs/t1/233917/24/17828/185068/66e6cd80F2c2a795c/0977c9cadbba379c.jpg', '[{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"一桌四椅140cm\\\"},{\\\"id\\\":13564,\\\"value\\\":\\\"(餐椅B*4)\\\"}]\"],\"attrValues\":[\"19387127390\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"合观胡桃\\\"}]\"],\"attrValues\":[\"5595299327\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居弯曲木餐桌餐椅 北欧风餐厅实木家具流光餐桌椅 一桌四椅140cm (餐椅B*4) 合观胡桃', NULL, '2024-09-09 23:32:38', '2024-07-30 13:18:50', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026318671604, 10111913645923, 1, 9999.00, 'F4-24E-LAB-B1B-180', NULL, 'jfs/t1/1947/34/26788/114029/66e2b142F342aa2da/c0506c79d52d48dd.jpg', '[{\"attrId\":\"1001063113\",\"attrValueAlias\":[\"雪尼尔布-宝石蓝\"],\"attrValues\":[\"19837288729\"],\"attrValuesSeqNo\":[4],\"index\":1},{\"attrId\":\"1001063114\",\"attrValueAlias\":[\"1.8*2.0m\"],\"attrValues\":[\"19837288724\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居lab多功能双人床包豪斯中古风成长型家具轻奢简约真皮艺主卧床 雪尼尔布-宝石蓝 1.8*2.0m', NULL, '2024-09-10 04:59:53', '2024-08-06 14:33:12', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025657207354, 10111189126750, 1, 4899.00, 'ZH-PC-2-DS-F2-QM24-B3-18', NULL, 'jfs/t1/177650/4/47903/74343/66e6cd78F37113cb5/36a024a4c590b327.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8m*2.0m\"],\"attrValues\":[\"13451524037\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"大白牛-框架床\"],\"attrValues\":[\"19380360110\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居床 双人床 复古家具主卧室大床真皮简约软床床 大白牛-框架床 1.8m*2.0m', NULL, '2024-09-09 23:32:00', '2024-07-30 11:01:02', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025657207354, 10111189126749, 1, 4899.00, 'ZH-PC-2-DS-F2-QM24-B3-15', NULL, 'jfs/t1/177650/4/47903/74343/66e6cd78F37113cb5/36a024a4c590b327.jpg', '[{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.5m*2.0m\"],\"attrValues\":[\"13451524036\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"大白牛-框架床\"],\"attrValues\":[\"19380360110\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居床 双人床 复古家具主卧室大床真皮简约软床床 大白牛-框架床 1.5m*2.0m', NULL, '2024-09-09 23:32:00', '2024-07-30 11:01:02', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 13823513444, 72112384165, 1, 5349.00, 'ZH-PC-2-DS-F1-QM19-B12A-18F', NULL, 'jfs/t1/162586/15/48303/95866/66e6cd7dFadb3eaf0/2c2e273bb3367edf.jpg', '[{\"attrId\":\"1001062527\",\"attrValueAlias\":[\"箱体床\"],\"attrValues\":[\"2784827018\"],\"attrValuesSeqNo\":[8],\"index\":1},{\"attrId\":\"1001062528\",\"attrValueAlias\":[\"1.8*2.0M清新绿\"],\"attrValues\":[\"2784824191\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居QM床 双人床 真皮床 现代简约主卧室大床皮艺家具实木框架 箱体床 1.8*2.0M清新绿', NULL, '2024-09-12 14:19:57', '2020-07-31 15:34:56', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025851061531, 10108226476903, 1, 1464.00, 'F9-23E-LAB-S1-5', NULL, 'jfs/t1/181050/12/48674/99696/66e2b145F2f90c58c/1564b4e6ab6acc05.jpg', '[{\"attrId\":\"1001062273\",\"attrValueAlias\":[\"单座包780mm\"],\"attrValues\":[\"15334428475\"],\"attrValuesSeqNo\":[1],\"index\":1},{\"attrId\":\"1001062274\",\"attrValueAlias\":[\"石墨灰\"],\"attrValues\":[\"17477176044\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居墩墩mini沙发模块组合沙发78cm坐深豆腐块懒人沙发单人沙发 单座包780mm 石墨灰', NULL, '2024-09-13 13:51:57', '2024-07-01 18:16:26', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025851061531, 10104945395813, 1, 5405.00, 'F1-23E-LAB-S1-2&S1-KBD*2', NULL, 'jfs/t1/249882/9/18838/131018/66e2b14aF31757c41/83a6281546a611cc.jpg', '[{\"attrId\":\"1001062274\",\"attrValueAlias\":[\"燕麦白\"],\"attrValues\":[\"15334428474\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062273\",\"attrValueAlias\":[\"双人沙发-2020*1050*620mm\"],\"attrValues\":[\"15334428481\"],\"attrValuesSeqNo\":[5],\"index\":1}]', '曲美家居墩墩mini沙发模块组合沙发78cm坐深豆腐块懒人沙发单人沙发 双人沙发-2020*1050*620mm 燕麦白', NULL, '2024-09-13 13:51:57', '2024-05-27 16:03:24', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025851061531, 10108226613821, 1, 2955.00, 'F9-23E-LAB-S1-4L&S1-KBD*1', NULL, 'jfs/t1/18763/40/24609/99195/66e2b149F9eab2fa7/7ad2e18ba757a6cc.jpg', '[{\"attrId\":\"1001062274\",\"attrValueAlias\":[\"石墨灰\"],\"attrValues\":[\"17477176044\"],\"attrValuesSeqNo\":[5],\"index\":2},{\"attrId\":\"1001062273\",\"attrValueAlias\":[\"左转角沙发-1050*1050*620mm\"],\"attrValues\":[\"15334428480\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居墩墩mini沙发模块组合沙发78cm坐深豆腐块懒人沙发单人沙发 左转角沙发-1050*1050*620mm 石墨灰', NULL, '2024-09-13 13:51:57', '2024-07-01 18:16:26', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025851061531, 10108226613827, 1, 5405.00, 'F9-23E-LAB-S1-2&S1-KBD*2', NULL, 'jfs/t1/249882/9/18838/131018/66e2b14aF31757c41/83a6281546a611cc.jpg', '[{\"attrId\":\"1001062273\",\"attrValueAlias\":[\"双人沙发-2020*1050*620mm\"],\"attrValues\":[\"15334428481\"],\"attrValuesSeqNo\":[5],\"index\":1},{\"attrId\":\"1001062274\",\"attrValueAlias\":[\"石墨灰\"],\"attrValues\":[\"17477176044\"],\"attrValuesSeqNo\":[5],\"index\":2}]', '曲美家居墩墩mini沙发模块组合沙发78cm坐深豆腐块懒人沙发单人沙发 双人沙发-2020*1050*620mm 石墨灰', NULL, '2024-09-13 13:51:57', '2024-07-01 18:16:26', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025851061531, 10104945395811, 1, 2955.00, 'F7-23E-LAB-S1-4L&S1-KBD*1', NULL, 'jfs/t1/18763/40/24609/99195/66e2b149F9eab2fa7/7ad2e18ba757a6cc.jpg', '[{\"attrId\":\"1001062274\",\"attrValueAlias\":[\"蔷薇粉\"],\"attrValues\":[\"15334428476\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001062273\",\"attrValueAlias\":[\"左转角沙发-1050*1050*620mm\"],\"attrValues\":[\"15334428480\"],\"attrValuesSeqNo\":[4],\"index\":1}]', '曲美家居墩墩mini沙发模块组合沙发78cm坐深豆腐块懒人沙发单人沙发 左转角沙发-1050*1050*620mm 蔷薇粉', NULL, '2024-09-13 13:51:57', '2024-05-27 16:03:24', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025851061531, 10108226476908, 1, 2213.00, 'F8-23E-LAB-S1-9&S1-KBD*1', NULL, 'jfs/t1/93341/31/47885/125520/66e2b147F34b60374/e72e1201132b145b.jpg', '[{\"attrId\":\"1001062274\",\"attrValueAlias\":[\"焦糖棕\"],\"attrValues\":[\"17477176043\"],\"attrValuesSeqNo\":[4],\"index\":2},{\"attrId\":\"1001062273\",\"attrValueAlias\":[\"单背沙发-780*1050*620mm\"],\"attrValues\":[\"15334428478\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居墩墩mini沙发模块组合沙发78cm坐深豆腐块懒人沙发单人沙发 单背沙发-780*1050*620mm 焦糖棕', NULL, '2024-09-13 13:51:57', '2024-07-01 18:16:26', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235442, 1, 393.00, 'F8-23E-LAB-TBZCZ', NULL, 'jfs/t1/237358/23/14855/34373/663b1da4F82d21351/ed98c25ce0a83b68.jpg', '[{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x75x15【头部支撑枕】\"],\"attrValues\":[\"14199947925\"],\"attrValuesSeqNo\":[12],\"index\":1},{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"焦糖棕【灯芯绒】\"],\"attrValues\":[\"14199947909\"],\"attrValuesSeqNo\":[8],\"index\":2}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x75x15【头部支撑枕】 焦糖棕【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025734520381, 10103073235415, 1, 400.00, 'F8-23E-LAB-ZDB-1', NULL, 'jfs/t1/151156/17/44865/24377/663b1da5Ff760fdc4/417f20ac8d3a77dc.jpg', '[{\"attrId\":\"1001062134\",\"attrValueAlias\":[\"焦糖棕【灯芯绒】\"],\"attrValues\":[\"14199947909\"],\"attrValuesSeqNo\":[8],\"index\":2},{\"attrId\":\"1001062133\",\"attrValueAlias\":[\"82x45x35【折叠背】\"],\"attrValues\":[\"14199947922\"],\"attrValuesSeqNo\":[9],\"index\":1}]', '曲美家居曲美家居lab墩墩沙发模块组合沙发腰靠配件 82x45x35【折叠背】 焦糖棕【灯芯绒】', NULL, '2024-09-13 13:51:58', '2024-05-08 14:51:32', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10024885612827, 10111198880008, 1, 6599.00, 'HGHT-23E-WQM-DT1-2-M&2017E-C1*4', NULL, 'jfs/t1/167101/28/45110/185556/66e6cd81Fac933418/f7e00128b09f9000.jpg', '[{\"attrId\":\"1001062450\",\"attrValueAlias\":[\"[{\\\"id\\\":11384,\\\"value\\\":\\\"合观胡桃\\\"}]\"],\"attrValues\":[\"5595299327\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062449\",\"attrValueAlias\":[\"[{\\\"id\\\":5151,\\\"value\\\":\\\"一桌四椅160cm\\\"},{\\\"id\\\":13564,\\\"value\\\":\\\"(餐椅B*4)\\\"}]\"],\"attrValues\":[\"19387127391\"],\"attrValuesSeqNo\":[2],\"index\":1}]', '曲美家居弯曲木餐桌餐椅 北欧风餐厅实木家具流光餐桌椅 一桌四椅160cm (餐椅B*4) 合观胡桃', NULL, '2024-09-09 23:32:38', '2024-07-30 13:18:50', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026282943869, 10111392424289, 1, 4599.00, 'F3-24E-LAB-C1', NULL, 'jfs/t1/178839/31/47457/151017/66e2b142F8448a700/eb546e0f30d70048.jpg', '[{\"attrId\":\"1001062274\",\"attrValueAlias\":[\"单椅\"],\"attrValues\":[\"19509166945\"],\"attrValuesSeqNo\":[1],\"index\":2},{\"attrId\":\"1001062273\",\"attrValueAlias\":[\"3D布艺-凝夜紫\"],\"attrValues\":[\"19509166947\"],\"attrValuesSeqNo\":[3],\"index\":1}]', '曲美家居lab休闲单椅包豪斯中古风成长型家具客厅不锈钢可拆洗懒人椅子 3D布艺-凝夜紫 单椅', NULL, '2024-09-15 04:55:44', '2024-08-01 13:31:06', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025851061531, 10108227809206, 1, 7319.00, 'F1-23E-LAB-S1-3&S1-KBD*3', NULL, 'jfs/t1/234521/31/25166/130644/66e2b14cF41dd7e13/7bb13a7a59844931.jpg', '[{\"attrId\":\"1001062273\",\"attrValueAlias\":[\"三人沙发-2800*1050*620mm\"],\"attrValues\":[\"17478105533\"],\"attrValuesSeqNo\":[7],\"index\":1},{\"attrId\":\"1001062274\",\"attrValueAlias\":[\"燕麦白\"],\"attrValues\":[\"15334428474\"],\"attrValuesSeqNo\":[1],\"index\":2}]', '曲美家居墩墩mini沙发模块组合沙发78cm坐深豆腐块懒人沙发单人沙发 三人沙发-2800*1050*620mm 燕麦白', NULL, '2024-09-13 13:51:57', '2024-07-01 18:31:44', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10025851061531, 10104945314903, 1, 1464.00, 'F2-23E-LAB-S1-5', NULL, 'jfs/t1/181050/12/48674/99696/66e2b145F2f90c58c/1564b4e6ab6acc05.jpg', '[{\"attrId\":\"1001062274\",\"attrValueAlias\":[\"奶茶灰\"],\"attrValues\":[\"15334428477\"],\"attrValuesSeqNo\":[3],\"index\":2},{\"attrId\":\"1001062273\",\"attrValueAlias\":[\"单座包780mm\"],\"attrValues\":[\"15334428475\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居墩墩mini沙发模块组合沙发78cm坐深豆腐块懒人沙发单人沙发 单座包780mm 奶茶灰', NULL, '2024-09-13 13:51:57', '2024-05-27 16:03:24', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026204148272, 10113739208260, 1, 31000.00, 'F2-24E-LAB-S1A-3', NULL, 'jfs/t1/234401/27/26914/69251/66e2b143Fe26b74bc/4aa3482d5cf42927.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"全牛皮-爵士绿\\\"}]\"],\"attrValues\":[\"20952729413\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"valueId\\\":\\\"1126064\\\",\\\"id\\\":9343,\\\"value\\\":\\\"多人位\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"3.14\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"【无电动功能】\\\"}]\"],\"attrValues\":[\"11692580363\"],\"attrValuesSeqNo\":[3],\"index\":2}]', '曲美家居lab多功能包豪斯中古风成长型模块沙发真皮艺客厅懒人沙发 全牛皮-爵士绿 多人位 3.14m 【无电动功能】', NULL, '2024-09-14 04:42:30', '2024-08-22 14:20:49', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 11728102236, 10110745168625, 1, 2599.00, 'ZH-PTCD-DS-JH-QM23-M2-15', NULL, 'jfs/t1/166347/26/44955/173587/66e6cd79Fd093a865/10fe010a5740a2b7.jpg', '[{\"attrId\":\"1001062651\",\"attrValueAlias\":[\"1500*2000mm\"],\"attrValues\":[\"2784827817\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001062652\",\"attrValueAlias\":[\"加厚款26cm乳胶+弹簧+黄麻\"],\"attrValues\":[\"19089605486\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居QM 床垫 乳胶床垫 黄麻护脊床垫 单人双人软硬两用弹簧床垫 1500*2000mm 加厚款26cm乳胶+弹簧+黄麻', NULL, '2024-09-09 23:32:29', '2024-07-25 17:55:29', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026204148272, 10113739208259, 1, 23900.00, 'F2-24E-LAB-S1A-2', NULL, 'jfs/t1/234401/27/26914/69251/66e2b143Fe26b74bc/4aa3482d5cf42927.jpg', '[{\"attrId\":\"1001063213\",\"attrValueAlias\":[\"[{\\\"id\\\":6752,\\\"value\\\":\\\"全牛皮-爵士绿\\\"}]\"],\"attrValues\":[\"20952729413\"],\"attrValuesSeqNo\":[2],\"index\":1},{\"attrId\":\"1001063214\",\"attrValueAlias\":[\"[{\\\"id\\\":9343,\\\"value\\\":\\\"两人位沙发\\\"},{\\\"unit\\\":\\\"m\\\",\\\"id\\\":9230,\\\"value\\\":\\\"2.22\\\"},{\\\"id\\\":9231,\\\"value\\\":\\\"【无电动功能】\\\"}]\"],\"attrValues\":[\"11692580362\"],\"attrValuesSeqNo\":[2],\"index\":2}]', '曲美家居lab多功能包豪斯中古风成长型模块沙发真皮艺客厅懒人沙发 全牛皮-爵士绿 两人位沙发 2.22m 【无电动功能】', NULL, '2024-09-04 14:35:08', '2024-08-22 14:20:49', NULL, NULL, NULL, 2);
INSERT INTO `oms_jd_goods_sku` VALUES (NULL, 10026318671604, 10111913645915, 1, 10999.00, 'F1-24E-LAB-B1B-150', NULL, 'jfs/t1/64773/30/29285/69805/66e2b140Fc841bbf4/1c73fd3e273ed878.jpg', '[{\"attrId\":\"1001063114\",\"attrValueAlias\":[\"1.5*2.0m\"],\"attrValues\":[\"19837288725\"],\"attrValuesSeqNo\":[2],\"index\":2},{\"attrId\":\"1001063113\",\"attrValueAlias\":[\"牛皮-岩石灰\"],\"attrValues\":[\"19837288723\"],\"attrValuesSeqNo\":[1],\"index\":1}]', '曲美家居lab多功能双人床包豪斯中古风成长型家具轻奢简约真皮艺主卧床 牛皮-岩石灰 1.5*2.0m', NULL, '2024-09-04 14:35:10', '2024-08-06 14:33:12', NULL, NULL, NULL, 2);
SET FOREIGN_KEY_CHECKS = 1;