ecw_product_attr.sql 1.14 KB
Newer Older
lanbaoming's avatar
lanbaoming committed
1 2 3 4 5 6 7 8 9
truncate table ecw_product_attr;
INSERT INTO `ecw_product_attr` VALUES (1, '特殊物品', NULL, 'A', '', 1, 0, '1', '2022-10-07 13:29:18', '1', '2022-10-07 13:32:05', b'0');
INSERT INTO `ecw_product_attr` VALUES (2, '普货', NULL, 'B', '', 1, 0, '1', '2022-10-07 13:29:18', '1', '2022-10-07 13:32:05', b'0');
INSERT INTO `ecw_product_attr` VALUES (3, '纯电', NULL, 'C', '需上传保函/证书', 1, 0, '1', '2022-10-07 13:29:18', '1', '2022-10-07 13:32:05', b'0');
INSERT INTO `ecw_product_attr` VALUES (4, '不接受货物', NULL, 'D', '', 1, 0, '1', '2022-10-07 13:29:18', '1', '2022-10-07 13:32:05', b'0');
INSERT INTO `ecw_product_attr` VALUES (5, '预付类', NULL, 'E', '', 1, 0, '1', '2022-10-07 13:29:18', '1', '2022-10-07 13:32:05', b'0');
INSERT INTO `ecw_product_attr` VALUES (6, '全包价', NULL, 'F', '', 1, 0, '1', '2022-10-07 13:29:18', '1', '2022-10-07 13:32:05', b'0');
INSERT INTO `ecw_product_attr` VALUES (7, '测试', NULL, 'H', '', 1, 1, '1', '2022-10-07 13:29:18', '1', '2022-10-07 13:32:05', b'0');
INSERT INTO `ecw_product_attr` VALUES (8, '包装类', NULL, 'I', '', 1, 0, '1', '2022-10-07 13:29:18', '1', '2022-10-07 13:32:05', b'0');