/* Navicat MySQL Data Transfer Source Server : 192.168.1.141 Source Server Version : 50149 Source Host : 192.168.1.141:3306 Source Database : sign_back Target Server Type : MYSQL Target Server Version : 50149 File Encoding : 65001 Date: 2012-05-16 18:25:17 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `attribute` -- ---------------------------- DROP TABLE IF EXISTS `attribute`; CREATE TABLE `attribute` ( `attr_id` smallint(5) NOT NULL AUTO_INCREMENT COMMENT '属性自增id', `cat_id` smallint(5) DEFAULT '0' COMMENT '属性所属分类id', `attr_name` varchar(200) DEFAULT NULL COMMENT '属性名', `attr_input_type` tinyint(1) DEFAULT '1' COMMENT '属性输入方式1、手工输入2、从列表选择,用英文逗号隔开 ', `attr_type` tinyint(1) DEFAULT '1' COMMENT '文本属性0、文本1、单选2、复选3、下拉', `attr_values` text COMMENT '属性值', `attr_index` tinyint(1) DEFAULT '0' COMMENT '是否需要检索0、不需要1、关键字检索2、范围检索', `sort_orderx` tinyint(3) DEFAULT '0' COMMENT '属性排序', `is_linked` tinyint(1) DEFAULT '0' COMMENT '是否开启0、开启1、关闭', `attr_group` tinyint(1) DEFAULT NULL COMMENT '属性组别', `pid` smallint(5) DEFAULT NULL COMMENT '站点id', PRIMARY KEY (`attr_id`) ) ENGINE=MyISAM AUTO_INCREMENT=837 DEFAULT CHARSET=utf8 CHECKSUM=1 DELAY_KEY_WRITE=1 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of attribute -- ---------------------------- INSERT INTO `attribute` VALUES ('7', '18', 'Max print size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('8', '18', 'Printer head', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('9', '18', 'Print resolution', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('10', '18', 'Max Media thickness', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('11', '18', 'Ink colors', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('37', '18', 'Interface', '1', '2', 'USB2.0,LPT', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('2', '7', 'Max print width', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('3', '7', 'Print head', '1', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('4', '7', 'Ink type', '1', '2', 'Solvent Inks,Water Based Ink,Dye Inks,Oil Based Inks, Eco Solvent Ink,UV Ink ,Sublimation Ink', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('45', '7', 'Max Media Width', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('46', '7', 'Maximum Resolution', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('47', '7', 'Print Speed', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('48', '7', 'Colors', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('12', '6', 'Laser Power', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('13', '6', 'Effective Engraving Area', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('18', '6', 'Max. Engraving Speed', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('19', '6', 'Engraving Precision', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('21', '6', 'Support Image Format', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('120', '45', 'Laser Power', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('121', '45', 'Effective Cutting Area', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('122', '45', 'Max. Cutting Speed', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('123', '45', 'Max. Cutting Thickness', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('124', '45', 'Resolution', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('125', '45', 'Positioning Precision', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('126', '45', 'Support Image Format', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('127', '45', 'Interface', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('74', '32', 'Width', '0', '0', '', '0', '4', '0', null, '16'); INSERT INTO `attribute` VALUES ('75', '32', 'Thickness', '0', '0', '', '0', '1', '0', null, '16'); INSERT INTO `attribute` VALUES ('76', '32', 'Length', '0', '0', '', '0', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('388', '32', 'Weight', '0', '0', '', '0', '2', '0', null, '16'); INSERT INTO `attribute` VALUES ('77', '33', 'Width', '0', '0', '', '0', '1', '0', null, '16'); INSERT INTO `attribute` VALUES ('78', '33', 'Thickness', '0', '0', '', '0', '2', '0', null, '16'); INSERT INTO `attribute` VALUES ('79', '33', 'Length', '0', '0', '', '0', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('392', '33', 'Weight', '0', '0', '', '0', '4', '0', null, '16'); INSERT INTO `attribute` VALUES ('80', '34', 'Width', '0', '0', '', '0', '1', '0', null, '16'); INSERT INTO `attribute` VALUES ('81', '34', 'Thickness', '0', '0', '', '0', '2', '0', null, '16'); INSERT INTO `attribute` VALUES ('82', '34', 'Length', '0', '0', '', '0', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('83', '35', 'Width', '0', '0', '', '0', '1', '0', null, '16'); INSERT INTO `attribute` VALUES ('84', '35', 'Thickness', '0', '0', '', '0', '2', '0', null, '16'); INSERT INTO `attribute` VALUES ('85', '35', 'Length', '0', '0', '', '0', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('389', '35', 'Weight', '0', '0', '', '0', '4', '0', null, '16'); INSERT INTO `attribute` VALUES ('390', '35', 'Desktop Size', '0', '0', '', '0', '5', '0', null, '16'); INSERT INTO `attribute` VALUES ('86', '36', 'Width', '0', '0', '', '0', '4', '0', null, '16'); INSERT INTO `attribute` VALUES ('87', '36', 'Weight', '0', '0', '', '0', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('88', '36', 'Length', '0', '0', '', '0', '2', '0', null, '16'); INSERT INTO `attribute` VALUES ('391', '36', 'Support_Ink', '0', '0', '', '0', '1', '0', null, '16'); INSERT INTO `attribute` VALUES ('145', '48', 'Thickness', '1', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('146', '48', 'Width', '1', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('147', '48', 'Length', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('148', '48', 'Substrates', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('393', '48', 'Speci-', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('149', '49', 'Thickness(g/sq.m)', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('150', '49', 'Width', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('151', '49', 'Length', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('152', '49', 'Substrates', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('394', '49', 'specifications', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('153', '50', 'GSM', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('154', '50', 'Width', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('155', '50', 'Length', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('156', '50', 'Thickness', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('397', '50', 'PVC Face', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('398', '50', 'Line', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('399', '50', 'Glue', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('157', '51', 'GSM', '0', '0', '', '0', '1', '0', null, '16'); INSERT INTO `attribute` VALUES ('158', '51', 'Width', '0', '0', '', '0', '7', '0', null, '16'); INSERT INTO `attribute` VALUES ('159', '51', 'Length', '0', '0', '', '0', '6', '0', null, '16'); INSERT INTO `attribute` VALUES ('400', '51', 'PVC Face', '0', '0', '', '0', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('401', '51', 'Line', '0', '0', '', '0', '4', '0', null, '16'); INSERT INTO `attribute` VALUES ('402', '51', 'Glue', '0', '0', '', '0', '5', '0', null, '16'); INSERT INTO `attribute` VALUES ('161', '52', 'GSM', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('162', '52', 'Width', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('163', '52', 'Length', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('395', '52', 'specification', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('218', '68', 'Width', '0', '0', '', '0', '2', '0', null, '16'); INSERT INTO `attribute` VALUES ('219', '68', 'Length', '0', '0', '', '0', '1', '0', null, '16'); INSERT INTO `attribute` VALUES ('239', '72', 'Used For Printer', '0', '0', 'Roland,Mimaki,Mutoh,Seiko Colorpainter 64/s100s(konica512 printhead),HP designjet 9000s/10000s(konica512 printhead),OCE CS6060(konica512 printhead)', '0', '13', '0', null, '16'); INSERT INTO `attribute` VALUES ('240', '72', 'Color', '0', '0', 'CMY,PK,LC,LM,LK', '0', '8', '0', null, '16'); INSERT INTO `attribute` VALUES ('241', '72', 'Package Type', '0', '0', 'Cartridge,Bottle,Carton', '0', '7', '0', null, '16'); INSERT INTO `attribute` VALUES ('242', '72', 'Volume', '1', '1', '220ml/cartridge,440ml/cartridge,500ml/cartridge,1000ml/cartridge,1000ml/bottle', '1', '5', '0', null, '16'); INSERT INTO `attribute` VALUES ('243', '72', 'character', '0', '0', '', '0', '9', '0', null, '16'); INSERT INTO `attribute` VALUES ('244', '72', 'Origin', '1', '1', 'Italy,South Korea,China,Taiwan', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('471', '72', 'Keep Time(ink)', '1', '1', '6-12months,13-18months,19-24months', '0', '1', '1', null, '16'); INSERT INTO `attribute` VALUES ('164', '53', 'Used For Printer', '0', '0', 'HP,Epson,Canon,Roland,Mimaki,Mutoh,Novajet', '0', '12', '0', null, '16'); INSERT INTO `attribute` VALUES ('166', '53', 'Color', '0', '0', 'C,M,Y,PK,LC,LM,LK', '0', '8', '0', null, '16'); INSERT INTO `attribute` VALUES ('167', '53', 'Package Type', '1', '1', 'Cartridge,Bottle', '0', '7', '0', null, '16'); INSERT INTO `attribute` VALUES ('168', '53', 'Volume', '1', '1', '220ml/cartridge,69ml/cartridge,350ml/cartridge,680ml/cartridge,1000ml/bottle,700ml/cartridge', '1', '5', '0', null, '16'); INSERT INTO `attribute` VALUES ('170', '53', 'Keep Time(ink)', '1', '1', '6-12months,13-18months,19-24months', '0', '1', '0', null, '16'); INSERT INTO `attribute` VALUES ('171', '53', 'Origin', '1', '1', 'Italy,Korea,China', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('188', '59', 'Used For Printhead', '0', '0', 'Xaar,Spectra,Seiko,Konica', '0', '12', '0', null, '16'); INSERT INTO `attribute` VALUES ('189', '59', 'Color', '0', '0', 'CMY,PK,LC,LM,LK', '0', '8', '0', null, '16'); INSERT INTO `attribute` VALUES ('501', '72', 'Durability(Picture)', '1', '1', '1-12months,13-18months,19-24months,More than 25 months ', '0', '2', '0', null, '16'); INSERT INTO `attribute` VALUES ('191', '59', 'Volume', '1', '1', '1L/bottle,4L/bottle,5L/bottle', '1', '5', '0', null, '16'); INSERT INTO `attribute` VALUES ('192', '59', 'Keep Time(ink)', '1', '1', '6-12months,13-18months,19-24months', '0', '1', '0', null, '16'); INSERT INTO `attribute` VALUES ('193', '59', 'Origin', '1', '1', 'Italy,South South Korea,China', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('128', '46', 'Maximum Engraving Area', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('129', '46', 'Maximum Engraving Speed', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('130', '46', 'Spindle Power', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('131', '46', 'Rotational Speed Of Spindle', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('132', '46', 'Engraving Precision', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('133', '46', 'Repetition Precision', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('134', '46', 'Type Of Worktable', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('135', '46', 'Engraving Software', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('136', '46', 'Interface', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('137', '47', 'Max. Paper Feed Width', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('138', '47', 'Max. Cutting Width', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('139', '47', 'Max. Cutting Speed', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('140', '47', 'Max. Cutting Thickness', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('141', '47', 'Cutting Precision', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('142', '47', 'Cutter Press', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('143', '47', 'Control Panel', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('144', '47', 'Interface', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('38', '24', 'Operating Method', '1', '2', 'Electric,Manual', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('39', '24', 'Max Laminating Width', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('40', '24', 'Max Laminating Thickness', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('41', '24', 'Roller\'s Diameter', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('42', '24', 'Laminating Speed', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('43', '24', 'Heating Method', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('44', '24', 'Motor Power', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('220', '69', 'Max Laminating Width', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('221', '69', 'Laminating Thickness', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('222', '69', 'Laminating Speed', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('223', '69', 'Heating Method', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('224', '69', 'Heating Power', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('225', '69', 'Feeding Liquid Mode', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('406', '28', 'Function', '1', '0', 'Paper cutter,Paper & KT board cutter,Fiber cutter', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('51', '27', 'Working Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('53', '27', 'Angle Type', '1', '3', 'round,right', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('405', '29', 'Moving Type', '1', '0', 'Fixed floor standing type, Moving type', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('404', '29', 'Operation Type', '1', '0', 'Automatic, Manual', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('24', '21', 'Used For', '1', '2', 'Roland AJ-740I,Roland AJ-1000I,Roland CJ-70,Roland CJ-400,Roland CJ-500,Roland CJ-540,Roland CJ-600,Roland CJ-740,Roland FJ-40,Roland FJ-42,Roland FJ-50,Roland FJ-52,Roland FJ-400,Roland FJ-500,Roland FJ-540,Roland FJ-545EX,Roland FJ-600,Roland FJ-640,Roland FJ-740,Roland FJ-740K,Roland FP-740,Roland FP-740K,Roland RS-540,Roland RS-640,Roland SC-500,Roland SC-540,Roland SC-545EX,Roland SC-600,Roland SC-645,Roland SC-745,Roland SJ-500,Roland SJ-540,Roland SJ-545EX,Roland SJ-600,Roland SJ-640,Roland SJ-645,Roland SJ-645EX,Roland SJ-740,Roland SJ-745,Roland SJ-745EX,Roland SJ-1000,Roland SJ-1045EX,Roland SP-300,Roland SP-300V,Roland SP-360,Roland SP-540,Roland SP-540V,Roland VP-300I,Roland VP-540I,Roland VP-540,Roland VS-420,Roland VS-540,Roland VS-640,Roland XC-540,Roland XC-540W,Roland XC-545EX,Roland XJ-540,Roland XJ-640,Roland XJ-740,Roland XJ-1000,Roland XJ-1045EX,Roland soljet,Roland VersaCAMM,Roland HifiJet,Mimaki JV2,Mimaki JV3,Mimaki JV4,Mimaki JV5,Mimaki JV22,Mimaki JV33,Mutoh RJ-6000,Mutoh RJ-8000,Mutoh RJ-8100,Mutoh VJ-1604E,Mutoh VJ-1604W,Mutoh VJ-1604,Mutoh VJ-1204,Mutoh VJ-1304,Mutoh VJ-1614,Mutoh VJ-1618,Mutoh VJ-1618K,Mutoh VJ-1618W,Mutoh VJ-1608,Mutoh VJ-2606E,Mutoh ValueJet,Mutoh Rock Hopper I,Mutoh Rock Hopper II,Mutoh FalconII,Mutoh Falcon Plus,Mutoh Spitfire,Epson Stylus Pro 7450,Epson Stylus Pro 7800,Epson Stylus Pro 7880,Epson Stylus Pro 9450,Epson Stylus Pro 9800,Epson Stylus Pro 9880,Epson Stylus Pro 7900,Epson Stylus Pro 7910,Epson Stylus Pro 9900,Epson Stylus Pro 9910,Epson Stylus Pro 11880c,Epson DX2 head,Epson DX3 head,Epson DX4 head,Epson DX5 head,', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('410', '23', 'Part Number', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('411', '109', 'Spare Parts Type', '1', '0', 'Damper,Motor', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('25', '21', 'Remark', '1', '3', 'Original,OEM', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('26', '21', 'Part Number', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('30', '19', 'Used For', '1', '2', 'hp designjet 120,hp designjet 130,hp designjet 430,hp designjet 450,hp designjet 500,hp designjet 800,hp designjet 1050,hp designjet 5000,hp designjet 5100,hp designjet 5500,hp designjet 9000s', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('31', '19', 'Remark', '1', '3', 'Original,OEM', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('32', '19', 'Part Number', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('27', '22', 'Remark', '1', '3', 'OEM,Original', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('28', '22', 'Used For', '1', '2', 'Novajet 750,Novajet 736,Novajet 700,Novajet 630,Novajet 600,Novajet 505,Novajet 500,Novajet 880,Novajet 850,Novajet 800,Novajet 1200i,Novajet 1000i,Novajet Pro 50,Novajet Pro 60e,Novajet Pro 42e,Novajet T200,', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('29', '22', 'Part Number', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('113', '20', 'Used For', '1', '2', 'wit-color 3330,wit-color 3318,wit-color 3312,wit-color 3320,wit-color 3308,wit-color 2908,Wit-color Ultra1000,Wit-color Ultra2000,Wit-color Ultra3000', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('114', '20', 'Remark', '1', '3', 'Original,OEM', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('115', '20', 'Part Number', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('33', '23', 'Used For', '1', '2', 'Epson Stylus COLOR 800,Epson Stylus COLOR 1520K,Epson Stylus COLOR 3000,Epson Stylus COLOR 900,Epson Stylus Photo R210,Epson Stylus Photo R220,Epson Stylus Photo R230,Epson Stylus Photo R250,Epson Stylus Photo R310,Epson Stylus Photo R1390,Epson Stylus Photo R1800,Epson Stylus Photo R1900,Epson Stylus Photo R2400,Epson Stylus Photo R2880,Epson Stylus Photo R4900,Epson Stylus Photo R4910,Epson Stylus Photo 1290,Epson Stylus Photo 790,Epson Stylus Photo 890,Epson Stylus Pro 4400,Epson Stylus Pro 4800,Epson Stylus Pro 4880,Epson Stylus Pro 4908,Epson Stylus Pro 7400,Epson Stylus Pro 7500,Epson Stylus Pro 7600,Epson Stylus Pro 7800,Epson Stylus Pro 7880,Epson Stylus Pro 7900,Epson Stylus Pro 7908,Epson Stylus Pro 7910,Epson Stylus Pro 9000,Epson Stylus Pro 9400,Epson Stylus Pro 9450,Epson Stylus Pro 9500,Epson Stylus Pro 9600,Epson Stylus Pro 9800,Epson Stylus Pro 9880,Epson Stylus Pro 9900,Epson Stylus Pro 9908,Epson Stylus Pro 9910,Epson Stylus Pro GS6000,Epson Stylus Pro 11880c,Epson Stylus Pro 10000,Epson Stylus Pro 10600,EPSON TX800,Roland FJ-40,Roland FJ-42,Roland FJ-50,Roland FJ-52,Roland FJ-740,Roland FJ-640,Roland FJ-600,Roland FJ-540,Roland FJ-500,Roland FJ-400,Roland SJ-500,Roland SJ-540,Roland SJ-645EX,Roland SJ-740,Roland SJ-745EX,Roland SJ-1000,Roland SJ-1045EX,Roland CJ-400,Roland CJ-500,Roland CJ-600,Roland CJ-540,Roland SC-500,Roland SC-540,Roland SC-545EX,Roland SC-600,Roland SP-300,Roland SP-540,Roland VP-300I,Roland VP-540I,Roland XJ-740,Roland XJ-640,Roland XJ-540,Roland RS-640,Roland XC-540,Roland XC-540W,Roland XC-545EX,Mutoh VJ-1204,Mutoh VJ-1304,Mutoh VJ-1614,Mutoh VJ-1604,Mutoh VJ-1604W,Mutoh VJ-1618,Mutoh VJ-1618K,Mutoh VJ-1618W,Mutoh RJ-8000,Mutoh RJ-6000,Mutoh RJ-6100,Mutoh RJ-4000,Mutoh RH2,mutoh falcon ii,Mimaki JV2,Mimaki JV3,Mimaki JV4,Mimaki JV5,Mimaki JV22,Mimaki JV33,Seiko printhead,Konica Printhead,Canon Printhead,XAAR Printhead,Spectra printhead,Encad Printhead,RICOH Printhead,HP Printhead,Seiko ColorPainter 64s,Seiko ColorPainter 100s,HP designjet 9000s,HP designjet 5000,HP designjet 5500,Novajet 600,Novajet 630,Novajet 700,Novajet 736,Novajet 750,Novajet 850,Novajet 880,Novajet T200,Novajet 1000i,Novajet 1200i,', '0', '1', '0', null, '16'); INSERT INTO `attribute` VALUES ('34', '23', 'Nozzle Number', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('35', '23', 'Made In', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('36', '23', 'Remark', '1', '3', 'Original,OEM', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('63', '30', 'External Frame Material', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('64', '30', 'Product Thickness', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('65', '30', 'Overall Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('66', '30', 'Image Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('67', '30', 'Viewing Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('116', '44', 'External Frame Material', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('117', '44', 'Overall Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('118', '44', 'Panel Material', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('119', '44', 'Image', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('210', '66', 'Frame Material', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('211', '66', 'Overall Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('212', '66', 'Image Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('213', '66', 'Changing Distance', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('214', '67', 'Product Thickness', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('215', '67', 'Overall Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('216', '67', 'Image Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('217', '67', 'Viewing Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('92', '38', 'Thickness', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('93', '38', 'Width', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('94', '38', 'Length', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('95', '38', 'Density', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('107', '42', 'Color', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('109', '42', 'Thickness', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('110', '42', 'Densiy', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('96', '39', 'Thickness', '1', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('97', '39', 'Width', '1', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('98', '39', 'Length', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('99', '39', 'Density', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('100', '40', 'Color', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('101', '40', 'Thickness', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('102', '40', 'Density', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('255', '76', 'Thickness', '0', '0', '', '0', '2', '0', null, '16'); INSERT INTO `attribute` VALUES ('256', '76', 'LPI', '0', '0', '', '0', '1', '0', null, '16'); INSERT INTO `attribute` VALUES ('103', '41', 'Thickness', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('104', '41', 'Width', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('105', '41', 'Length', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('106', '41', 'Density', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('111', '43', 'Surface Thickness', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('112', '43', 'Bottom Thickness', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('179', '56', 'Material', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('180', '56', 'Graphic Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('371', '56', 'Package', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('797', '31', 'Graphic Size', '0', '0', null, '0', '7', '0', null, '16'); INSERT INTO `attribute` VALUES ('796', '31', 'Graphic Size', '0', '0', null, '0', '8', '0', null, '16'); INSERT INTO `attribute` VALUES ('795', '31', 'Material', '0', '0', null, '0', '9', '0', null, '16'); INSERT INTO `attribute` VALUES ('825', '54', 'Frame size', '0', '0', null, '0', '9', '0', null, '16'); INSERT INTO `attribute` VALUES ('824', '54', 'Frame size', '0', '0', null, '0', '10', '0', null, '16'); INSERT INTO `attribute` VALUES ('823', '54', 'Material', '0', '0', null, '0', '11', '0', null, '16'); INSERT INTO `attribute` VALUES ('182', '57', 'Graphic Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('183', '57', 'N.W', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('370', '57', 'Package', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('812', '58', 'Pole Height (without flag)', '0', '0', null, '0', '11', '0', null, '16'); INSERT INTO `attribute` VALUES ('811', '58', 'Pole Height (without flag)', '0', '0', null, '0', '12', '0', null, '16'); INSERT INTO `attribute` VALUES ('198', '61', 'Graphic Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('372', '61', 'Materials', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('373', '61', 'Package', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('200', '62', 'Material', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('201', '62', 'Viewable Area', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('202', '62', 'Overall Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('374', '62', 'Package', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('203', '63', 'Material', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('205', '63', 'Overall Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('375', '63', 'Viewable Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('376', '63', 'Package', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('206', '64', 'Materials', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('208', '64', 'Overall Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('377', '64', 'Viewable Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('378', '64', 'Package', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('194', '60', 'Materials', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('196', '60', 'Pocket', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('379', '60', 'Package', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('209', '65', 'Materials', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('380', '65', 'Graphic Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('381', '65', 'Package', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('49', '25', 'Working Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('50', '25', 'Power', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('226', '70', 'Max. Cutting Area', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('227', '70', 'Max. Cutting Speed', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('228', '70', 'Cutting Thickness', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('229', '70', 'Driver', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('230', '70', 'Manner of Receiving Data', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('231', '71', 'Laser Medium', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('232', '71', 'Laser Wave Length', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('233', '71', 'Pulse Frequency', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('234', '71', 'Laser Power', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('235', '71', 'Marking Range', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('236', '71', 'Marking Speed', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('237', '71', 'Cooling Method', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('238', '71', 'Spare Parts', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('246', '73', 'Volume', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('247', '73', 'Power', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('248', '74', 'Length', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('249', '74', 'Width\'\'', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('250', '74', 'Line', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('251', '74', 'Glue', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('403', '74', 'PVC Face', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('252', '75', 'Size', '0', '0', '', '0', '12', '0', null, '16'); INSERT INTO `attribute` VALUES ('636', '75', 'CTN Size', '0', '0', null, '0', '10', '0', null, '16'); INSERT INTO `attribute` VALUES ('257', '77', 'Characteristics', '0', '0', '', '0', '21', '0', null, '16'); INSERT INTO `attribute` VALUES ('258', '77', 'Mainly used for', '0', '0', '', '0', '20', '0', null, '16'); INSERT INTO `attribute` VALUES ('262', '79', 'GSM', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('263', '79', 'Feature', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('259', '78', 'GSM', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('260', '78', 'Feature', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('261', '78', 'Suitable Printer', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('264', '80', 'Used For', '1', '2', 'Seiko printhead,Konica Printhead,Canon Printhead,XAAR Printhead,Spectra printhead,Encad Printhead,RICOH Printhead,HP Printhead', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('265', '80', 'Remark', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('266', '81', 'Screen Size (inch)', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('267', '81', 'Resolution', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('268', '82', 'Material', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('269', '82', 'Applicational materials', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('270', '83', 'Ink type', '0', '0', '', '0', '6', '0', null, '16'); INSERT INTO `attribute` VALUES ('271', '83', 'Pressing Temperature', '0', '0', '', '0', '8', '0', null, '16'); INSERT INTO `attribute` VALUES ('272', '83', 'Pressing time', '0', '0', '', '0', '7', '0', null, '16'); INSERT INTO `attribute` VALUES ('316', '83', 'Width', '0', '0', '', '0', '14', '0', null, '16'); INSERT INTO `attribute` VALUES ('317', '83', 'Length', '0', '0', '', '0', '16', '0', null, '16'); INSERT INTO `attribute` VALUES ('273', '84', 'Material', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('274', '84', 'Viewable Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('275', '84', 'Thickness', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('276', '85', 'Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('277', '85', 'Material', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('278', '85', 'Color', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('279', '86', 'dia.', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('280', '86', 'The material', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('281', '87', 'power', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('282', '87', 'useage', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('283', '88', 'Maximum media width', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('284', '88', 'Printing method', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('285', '88', 'Print color', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('286', '88', 'Ink type', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('287', '89', 'Materials', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('288', '89', 'Graphic Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('289', '89', 'Inner Box', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('360', '89', 'Package', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('361', '105', 'Materials', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('362', '105', 'Graphic Size', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('363', '105', 'Package', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('290', '90', 'Main Application', '1', '3', 'Vacuum forming,bending,polishing', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('291', '90', 'Max. Working Area', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('292', '91', 'Main Application', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('293', '92', 'Color', '0', '0', '', '0', '8', '0', null, '16'); INSERT INTO `attribute` VALUES ('294', '92', 'Shape', '0', '0', '', '0', '7', '0', null, '16'); INSERT INTO `attribute` VALUES ('295', '93', 'Width(Inch)', '0', '0', '', '0', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('296', '93', 'Weight(g/sq.m)', '0', '0', '', '0', '1', '0', null, '16'); INSERT INTO `attribute` VALUES ('297', '93', 'Length(m)', '0', '0', '', '0', '5', '0', null, '16'); INSERT INTO `attribute` VALUES ('326', '97', 'Min-max binding thickness', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('327', '97', 'Max width of the sheet', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('328', '97', 'Max cover thickness', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('329', '97', 'Time of gluing', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('330', '97', 'Capacity books/hour', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('331', '97', 'Voltage', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('332', '98', 'The size of operation desk', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('333', '98', 'Max. size of product', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('334', '98', 'The thickness of board', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('335', '99', 'Cutting length', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('336', '99', 'Cutting height', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('337', '99', 'Insertion depth', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('338', '100', 'Flatten area', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('339', '100', 'Flatten height', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('340', '101', 'Max. Width', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('341', '101', 'The power of heat-up', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('342', '102', 'Creasing width', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('343', '102', 'Max. paper thickness(crease)', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('344', '102', 'Max. paper thickness (Perforate)', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('345', '102', 'Creasing & Perforating angle', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('353', '103', 'LED Type', '1', '3', '3020,3528,5050', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('354', '103', 'LED Quantity', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('355', '103', 'Optional Color', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('357', '103', 'Working Voltage', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('358', '103', 'Dimension', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('359', '103', 'Usage', '1', '1', 'waterproof,nonwaterproof', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('382', '107', 'Used For', '1', '2', 'Epson Stylus Pro 4000,Epson Stylus Pro 4400,Epson Stylus Pro 4450,Epson Stylus Pro 4800,Epson Stylus Pro 4880,Epson Stylus Pro 4908,Epson Stylus Pro 7000,Epson Stylus Pro 7400,Epson Stylus Pro 7450,Epson Stylus Pro 7500,Epson Stylus Pro 7600,Epson Stylus Pro 7700,Epson Stylus Pro 7710,Epson Stylus Pro 7800,Epson Stylus Pro 7880,Epson Stylus Pro 7900,Epson Stylus Pro 7908,Epson Stylus Pro 7910,Epson Stylus Pro 9000,Epson Stylus Pro 9400,Epson Stylus Pro 9450,Epson Stylus Pro 9500,Epson Stylus Pro 9600,Epson Stylus Pro 9710,Epson Stylus Pro 9800,Epson Stylus Pro 9880,Epson Stylus Pro 9900,Epson Stylus Pro 9908,Epson Stylus Pro 9910,Epson Stylus Pro 10000,Epson Stylus Pro 10600,Epson Stylus Pro 11880c,Epson Stylus Pro 3800,Epson Stylus Pro 3850,Epson Stylus Pro 3880,Epson Stylus Pro 3890,Epson Stylus Pro GS6000,Epson Stylus Photo R1390,Epson Stylus Photo R1400,Epson Stylus Photo R1800,Epson Stylus Photo R1900,Epson Stylus Photo R2000,Epson Stylus Photo R2400,Epson Stylus Photo R2880,Epson Stylus Photo R4900,Epson Stylus Photo R4910,Epson Stylus Photo R210,Epson Stylus Photo R220,Epson Stylus Photo R230,Epson Stylus Photo R250,Epson Stylus Photo R260,Epson Stylus Photo R270,Epson Stylus Photo R310,Epson Stylus Photo R390,Epson Stylus Photo R800,Epson Stylus Photo 790,Epson Stylus Photo 890,Epson Stylus Photo 1290,Epson Stylus Photo 2100,Epson Stylus Photo 2200,Epson Stylus Photo EX3,Epson Stylus Photo TX800,Epson Stylus Photo T50,Epson Stylus Photo P50,Epson Stylus COLOR 800,Epson Stylus COLOR 900,Epson Stylus COLOR 1520K,Epson Stylus COLOR 3000,Epson ME2,Epson ME30,Epson ME200,Epson ME300,Epson ME1100,Epson C1100,Epson A50,Epson DX3 Head,Epson DX4 Head,Epson DX5 Head,Roland VP-540,Roland XC-540,Roland XJ-640,Roland FJ-40,Roland FJ-42,Roland FJ-50,Roland FJ-52,Roland FJ-400,Roland FJ-500,Roland FJ-600,Roland CJ-400,Roland CJ-500,Roland CJ-600,Roland CJ-540,Mutoh RJ-1604,Mutoh RJ-4000,Mutoh RJ-6000,Mutoh RJ-6100,Mutoh VJ-1614,Mutoh VJ-1604,Mutoh VJ-1618K,Mutoh VJ-1618W,Mutoh VJ-1608,Mimaki JV2,Mimaki JV3,Mimaki JV4,Mimaki JV5,Mimaki JV22,Mimaki JV33,\r\n', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('383', '107', 'Remark', '1', '3', 'Original,OEM', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('384', '107', 'Part Number', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('385', '108', 'used for', '1', '2', 'Canon PIXUS 450i/455i/470PD/475PD,Canon PIXUS MP360/MP370/MP375R/MP390,/MP130/MP330,Canon MultiPASS MP360/MP370/MP390,Canon imageCLASS MP360/MP370/MP390,Canon SmartBase MP360/MP370/MP390,Canon iP2000/iP1500,Canon PIXMA MP110/MP130/MP410/MP430,Canon iP4200/iP5200/iP5200R,Canon MP600/MP600R,Canon MP800/MP800R/MP830,Canon W2200/W2200S/W6400/W8400,\r\nCanon iP3600/MP540/MP620,Canon PIXUS 9900i/9910i/i9900/i9950,Canon iP8600/iP8500/PRO900,Canon iP1880/iP1980,Canon IX5000/IX4000/ IX4680,\r\nCanon IPF5000,\r\nCanon IPF500,\r\nCanon IPF8000,\r\nCanon IPF700,\r\nCanon IPF600,\r\nCanon IPF810,\r\nCanon IPF 8110,\r\nCanon IPF610,\r\nCanon IPF6100,\r\nCanon W6200,\r\nCanon W3000,\r\nCanon W8200,\r\nCanon IPF510,\r\nCanon IPF5100,\r\nCanon IPF8100,\r\nCanon IPF8000S', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('386', '108', 'Remark', '1', '3', 'Original,OEM', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('387', '108', 'Part Number', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('407', '28', 'Size', '1', '0', '14\",24\",36\",48\",63\",79\",40\",60\",80\",100\",others', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('408', '28', 'Support Stand', '1', '0', 'Yes,No', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('409', '23', 'Brand', '1', '2', 'seiko,konica,spectra,xaar,epson,roland,mimaki,mutoh,canon,encad,hp,ricoh', '1', '2', '1', null, '16'); INSERT INTO `attribute` VALUES ('477', '72', 'Solvend Style', '1', '1', 'Dye,Pigment', '0', '11', '0', null, '16'); INSERT INTO `attribute` VALUES ('487', '110', 'Brand', '1', '2', 'epson,roland,mimaki,mutoh,encad,hp,canon,seiko,gongzheng,infiniti,liyu,myjet,wit-color', '1', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('488', '110', 'Used For', '1', '2', 'Roland AJ-740I,Roland AJ-1000I,Roland CJ-70,Roland CJ-400,Roland CJ-500,Roland CJ-540,Roland CJ-600,Roland CJ-740,Roland FJ-40,Roland FJ-42,Roland FJ-50,Roland FJ-52,Roland FJ-400,Roland FJ-500,Roland FJ-540,Roland FJ-545EX,Roland FJ-600,Roland FJ-640,Roland FJ-740,Roland FJ-740K,Roland FP-740,Roland FP-740K,Roland RS-540,Roland RS-640,Roland SC-500,Roland SC-540,Roland SC-545EX,Roland SC-600,Roland SC-645,Roland SC-745,Roland SJ-500,Roland SJ-540,Roland SJ-545EX,Roland SJ-600,Roland SJ-640,Roland SJ-645,Roland SJ-645EX,Roland SJ-740,Roland SJ-745,Roland SJ-745EX,Roland SJ-1000,Roland SJ-1045EX,Roland SP-300,Roland SP-300V,Roland SP-360,Roland SP-540,Roland SP-540V,Roland VP-300I,Roland VP-540I,Roland VP-540,Roland VS-420,Roland VS-540,Roland VS-640,Roland XC-540,Roland XC-540W,Roland XC-545EX,Roland XC-640,Roland XJ-540,Roland XJ-640,Roland XJ-740,Roland XJ-1000,Roland XJ-1045EX,Roland SOLJET,Roland VersaCAMM,Roland Hi-Fi Jet,Mimaki JV2,Mimaki JV3,Mimaki JV4,Mimaki JV5,Mimaki JV22,Mimaki JV33,Mutoh RJ-900,Mutoh RJ-4000,Mutoh RJ-6000,Mutoh RJ-8000,Mutoh RJ-8100,Mutoh VJ-1604E,Mutoh VJ-1604W,Mutoh VJ-1604,Mutoh VJ-1204,Mutoh VJ-1304,Mutoh VJ-1608,Mutoh VJ-1614,Mutoh VJ-1618,Mutoh VJ-1618K,Mutoh VJ-1618W,Mutoh VJ-2606E,Mutoh ValueJet,Mutoh Rockhopper I,Mutoh Rockhopper II,Mutoh FalconII,Mutoh Falcon Plus,Mutoh Spitfire,hp designjet 120,hp designjet 130,hp designjet 430,hp designjet 450,hp designjet 500,hp designjet 800,hp designjet 1050,hp designjet 1055,hp designjet 5000,hp designjet 5100,hp designjet 5500,hp designjet 9000s,hp designjet z6100,Novajet 750,Novajet 736,Novajet 700,Novajet 630,Novajet 600,Novajet 505,Novajet 500,Novajet 880,Novajet 850,Novajet 1200i,Novajet 1000i,Novajet Pro 50,Novajet Pro 60e,Novajet Pro 42e,Novajet T200,Epson Stylus Pro 4000,Epson Stylus Pro 4400,Epson Stylus Pro 4450,Epson Stylus Pro 4800,Epson Stylus Pro 4880,Epson Stylus Pro 4900,Epson Stylus Pro 4908,Epson Stylus Pro 4910,Epson Stylus Pro 7000,Epson Stylus Pro 7400,Epson Stylus Pro 7450,Epson Stylus Pro 7500,Epson Stylus Pro 7600,Epson Stylus Pro 7700,Epson Stylus Pro 7710,Epson Stylus Pro 7800,Epson Stylus Pro 7880,Epson Stylus Pro 7900,Epson Stylus Pro 7908,Epson Stylus Pro 7910,Epson Stylus Pro 9000,Epson Stylus Pro 9400,Epson Stylus Pro 9450,Epson Stylus Pro 9500,Epson Stylus Pro 9600,Epson Stylus Pro 9710,Epson Stylus Pro 9800,Epson Stylus Pro 9880,Epson Stylus Pro 9900,Epson Stylus Pro 9908,Epson Stylus Pro 9910,Epson Stylus Pro 10000,Epson Stylus Pro 10600,Epson Stylus Pro 11880c,Epson Stylus Pro 3800,Epson Stylus Pro 3850,Epson Stylus Pro 3880,Epson Stylus Pro 3890,Epson Stylus Pro GS6000,Epson Stylus Photo R1390,Epson Stylus Photo R1400,Epson Stylus Photo R1410,Epson Stylus Photo R1800,Epson Stylus Photo R1900,Epson Stylus Photo R2000,Epson Stylus Photo R2400,Epson Stylus Photo R2880,Epson Stylus Photo R4900,Epson Stylus Photo R4910,Epson Stylus Photo R210,Epson Stylus Photo R220,Epson Stylus Photo R230,Epson Stylus Photo R250,Epson Stylus Photo R260,Epson Stylus Photo R270,Epson Stylus Photo R310,Epson Stylus Photo R390,Epson Stylus Photo R800,Epson Stylus Photo 790,Epson Stylus Photo 890,Epson Stylus Photo 1290,Epson Stylus Photo 2100,Epson Stylus Photo 2200,Epson Stylus Photo EX3,Epson Stylus Photo TX800,Epson Stylus Photo T50,Epson Stylus Photo P50,Epson Stylus COLOR 800,Epson Stylus COLOR 900,Epson Stylus COLOR 1520K,Epson Stylus COLOR 3000,Epson ME2,Epson ME30,Epson ME200,Epson ME300,Epson ME1100,Epson C1100,Epson A50,Epson DX2 Head,Epson DX3 Head,Epson DX4 Head,Epson DX5 Head,Seiko64S,Seiko100S,Canon PIXUS 450i,Canon PIXUS 455i,Canon PIXUS 470PD,Canon PIXUS 475PD,Canon PIXUS MP360,Canon PIXUS MP370,Canon PIXUS MP375R,Canon PIXUS MP390,Canon PIXUS MP130,Canon PIXUS MP330,Canon MultiPASS MP360,Canon MultiPASS MP370,Canon MultiPASS MP390,Canon imageCLASS MP360,Canon imageCLASS MP370,Canon imageCLASS MP390,Canon SmartBase MP360,Canon SmartBase MP370,Canon SmartBase MP390,Canon PIXMA iP2000,Canon PIXMA iP1500,Canon PIXMA MP110,Canon PIXMA MP130,Canon PIXMA MP410,Canon PIXMA MP430,Canon PIXMA MP500,Canon PIXMA MP530,Canon PIXMA iP4200,Canon PIXMA iP5200,Canon PIXMA iP5200R,Canon PIXMA MP600,Canon PIXMA MP600R,Canon PIXMA MP800,Canon PIXMA MP800R,Canon PIXMA MP830,Canon Image PROGRAF W2200,Canon Image PROGRAFW2200S,Canon Image PROGRAFW6400,Canon Image PROGRAFW8400,Canon PIXMA iP3600,Canon PIXMA MP540,Canon PIXMA MP620,Canon PIXUS 560i,Canon PIXUS 850i,Canon PIXUS MP700,Canon PIXUS MP710,Canon PIXUS MP730,Canon PIXUS MP740,Canon PIXUS i560,Canon PIXUS i850,Canon MultiPASS MP700,Canon MultiPASS MP730,Canon imageCLASS MP700,Canon imageCLASS MP730,Canon SmartBase MP700,Canon SmartBase MP730,Canon PIXUS ip3100,Canon PIXUS ip3000,Canon PIXMA ix4000,Canon PIXMA ix5000,Canon PIXUS 9900i,Canon PIXUS 9910i,Canon PIXUS i9900,Canon PIXUS i9950,Canon PIXUS iP8600,Canon PIXUS iP8500,Canon PIXMA PRO900,Canon PIXMA iP1880,Canon PIXMA iP1980,Canon PIXMA IX5000,Canon PIXMA IX4000,Canon PIXMA IX4680,Canon Image PROGRAF W6200,Canon Image PROGRAF W3000,Canon Image PROGRAF W8200,Canon Image PROGRAF iPF5000,Canon Image PROGRAF iPF500,Canon Image PROGRAF iPF700,Canon Image PROGRAF iPF710,Canon Image PROGRAF iPF600,Canon Image PROGRAF iPF610,Canon Image PROGRAF iPF6100,Canon Image PROGRAF iPF510,Canon Image PROGRAF iPF5100,Canon Image PROGRAF iPF8100,Canon Image PROGRAF iPF8000S,Canon Image PROGRAF iPF8000,Canon Image PROGRAF iPF9110,Canon Image PROGRAF iPF8310,Canon Image PROGRAF iPF8110,Canon Image PROGRAF iPF6350,Canon Image PROGRAF iPF6300,Canon Image PROGRAF iPF6100,Canon Image PROGRAF iPF5100,Canon Image PROGRAF iPF9010S,Canon Image PROGRAF iPF8010S,Canon Image PROGRAF IPF8310S,Canon Image PROGRAF IPF6300S,Canon Image PROGRAF iPF825,Canon Image PROGRAF iPF815,Canon Image PROGRAF iPF755,Canon Image PROGRAF iPF750,Canon Image PROGRAF iPF710,Canon Image PROGRAF iPF655,Canon Image PROGRAF iPF650,Canon Image PROGRAF iPF610,Canon Image PROGRAF iPF510,Wit-color 3308,Wit-color 3312,Wit-color 720,Wit-color 720T,Wit-color Ultra980,Wit-color Ultra860+,Wit-color Ultra1000,Wit-color Ultra2000,Wit-color Ultra3000,Wit-color Ultra4000,Wit-color Ultra9000,INFINITI FY-3206HF,INFINITI FY-3208HF,INFINITI FY-3206,INFINITI FY-3208,INFINITI FY-3206B,INFINITI FY-3208B,INFINITI FY-8250B,INFINITI FY-3308B,INFINITI FY-8320B,INFINITI FY-33VB,INFINITI FY-33VBX,INFINITI FY-3308C,INFINITI FY-1504C,INFINITI FY-6150C,INFINITI FY-8320C,INFINITI FY-3312C,INFINITI FY-3360EC,INFINITI FY-8320B,INFINITI FY-8320C,INFINITI FY-8250SL,INFINITI FY-8250B,INFINITI FY-8250C,INFINITI FY-6180,INFINITI FY-33VC+,INFINITI FY-33VC,INFINITI FY-3266K,INFINITI FY-3266H,INFINITI FY-3278N,INFINITI FY-3276HA,INFINITI FY-3208HA,INFINITI FY-3206HA,INFINITI FY-3206GF,INFINITI FY-3208GF,INFINITI FY-3208H,INFINITI FY-3206H,INFINITI FY-3208G,INFINITI FY-3206G,INFINITI FY-3266J,INFINITI FY-3208PS,INFINITI FY-3208GS,SKYJET FLATMASTER 2512,SKYJET FLATMASTER 2518,SKYJET FLATMASTER 3022,SKYJET FLATMASTER 3020,SKYJET FLATMASTER-R,SKYJET PC-3304KM-4C,SKYJET PC-3306KM-6C,SKYJET PC-3308KM-4C,SKYJET PC-3312KM-6C,SKYJET PC-3312KM-4C,SKYJET SD-3308KL-4C,SKYJET SD-3312KL-6C,SKYJET SD-3316KL-4C,SKYJET SD-3324KL-6C,SKYJET HS-3304KL-4C,SKYJET HS-3306KL-6C,SKYJET HS-3308KL-4C,SKYJET HS-3312KL-6C,SKYJET HS-3312KL-4C,SKYJET JL-3312-4C,SKYJET JL-3324-4C,SKYJET HQ-3304KM4C,SKYJET SD-3308KL,CrystalJet S1806SPT255_12PL,CrystalJet S1806SPT510_35PL,CrystalJet F1804SPT510_50PL,CrystalJet S3306IISPT510_35PL,CrystalJet F3308IISPT510_35PL,CrystalJet F3304IISPT510_50PL,CrystalJet S4306SPT510_35PL,CrystalJet F4308SPT510_35PL,CrystalJet F4304SPT510_50PL,CrystalJet F4308SPT510_50PL,CrystalJet S6306IISPT_35PL,CrystalJet F6308IISPT510_35PL,CrystalJet F6304IISPT510_50PL,CrystalJet F6308IISPT510_50PL,CrystalJet F9312SPT510_35PL,CrystalJet F9316SPT510_35PL,CrystalJet F9304SPT1020_35PL,CrystalJet F9308SPT1020_35PL,CrystalJet F9312SPT510_50PL,CrystalJet F9316SPT510_50PL,CrystalJet CJ-FB2506UV,Phaeton UD-3278D,Phaeton UD-3266E,Phaeton UD-3206E,Phaeton UD-3208E,Phaeton UD-3276E,Phaeton UD-3278K,Phaeton UD-3266G,Phaeton UD-3206G,Phaeton UD-3208G,Phaeton UD-3276G,Phaeton UD-3206GF,Phaeton UD-3208GF,Phaeton N UD-3206H,Phaeton UD-3208H,Phaeton UD-323H,Phaeton UD-213H,Phaeton UD-181LA,Phaeton UD-181LB,MYJET128 XAARLA3208,MYJET128 XAARLA3212,MYJET128 XAARLA3216,MYJET128 XAARLB3208,MYJET128 XAARLB3212,MYJET128 XAARLB3216,MYJET382 XAARLA3204,MYJET382 XAARLA3208,MYJET382 XAARLB3204,MYJET382 XAARLB3208,MYJET382 XAARWC3204,MYJET382 XAARWC3208,MYJET382 XAARWC3212,MYJET382 XAARWD3208,MYJET382 XAARWD3212,MYJET382 XAARWD3216,MYJET KMLA3204,MYJET KMLA3208,MYJET KMLB3204,MYJET KMLB3208,MYJET KMWC3208,MYJET KMWC3212,MYJET KMWC3216,MYJET KMWD3208,MYJET KMWD3212,MYJET KMWD3216,MYJET128,', '1', '2', '0', null, '16'); INSERT INTO `attribute` VALUES ('426', '35', 'Width', '1', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('427', '48', 'Width', '1', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('428', '48', 'Length', '1', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('498', '59', 'Class', '1', '1', 'Origin,Compatible', '1', '10', '0', null, '16'); INSERT INTO `attribute` VALUES ('432', '49', 'Width', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('433', '49', 'Length', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('497', '59', 'Character', '0', '0', null, '0', '9', '0', null, '16'); INSERT INTO `attribute` VALUES ('437', '50', 'Width', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('438', '50', 'Length', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('442', '51', 'Width', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('443', '51', 'Length', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('495', '53', 'Durability(Picture)', '1', '1', '1-12months,13-18months,19-24months,More than 25 months\r\n\r\n\r\n', '0', '2', '0', null, '16'); INSERT INTO `attribute` VALUES ('447', '52', 'Width', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('448', '52', 'Length', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('450', '68', 'Width', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('451', '68', 'Length', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('452', '36', 'Width', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('453', '36', 'Weight', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('455', '36', 'Length', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('457', '35', 'Length', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('458', '35', 'Weight', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('459', '35', 'Desktop Size', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('460', '34', 'Width', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('499', '59', 'Volume', '0', '0', null, '0', '6', '0', null, '16'); INSERT INTO `attribute` VALUES ('462', '34', 'Length', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('463', '32', 'Width', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('465', '32', 'Length', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('466', '32', 'Weight', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('467', '33', 'Width', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('500', '59', 'Package Type', '1', '1', 'Cartridge,Bottle', '0', '7', '0', null, '16'); INSERT INTO `attribute` VALUES ('469', '33', 'Length', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('470', '33', 'Weight', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('496', '59', 'Durability(Picture)', '1', '1', '1-12months,13-18months,19-24months,More than 25 months ', '1', '2', '0', null, '16'); INSERT INTO `attribute` VALUES ('489', '110', 'Parts Type', '1', '2', 'damper,motor,pump,cap top,cable,encoder strip,sensor,board,carriage assembly,Transmission system,maintenance kit,others', '1', '1', '0', null, '16'); INSERT INTO `attribute` VALUES ('474', '53', 'Solvend Style', '1', '1', 'Dye,Pigment', '1', '11', '0', null, '16'); INSERT INTO `attribute` VALUES ('473', '53', 'Character', '0', '0', null, '0', '9', '0', null, '16'); INSERT INTO `attribute` VALUES ('490', '53', 'Class', '1', '1', 'Origin,Compatible', '1', '10', '0', null, '16'); INSERT INTO `attribute` VALUES ('491', '72', 'Class', '1', '1', 'Origin,Compatible', '1', '10', '0', null, '16'); INSERT INTO `attribute` VALUES ('492', '53', 'Volume', '0', '0', null, '0', '6', '0', null, '16'); INSERT INTO `attribute` VALUES ('493', '110', 'Remarks', '1', '2', 'Original,OEM', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('494', '89', 'Graphic Size', '1', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('502', '72', 'Volume', '0', '0', null, '0', '6', '1', null, '16'); INSERT INTO `attribute` VALUES ('503', '111', 'Pixel pitch', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('504', '111', 'Pixel density', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('505', '111', 'Red wavelength', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('506', '111', 'Blue wavelength', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('507', '111', 'Best viewing distance', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('508', '111', 'Max power consumption', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('509', '111', 'Refresh frequency', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('510', '111', 'Working temperature', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('511', '111', 'Module size', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('512', '111', 'Cabinet size', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('513', '111', 'Cabinet area', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('514', '111', 'Green wavelength', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('515', '111', 'Horizontal viewing angle', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('516', '111', 'Brightness', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('517', '111', 'Working voltage', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('518', '111', 'Pixel pitch', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('519', '111', 'Pixel density', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('520', '111', 'Red wavelength', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('521', '111', 'Blue wavelength', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('522', '111', 'Best viewing distance', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('523', '111', 'Max power consumption', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('524', '111', 'Refresh frequency', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('525', '111', 'Working temperature', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('526', '111', 'Module size', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('527', '111', 'Cabinet size', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('528', '111', 'Cabinet area', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('529', '111', 'Green wavelength', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('530', '111', 'Horizontal viewing angle', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('531', '111', 'Brightness', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('532', '111', 'Working voltage', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('533', '111', 'IP grade', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('534', '111', 'Color temperature', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('535', '111', 'Life span', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('536', '111', 'MTBF', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('537', '111', 'Gray scale', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('538', '111', 'Control method', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('539', '111', 'Frame frequency', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('540', '111', 'Pixel configuration', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('541', '111', 'Colors', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('542', '111', 'Driving method', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('543', '111', 'Module resolution', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('544', '111', 'Cabinet resolution', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('545', '112', 'Pixel pitch', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('546', '112', 'Pixel Density', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('547', '112', 'Ideal viewing distance', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('548', '112', 'Brightness', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('549', '112', 'Pixel pitch', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('550', '112', 'Pixel Density', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('551', '112', 'Ideal viewing distance', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('552', '112', 'Brightness', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('553', '112', 'Pixel configuration', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('554', '112', 'Ideal viewing angle', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('555', '112', 'Control method', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('556', '112', 'Driving method', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('557', '112', 'Frame frequency', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('558', '112', 'Refresh frequency', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('559', '112', 'Max. power', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('560', '112', 'Voltage range', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('561', '112', 'MTBF', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('562', '112', 'Lifespan', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('563', '112', 'Ideal temperature', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('804', '110', 'Ink Type', '1', '2', 'solvent,water-based', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('568', '113', 'Usage', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('569', '113', 'Tube Chip Color ', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('570', '113', 'Display Functions', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('571', '113', 'Model Number ', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('572', '113', 'Payment & Shipping Terms', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('573', '113', 'Packaging Details', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('574', '113', 'Quantity discounts', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('575', '114', 'Module interface', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('576', '114', 'Weight', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('577', '114', 'Luminous Flux', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('578', '114', 'Module interface', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('579', '114', 'Weight', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('580', '114', 'Luminous Flux', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('581', '114', 'Color', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('582', '114', 'LED type', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('583', '114', 'LED Qty', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('584', '114', 'Cluster Qty', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('585', '114', 'Interface definition', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('586', '114', 'Lifespan', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('587', '114', 'Defend Grade', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('588', '114', 'Working input voltage', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('589', '114', 'Max power', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('590', '114', 'Beam angle', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('591', '114', 'working temperature', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('592', '114', 'Driving mode', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('593', '114', 'Demension', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('594', '115', 'Size', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('595', '115', 'Weight', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('596', '115', 'Gross weight', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('597', '115', 'Size', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('598', '115', 'Weight', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('599', '115', 'Gross weight', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('600', '115', 'Power', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('601', '115', 'Package', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('602', '115', 'Packing quantity', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('603', '115', 'Light Source', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('604', '116', 'Length', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('605', '116', 'Length of string', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('606', '116', 'Max.Connection', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('607', '116', 'Length', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('608', '116', 'Length of string', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('609', '116', 'Max.Connection', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('610', '116', 'Bulbs of string', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('611', '111', 'Environment', '1', '2', 'Indoor,Outdoor', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('612', '114', 'Brightness', '1', '2', 'High,Medium,Low', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('613', '114', 'Shape', '1', '2', 'Square,Rectangular,Other', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('614', '114', 'Color', '1', '2', 'White,RGB,Other', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('615', '114', 'SMD Package Model', '1', '2', '5050,3528,Other', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('616', '114', 'LED Number', '1', '2', '1,2,3,4,Other', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('617', '114', 'Material', '1', '2', 'Plastic,Metal', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('618', '113', 'Color', '1', '2', 'Red,Blue,White,RG', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('619', '113', 'Length', '1', '2', '16\"-32\",32\"-48\",48\"-79\"', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('620', '113', 'Lines', '1', '2', '1,2,3,4', '1', '0', '1', null, '16'); INSERT INTO `attribute` VALUES ('621', '113', 'Pixel Pitch', '1', '2', 'P4.75,P7.62', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('622', '72', 'package size', '0', '0', null, '0', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('623', '72', 'package size', '0', '0', null, '0', '4', '0', null, '16'); INSERT INTO `attribute` VALUES ('624', '53', 'Package Size', '0', '0', null, '0', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('625', '53', 'Package Size', '0', '0', null, '0', '4', '0', null, '16'); INSERT INTO `attribute` VALUES ('626', '59', 'Package Size', '0', '0', null, '0', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('627', '59', 'Package Size', '1', '0', null, '0', '4', '0', null, '16'); INSERT INTO `attribute` VALUES ('628', '93', 'Width(Inch)', '0', '0', null, '0', '4', '0', null, '16'); INSERT INTO `attribute` VALUES ('629', '93', 'Weight(g/sq.m)', '0', '0', null, '0', '2', '0', null, '16'); INSERT INTO `attribute` VALUES ('630', '93', 'Length(m)', '0', '0', null, '0', '6', '0', null, '16'); INSERT INTO `attribute` VALUES ('631', '75', 'Size', '0', '0', null, '0', '13', '0', null, '16'); INSERT INTO `attribute` VALUES ('633', '75', 'Color', '0', '0', null, '0', '7', '0', null, '16'); INSERT INTO `attribute` VALUES ('635', '75', 'Type', '1', '1', 'A4,A3,Roll', '0', '6', '0', null, '16'); INSERT INTO `attribute` VALUES ('637', '75', 'CTN Size', '0', '0', null, '0', '11', '0', null, '16'); INSERT INTO `attribute` VALUES ('638', '75', 'Qty/parcel', '0', '0', null, '0', '5', '0', null, '16'); INSERT INTO `attribute` VALUES ('639', '75', 'G.W(parcel)', '0', '0', null, '0', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('640', '75', 'G.W(parcel)', '0', '0', null, '0', '4', '0', null, '16'); INSERT INTO `attribute` VALUES ('641', '75', 'N.W', '0', '0', null, '0', '1', '0', null, '16'); INSERT INTO `attribute` VALUES ('642', '75', 'N.W', '0', '0', null, '0', '2', '0', null, '16'); INSERT INTO `attribute` VALUES ('643', '66', 'Overall Size ', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('644', '75', 'Package', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('645', '75', 'G.W(carton)', '0', '0', null, '0', '8', '0', null, '16'); INSERT INTO `attribute` VALUES ('646', '75', 'G.W(carton)', '0', '0', null, '0', '9', '0', null, '16'); INSERT INTO `attribute` VALUES ('648', '34', 'Weight', '1', '0', null, '0', '4', '0', null, '16'); INSERT INTO `attribute` VALUES ('650', '83', 'Pressing Temperature', '0', '0', null, '0', '10', '0', null, '16'); INSERT INTO `attribute` VALUES ('651', '83', 'Width', '0', '0', null, '0', '15', '0', null, '16'); INSERT INTO `attribute` VALUES ('652', '83', 'Length', '0', '0', null, '0', '17', '0', null, '16'); INSERT INTO `attribute` VALUES ('653', '83', 'Avaliable Color', '0', '0', null, '0', '9', '0', null, '16'); INSERT INTO `attribute` VALUES ('654', '83', 'CTN Size', '0', '0', null, '0', '4', '0', null, '16'); INSERT INTO `attribute` VALUES ('655', '83', 'CTN Size', '0', '0', null, '0', '5', '0', null, '16'); INSERT INTO `attribute` VALUES ('656', '83', 'G.W.', '0', '0', null, '0', '2', '0', null, '16'); INSERT INTO `attribute` VALUES ('657', '83', 'G.W.', '0', '0', null, '0', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('745', '125', 'Application', '1', '2', 'Single Function,Multi-function', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('658', '83', 'MOQ', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('659', '83', 'MOQ', '0', '0', null, '0', '1', '0', null, '16'); INSERT INTO `attribute` VALUES ('682', '118', 'Frame Size', '0', '0', null, '0', '6', '1', null, '16'); INSERT INTO `attribute` VALUES ('678', '110', 'Size', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('679', '118', 'Material', '0', '0', null, '0', '7', '0', null, '16'); INSERT INTO `attribute` VALUES ('680', '118', 'Frame Size', '0', '0', null, '0', '5', '0', null, '16'); INSERT INTO `attribute` VALUES ('666', '92', 'Size', '0', '0', null, '0', '11', '0', null, '16'); INSERT INTO `attribute` VALUES ('667', '92', 'Size', '0', '0', null, '0', '12', '0', null, '16'); INSERT INTO `attribute` VALUES ('668', '92', 'Packing Size', '0', '0', null, '0', '9', '0', null, '16'); INSERT INTO `attribute` VALUES ('669', '92', 'Packing Size', '0', '0', null, '0', '10', '0', null, '16'); INSERT INTO `attribute` VALUES ('670', '92', 'Gross Weight', '0', '0', null, '0', '5', '0', null, '16'); INSERT INTO `attribute` VALUES ('671', '92', 'Gross Weight', '0', '0', null, '0', '6', '0', null, '16'); INSERT INTO `attribute` VALUES ('672', '92', 'Qty/CTN', '0', '0', null, '0', '4', '0', null, '16'); INSERT INTO `attribute` VALUES ('674', '92', 'MOQ', '0', '0', null, '0', '2', '0', null, '16'); INSERT INTO `attribute` VALUES ('675', '92', 'MOQ', '0', '0', null, '0', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('683', '118', 'Package Size', '0', '0', null, '0', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('684', '118', 'Package Size', '0', '0', null, '0', '4', '0', null, '16'); INSERT INTO `attribute` VALUES ('685', '118', 'Shipping Weight', '0', '0', null, '0', '1', '0', null, '16'); INSERT INTO `attribute` VALUES ('686', '118', 'Shipping Weight', '0', '0', null, '0', '2', '0', null, '16'); INSERT INTO `attribute` VALUES ('706', '121', 'Size', '0', '0', null, '0', '11', '0', null, '16'); INSERT INTO `attribute` VALUES ('705', '121', 'Size', '0', '0', null, '0', '10', '0', null, '16'); INSERT INTO `attribute` VALUES ('704', '83', 'Function', '1', '1', 'Print and Cut heat transfer vinyl,Cutting heat transfer vinyl', '1', '18', '0', null, '16'); INSERT INTO `attribute` VALUES ('690', '72', 'ECO Style', '1', '1', 'ECO Ink,ECO Flush', '1', '12', '0', null, '16'); INSERT INTO `attribute` VALUES ('703', '83', 'Specification', '1', '2', '500x25000mm,610x30000mm,750x30000mm,Others', '1', '12', '0', null, '16'); INSERT INTO `attribute` VALUES ('692', '120', 'Used For Printer', '0', '0', null, '0', '11', '0', null, '16'); INSERT INTO `attribute` VALUES ('693', '120', 'Class', '1', '1', 'Origin,Compatible', '1', '10', '0', null, '16'); INSERT INTO `attribute` VALUES ('694', '120', 'Color', '0', '0', null, '0', '9', '0', null, '16'); INSERT INTO `attribute` VALUES ('695', '120', 'Package Type', '1', '1', 'Bottle,Cartridge,Carton', '0', '8', '0', null, '16'); INSERT INTO `attribute` VALUES ('696', '120', 'Volume', '0', '0', null, '0', '6', '0', null, '16'); INSERT INTO `attribute` VALUES ('697', '120', 'Volume', '0', '0', null, '0', '7', '0', null, '16'); INSERT INTO `attribute` VALUES ('698', '120', 'Package Size', '0', '0', null, '0', '4', '0', null, '16'); INSERT INTO `attribute` VALUES ('699', '120', 'Package Size ', '0', '0', null, '0', '5', '0', null, '16'); INSERT INTO `attribute` VALUES ('700', '120', 'Origin', '1', '1', 'Italy,South Korea,China', '1', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('702', '83', 'Specification', '1', '2', '19.7\"x984.3\",24.0\"x1181.1\",29.5\"x1181.1\",Others', '0', '13', '0', null, '16'); INSERT INTO `attribute` VALUES ('707', '121', 'Packing size', '0', '0', null, '0', '8', '0', null, '16'); INSERT INTO `attribute` VALUES ('708', '121', 'Packing size', '0', '0', null, '0', '9', '0', null, '16'); INSERT INTO `attribute` VALUES ('709', '121', 'Gross weight', '0', '0', null, '0', '4', '0', null, '16'); INSERT INTO `attribute` VALUES ('710', '121', 'Gross weight', '0', '0', null, '0', '5', '0', null, '16'); INSERT INTO `attribute` VALUES ('716', '121', 'Diameter', '0', '0', null, '0', '16', '0', null, '16'); INSERT INTO `attribute` VALUES ('712', '121', 'Qty/CTN', '0', '0', null, '0', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('713', '121', 'MOQ', '0', '0', null, '0', '1', '0', null, '16'); INSERT INTO `attribute` VALUES ('714', '121', 'Color', '1', '2', 'White,red, golden,Silver, stylish,purplish red,brown, green, blue\r\n', '0', '7', '0', null, '16'); INSERT INTO `attribute` VALUES ('715', '121', 'Shape', '1', '1', 'round', '0', '6', '0', null, '16'); INSERT INTO `attribute` VALUES ('717', '121', 'Diameter', '0', '0', null, '0', '17', '0', null, '16'); INSERT INTO `attribute` VALUES ('718', '121', 'Height', '0', '0', null, '0', '14', '0', null, '16'); INSERT INTO `attribute` VALUES ('719', '121', 'Height', '0', '0', null, '0', '15', '0', null, '16'); INSERT INTO `attribute` VALUES ('720', '121', 'Volume', '0', '0', null, '0', '12', '0', null, '16'); INSERT INTO `attribute` VALUES ('721', '121', 'Volume', '0', '0', null, '0', '13', '0', null, '16'); INSERT INTO `attribute` VALUES ('722', '121', 'Material', '0', '0', null, '0', '10', '0', null, '16'); INSERT INTO `attribute` VALUES ('723', '121', 'Edge style', '0', '0', null, '0', '10', '0', null, '16'); INSERT INTO `attribute` VALUES ('724', '77', 'Surface', '1', '2', 'PET, white, opaque,3.8oz (108g) Paper, white,Copper-print Paper,PVC', '0', '18', '0', null, '16'); INSERT INTO `attribute` VALUES ('725', '77', 'Code', '1', '1', 'MC-FF-UV-T290,MC-FF-9000SOL-T310,MC-FP-ART310,MC-FP-2GLO340,MC-FP-2JET250,MC-MF-UV-T335,MC-MF-9000SOL-T355,MC-MP-ART340,MC-MP-JET320,MC-MP-1GLO395,MC-Y04-PB-05,MC-Y04-WM-05,MC-Y04-PSA-05,EX-WM-H30,EX-WG-H30,EX-PSA-H30 ,EX-PB-H25', '0', '19', '0', null, '16'); INSERT INTO `attribute` VALUES ('726', '77', 'Finish', '1', '2', 'Semi-gloss (waterproof), Antirust,Gloss (waterproof), Matt (non-waterproof),Matte (waterproof),Matte', '0', '17', '0', null, '16'); INSERT INTO `attribute` VALUES ('727', '77', 'Substrate', '0', '0', null, '0', '16', '0', null, '16'); INSERT INTO `attribute` VALUES ('728', '77', 'GSM', '0', '0', null, '0', '12', '0', null, '16'); INSERT INTO `attribute` VALUES ('729', '77', 'GSM', '0', '0', null, '0', '13', '0', null, '16'); INSERT INTO `attribute` VALUES ('730', '77', 'Thickness', '0', '0', null, '0', '10', '1', null, '16'); INSERT INTO `attribute` VALUES ('731', '77', 'Thickness', '0', '0', null, '0', '11', '0', null, '16'); INSERT INTO `attribute` VALUES ('732', '77', 'Available Length', '0', '0', '10000mm,20000mm,30000mm', '0', '8', '0', null, '16'); INSERT INTO `attribute` VALUES ('733', '77', 'Available Length', '0', '0', '393.7\",787.4\",1181.1\"', '0', '9', '0', null, '16'); INSERT INTO `attribute` VALUES ('734', '77', 'Available Width', '0', '0', '1160mm,1260mm,1030mm', '0', '6', '0', null, '16'); INSERT INTO `attribute` VALUES ('735', '77', 'Available Width', '0', '0', '45.7\",49.6\",40.6\"', '0', '7', '0', null, '16'); INSERT INTO `attribute` VALUES ('736', '77', 'Shelf Life', '0', '0', null, '0', '5', '0', null, '16'); INSERT INTO `attribute` VALUES ('737', '77', 'Application recommendation', '1', '2', 'POP/ Exhibit,Outdoor Signage and Banners,Medium-Term Promotional,Children\'s Book,Sports Book,Postcard,DIY PHOTO,Short-Term Promotional', '0', '4', '0', null, '16'); INSERT INTO `attribute` VALUES ('738', '77', 'Printing Method', '1', '2', 'UV Printing,Screen Printing,Offset Printing,Inkjet Printing', '0', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('739', '77', 'Inks', '1', '2', 'UV Curable Ink,Solvent & Eco-Solvent Ink,Dye,Pigment', '0', '2', '0', null, '16'); INSERT INTO `attribute` VALUES ('740', '77', 'Recommended Printers', '1', '2', 'MIMAKI: JF-1610,HP Scitex: TJ 8300/8500,Roland: SOLJET PROIII XJ-640,Roland: VERSA CAMM VP-300,Roland: HI-FIJET PRO III FJ-740,HP: 8000s/9000s/ 10000s,MIMAKI: JV3-75SP/ 130SP/ 160SP/ 250SP,Mutoh: JV5-130S/ 160S,Heidelberg,Desktop Printers:CANON HP Espon ', '0', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('741', '77', 'Temperature range after application', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('742', '77', 'Temperature range after application', '0', '0', null, '0', '1', '0', null, '16'); INSERT INTO `attribute` VALUES ('746', '125', 'Size', '1', '2', '15\"*15\",16\"*20\",16\"*24\",Others', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('743', '77', 'Holding Strength ', '0', '0', null, '0', '14', '0', null, '16'); INSERT INTO `attribute` VALUES ('744', '77', 'Holding Strength ', '0', '0', null, '0', '15', '0', null, '16'); INSERT INTO `attribute` VALUES ('747', '125', 'Operation Method', '1', '2', 'Automatic,Manual', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('748', '125', 'Working Table', '1', '2', 'Single Working table,Double Working Tables', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('750', '122', 'Surface', '1', '1', 'Mirror,High Mirror,Silver mirror,Golden mirror,PVDF\r\n\r\n', '0', '14', '0', null, '16'); INSERT INTO `attribute` VALUES ('751', '122', 'Panel total thickness', '0', '0', null, '0', '11', '0', null, '16'); INSERT INTO `attribute` VALUES ('752', '122', 'Panel total thickness ', '0', '0', null, '0', '12', '0', null, '16'); INSERT INTO `attribute` VALUES ('753', '122', 'Metal skin thickness(mm)(SS/SSl)', '0', '0', null, '0', '5', '0', null, '16'); INSERT INTO `attribute` VALUES ('754', '122', 'Metal skin thickness(mm)(SS/SSl)', '0', '0', null, '0', '6', '0', null, '16'); INSERT INTO `attribute` VALUES ('755', '122', 'Width', '0', '0', null, '0', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('756', '122', 'Width', '0', '0', null, '0', '4', '0', null, '16'); INSERT INTO `attribute` VALUES ('757', '122', 'Length', '0', '0', null, '0', '1', '0', null, '16'); INSERT INTO `attribute` VALUES ('758', '122', 'Length', '0', '0', null, '0', '2', '0', null, '16'); INSERT INTO `attribute` VALUES ('759', '122', 'Panel Thickness', '0', '0', null, '0', '7', '0', null, '16'); INSERT INTO `attribute` VALUES ('760', '122', 'Panel Thickness', '0', '0', null, '0', '8', '0', null, '16'); INSERT INTO `attribute` VALUES ('761', '122', 'Aluminum Thickness(front side and back side)', '0', '0', null, '0', '9', '0', null, '16'); INSERT INTO `attribute` VALUES ('762', '122', 'Aluminum Thickness(front side and back side)', '0', '0', null, '0', '10', '0', null, '16'); INSERT INTO `attribute` VALUES ('763', '122', 'Core', '0', '0', null, '0', '13', '0', null, '16'); INSERT INTO `attribute` VALUES ('764', '76', 'Thickness', '0', '0', null, '0', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('765', '39', 'Width', '1', '0', '', '0', '0', '1', null, '16'); INSERT INTO `attribute` VALUES ('766', '125', 'Working Size', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('767', '125', 'Power', '1', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('768', '125', 'Certificate', '0', '0', '', '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('772', '125', 'Profile', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('779', '25', 'Working Size', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('780', '25', 'Voltage', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('781', '25', 'Temprature Range', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('782', '25', 'Time Range', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('783', '25', ' Packing Size', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('784', '25', ' Packing Size', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('785', '25', 'Net Weight', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('786', '25', 'Net Weight', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('787', '25', 'Gross Weight', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('788', '25', 'Gross Weight', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('789', '25', 'Certificate', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('790', '123', 'Working Table', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('791', '123', 'Operation Method', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('792', '123', 'Size', '0', '0', null, '0', '0', '1', null, '16'); INSERT INTO `attribute` VALUES ('793', '123', 'Size', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('794', '123', 'Application', '0', '0', null, '0', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('798', '31', 'N.W./pc', '0', '0', null, '0', '6', '0', null, '16'); INSERT INTO `attribute` VALUES ('799', '31', 'N.W./pc', '0', '0', null, '0', '5', '0', null, '16'); INSERT INTO `attribute` VALUES ('800', '31', 'Package Size/ctn', '0', '0', null, '0', '4', '0', null, '16'); INSERT INTO `attribute` VALUES ('801', '31', 'Package Size/ctn', '0', '0', null, '0', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('802', '31', 'G.W./ctn', '0', '0', null, '0', '2', '0', null, '16'); INSERT INTO `attribute` VALUES ('803', '31', 'G.W./ctn', '0', '0', null, '0', '1', '0', null, '16'); INSERT INTO `attribute` VALUES ('810', '58', 'Banner Size', '0', '0', null, '0', '13', '0', null, '16'); INSERT INTO `attribute` VALUES ('809', '58', 'Banner Size', '0', '0', null, '0', '14', '0', null, '16'); INSERT INTO `attribute` VALUES ('808', '58', 'Material', '0', '0', null, '0', '15', '0', null, '16'); INSERT INTO `attribute` VALUES ('813', '58', 'Pole Height (with flag)', '0', '0', null, '0', '10', '0', null, '16'); INSERT INTO `attribute` VALUES ('814', '58', 'Pole Height (with flag)', '0', '0', null, '0', '9', '0', null, '16'); INSERT INTO `attribute` VALUES ('815', '58', 'Package/pc', '0', '0', null, '0', '8', '0', null, '16'); INSERT INTO `attribute` VALUES ('816', '58', 'Package Size/ctn', '0', '0', null, '0', '7', '0', null, '16'); INSERT INTO `attribute` VALUES ('817', '58', 'Package Size/ctn', '0', '0', null, '0', '6', '0', null, '16'); INSERT INTO `attribute` VALUES ('818', '58', 'G.W./ctn', '0', '0', null, '0', '5', '0', null, '16'); INSERT INTO `attribute` VALUES ('819', '58', 'G.W./ctn', '1', '0', null, '0', '4', '0', null, '16'); INSERT INTO `attribute` VALUES ('820', '58', 'Base', '1', '2', 'Cross,Cross and Water Bag,Spike', '1', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('821', '58', 'Total Height', '1', '2', '8.2ft,9.8ft,11.5ft,13.1ft,15ft', '1', '2', '0', null, '16'); INSERT INTO `attribute` VALUES ('822', '58', 'Graphic', '1', '2', 'With,Without', '1', '1', '0', null, '16'); INSERT INTO `attribute` VALUES ('826', '54', 'Graphic size', '0', '0', null, '0', '8', '0', null, '16'); INSERT INTO `attribute` VALUES ('827', '54', 'Graphic size', '0', '0', null, '0', '7', '0', null, '16'); INSERT INTO `attribute` VALUES ('828', '54', 'Visible graphic size', '0', '0', null, '0', '6', '0', null, '16'); INSERT INTO `attribute` VALUES ('829', '54', 'Visible graphic size', '0', '0', null, '0', '5', '0', null, '16'); INSERT INTO `attribute` VALUES ('830', '54', 'Package size/ctn', '0', '0', null, '0', '4', '0', null, '16'); INSERT INTO `attribute` VALUES ('831', '54', 'Package size/ctn', '0', '0', null, '0', '3', '0', null, '16'); INSERT INTO `attribute` VALUES ('832', '54', 'G.W./ctn', '0', '0', null, '0', '2', '0', null, '16'); INSERT INTO `attribute` VALUES ('833', '54', 'G.W./ctn', '0', '0', null, '0', '1', '0', null, '16'); INSERT INTO `attribute` VALUES ('834', '54', 'Frame size', '1', '2', '7.5ft,10ft', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('835', '54', 'Shape', '1', '2', 'Straight,Curved,Others', '1', '0', '0', null, '16'); INSERT INTO `attribute` VALUES ('836', '54', 'Graphic', '1', '2', 'With,Without', '1', '0', '0', null, '16');