data.sql 491 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298
  1. SET NAMES utf8mb4;
  2. SET FOREIGN_KEY_CHECKS=0;
  3. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (1, NULL, '中国', NULL, NULL, NULL);
  4. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (110000, 1, '北京市', NULL, NULL, NULL);
  5. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (120000, 1, '天津市', NULL, NULL, NULL);
  6. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (130000, 1, '河北省', NULL, NULL, NULL);
  7. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (130100, 130000, '石家庄市', NULL, NULL, NULL);
  8. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (130200, 130000, '唐山市', NULL, NULL, NULL);
  9. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (130300, 130000, '秦皇岛市', NULL, NULL, NULL);
  10. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (130400, 130000, '邯郸市', NULL, NULL, NULL);
  11. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (130500, 130000, '邢台市', NULL, NULL, NULL);
  12. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (130600, 130000, '保定市', NULL, NULL, NULL);
  13. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (130700, 130000, '张家口市', NULL, NULL, NULL);
  14. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (130800, 130000, '承德市', NULL, NULL, NULL);
  15. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (130900, 130000, '沧州市', NULL, NULL, NULL);
  16. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (131000, 130000, '廊坊市', NULL, NULL, NULL);
  17. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (131100, 130000, '衡水市', NULL, NULL, NULL);
  18. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (140000, 1, '山西省', NULL, NULL, NULL);
  19. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (140100, 140000, '太原市', NULL, NULL, NULL);
  20. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (140200, 140000, '大同市', NULL, NULL, NULL);
  21. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (140300, 140000, '阳泉市', NULL, NULL, NULL);
  22. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (140400, 140000, '长治市', NULL, NULL, NULL);
  23. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (140500, 140000, '晋城市', NULL, NULL, NULL);
  24. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (140600, 140000, '朔州市', NULL, NULL, NULL);
  25. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (140700, 140000, '晋中市', NULL, NULL, NULL);
  26. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (140800, 140000, '运城市', NULL, NULL, NULL);
  27. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (140900, 140000, '忻州市', NULL, NULL, NULL);
  28. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (141000, 140000, '临汾市', NULL, NULL, NULL);
  29. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (141100, 140000, '吕梁市', NULL, NULL, NULL);
  30. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (150000, 1, '内蒙古自治区', NULL, NULL, NULL);
  31. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (150100, 150000, '呼和浩特市', NULL, NULL, NULL);
  32. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (150200, 150000, '包头市', NULL, NULL, NULL);
  33. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (150300, 150000, '乌海市', NULL, NULL, NULL);
  34. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (150400, 150000, '赤峰市', NULL, NULL, NULL);
  35. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (150500, 150000, '通辽市', NULL, NULL, NULL);
  36. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (150600, 150000, '鄂尔多斯市', NULL, NULL, NULL);
  37. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (150700, 150000, '呼伦贝尔市', NULL, NULL, NULL);
  38. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (150800, 150000, '巴彦淖尔市', NULL, NULL, NULL);
  39. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (150900, 150000, '乌兰察布市', NULL, NULL, NULL);
  40. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (152200, 150000, '兴安盟', NULL, NULL, NULL);
  41. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (152500, 150000, '锡林郭勒盟', NULL, NULL, NULL);
  42. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (152900, 150000, '阿拉善盟', NULL, NULL, NULL);
  43. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (210000, 1, '辽宁省', NULL, NULL, NULL);
  44. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (210100, 210000, '沈阳市', NULL, NULL, NULL);
  45. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (210200, 210000, '大连市', NULL, NULL, NULL);
  46. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (210300, 210000, '鞍山市', NULL, NULL, NULL);
  47. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (210400, 210000, '抚顺市', NULL, NULL, NULL);
  48. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (210500, 210000, '本溪市', NULL, NULL, NULL);
  49. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (210600, 210000, '丹东市', NULL, NULL, NULL);
  50. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (210700, 210000, '锦州市', NULL, NULL, NULL);
  51. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (210800, 210000, '营口市', NULL, NULL, NULL);
  52. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (210900, 210000, '阜新市', NULL, NULL, NULL);
  53. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (211000, 210000, '辽阳市', NULL, NULL, NULL);
  54. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (211100, 210000, '盘锦市', NULL, NULL, NULL);
  55. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (211200, 210000, '铁岭市', NULL, NULL, NULL);
  56. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (211300, 210000, '朝阳市', NULL, NULL, NULL);
  57. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (211400, 210000, '葫芦岛市', NULL, NULL, NULL);
  58. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (220000, 1, '吉林省', NULL, NULL, NULL);
  59. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (220100, 220000, '长春市', NULL, NULL, NULL);
  60. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (220200, 220000, '吉林市', NULL, NULL, NULL);
  61. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (220300, 220000, '四平市', NULL, NULL, NULL);
  62. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (220400, 220000, '辽源市', NULL, NULL, NULL);
  63. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (220500, 220000, '通化市', NULL, NULL, NULL);
  64. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (220600, 220000, '白山市', NULL, NULL, NULL);
  65. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (220700, 220000, '松原市', NULL, NULL, NULL);
  66. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (220800, 220000, '白城市', NULL, NULL, NULL);
  67. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (222400, 220000, '延边朝鲜族自治州', NULL, NULL, NULL);
  68. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (230000, 1, '黑龙江省', NULL, NULL, NULL);
  69. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (230100, 230000, '哈尔滨市', NULL, NULL, NULL);
  70. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (230200, 230000, '齐齐哈尔市', NULL, NULL, NULL);
  71. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (230300, 230000, '鸡西市', NULL, NULL, NULL);
  72. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (230400, 230000, '鹤岗市', NULL, NULL, NULL);
  73. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (230500, 230000, '双鸭山市', NULL, NULL, NULL);
  74. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (230600, 230000, '大庆市', NULL, NULL, NULL);
  75. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (230700, 230000, '伊春市', NULL, NULL, NULL);
  76. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (230800, 230000, '佳木斯市', NULL, NULL, NULL);
  77. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (230900, 230000, '七台河市', NULL, NULL, NULL);
  78. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (231000, 230000, '牡丹江市', NULL, NULL, NULL);
  79. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (231100, 230000, '黑河市', NULL, NULL, NULL);
  80. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (231200, 230000, '绥化市', NULL, NULL, NULL);
  81. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (232700, 230000, '大兴安岭地区', NULL, NULL, NULL);
  82. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (310000, 1, '上海市', NULL, NULL, NULL);
  83. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (320000, 1, '江苏省', NULL, NULL, NULL);
  84. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (320100, 320000, '南京市', NULL, NULL, NULL);
  85. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (320200, 320000, '无锡市', NULL, NULL, NULL);
  86. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (320300, 320000, '徐州市', NULL, NULL, NULL);
  87. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (320400, 320000, '常州市', NULL, NULL, NULL);
  88. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (320500, 320000, '苏州市', NULL, NULL, NULL);
  89. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (320600, 320000, '南通市', NULL, NULL, NULL);
  90. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (320700, 320000, '连云港市', NULL, NULL, NULL);
  91. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (320800, 320000, '淮安市', NULL, NULL, NULL);
  92. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (320900, 320000, '盐城市', NULL, NULL, NULL);
  93. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (321000, 320000, '扬州市', NULL, NULL, NULL);
  94. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (321100, 320000, '镇江市', NULL, NULL, NULL);
  95. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (321200, 320000, '泰州市', NULL, NULL, NULL);
  96. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (321300, 320000, '宿迁市', NULL, NULL, NULL);
  97. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (330000, 1, '浙江省', NULL, NULL, NULL);
  98. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (330100, 330000, '杭州市', NULL, NULL, NULL);
  99. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (330200, 330000, '宁波市', NULL, NULL, NULL);
  100. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (330300, 330000, '温州市', NULL, NULL, NULL);
  101. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (330400, 330000, '嘉兴市', NULL, NULL, NULL);
  102. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (330500, 330000, '湖州市', NULL, NULL, NULL);
  103. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (330600, 330000, '绍兴市', NULL, NULL, NULL);
  104. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (330700, 330000, '金华市', NULL, NULL, NULL);
  105. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (330800, 330000, '衢州市', NULL, NULL, NULL);
  106. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (330900, 330000, '舟山市', NULL, NULL, NULL);
  107. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (331000, 330000, '台州市', NULL, NULL, NULL);
  108. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (331100, 330000, '丽水市', NULL, NULL, NULL);
  109. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (340000, 1, '安徽省', NULL, NULL, NULL);
  110. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (340100, 340000, '合肥市', NULL, NULL, NULL);
  111. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (340200, 340000, '芜湖市', NULL, NULL, NULL);
  112. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (340300, 340000, '蚌埠市', NULL, NULL, NULL);
  113. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (340400, 340000, '淮南市', NULL, NULL, NULL);
  114. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (340500, 340000, '马鞍山市', NULL, NULL, NULL);
  115. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (340600, 340000, '淮北市', NULL, NULL, NULL);
  116. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (340700, 340000, '铜陵市', NULL, NULL, NULL);
  117. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (340800, 340000, '安庆市', NULL, NULL, NULL);
  118. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (341000, 340000, '黄山市', NULL, NULL, NULL);
  119. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (341100, 340000, '滁州市', NULL, NULL, NULL);
  120. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (341200, 340000, '阜阳市', NULL, NULL, NULL);
  121. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (341300, 340000, '宿州市', NULL, NULL, NULL);
  122. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (341400, 340000, '巢湖市', NULL, NULL, NULL);
  123. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (341500, 340000, '六安市', NULL, NULL, NULL);
  124. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (341600, 340000, '亳州市', NULL, NULL, NULL);
  125. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (341700, 340000, '池州市', NULL, NULL, NULL);
  126. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (341800, 340000, '宣城市', NULL, NULL, NULL);
  127. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (350000, 1, '福建省', NULL, NULL, NULL);
  128. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (350100, 350000, '福州市', NULL, NULL, NULL);
  129. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (350200, 350000, '厦门市', NULL, NULL, NULL);
  130. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (350300, 350000, '莆田市', NULL, NULL, NULL);
  131. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (350400, 350000, '三明市', NULL, NULL, NULL);
  132. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (350500, 350000, '泉州市', NULL, NULL, NULL);
  133. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (350600, 350000, '漳州市', NULL, NULL, NULL);
  134. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (350700, 350000, '南平市', NULL, NULL, NULL);
  135. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (350800, 350000, '龙岩市', NULL, NULL, NULL);
  136. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (350900, 350000, '宁德市', NULL, NULL, NULL);
  137. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (360000, 1, '江西省', NULL, NULL, NULL);
  138. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (360100, 360000, '南昌市', NULL, NULL, NULL);
  139. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (360200, 360000, '景德镇市', NULL, NULL, NULL);
  140. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (360300, 360000, '萍乡市', NULL, NULL, NULL);
  141. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (360400, 360000, '九江市', NULL, NULL, NULL);
  142. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (360500, 360000, '新余市', NULL, NULL, NULL);
  143. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (360600, 360000, '鹰潭市', NULL, NULL, NULL);
  144. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (360700, 360000, '赣州市', NULL, NULL, NULL);
  145. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (360800, 360000, '吉安市', NULL, NULL, NULL);
  146. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (360900, 360000, '宜春市', NULL, NULL, NULL);
  147. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (361000, 360000, '抚州市', NULL, NULL, NULL);
  148. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (361100, 360000, '上饶市', NULL, NULL, NULL);
  149. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (370000, 1, '山东省', NULL, NULL, NULL);
  150. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (370100, 370000, '济南市', NULL, NULL, NULL);
  151. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (370200, 370000, '青岛市', NULL, NULL, NULL);
  152. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (370300, 370000, '淄博市', NULL, NULL, NULL);
  153. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (370400, 370000, '枣庄市', NULL, NULL, NULL);
  154. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (370500, 370000, '东营市', NULL, NULL, NULL);
  155. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (370600, 370000, '烟台市', NULL, NULL, NULL);
  156. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (370700, 370000, '潍坊市', NULL, NULL, NULL);
  157. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (370800, 370000, '济宁市', NULL, NULL, NULL);
  158. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (370900, 370000, '泰安市', NULL, NULL, NULL);
  159. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (371000, 370000, '威海市', NULL, NULL, NULL);
  160. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (371100, 370000, '日照市', NULL, NULL, NULL);
  161. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (371200, 370000, '莱芜市', NULL, NULL, NULL);
  162. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (371300, 370000, '临沂市', NULL, NULL, NULL);
  163. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (371400, 370000, '德州市', NULL, NULL, NULL);
  164. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (371500, 370000, '聊城市', NULL, NULL, NULL);
  165. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (371600, 370000, '滨州市', NULL, NULL, NULL);
  166. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (371700, 370000, '荷泽市', NULL, NULL, NULL);
  167. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (410000, 1, '河南省', NULL, NULL, NULL);
  168. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (410100, 410000, '郑州市', NULL, NULL, NULL);
  169. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (410200, 410000, '开封市', NULL, NULL, NULL);
  170. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (410300, 410000, '洛阳市', NULL, NULL, NULL);
  171. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (410400, 410000, '平顶山市', NULL, NULL, NULL);
  172. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (410500, 410000, '安阳市', NULL, NULL, NULL);
  173. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (410600, 410000, '鹤壁市', NULL, NULL, NULL);
  174. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (410700, 410000, '新乡市', NULL, NULL, NULL);
  175. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (410800, 410000, '焦作市', NULL, NULL, NULL);
  176. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (410900, 410000, '濮阳市', NULL, NULL, NULL);
  177. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (411000, 410000, '许昌市', NULL, NULL, NULL);
  178. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (411100, 410000, '漯河市', NULL, NULL, NULL);
  179. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (411200, 410000, '三门峡市', NULL, NULL, NULL);
  180. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (411300, 410000, '南阳市', NULL, NULL, NULL);
  181. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (411400, 410000, '商丘市', NULL, NULL, NULL);
  182. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (411500, 410000, '信阳市', NULL, NULL, NULL);
  183. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (411600, 410000, '周口市', NULL, NULL, NULL);
  184. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (411700, 410000, '驻马店市', NULL, NULL, NULL);
  185. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (420000, 1, '湖北省', NULL, NULL, NULL);
  186. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (420100, 420000, '武汉市', NULL, NULL, NULL);
  187. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (420200, 420000, '黄石市', NULL, NULL, NULL);
  188. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (420300, 420000, '十堰市', NULL, NULL, NULL);
  189. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (420500, 420000, '宜昌市', NULL, NULL, NULL);
  190. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (420600, 420000, '襄樊市', NULL, NULL, NULL);
  191. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (420700, 420000, '鄂州市', NULL, NULL, NULL);
  192. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (420800, 420000, '荆门市', NULL, NULL, NULL);
  193. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (420900, 420000, '孝感市', NULL, NULL, NULL);
  194. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (421000, 420000, '荆州市', NULL, NULL, NULL);
  195. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (421100, 420000, '黄冈市', NULL, NULL, NULL);
  196. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (421200, 420000, '咸宁市', NULL, NULL, NULL);
  197. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (421300, 420000, '随州市', NULL, NULL, NULL);
  198. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (422800, 420000, '恩施土家族苗族自治州', NULL, NULL, NULL);
  199. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (429000, 420000, '省直辖行政单位', NULL, NULL, NULL);
  200. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (430000, 1, '湖南省', NULL, NULL, NULL);
  201. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (430100, 430000, '长沙市', NULL, NULL, NULL);
  202. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (430200, 430000, '株洲市', NULL, NULL, NULL);
  203. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (430300, 430000, '湘潭市', NULL, NULL, NULL);
  204. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (430400, 430000, '衡阳市', NULL, NULL, NULL);
  205. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (430500, 430000, '邵阳市', NULL, NULL, NULL);
  206. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (430600, 430000, '岳阳市', NULL, NULL, NULL);
  207. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (430700, 430000, '常德市', NULL, NULL, NULL);
  208. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (430800, 430000, '张家界市', NULL, NULL, NULL);
  209. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (430900, 430000, '益阳市', NULL, NULL, NULL);
  210. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (431000, 430000, '郴州市', NULL, NULL, NULL);
  211. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (431100, 430000, '永州市', NULL, NULL, NULL);
  212. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (431200, 430000, '怀化市', NULL, NULL, NULL);
  213. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (431300, 430000, '娄底市', NULL, NULL, NULL);
  214. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (433100, 430000, '湘西土家族苗族自治州', NULL, NULL, NULL);
  215. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (440000, 1, '广东省', NULL, NULL, NULL);
  216. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (440100, 440000, '广州市', NULL, NULL, NULL);
  217. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (440200, 440000, '韶关市', NULL, NULL, NULL);
  218. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (440300, 440000, '深圳市', NULL, NULL, NULL);
  219. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (440400, 440000, '珠海市', NULL, NULL, NULL);
  220. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (440500, 440000, '汕头市', NULL, NULL, NULL);
  221. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (440600, 440000, '佛山市', NULL, NULL, NULL);
  222. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (440700, 440000, '江门市', NULL, NULL, NULL);
  223. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (440800, 440000, '湛江市', NULL, NULL, NULL);
  224. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (440900, 440000, '茂名市', NULL, NULL, NULL);
  225. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (441200, 440000, '肇庆市', NULL, NULL, NULL);
  226. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (441300, 440000, '惠州市', NULL, NULL, NULL);
  227. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (441400, 440000, '梅州市', NULL, NULL, NULL);
  228. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (441500, 440000, '汕尾市', NULL, NULL, NULL);
  229. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (441600, 440000, '河源市', NULL, NULL, NULL);
  230. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (441700, 440000, '阳江市', NULL, NULL, NULL);
  231. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (441800, 440000, '清远市', NULL, NULL, NULL);
  232. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (441900, 440000, '东莞市', NULL, NULL, NULL);
  233. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (442000, 440000, '中山市', NULL, NULL, NULL);
  234. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (445100, 440000, '潮州市', NULL, NULL, NULL);
  235. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (445200, 440000, '揭阳市', NULL, NULL, NULL);
  236. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (445300, 440000, '云浮市', NULL, NULL, NULL);
  237. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (450000, 1, '广西壮族自治区', NULL, NULL, NULL);
  238. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (450100, 450000, '南宁市', NULL, NULL, NULL);
  239. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (450200, 450000, '柳州市', NULL, NULL, NULL);
  240. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (450300, 450000, '桂林市', NULL, NULL, NULL);
  241. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (450400, 450000, '梧州市', NULL, NULL, NULL);
  242. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (450500, 450000, '北海市', NULL, NULL, NULL);
  243. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (450600, 450000, '防城港市', NULL, NULL, NULL);
  244. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (450700, 450000, '钦州市', NULL, NULL, NULL);
  245. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (450800, 450000, '贵港市', NULL, NULL, NULL);
  246. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (450900, 450000, '玉林市', NULL, NULL, NULL);
  247. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (451000, 450000, '百色市', NULL, NULL, NULL);
  248. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (451100, 450000, '贺州市', NULL, NULL, NULL);
  249. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (451200, 450000, '河池市', NULL, NULL, NULL);
  250. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (451300, 450000, '来宾市', NULL, NULL, NULL);
  251. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (451400, 450000, '崇左市', NULL, NULL, NULL);
  252. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (460000, 1, '海南省', NULL, NULL, NULL);
  253. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (460100, 460000, '海口市', NULL, NULL, NULL);
  254. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (460200, 460000, '三亚市', NULL, NULL, NULL);
  255. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (469000, 460000, '省直辖县级行政单位', NULL, NULL, NULL);
  256. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (500000, 1, '重庆市', NULL, NULL, NULL);
  257. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (500300, 500000, '市', NULL, NULL, NULL);
  258. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (510000, 1, '四川省', NULL, NULL, NULL);
  259. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (510100, 510000, '成都市', NULL, NULL, NULL);
  260. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (510300, 510000, '自贡市', NULL, NULL, NULL);
  261. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (510400, 510000, '攀枝花市', NULL, NULL, NULL);
  262. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (510500, 510000, '泸州市', NULL, NULL, NULL);
  263. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (510600, 510000, '德阳市', NULL, NULL, NULL);
  264. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (510700, 510000, '绵阳市', NULL, NULL, NULL);
  265. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (510800, 510000, '广元市', NULL, NULL, NULL);
  266. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (510900, 510000, '遂宁市', NULL, NULL, NULL);
  267. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (511000, 510000, '内江市', NULL, NULL, NULL);
  268. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (511100, 510000, '乐山市', NULL, NULL, NULL);
  269. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (511300, 510000, '南充市', NULL, NULL, NULL);
  270. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (511400, 510000, '眉山市', NULL, NULL, NULL);
  271. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (511500, 510000, '宜宾市', NULL, NULL, NULL);
  272. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (511600, 510000, '广安市', NULL, NULL, NULL);
  273. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (511700, 510000, '达州市', NULL, NULL, NULL);
  274. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (511800, 510000, '雅安市', NULL, NULL, NULL);
  275. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (511900, 510000, '巴中市', NULL, NULL, NULL);
  276. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (512000, 510000, '资阳市', NULL, NULL, NULL);
  277. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (513200, 510000, '阿坝藏族羌族自治州', NULL, NULL, NULL);
  278. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (513300, 510000, '甘孜藏族自治州', NULL, NULL, NULL);
  279. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (513400, 510000, '凉山彝族自治州', NULL, NULL, NULL);
  280. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (520000, 1, '贵州省', NULL, NULL, NULL);
  281. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (520100, 520000, '贵阳市', NULL, NULL, NULL);
  282. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (520200, 520000, '六盘水市', NULL, NULL, NULL);
  283. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (520300, 520000, '遵义市', NULL, NULL, NULL);
  284. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (520400, 520000, '安顺市', NULL, NULL, NULL);
  285. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (522200, 520000, '铜仁地区', NULL, NULL, NULL);
  286. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (522300, 520000, '黔西南布依族苗族自治州', NULL, NULL, NULL);
  287. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (522400, 520000, '毕节地区', NULL, NULL, NULL);
  288. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (522600, 520000, '黔东南苗族侗族自治州', NULL, NULL, NULL);
  289. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (522700, 520000, '黔南布依族苗族自治州', NULL, NULL, NULL);
  290. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (530000, 1, '云南省', NULL, NULL, NULL);
  291. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (530100, 530000, '昆明市', NULL, NULL, NULL);
  292. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (530300, 530000, '曲靖市', NULL, NULL, NULL);
  293. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (530400, 530000, '玉溪市', NULL, NULL, NULL);
  294. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (530500, 530000, '保山市', NULL, NULL, NULL);
  295. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (530600, 530000, '昭通市', NULL, NULL, NULL);
  296. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (530700, 530000, '丽江市', NULL, NULL, NULL);
  297. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (530800, 530000, '思茅市', NULL, NULL, NULL);
  298. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (530900, 530000, '临沧市', NULL, NULL, NULL);
  299. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (532300, 530000, '楚雄彝族自治州', NULL, NULL, NULL);
  300. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (532500, 530000, '红河哈尼族彝族自治州', NULL, NULL, NULL);
  301. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (532600, 530000, '文山壮族苗族自治州', NULL, NULL, NULL);
  302. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (532800, 530000, '西双版纳傣族自治州', NULL, NULL, NULL);
  303. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (532900, 530000, '大理白族自治州', NULL, NULL, NULL);
  304. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (533100, 530000, '德宏傣族景颇族自治州', NULL, NULL, NULL);
  305. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (533300, 530000, '怒江傈僳族自治州', NULL, NULL, NULL);
  306. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (533400, 530000, '迪庆藏族自治州', NULL, NULL, NULL);
  307. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (540000, 1, '西藏自治区', NULL, NULL, NULL);
  308. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (540100, 540000, '拉萨市', NULL, NULL, NULL);
  309. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (542100, 540000, '昌都地区', NULL, NULL, NULL);
  310. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (542200, 540000, '山南地区', NULL, NULL, NULL);
  311. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (542300, 540000, '日喀则地区', NULL, NULL, NULL);
  312. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (542400, 540000, '那曲地区', NULL, NULL, NULL);
  313. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (542500, 540000, '阿里地区', NULL, NULL, NULL);
  314. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (542600, 540000, '林芝地区', NULL, NULL, NULL);
  315. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (610000, 1, '陕西省', NULL, NULL, NULL);
  316. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (610100, 610000, '西安市', NULL, NULL, NULL);
  317. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (610200, 610000, '铜川市', NULL, NULL, NULL);
  318. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (610300, 610000, '宝鸡市', NULL, NULL, NULL);
  319. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (610400, 610000, '咸阳市', NULL, NULL, NULL);
  320. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (610500, 610000, '渭南市', NULL, NULL, NULL);
  321. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (610600, 610000, '延安市', NULL, NULL, NULL);
  322. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (610700, 610000, '汉中市', NULL, NULL, NULL);
  323. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (610800, 610000, '榆林市', NULL, NULL, NULL);
  324. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (610900, 610000, '安康市', NULL, NULL, NULL);
  325. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (611000, 610000, '商洛市', NULL, NULL, NULL);
  326. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (620000, 1, '甘肃省', NULL, NULL, NULL);
  327. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (620100, 620000, '兰州市', NULL, NULL, NULL);
  328. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (620200, 620000, '嘉峪关市', NULL, NULL, NULL);
  329. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (620300, 620000, '金昌市', NULL, NULL, NULL);
  330. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (620400, 620000, '白银市', NULL, NULL, NULL);
  331. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (620500, 620000, '天水市', NULL, NULL, NULL);
  332. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (620600, 620000, '武威市', NULL, NULL, NULL);
  333. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (620700, 620000, '张掖市', NULL, NULL, NULL);
  334. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (620800, 620000, '平凉市', NULL, NULL, NULL);
  335. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (620900, 620000, '酒泉市', NULL, NULL, NULL);
  336. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (621000, 620000, '庆阳市', NULL, NULL, NULL);
  337. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (621100, 620000, '定西市', NULL, NULL, NULL);
  338. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (621200, 620000, '陇南市', NULL, NULL, NULL);
  339. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (622900, 620000, '临夏回族自治州', NULL, NULL, NULL);
  340. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (623000, 620000, '甘南藏族自治州', NULL, NULL, NULL);
  341. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (630000, 1, '青海省', NULL, NULL, NULL);
  342. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (630100, 630000, '西宁市', NULL, NULL, NULL);
  343. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (632100, 630000, '海东地区', NULL, NULL, NULL);
  344. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (632200, 630000, '海北藏族自治州', NULL, NULL, NULL);
  345. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (632300, 630000, '黄南藏族自治州', NULL, NULL, NULL);
  346. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (632500, 630000, '海南藏族自治州', NULL, NULL, NULL);
  347. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (632600, 630000, '果洛藏族自治州', NULL, NULL, NULL);
  348. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (632700, 630000, '玉树藏族自治州', NULL, NULL, NULL);
  349. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (632800, 630000, '海西蒙古族藏族自治州', NULL, NULL, NULL);
  350. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (640000, 1, '宁夏回族自治区', NULL, NULL, NULL);
  351. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (640100, 640000, '银川市', NULL, NULL, NULL);
  352. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (640200, 640000, '石嘴山市', NULL, NULL, NULL);
  353. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (640300, 640000, '吴忠市', NULL, NULL, NULL);
  354. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (640400, 640000, '固原市', NULL, NULL, NULL);
  355. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (640500, 640000, '中卫市', NULL, NULL, NULL);
  356. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (650000, 1, '新疆维吾尔自治区', NULL, NULL, NULL);
  357. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (650100, 650000, '乌鲁木齐市', NULL, NULL, NULL);
  358. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (650200, 650000, '克拉玛依市', NULL, NULL, NULL);
  359. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (652100, 650000, '吐鲁番地区', NULL, NULL, NULL);
  360. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (652200, 650000, '哈密地区', NULL, NULL, NULL);
  361. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (652300, 650000, '昌吉回族自治州', NULL, NULL, NULL);
  362. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (652700, 650000, '博尔塔拉蒙古自治州', NULL, NULL, NULL);
  363. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (652800, 650000, '巴音郭楞蒙古自治州', NULL, NULL, NULL);
  364. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (652900, 650000, '阿克苏地区', NULL, NULL, NULL);
  365. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (653000, 650000, '克孜勒苏柯尔克孜自治州', NULL, NULL, NULL);
  366. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (653100, 650000, '喀什地区', NULL, NULL, NULL);
  367. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (653200, 650000, '和田地区', NULL, NULL, NULL);
  368. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (654000, 650000, '伊犁哈萨克自治州', NULL, NULL, NULL);
  369. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (654200, 650000, '塔城地区', NULL, NULL, NULL);
  370. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (654300, 650000, '阿勒泰地区', NULL, NULL, NULL);
  371. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (659000, 650000, '省直辖行政单位', NULL, NULL, NULL);
  372. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (710000, 1, '台湾省', NULL, NULL, NULL);
  373. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (810000, 1, '香港特别行政区', NULL, NULL, NULL);
  374. REPLACE INTO `t_location` (`location_id`, `location_pid`, `location_name`, `location_postnum`, `location_level`, `location_phonenum`) VALUES (820000, 1, '澳门特别行政区', NULL, NULL, NULL);
  375. REPLACE INTO `t_role` (`role_id`, `role_name`, `role_desc`) VALUES (1, '系统管理员', '');
  376. REPLACE INTO `t_role` (`role_id`, `role_name`, `role_desc`) VALUES (2, '公司管理员', '');
  377. REPLACE INTO `t_role` (`role_id`, `role_name`, `role_desc`) VALUES (3, '普通员工', '');
  378. REPLACE INTO `t_tag_list` (`tag_id`, `company_id`, `user_id`, `tag_category`, `tag_image_id`, `tag_image`, `tag_title`, `tag_desc`, `used_count`, `status`, `ctime`, `utime`, `permission`, `necessary`, `data_protection`, `position`, `permission_view`, `tag_group_id`) VALUES (1, 1, 1, 6, NULL, '24:d918d52db2eff2d00bd38f710a0b30cd.png', '待开票', '待开票', 5, 99, '2017-12-07 22:35:48', '2021-10-31 13:41:19', 2, 1, 2, 14, 1, 0);
  379. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (1, NULL, 'back', 'b2e15e9be6144c4151b040c6e89d013f', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1052, NULL, NULL, NULL, NULL, '2018-03-08 22:38:35', NULL, NULL, 99, NULL, '');
  380. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (2, NULL, 'bag', 'a9d89ce92f0e387ae09d6117f0033211', NULL, NULL, 24, '{\"width\":54,\"height\":50}', 'image/png', 'png', 1203, NULL, NULL, NULL, NULL, '2018-03-08 22:38:37', NULL, NULL, 99, NULL, '');
  381. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (3, NULL, 'book', '5975ff36d4d6d8c96eff03f01c7f82d5', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 940, NULL, NULL, NULL, NULL, '2018-03-08 22:38:37', NULL, NULL, 99, NULL, '');
  382. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (4, NULL, 'browser-internet', '965f6a066ca2879d18683465a0de5d52', NULL, NULL, 24, '{\"width\":52,\"height\":45}', 'image/png', 'png', 567, NULL, NULL, NULL, NULL, '2018-03-08 22:38:38', NULL, NULL, 99, NULL, '');
  383. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (5, NULL, 'calculator', 'cf51da92cc6b016d61716cd757a4d6c5', NULL, NULL, 24, '{\"width\":52,\"height\":52}', 'image/png', 'png', 847, NULL, NULL, NULL, NULL, '2018-03-08 22:38:39', NULL, NULL, 99, NULL, '');
  384. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (6, NULL, 'calendar', '9c32849a4e1118d33b93e5cd9898d8e2', NULL, NULL, 24, '{\"width\":54,\"height\":54}', 'image/png', 'png', 1906, NULL, NULL, NULL, NULL, '2018-03-08 22:38:40', NULL, NULL, 99, NULL, '');
  385. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (7, NULL, 'camera', 'ea1c534de9ceb205718205c2131d79a2', NULL, NULL, 24, '{\"width\":52,\"height\":44}', 'image/png', 'png', 1271, NULL, NULL, NULL, NULL, '2018-03-08 22:38:41', NULL, NULL, 99, NULL, '');
  386. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (8, NULL, 'cart', '946c1ddb09761536aacb3e4a02c49688', NULL, NULL, 24, '{\"width\":54,\"height\":48}', 'image/png', 'png', 865, NULL, NULL, NULL, NULL, '2018-03-08 22:38:42', NULL, NULL, 99, NULL, '');
  387. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (9, NULL, 'chart', 'bb6fd41460c44a999beec9ec774fea72', NULL, NULL, 24, '{\"width\":52,\"height\":52}', 'image/png', 'png', 1663, NULL, NULL, NULL, NULL, '2018-03-08 22:38:43', NULL, NULL, 99, NULL, '');
  388. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (10, NULL, 'chat', '04b1db45b3f26caf38c5da9356b47364', NULL, NULL, 24, '{\"width\":56,\"height\":44}', 'image/png', 'png', 1072, NULL, NULL, NULL, NULL, '2018-03-08 22:38:43', NULL, NULL, 99, NULL, '');
  389. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (11, NULL, 'check-list', '504fe0166a529e5e4efeb3e903c8cd8d', NULL, NULL, 24, '{\"width\":54,\"height\":54}', 'image/png', 'png', 1761, NULL, NULL, NULL, NULL, '2018-03-08 22:38:44', NULL, NULL, 99, NULL, '');
  390. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (12, NULL, 'check', 'c1b18b481e644f8e026ed9cf641bd1cd', NULL, NULL, 24, '{\"width\":52,\"height\":52}', 'image/png', 'png', 1773, NULL, NULL, NULL, NULL, '2018-03-08 22:38:45', NULL, NULL, 99, NULL, '');
  391. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (13, NULL, 'clock', '745cccf336b4cb3686e9f3a314f860f6', NULL, NULL, 24, '{\"width\":52,\"height\":52}', 'image/png', 'png', 1812, NULL, NULL, NULL, NULL, '2018-03-08 22:38:46', NULL, NULL, 99, NULL, '');
  392. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (14, NULL, 'cloud-download', '0036b726999d4eeee78705b7c2a3b5a8', NULL, NULL, 24, '{\"width\":62,\"height\":39}', 'image/png', 'png', 1612, NULL, NULL, NULL, NULL, '2018-03-08 22:38:47', NULL, NULL, 99, NULL, '');
  393. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (15, NULL, 'cloud-upload', 'f79d64dd2c992433103a1cb30cfffadd', NULL, NULL, 24, '{\"width\":62,\"height\":39}', 'image/png', 'png', 1610, NULL, NULL, NULL, NULL, '2018-03-08 22:38:48', NULL, NULL, 99, NULL, '');
  394. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (16, NULL, 'cloud', 'f270befaf92f9525c3fc21aa2723729e', NULL, NULL, 24, '{\"width\":62,\"height\":39}', 'image/png', 'png', 1037, NULL, NULL, NULL, NULL, '2018-03-08 22:38:49', NULL, NULL, 99, NULL, '');
  395. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (17, NULL, 'color-palette', '1be4bfc8d7d7c5933e46b76b2df1febb', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 2439, NULL, NULL, NULL, NULL, '2018-03-08 22:38:50', NULL, NULL, 99, NULL, '');
  396. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (18, NULL, 'comment', 'd8c6236f91f9f9fa78e6a91e808381fa', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 642, NULL, NULL, NULL, NULL, '2018-03-08 22:38:50', NULL, NULL, 99, NULL, '');
  397. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (19, NULL, 'contacts', '15298dc5c44966aea5818fd6a92c577b', NULL, NULL, 24, '{\"width\":42,\"height\":50}', 'image/png', 'png', 768, NULL, NULL, NULL, NULL, '2018-03-08 22:38:51', NULL, NULL, 99, NULL, '');
  398. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (20, NULL, 'controls', 'd918d52db2eff2d00bd38f710a0b30cd', NULL, NULL, 24, '{\"width\":52,\"height\":52}', 'image/png', 'png', 1248, NULL, NULL, NULL, NULL, '2018-03-08 22:38:52', NULL, NULL, 99, NULL, '');
  399. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (21, NULL, 'credit-card', '189eb00941b048fb66ec771a3f9d778b', NULL, NULL, 24, '{\"width\":54,\"height\":41}', 'image/png', 'png', 396, NULL, NULL, NULL, NULL, '2018-03-08 22:38:53', NULL, NULL, 99, NULL, '');
  400. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (22, NULL, 'cut', 'e7014a2f7bfcce820d83dd942d5441a3', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1860, NULL, NULL, NULL, NULL, '2018-03-08 22:38:54', NULL, NULL, 99, NULL, '');
  401. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (23, NULL, 'document', 'dff4467dd970552a58ea3459acbc4cdb', NULL, NULL, 24, '{\"width\":46,\"height\":55}', 'image/png', 'png', 760, NULL, NULL, NULL, NULL, '2018-03-08 22:38:55', NULL, NULL, 99, NULL, '');
  402. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (24, NULL, 'downloads', '625349138ab7aeced3ea1d9ca7ac0a4e', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1953, NULL, NULL, NULL, NULL, '2018-03-08 22:38:55', NULL, NULL, 99, NULL, '');
  403. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (25, NULL, 'email-closed', '989f097346037f8df77c78ccabb7c1f9', NULL, NULL, 24, '{\"width\":58,\"height\":41}', 'image/png', 'png', 1772, NULL, NULL, NULL, NULL, '2018-03-08 22:38:56', NULL, NULL, 99, NULL, '');
  404. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (26, NULL, 'email-open', 'e09900909fdbb4cc6593a6e93d3a5edb', NULL, NULL, 24, '{\"width\":56,\"height\":54}', 'image/png', 'png', 1788, NULL, NULL, NULL, NULL, '2018-03-08 22:38:57', NULL, NULL, 99, NULL, '');
  405. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (27, NULL, 'eye', '116b6bb8f11d5fad9766b42d2934e5f4', NULL, NULL, 24, '{\"width\":62,\"height\":34}', 'image/png', 'png', 1932, NULL, NULL, NULL, NULL, '2018-03-08 22:38:58', NULL, NULL, 99, NULL, '');
  406. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (28, NULL, 'flag', 'b97b68b496e28c325bda5319cf2930a0', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1515, NULL, NULL, NULL, NULL, '2018-03-08 22:38:59', NULL, NULL, 99, NULL, '');
  407. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (29, NULL, 'folder-paper', '3602dddd3da68f1f420507e5adb42b25', NULL, NULL, 24, '{\"width\":56,\"height\":42}', 'image/png', 'png', 641, NULL, NULL, NULL, NULL, '2018-03-08 22:39:00', NULL, NULL, 99, NULL, '');
  408. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (30, NULL, 'folder', '230b0b5eb7084b890a6af975ee2d6092', NULL, NULL, 24, '{\"width\":56,\"height\":42}', 'image/png', 'png', 619, NULL, NULL, NULL, NULL, '2018-03-08 22:39:01', NULL, NULL, 99, NULL, '');
  409. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (31, NULL, 'font', '1bb093684392a48e7804d3cf18c2468f', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 851, NULL, NULL, NULL, NULL, '2018-03-08 22:39:02', NULL, NULL, 99, NULL, '');
  410. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (32, NULL, 'forward', '2bc974ea76554f1c69003390b6330757', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1013, NULL, NULL, NULL, NULL, '2018-03-08 22:39:03', NULL, NULL, 99, NULL, '');
  411. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (33, NULL, 'heart', '36fd2a72000c051cd5c952a5caa62b0c', NULL, NULL, 24, '{\"width\":48,\"height\":47}', 'image/png', 'png', 1719, NULL, NULL, NULL, NULL, '2018-03-08 22:39:03', NULL, NULL, 99, NULL, '');
  412. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (34, NULL, 'help', '0ef889744b76fcaa4adc8ff45947477f', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1540, NULL, NULL, NULL, NULL, '2018-03-08 22:39:04', NULL, NULL, 99, NULL, '');
  413. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (35, NULL, 'home', '289aa585077294dd623f09361d8ef798', NULL, NULL, 24, '{\"width\":56,\"height\":55}', 'image/png', 'png', 1166, NULL, NULL, NULL, NULL, '2018-03-08 22:39:05', NULL, NULL, 99, NULL, '');
  414. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (36, NULL, 'joystick', 'ccba1b0827f93729eb8fe63a74fb1f8e', NULL, NULL, 24, '{\"width\":58,\"height\":41}', 'image/png', 'png', 1102, NULL, NULL, NULL, NULL, '2018-03-08 22:39:06', NULL, NULL, 99, NULL, '');
  415. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (37, NULL, 'laptop', 'ff8e069e63d2eb2ce257ba4599190586', NULL, NULL, 24, '{\"width\":60,\"height\":35}', 'image/png', 'png', 636, NULL, NULL, NULL, NULL, '2018-03-08 22:39:07', NULL, NULL, 99, NULL, '');
  416. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (38, NULL, 'layers', '6e9c3ee9b9cf580e738d7c3cee3cbfd5', NULL, NULL, 24, '{\"width\":46,\"height\":54}', 'image/png', 'png', 1183, NULL, NULL, NULL, NULL, '2018-03-08 22:39:08', NULL, NULL, 99, NULL, '');
  417. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (39, NULL, 'lens', 'a978f1c64286e0fc9c92d5999d356f56', NULL, NULL, 24, '{\"width\":44,\"height\":44}', 'image/png', 'png', 1725, NULL, NULL, NULL, NULL, '2018-03-08 22:39:09', NULL, NULL, 99, NULL, '');
  418. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (40, NULL, 'link', '0512179c56c3471ad13323eac02df7a2', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 2138, NULL, NULL, NULL, NULL, '2018-03-08 22:39:10', NULL, NULL, 99, NULL, '');
  419. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (41, NULL, 'lock', '0bbe947fc9481139432a2a4ff38fff2e', NULL, NULL, 24, '{\"width\":40,\"height\":54}', 'image/png', 'png', 985, NULL, NULL, NULL, NULL, '2018-03-08 22:39:11', NULL, NULL, 99, NULL, '');
  420. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (42, NULL, 'mail', '627abcabc8a8e7b2e2d9fd67df28753c', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 966, NULL, NULL, NULL, NULL, '2018-03-08 22:39:12', NULL, NULL, 99, NULL, '');
  421. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (43, NULL, 'map', 'ba1d6e8972d0d467e1c0a007b7c76254', NULL, NULL, 24, '{\"width\":60,\"height\":59}', 'image/png', 'png', 1876, NULL, NULL, NULL, NULL, '2018-03-08 22:39:13', NULL, NULL, 99, NULL, '');
  422. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (44, NULL, 'message', '4e8c185202aad949080e63b3c8f8331c', NULL, NULL, 24, '{\"width\":60,\"height\":31}', 'image/png', 'png', 1526, NULL, NULL, NULL, NULL, '2018-03-08 22:39:13', NULL, NULL, 99, NULL, '');
  423. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (45, NULL, 'page', 'ffcf70da1186ff2a3d4c13c1b726b6da', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 894, NULL, NULL, NULL, NULL, '2018-03-08 22:39:14', NULL, NULL, 99, NULL, '');
  424. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (46, NULL, 'paste', 'cc9b87946d20fa33427dd3e3f31871a6', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1155, NULL, NULL, NULL, NULL, '2018-03-08 22:39:15', NULL, NULL, 99, NULL, '');
  425. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (47, NULL, 'pc', 'ce8ee44dd12cafb762b293202333cb84', NULL, NULL, 24, '{\"width\":52,\"height\":47}', 'image/png', 'png', 754, NULL, NULL, NULL, NULL, '2018-03-08 22:39:16', NULL, NULL, 99, NULL, '');
  426. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (48, NULL, 'pen', 'dd31dc525cf427d7f5fd100fbb832f13', NULL, NULL, 24, '{\"width\":46,\"height\":46}', 'image/png', 'png', 1482, NULL, NULL, NULL, NULL, '2018-03-08 22:39:17', NULL, NULL, 99, NULL, '');
  427. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (49, NULL, 'phone', '5cbe99b107c0cd679009a81e9dd14a9f', NULL, NULL, 24, '{\"width\":52,\"height\":52}', 'image/png', 'png', 1835, NULL, NULL, NULL, NULL, '2018-03-08 22:39:18', NULL, NULL, 99, NULL, '');
  428. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (50, NULL, 'photos', '82050365268fb051cf8ac87b43ffe8cf', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1824, NULL, NULL, NULL, NULL, '2018-03-08 22:39:19', NULL, NULL, 99, NULL, '');
  429. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (51, NULL, 'picture', 'b622338c2443b74652af7574fe7f3b0c', NULL, NULL, 24, '{\"width\":54,\"height\":41}', 'image/png', 'png', 1054, NULL, NULL, NULL, NULL, '2018-03-08 22:39:19', NULL, NULL, 99, NULL, '');
  430. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (52, NULL, 'pin', '6c1f0be84f6ec1faa845d44f4f741cc3', NULL, NULL, 24, '{\"width\":42,\"height\":59}', 'image/png', 'png', 1723, NULL, NULL, NULL, NULL, '2018-03-08 22:39:20', NULL, NULL, 99, NULL, '');
  431. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (53, NULL, 'play', 'a9e2dae6228bf0f5a0d11e049509fa73', NULL, NULL, 24, '{\"width\":52,\"height\":52}', 'image/png', 'png', 1875, NULL, NULL, NULL, NULL, '2018-03-08 22:39:21', NULL, NULL, 99, NULL, '');
  432. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (54, NULL, 'print', '253ff0fb99815ea69b83261c61e32d9c', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1057, NULL, NULL, NULL, NULL, '2018-03-08 22:39:22', NULL, NULL, 99, NULL, '');
  433. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (55, NULL, 'printer', '0d8fb273662fcd2d2a92a9bdd3b785d6', NULL, NULL, 24, '{\"width\":52,\"height\":53}', 'image/png', 'png', 828, NULL, NULL, NULL, NULL, '2018-03-08 22:39:23', NULL, NULL, 99, NULL, '');
  434. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (56, NULL, 'quit', '6a5af485d16765a0e03de706c8a65ceb', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1573, NULL, NULL, NULL, NULL, '2018-03-08 22:39:24', NULL, NULL, 99, NULL, '');
  435. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (57, NULL, 'rubbish-bin', 'f2bcfa5c9af995a45204e7140bb2e2bb', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1231, NULL, NULL, NULL, NULL, '2018-03-08 22:39:24', NULL, NULL, 99, NULL, '');
  436. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (58, NULL, 'search', '3ba36c7765f820efdbd1331e0ff46465', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1716, NULL, NULL, NULL, NULL, '2018-03-08 22:39:25', NULL, NULL, 99, NULL, '');
  437. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (59, NULL, 'settings', '2a8a0aa10dea6b17a6ea4fe319109426', NULL, NULL, 24, '{\"width\":52,\"height\":52}', 'image/png', 'png', 1990, NULL, NULL, NULL, NULL, '2018-03-08 22:39:26', NULL, NULL, 99, NULL, '');
  438. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (60, NULL, 'skull', 'f239e4521964d0af6334c917469efaad', NULL, NULL, 24, '{\"width\":60,\"height\":59}', 'image/png', 'png', 2064, NULL, NULL, NULL, NULL, '2018-03-08 22:39:27', NULL, NULL, 99, NULL, '');
  439. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (61, NULL, 'smartphone', '88ea53411f21242897a8ccd9a25a9156', NULL, NULL, 24, '{\"width\":30,\"height\":47}', 'image/png', 'png', 734, NULL, NULL, NULL, NULL, '2018-03-08 22:39:28', NULL, NULL, 99, NULL, '');
  440. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (62, NULL, 'sound', '55a4d0e77e551af6b032727020f8e518', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1049, NULL, NULL, NULL, NULL, '2018-03-08 22:39:29', NULL, NULL, 99, NULL, '');
  441. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (63, NULL, 'star', 'a5fd5417bf79a51ef7e00cf4ca2ec801', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1281, NULL, NULL, NULL, NULL, '2018-03-08 22:39:30', NULL, NULL, 99, NULL, '');
  442. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (64, NULL, 'stop', 'f63c58677295398342c075c965a68e4e', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1401, NULL, NULL, NULL, NULL, '2018-03-08 22:39:31', NULL, NULL, 99, NULL, '');
  443. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (65, NULL, 'switcher-off', '3c465cabf8bbc4cdda7dfcaa8bf06b8f', NULL, NULL, 24, '{\"width\":52,\"height\":52}', 'image/png', 'png', 1655, NULL, NULL, NULL, NULL, '2018-03-08 22:39:31', NULL, NULL, 99, NULL, '');
  444. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (66, NULL, 'switcher', '990680afc4ee8732c4d05772de7eb067', NULL, NULL, 24, '{\"width\":52,\"height\":52}', 'image/png', 'png', 1658, NULL, NULL, NULL, NULL, '2018-03-08 22:39:32', NULL, NULL, 99, NULL, '');
  445. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (67, NULL, 'tag-1', '7480c22981202c87ace3337dc570cd34', NULL, NULL, 24, '{\"width\":58,\"height\":58}', 'image/png', 'png', 1953, NULL, NULL, NULL, NULL, '2018-03-08 22:39:36', NULL, NULL, 99, NULL, '');
  446. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (68, NULL, 'tag', '2911fbfe8c51eeff8f27b2a940e00b29', NULL, NULL, 24, '{\"width\":36,\"height\":55}', 'image/png', 'png', 1096, NULL, NULL, NULL, NULL, '2018-03-08 22:39:39', NULL, NULL, 99, NULL, '');
  447. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (69, NULL, 'tools', '0a3bfdb71497e9564058ab9456620502', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 2445, NULL, NULL, NULL, NULL, '2018-03-08 22:39:40', NULL, NULL, 99, NULL, '');
  448. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (70, NULL, 'undo', 'b9e89d4383c8a2e98aba1b48ad1242b8', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1362, NULL, NULL, NULL, NULL, '2018-03-08 22:39:41', NULL, NULL, 99, NULL, '');
  449. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (71, NULL, 'user', '8403b4c5f18b81337247f0ff03226bb6', NULL, NULL, 24, '{\"width\":52,\"height\":52}', 'image/png', 'png', 1798, NULL, NULL, NULL, NULL, '2018-03-08 22:39:42', NULL, NULL, 99, NULL, '');
  450. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (72, NULL, 'weather', 'd064768d72283a6c73247ef90ba934eb', NULL, NULL, 24, '{\"width\":52,\"height\":52}', 'image/png', 'png', 1892, NULL, NULL, NULL, NULL, '2018-03-08 22:39:43', NULL, NULL, 99, NULL, '');
  451. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (73, NULL, '+', '25d7c25a4a204f75089102bcb6f1b1a4', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1619, NULL, NULL, NULL, NULL, '2018-03-08 22:58:34', NULL, NULL, 99, NULL, '');
  452. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (74, NULL, '-', 'a458c6029b03894744fcf7881a97004b', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1181, NULL, NULL, NULL, NULL, '2018-03-08 22:58:35', NULL, NULL, 99, NULL, '');
  453. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (75, NULL, '1', 'd2eb1beb7f9c562dda41c58ead6fbe0d', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3805, NULL, NULL, NULL, NULL, '2018-03-08 22:58:36', NULL, NULL, 99, NULL, '');
  454. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (76, NULL, '10', 'afbcb746e8bf74717623054324e0c3b9', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5447, NULL, NULL, NULL, NULL, '2018-03-08 22:58:37', NULL, NULL, 99, NULL, '');
  455. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (77, NULL, '11', '59a5c946f046e865061e919065a187a2', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 4730, NULL, NULL, NULL, NULL, '2018-03-08 22:58:38', NULL, NULL, 99, NULL, '');
  456. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (78, NULL, '12', '96966ae3710a193d344a2c773f6a53f9', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 6309, NULL, NULL, NULL, NULL, '2018-03-08 22:58:39', NULL, NULL, 99, NULL, '');
  457. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (79, NULL, '13', '52506f0f0e84f3b3cf9e49d26daab89e', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5738, NULL, NULL, NULL, NULL, '2018-03-08 22:58:39', NULL, NULL, 99, NULL, '');
  458. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (80, NULL, '14', '97ddcba51253d227b386941499faabf8', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 6483, NULL, NULL, NULL, NULL, '2018-03-08 22:58:40', NULL, NULL, 99, NULL, '');
  459. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (81, NULL, '15', 'ad24c33a1811330b2dc14cf602ae7c0a', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 4935, NULL, NULL, NULL, NULL, '2018-03-08 22:58:41', NULL, NULL, 99, NULL, '');
  460. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (82, NULL, '16', 'b223bfafc04b44ef151fda25bfc27ef0', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5674, NULL, NULL, NULL, NULL, '2018-03-08 22:58:42', NULL, NULL, 99, NULL, '');
  461. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (83, NULL, '17', 'df8c40408bcaa3aa4e3b97034df8513c', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 4483, NULL, NULL, NULL, NULL, '2018-03-08 22:58:43', NULL, NULL, 99, NULL, '');
  462. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (84, NULL, '18', '91491b7c49f9a8007c51a424db9f8705', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5298, NULL, NULL, NULL, NULL, '2018-03-08 22:58:44', NULL, NULL, 99, NULL, '');
  463. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (85, NULL, '19', '57fc2717c97ebe0a66bf5b8e7534c000', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 4654, NULL, NULL, NULL, NULL, '2018-03-08 22:58:45', NULL, NULL, 99, NULL, '');
  464. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (86, NULL, '2', 'db0b0a4f0dc10409307e07dca9c70ed3', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5222, NULL, NULL, NULL, NULL, '2018-03-08 22:58:46', NULL, NULL, 99, NULL, '');
  465. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (87, NULL, '20', '5883a44b7052538aaadfa9e423ade421', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5079, NULL, NULL, NULL, NULL, '2018-03-08 22:58:46', NULL, NULL, 99, NULL, '');
  466. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (88, NULL, '21', '7241e0b0f63620624cfd5cdcf95c2c81', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5831, NULL, NULL, NULL, NULL, '2018-03-08 22:58:47', NULL, NULL, 99, NULL, '');
  467. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (89, NULL, '22', 'f5e8180f5793361e1d3b4256e2baae28', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 4314, NULL, NULL, NULL, NULL, '2018-03-08 22:58:48', NULL, NULL, 99, NULL, '');
  468. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (90, NULL, '23', '509be4cce605ba4f44890d0f0c68ecc3', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 4395, NULL, NULL, NULL, NULL, '2018-03-08 22:58:49', NULL, NULL, 99, NULL, '');
  469. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (91, NULL, '24', 'e760b803efba1d86a21065f90c8bb615', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 4286, NULL, NULL, NULL, NULL, '2018-03-08 22:58:50', NULL, NULL, 99, NULL, '');
  470. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (92, NULL, '25', 'c17460b0bbccbfe935da6384a1f4923d', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 4962, NULL, NULL, NULL, NULL, '2018-03-08 22:58:51', NULL, NULL, 99, NULL, '');
  471. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (93, NULL, '26', 'bc4700617dc74b00d197c9821d62f966', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5335, NULL, NULL, NULL, NULL, '2018-03-08 22:58:52', NULL, NULL, 99, NULL, '');
  472. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (94, NULL, '27', '7ae128a762b18c799f4bc7c9c96e700d', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5720, NULL, NULL, NULL, NULL, '2018-03-08 22:58:53', NULL, NULL, 99, NULL, '');
  473. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (95, NULL, '28', '89ff0e9a3254ce13aeb18d128bd4a814', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 4377, NULL, NULL, NULL, NULL, '2018-03-08 22:58:53', NULL, NULL, 99, NULL, '');
  474. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (96, NULL, '29', 'e30ca77a23e04a4c493a7a21c417b3dc', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5717, NULL, NULL, NULL, NULL, '2018-03-08 22:58:54', NULL, NULL, 99, NULL, '');
  475. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (97, NULL, '3', 'aa02e6bf047af3fe50ed6b095bf53d6b', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3850, NULL, NULL, NULL, NULL, '2018-03-08 22:58:55', NULL, NULL, 99, NULL, '');
  476. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (98, NULL, '30', '1ce976b888c39b0457a58c2ae4ae9af5', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 6095, NULL, NULL, NULL, NULL, '2018-03-08 22:58:56', NULL, NULL, 99, NULL, '');
  477. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (99, NULL, '31', '32d3e4d3288f552932f9186a45f7f796', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 7105, NULL, NULL, NULL, NULL, '2018-03-08 22:58:57', NULL, NULL, 99, NULL, '');
  478. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (100, NULL, '32', '6687cc06bd0c4a3e7ac0b6ab11cff94c', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5473, NULL, NULL, NULL, NULL, '2018-03-08 22:58:58', NULL, NULL, 99, NULL, '');
  479. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (101, NULL, '33', '6935be9593095c3f688eafa05380ad9b', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 4681, NULL, NULL, NULL, NULL, '2018-03-08 22:58:59', NULL, NULL, 99, NULL, '');
  480. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (102, NULL, '34', '992ef34fe366893e33a1c40a14c26dd0', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3993, NULL, NULL, NULL, NULL, '2018-03-08 22:59:00', NULL, NULL, 99, NULL, '');
  481. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (103, NULL, '35', '2a1fb02ba7627ef2583f62ec8e2cd08e', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5388, NULL, NULL, NULL, NULL, '2018-03-08 22:59:01', NULL, NULL, 99, NULL, '');
  482. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (104, NULL, '36', '948736124b353a28cbd5220cd18f9032', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5230, NULL, NULL, NULL, NULL, '2018-03-08 22:59:02', NULL, NULL, 99, NULL, '');
  483. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (105, NULL, '37', '0a688ef22dca3288abf47ef4f703a2a1', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5183, NULL, NULL, NULL, NULL, '2018-03-08 22:59:03', NULL, NULL, 99, NULL, '');
  484. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (106, NULL, '38', '3d63b4f1a60698ab4998f00d5f20b00d', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5770, NULL, NULL, NULL, NULL, '2018-03-08 22:59:04', NULL, NULL, 99, NULL, '');
  485. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (107, NULL, '39', '525f174d1a79b9faa3a10ef819d36072', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5183, NULL, NULL, NULL, NULL, '2018-03-08 22:59:04', NULL, NULL, 99, NULL, '');
  486. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (108, NULL, '4', '026c08c3b65676cd29cbe9626aae78d4', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 4775, NULL, NULL, NULL, NULL, '2018-03-08 22:59:06', NULL, NULL, 99, NULL, '');
  487. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (109, NULL, '40', '2e908f0355033f047d23e09d19cc6bd0', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5724, NULL, NULL, NULL, NULL, '2018-03-08 22:59:07', NULL, NULL, 99, NULL, '');
  488. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (110, NULL, '41', 'dc7e6f4d8ef504edc0a170b890b6c72a', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5381, NULL, NULL, NULL, NULL, '2018-03-08 22:59:08', NULL, NULL, 99, NULL, '');
  489. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (111, NULL, '42', '3daf61c3fb6a637984590b8ee97bcf1d', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5488, NULL, NULL, NULL, NULL, '2018-03-08 22:59:08', NULL, NULL, 99, NULL, '');
  490. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (112, NULL, '43', 'a37a43c770bc25ed1b5aba6f402107f8', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5184, NULL, NULL, NULL, NULL, '2018-03-08 22:59:09', NULL, NULL, 99, NULL, '');
  491. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (113, NULL, '44', 'faadabfc6379e0f5478106c6edff5c1f', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5835, NULL, NULL, NULL, NULL, '2018-03-08 22:59:10', NULL, NULL, 99, NULL, '');
  492. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (114, NULL, '45', 'e1f8e48a96684897a2473c6878a80ca2', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5369, NULL, NULL, NULL, NULL, '2018-03-08 22:59:11', NULL, NULL, 99, NULL, '');
  493. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (115, NULL, '5', '1212187fb3556dea1b33db2f51d9bf5a', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5294, NULL, NULL, NULL, NULL, '2018-03-08 22:59:12', NULL, NULL, 99, NULL, '');
  494. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (116, NULL, '6', 'f17d96c69ca1a9c9405bde47718c2e5f', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 5671, NULL, NULL, NULL, NULL, '2018-03-08 22:59:13', NULL, NULL, 99, NULL, '');
  495. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (117, NULL, '7', '850a6bd1aa985e73d2310dd70d3827bd', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 4692, NULL, NULL, NULL, NULL, '2018-03-08 22:59:14', NULL, NULL, 99, NULL, '');
  496. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (118, NULL, '8', '85044bfca9185188cd827b8c70fd106c', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 4352, NULL, NULL, NULL, NULL, '2018-03-08 22:59:14', NULL, NULL, 99, NULL, '');
  497. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (119, NULL, '9', '775d6e39c71b7d38b65938365614d7a6', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 4649, NULL, NULL, NULL, NULL, '2018-03-08 22:59:15', NULL, NULL, 99, NULL, '');
  498. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (120, NULL, 'Accept', '1f8533e5b30ba09af5f8f5cf778bec81', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2027, NULL, NULL, NULL, NULL, '2018-03-08 22:59:16', NULL, NULL, 99, NULL, '');
  499. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (121, NULL, 'Access', '29518cbb35e2e414fb498230a0d3d912', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2839, NULL, NULL, NULL, NULL, '2018-03-08 22:59:17', NULL, NULL, 99, NULL, '');
  500. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (122, NULL, 'Address Book', '737a28dcad657b95b8eda7768048970d', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2899, NULL, NULL, NULL, NULL, '2018-03-08 22:59:19', NULL, NULL, 99, NULL, '');
  501. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (123, NULL, 'Alert', 'e121d079958379395f63946be2117dd4', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2300, NULL, NULL, NULL, NULL, '2018-03-08 22:59:20', NULL, NULL, 99, NULL, '');
  502. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (124, NULL, 'Arrow Down', 'b34ade99e0982b905afc371133e1b757', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1812, NULL, NULL, NULL, NULL, '2018-03-08 22:59:20', NULL, NULL, 99, NULL, '');
  503. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (125, NULL, 'Arrow Left', '95f862931f365ca9f4e598041fa7b69c', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1953, NULL, NULL, NULL, NULL, '2018-03-08 22:59:21', NULL, NULL, 99, NULL, '');
  504. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (126, NULL, 'Arrow Right', 'bd2dd6e178b60da492673a2ef89db46b', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2047, NULL, NULL, NULL, NULL, '2018-03-08 22:59:22', NULL, NULL, 99, NULL, '');
  505. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (127, NULL, 'Arrow Up', 'c0ddec8f6af0e257bed563f6ecdc43b2', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1966, NULL, NULL, NULL, NULL, '2018-03-08 22:59:23', NULL, NULL, 99, NULL, '');
  506. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (128, NULL, 'Bar Chart', '36bcc8638183d3dc63220d1c152b593a', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2001, NULL, NULL, NULL, NULL, '2018-03-08 22:59:24', NULL, NULL, 99, NULL, '');
  507. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (129, NULL, 'Block', '70a507c309c7ffc0a623d5549b176ccb', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3108, NULL, NULL, NULL, NULL, '2018-03-08 22:59:25', NULL, NULL, 99, NULL, '');
  508. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (130, NULL, 'Books', 'f6ce0b9ce556b48bca509f5f4b3be9d9', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2837, NULL, NULL, NULL, NULL, '2018-03-08 22:59:25', NULL, NULL, 99, NULL, '');
  509. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (131, NULL, 'Box', '772d38f9b46ac6e1a57354efab1fe85a', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2490, NULL, NULL, NULL, NULL, '2018-03-08 22:59:26', NULL, NULL, 99, NULL, '');
  510. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (132, NULL, 'CD Box', 'aff829fd0eb600fef277fb42cd0d0e1f', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3495, NULL, NULL, NULL, NULL, '2018-03-08 22:59:27', NULL, NULL, 99, NULL, '');
  511. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (133, NULL, 'CPU', 'b6f86c4db785d911c08eaa313107e662', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2396, NULL, NULL, NULL, NULL, '2018-03-08 22:59:28', NULL, NULL, 99, NULL, '');
  512. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (134, NULL, 'Cabinet', '0e529fb65c7b9f37ac2e3f142ac3096b', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2801, NULL, NULL, NULL, NULL, '2018-03-08 22:59:29', NULL, NULL, 99, NULL, '');
  513. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (135, NULL, 'Clock', '72ad0151d661ec818acecc06466aacbf', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3420, NULL, NULL, NULL, NULL, '2018-03-08 22:59:30', NULL, NULL, 99, NULL, '');
  514. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (136, NULL, 'Comments', '446ff1b7d7db1b13fde1b309d2691ff3', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2500, NULL, NULL, NULL, NULL, '2018-03-08 22:59:31', NULL, NULL, 99, NULL, '');
  515. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (137, NULL, 'Components', '45173bb799b11cdad1b3b5af591675ef', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3412, NULL, NULL, NULL, NULL, '2018-03-08 22:59:32', NULL, NULL, 99, NULL, '');
  516. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (138, NULL, 'Credit Card', '50c9fc4a7c3f638e3b727321555ca941', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3033, NULL, NULL, NULL, NULL, '2018-03-08 22:59:33', NULL, NULL, 99, NULL, '');
  517. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (139, NULL, 'DVD', '9bd26cff6cc5f030c57520cacfe12496', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3229, NULL, NULL, NULL, NULL, '2018-03-08 22:59:33', NULL, NULL, 99, NULL, '');
  518. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (140, NULL, 'Database Active', '26b8229af119783f67b9741a7ff8ac99', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2466, NULL, NULL, NULL, NULL, '2018-03-08 22:59:34', NULL, NULL, 99, NULL, '');
  519. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (141, NULL, 'Database Inactive', '42024ae9b5c09c4116d2584b87c17312', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2065, NULL, NULL, NULL, NULL, '2018-03-08 22:59:35', NULL, NULL, 99, NULL, '');
  520. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (142, NULL, 'Error', 'db5b28a75d2e3b0fca6e347f0a49ed0b', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3043, NULL, NULL, NULL, NULL, '2018-03-08 22:59:37', NULL, NULL, 99, NULL, '');
  521. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (143, NULL, 'Export To File', '9cce895c1cfd42c80b9a02ef8fa5f4f0', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3018, NULL, NULL, NULL, NULL, '2018-03-08 22:59:38', NULL, NULL, 99, NULL, '');
  522. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (144, NULL, 'Favourite', '6dc6f7516683909fdd6b236d06136411', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2302, NULL, NULL, NULL, NULL, '2018-03-08 22:59:38', NULL, NULL, 99, NULL, '');
  523. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (145, NULL, 'File Copy', '0149bdc411e1238659f3ec9d51ae815b', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2295, NULL, NULL, NULL, NULL, '2018-03-08 22:59:39', NULL, NULL, 99, NULL, '');
  524. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (146, NULL, 'File New', 'f2be240e8277d0dc12e89470cae3e17a', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1882, NULL, NULL, NULL, NULL, '2018-03-08 22:59:40', NULL, NULL, 99, NULL, '');
  525. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (147, NULL, 'Filter List', 'fb24a135c907f56ea17c21abba17db6d', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3748, NULL, NULL, NULL, NULL, '2018-03-08 22:59:41', NULL, NULL, 99, NULL, '');
  526. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (148, NULL, 'Firewall', '6e68b2cebba9b44b1ee7426221e65ac1', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3886, NULL, NULL, NULL, NULL, '2018-03-08 22:59:42', NULL, NULL, 99, NULL, '');
  527. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (149, NULL, 'Folder Close', '03652e32abf08ea81b9297b49c39684a', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2001, NULL, NULL, NULL, NULL, '2018-03-08 22:59:43', NULL, NULL, 99, NULL, '');
  528. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (150, NULL, 'Folder Open', '0c0ae1b173a4cd9d832a4c50eea2c14c', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2012, NULL, NULL, NULL, NULL, '2018-03-08 22:59:44', NULL, NULL, 99, NULL, '');
  529. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (151, NULL, 'Folder with Contents', 'fc36fdf452f32e86a3f876dac17f9109', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2494, NULL, NULL, NULL, NULL, '2018-03-08 22:59:45', NULL, NULL, 99, NULL, '');
  530. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (152, NULL, 'Globe', '8a35934f9cf32817e6adf4a7da1295f6', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3652, NULL, NULL, NULL, NULL, '2018-03-08 22:59:46', NULL, NULL, 99, NULL, '');
  531. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (153, NULL, 'Hard Disk', '707ea97ce6b9eb31c731757e607bcf46', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2695, NULL, NULL, NULL, NULL, '2018-03-08 22:59:47', NULL, NULL, 99, NULL, '');
  532. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (154, NULL, 'Help', '16ca874e68c61f90bf14f4d60d008824', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2264, NULL, NULL, NULL, NULL, '2018-03-08 22:59:48', NULL, NULL, 99, NULL, '');
  533. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (155, NULL, 'Image', '285ffe72a7ba161ae308d4f790881814', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3984, NULL, NULL, NULL, NULL, '2018-03-08 22:59:49', NULL, NULL, 99, NULL, '');
  534. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (156, NULL, 'Line Chart', 'bca45472bf3e46769b833119d30e6ee1', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3487, NULL, NULL, NULL, NULL, '2018-03-08 22:59:49', NULL, NULL, 99, NULL, '');
  535. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (157, NULL, 'Memory', 'aad2f2dbb47f7c7692c64b9e465b4254', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2429, NULL, NULL, NULL, NULL, '2018-03-08 22:59:50', NULL, NULL, 99, NULL, '');
  536. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (158, NULL, 'Monitor', '7af69952c22e2f9edc8f0b00a5a34299', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3230, NULL, NULL, NULL, NULL, '2018-03-08 22:59:51', NULL, NULL, 99, NULL, '');
  537. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (159, NULL, 'Paste', '54624cd3bb79c295e37a8b62d4d997c7', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2258, NULL, NULL, NULL, NULL, '2018-03-08 22:59:52', NULL, NULL, 99, NULL, '');
  538. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (160, NULL, 'Pie Chart', '8cb597b8dbd38857eddd8ebb62645f18', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3074, NULL, NULL, NULL, NULL, '2018-03-08 22:59:53', NULL, NULL, 99, NULL, '');
  539. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (161, NULL, 'Poker', 'ae65a88ec99065b9f117b61540221076', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2351, NULL, NULL, NULL, NULL, '2018-03-08 22:59:53', NULL, NULL, 99, NULL, '');
  540. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (162, NULL, 'Power', '7deba982f041ca3651e57dcd1800dc4b', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3136, NULL, NULL, NULL, NULL, '2018-03-08 22:59:54', NULL, NULL, 99, NULL, '');
  541. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (163, NULL, 'Presentation', '87cc18bfb2dbc215a284347c86a4e56d', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2711, NULL, NULL, NULL, NULL, '2018-03-08 22:59:55', NULL, NULL, 99, NULL, '');
  542. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (164, NULL, 'Printer InkJet', '1e030c580b970ecdec4992f5395e8c42', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2557, NULL, NULL, NULL, NULL, '2018-03-08 22:59:56', NULL, NULL, 99, NULL, '');
  543. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (165, NULL, 'Printer LaserJet', '22fa74668821641d0058cb5b1a0adcd3', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2519, NULL, NULL, NULL, NULL, '2018-03-08 22:59:57', NULL, NULL, 99, NULL, '');
  544. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (166, NULL, 'Protect Blue', 'abb009d86882c37982ede7a2176045be', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2824, NULL, NULL, NULL, NULL, '2018-03-08 22:59:58', NULL, NULL, 99, NULL, '');
  545. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (167, NULL, 'Protect Green', '072808077dbfd5d8159e5da7fe469bfa', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2880, NULL, NULL, NULL, NULL, '2018-03-08 22:59:59', NULL, NULL, 99, NULL, '');
  546. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (168, NULL, 'Protect Red', '7608ab93fded164d081c811080f2ad61', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3054, NULL, NULL, NULL, NULL, '2018-03-08 23:00:00', NULL, NULL, 99, NULL, '');
  547. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (169, NULL, 'Protect Yellow', '95b05ee0f8c12c1568ecb6048cfbf427', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2687, NULL, NULL, NULL, NULL, '2018-03-08 23:00:01', NULL, NULL, 99, NULL, '');
  548. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (170, NULL, 'Record', '5927318e53c2ddc9be6e0b746096ad0f', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3127, NULL, NULL, NULL, NULL, '2018-03-08 23:00:02', NULL, NULL, 99, NULL, '');
  549. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (171, NULL, 'Recycle Bin', '3da5aaf0f092bb3707769e4b1b30880b', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2944, NULL, NULL, NULL, NULL, '2018-03-08 23:00:03', NULL, NULL, 99, NULL, '');
  550. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (172, NULL, 'Redo', '21e9af5d01af15de9f0316579430044a', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2308, NULL, NULL, NULL, NULL, '2018-03-08 23:00:04', NULL, NULL, 99, NULL, '');
  551. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (173, NULL, 'Reload', 'bf371b5192f86e5e58162799b11309eb', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2611, NULL, NULL, NULL, NULL, '2018-03-08 23:00:05', NULL, NULL, 99, NULL, '');
  552. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (174, NULL, 'Rulers', '885803f14b7eac23f4489e15b8417ba4', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2340, NULL, NULL, NULL, NULL, '2018-03-08 23:00:05', NULL, NULL, 99, NULL, '');
  553. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (175, NULL, 'Search File', '85feff4a6df2bc6c666c6e0a2a6ad442', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3190, NULL, NULL, NULL, NULL, '2018-03-08 23:00:06', NULL, NULL, 99, NULL, '');
  554. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (176, NULL, 'Sound Mixer', '8814e9a46ff571b8abf2528cc3877a47', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3647, NULL, NULL, NULL, NULL, '2018-03-08 23:00:07', NULL, NULL, 99, NULL, '');
  555. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (177, NULL, 'Sound', '1ba4d3671ea3efd0c4755c36a1cfc50e', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 4122, NULL, NULL, NULL, NULL, '2018-03-08 23:00:08', NULL, NULL, 99, NULL, '');
  556. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (178, NULL, 'Stop Sign', 'bc5c553af10c64f99cc663c642aeb89e', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2600, NULL, NULL, NULL, NULL, '2018-03-08 23:00:09', NULL, NULL, 99, NULL, '');
  557. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (179, NULL, 'Table', '1492dae5dbe3ca68e25f1c7dc8df48e0', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3231, NULL, NULL, NULL, NULL, '2018-03-08 23:00:10', NULL, NULL, 99, NULL, '');
  558. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (180, NULL, 'Tools', '5ea06183801028899891be1489319888', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3683, NULL, NULL, NULL, NULL, '2018-03-08 23:00:10', NULL, NULL, 99, NULL, '');
  559. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (181, NULL, 'USB Stick', 'd7de1959fa024539fd5d74a4109f581d', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1797, NULL, NULL, NULL, NULL, '2018-03-08 23:00:11', NULL, NULL, 99, NULL, '');
  560. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (182, NULL, 'Undo', '8da75511ca94be8adc06d3e0796991d9', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2228, NULL, NULL, NULL, NULL, '2018-03-08 23:00:12', NULL, NULL, 99, NULL, '');
  561. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (183, NULL, 'V Card', '15aa7efbefc70aaff1c31c0543ce4d7c', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3182, NULL, NULL, NULL, NULL, '2018-03-08 23:00:13', NULL, NULL, 99, NULL, '');
  562. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (184, NULL, 'Window Add', '39fc31118d70ef5acf5992da8e8c225d', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2779, NULL, NULL, NULL, NULL, '2018-03-08 23:00:14', NULL, NULL, 99, NULL, '');
  563. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (185, NULL, 'Window Command Line', '5b59b74564165858d367537cae061674', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2937, NULL, NULL, NULL, NULL, '2018-03-08 23:00:15', NULL, NULL, 99, NULL, '');
  564. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (186, NULL, 'Window Enter', 'e543cc8b2f6761f78429352c0ab1268f', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3209, NULL, NULL, NULL, NULL, '2018-03-08 23:00:16', NULL, NULL, 99, NULL, '');
  565. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (187, NULL, 'Window Left Panel', 'f3f3639542c3abc3a87d70b278c29cf2', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3602, NULL, NULL, NULL, NULL, '2018-03-08 23:00:16', NULL, NULL, 99, NULL, '');
  566. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (188, NULL, 'Window Performance', '205939edf0979d676bba207d08700f5b', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 3518, NULL, NULL, NULL, NULL, '2018-03-08 23:00:17', NULL, NULL, 99, NULL, '');
  567. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (189, NULL, 'add', '41712da7616dbefb2845cc7222001baa', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3370, NULL, NULL, NULL, NULL, '2018-03-08 23:00:18', NULL, NULL, 99, NULL, '');
  568. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (190, NULL, 'address', '09bd45efeab1412c4e62a4860fbf50ea', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 785, NULL, NULL, NULL, NULL, '2018-03-08 23:00:19', NULL, NULL, 99, NULL, '');
  569. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (191, NULL, 'administrative_docs', '7dd23d0fb6d840c3c848c5986ec5aebb', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1493, NULL, NULL, NULL, NULL, '2018-03-08 23:00:20', NULL, NULL, 99, NULL, '');
  570. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (192, NULL, 'advertising', '667f5169ee6ffba2e30b40bb64c89714', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 906, NULL, NULL, NULL, NULL, '2018-03-08 23:00:21', NULL, NULL, 99, NULL, '');
  571. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (193, NULL, 'archives', 'fdc183a6cec5cf88ddb5f974ba26ced4', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1207, NULL, NULL, NULL, NULL, '2018-03-08 23:00:22', NULL, NULL, 99, NULL, '');
  572. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (194, NULL, 'attibutes', '67709eafe43e9b3a5335a3bf7fe13310', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 926, NULL, NULL, NULL, NULL, '2018-03-08 23:00:22', NULL, NULL, 99, NULL, '');
  573. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (195, NULL, 'bank', '9e92c579fd8fe687b64103c6a8ea39b7', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1190, NULL, NULL, NULL, NULL, '2018-03-08 23:00:23', NULL, NULL, 99, NULL, '');
  574. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (196, NULL, 'basket', '699759b5bb19182d1f76c54b313280b8', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1841, NULL, NULL, NULL, NULL, '2018-03-08 23:00:24', NULL, NULL, 99, NULL, '');
  575. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (197, NULL, 'bestseller', '1e8d72cdae37f8482912d8a30cc2567f', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1961, NULL, NULL, NULL, NULL, '2018-03-08 23:00:25', NULL, NULL, 99, NULL, '');
  576. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (198, NULL, 'billing', 'da2ce7508738ec697d70031e41ff8090', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 962, NULL, NULL, NULL, NULL, '2018-03-08 23:00:26', NULL, NULL, 99, NULL, '');
  577. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (199, NULL, 'blank', 'b2563a5f86477784b2f0e9bad61856df', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3014, NULL, NULL, NULL, NULL, '2018-03-08 23:00:26', NULL, NULL, 99, NULL, '');
  578. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (200, NULL, 'blueprint', '7dd7fff6f919fef13d9ead5ca8f8efb2', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4171, NULL, NULL, NULL, NULL, '2018-03-08 23:00:27', NULL, NULL, 99, NULL, '');
  579. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (201, NULL, 'blueprint_add', '2b9c7284cdd8fb58ee7b69f314365979', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4544, NULL, NULL, NULL, NULL, '2018-03-08 23:00:28', NULL, NULL, 99, NULL, '');
  580. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (202, NULL, 'blueprint_delete', '2aad64578af524505892bd5928190909', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4506, NULL, NULL, NULL, NULL, '2018-03-08 23:00:29', NULL, NULL, 99, NULL, '');
  581. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (203, NULL, 'blueprint_info', '6ecfc70c887530a9c3481e00dd7c3857', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4512, NULL, NULL, NULL, NULL, '2018-03-08 23:00:30', NULL, NULL, 99, NULL, '');
  582. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (204, NULL, 'blueprint_notice', '1cd8c2e3a963bdd0ce2ffaf748a9327f', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4531, NULL, NULL, NULL, NULL, '2018-03-08 23:00:30', NULL, NULL, 99, NULL, '');
  583. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (205, NULL, 'book', 'ad4aca8ed278ba31e04a79de413d1365', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3279, NULL, NULL, NULL, NULL, '2018-03-08 23:00:31', NULL, NULL, 99, NULL, '');
  584. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (206, NULL, 'book_add', 'bbf96cb1cf56ae228e6a7b77ec260c0c', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3769, NULL, NULL, NULL, NULL, '2018-03-08 23:00:32', NULL, NULL, 99, NULL, '');
  585. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (207, NULL, 'book_delete', 'b21eae39579fe4b917ac98d1fa78b9b4', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3707, NULL, NULL, NULL, NULL, '2018-03-08 23:00:33', NULL, NULL, 99, NULL, '');
  586. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (208, NULL, 'book_edit', '1a000dc194bbe8447e84fc3a154b5a30', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3804, NULL, NULL, NULL, NULL, '2018-03-08 23:00:34', NULL, NULL, 99, NULL, '');
  587. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (209, NULL, 'book_notice', 'ba2cd894fa611e5462364e455458bb7a', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3765, NULL, NULL, NULL, NULL, '2018-03-08 23:00:35', NULL, NULL, 99, NULL, '');
  588. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (210, NULL, 'bookmark', '2cd79fa389ddb76c63cc56a4dcfbcd41', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1412, NULL, NULL, NULL, NULL, '2018-03-08 23:00:35', NULL, NULL, 99, NULL, '');
  589. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (211, NULL, 'brainstorming', '2d55b889a791c07f5921fef2cca11e83', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1101, NULL, NULL, NULL, NULL, '2018-03-08 23:00:36', NULL, NULL, 99, NULL, '');
  590. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (212, NULL, 'business_contact', '4d8d98ab9be252604ebfa49099e3666f', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1220, NULL, NULL, NULL, NULL, '2018-03-08 23:00:37', NULL, NULL, 99, NULL, '');
  591. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (213, NULL, 'busy', '3ffd9e631c9caf1c09f8d7fb2d348725', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1747, NULL, NULL, NULL, NULL, '2018-03-08 23:00:38', NULL, NULL, 99, NULL, '');
  592. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (214, NULL, 'calendar', 'd839be50571deed3d914ff98ae04c86c', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1217, NULL, NULL, NULL, NULL, '2018-03-08 23:00:39', NULL, NULL, 99, NULL, '');
  593. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (215, NULL, 'calender', '919a645ad85379f2fd3fda68ee8ff335', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3153, NULL, NULL, NULL, NULL, '2018-03-08 23:00:40', NULL, NULL, 99, NULL, '');
  594. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (216, NULL, 'calender_add', 'c6ecbbee70331c22cf7a24e136fdfd4e', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3680, NULL, NULL, NULL, NULL, '2018-03-08 23:00:40', NULL, NULL, 99, NULL, '');
  595. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (217, NULL, 'calender_alt', 'ce8c96136f8550e57701f1458cc1a0f7', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3297, NULL, NULL, NULL, NULL, '2018-03-08 23:00:41', NULL, NULL, 99, NULL, '');
  596. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (218, NULL, 'calender_alt_date', 'a590d0d378dc25dd70fa4a791af9ab7d', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3510, NULL, NULL, NULL, NULL, '2018-03-08 23:00:42', NULL, NULL, 99, NULL, '');
  597. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (219, NULL, 'calender_alt_month', '56cf68e4446b3afb192b7c33e7eb70d4', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3361, NULL, NULL, NULL, NULL, '2018-03-08 23:00:43', NULL, NULL, 99, NULL, '');
  598. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (220, NULL, 'calender_delete', '1a88d8138ef6ceed5f799cf479d7e3ef', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3614, NULL, NULL, NULL, NULL, '2018-03-08 23:00:44', NULL, NULL, 99, NULL, '');
  599. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (221, NULL, 'calender_info', '3a2ea115e05c78de9f7d2e7134e0a74e', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3652, NULL, NULL, NULL, NULL, '2018-03-08 23:00:45', NULL, NULL, 99, NULL, '');
  600. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (222, NULL, 'calender_notice', 'ef9974592fd5471b5bdea78ae3f1556c', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3656, NULL, NULL, NULL, NULL, '2018-03-08 23:00:46', NULL, NULL, 99, NULL, '');
  601. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (223, NULL, 'category', 'ba48558252b4278a46e0c9ce3088ecd0', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1298, NULL, NULL, NULL, NULL, '2018-03-08 23:00:47', NULL, NULL, 99, NULL, '');
  602. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (224, NULL, 'cd', '0511aa52917bdf7db323747ced059c2e', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4768, NULL, NULL, NULL, NULL, '2018-03-08 23:00:47', NULL, NULL, 99, NULL, '');
  603. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (225, NULL, 'cd_add', '986ec99856cd915920f08fc435ee0f6a', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4965, NULL, NULL, NULL, NULL, '2018-03-08 23:00:48', NULL, NULL, 99, NULL, '');
  604. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (226, NULL, 'cd_delete', '8ffc4c0e0f5327972bf53cc9d499b141', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4895, NULL, NULL, NULL, NULL, '2018-03-08 23:00:49', NULL, NULL, 99, NULL, '');
  605. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (227, NULL, 'cd_down', 'dd462a3e61c21f4671a5f50afc9b673b', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4914, NULL, NULL, NULL, NULL, '2018-03-08 23:00:50', NULL, NULL, 99, NULL, '');
  606. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (228, NULL, 'cd_edit', '5a4f8321987372b531ef1df314b0f148', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4815, NULL, NULL, NULL, NULL, '2018-03-08 23:00:51', NULL, NULL, 99, NULL, '');
  607. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (229, NULL, 'cd_up', 'a7230a93ae262e72f198617d5fc2831b', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4918, NULL, NULL, NULL, NULL, '2018-03-08 23:00:52', NULL, NULL, 99, NULL, '');
  608. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (230, NULL, 'check', '539ec4e3bf4b5717f0bda924ea0f7e15', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1761, NULL, NULL, NULL, NULL, '2018-03-08 23:00:53', NULL, NULL, 99, NULL, '');
  609. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (231, NULL, 'coffee', '6225eefac12ebbe5391a1c3c2afa4d38', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3875, NULL, NULL, NULL, NULL, '2018-03-08 23:00:54', NULL, NULL, 99, NULL, '');
  610. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (232, NULL, 'collaboration', '51c8c45ed026f0f5922690991cbf4fb8', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 2556, NULL, NULL, NULL, NULL, '2018-03-08 23:00:54', NULL, NULL, 99, NULL, '');
  611. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (233, NULL, 'comment', 'e52a5d71683051b23c646173b118a3a3', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1151, NULL, NULL, NULL, NULL, '2018-03-08 23:00:55', NULL, NULL, 99, NULL, '');
  612. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (234, NULL, 'communication', '917c7d6738b287183b9b25323fc0e874', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1464, NULL, NULL, NULL, NULL, '2018-03-08 23:00:56', NULL, NULL, 99, NULL, '');
  613. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (235, NULL, 'config', '8e7a51d690550750d9171ab2bc8b4112', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1637, NULL, NULL, NULL, NULL, '2018-03-08 23:00:57', NULL, NULL, 99, NULL, '');
  614. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (236, NULL, 'consulting', '99a74c7480fc550c6a5dc0f9156318d6', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1471, NULL, NULL, NULL, NULL, '2018-03-08 23:00:58', NULL, NULL, 99, NULL, '');
  615. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (237, NULL, 'contact', '98a9bcbd1b851ba670d27e415e6b74b6', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1755, NULL, NULL, NULL, NULL, '2018-03-08 23:00:59', NULL, NULL, 99, NULL, '');
  616. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (238, NULL, 'cost', '1331c72ddcf65fa9739ebffc2b2ae6a1', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1283, NULL, NULL, NULL, NULL, '2018-03-08 23:00:59', NULL, NULL, 99, NULL, '');
  617. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (239, NULL, 'credit', 'd808378343a1ae51a832d76fcee54f7c', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 2144, NULL, NULL, NULL, NULL, '2018-03-08 23:01:00', NULL, NULL, 99, NULL, '');
  618. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (240, NULL, 'credit_card', '8b169132f4a1f2ccf97e4efd649ed94a', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 976, NULL, NULL, NULL, NULL, '2018-03-08 23:01:01', NULL, NULL, 99, NULL, '');
  619. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (241, NULL, 'current_work', 'd952afa64ef9cfbabff6ff703274955d', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 2421, NULL, NULL, NULL, NULL, '2018-03-08 23:01:02', NULL, NULL, 99, NULL, '');
  620. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (242, NULL, 'customers', '3784e62d0495978b3a217f2849e2a159', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1848, NULL, NULL, NULL, NULL, '2018-03-08 23:01:03', NULL, NULL, 99, NULL, '');
  621. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (243, NULL, 'cv', '76509133bcafb92fa7342143f4f83c13', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1277, NULL, NULL, NULL, NULL, '2018-03-08 23:01:04', NULL, NULL, 99, NULL, '');
  622. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (244, NULL, 'database', '6728f57aeb63166792070b24b94439da', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 468, NULL, NULL, NULL, NULL, '2018-03-08 23:01:04', NULL, NULL, 99, NULL, '');
  623. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (245, NULL, 'date', '0280c66176ddc68165b382b4013527d6', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1224, NULL, NULL, NULL, NULL, '2018-03-08 23:01:05', NULL, NULL, 99, NULL, '');
  624. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (246, NULL, 'delete', 'e507b9de1b8a3dbca50860412bae69f9', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3298, NULL, NULL, NULL, NULL, '2018-03-08 23:01:06', NULL, NULL, 99, NULL, '');
  625. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (247, NULL, 'delicious (2)', '1a0840c7aa5bf712e459021a96192188', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1016, NULL, NULL, NULL, NULL, '2018-03-08 23:01:07', NULL, NULL, 99, NULL, '');
  626. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (248, NULL, 'dock', '2bf214a22e9048e9f7679f4f7dc651dc', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3331, NULL, NULL, NULL, NULL, '2018-03-08 23:01:08', NULL, NULL, 99, NULL, '');
  627. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (249, NULL, 'dock_icon', 'b8d22efccfde8406d5ef3e2f709b2d61', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4778, NULL, NULL, NULL, NULL, '2018-03-08 23:01:09', NULL, NULL, 99, NULL, '');
  628. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (250, NULL, 'document', 'fbcc6248daaed73f41f13a6a05c06ba0', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3427, NULL, NULL, NULL, NULL, '2018-03-08 23:01:10', NULL, NULL, 99, NULL, '');
  629. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (251, NULL, 'document_add', 'f3803edc63627d0f727745079a85f426', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3898, NULL, NULL, NULL, NULL, '2018-03-08 23:01:10', NULL, NULL, 99, NULL, '');
  630. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (252, NULL, 'document_attach', '229f49099775cf4a6db8ebf30f1acc6a', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3549, NULL, NULL, NULL, NULL, '2018-03-08 23:01:11', NULL, NULL, 99, NULL, '');
  631. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (253, NULL, 'document_down', '5932fcfeb92fccf12c1983a37f906673', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3859, NULL, NULL, NULL, NULL, '2018-03-08 23:01:12', NULL, NULL, 99, NULL, '');
  632. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (254, NULL, 'document_down_alt', '5ea5c7286bf5e939cc0da034ea4095ca', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3833, NULL, NULL, NULL, NULL, '2018-03-08 23:01:13', NULL, NULL, 99, NULL, '');
  633. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (255, NULL, 'document_edit', '6ad8c2524f62de4089a4bc1ba71b3a2d', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3878, NULL, NULL, NULL, NULL, '2018-03-08 23:01:14', NULL, NULL, 99, NULL, '');
  634. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (256, NULL, 'document_info', '01401bd1aa08922f14dbeb324e4f0ab0', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3877, NULL, NULL, NULL, NULL, '2018-03-08 23:01:15', NULL, NULL, 99, NULL, '');
  635. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (257, NULL, 'document_library', '2b40b5f5bd53ce3132fa3177f1cff36d', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1094, NULL, NULL, NULL, NULL, '2018-03-08 23:01:16', NULL, NULL, 99, NULL, '');
  636. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (258, NULL, 'document_lined', '3817dbe4731930315fbc8148afceef9a', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3201, NULL, NULL, NULL, NULL, '2018-03-08 23:01:16', NULL, NULL, 99, NULL, '');
  637. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (259, NULL, 'document_notice', '343a8fbfdec5f202832bbe58d3966921', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3896, NULL, NULL, NULL, NULL, '2018-03-08 23:01:17', NULL, NULL, 99, NULL, '');
  638. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (260, NULL, 'document_refresh', '868338db01ccd08f11ca51fe0397ad2e', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4273, NULL, NULL, NULL, NULL, '2018-03-08 23:01:18', NULL, NULL, 99, NULL, '');
  639. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (261, NULL, 'document_remove', 'e54862619b48800152c6f133ca8396b7', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3813, NULL, NULL, NULL, NULL, '2018-03-08 23:01:19', NULL, NULL, 99, NULL, '');
  640. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (262, NULL, 'document_up', 'eb850f64cd6db34f07e10167180e4f19', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3778, NULL, NULL, NULL, NULL, '2018-03-08 23:01:20', NULL, NULL, 99, NULL, '');
  641. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (263, NULL, 'document_up_alt', 'ec87fad2c4b3574d28cbdae552feae37', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3811, NULL, NULL, NULL, NULL, '2018-03-08 23:01:20', NULL, NULL, 99, NULL, '');
  642. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (264, NULL, 'document_zoom', '8422ab6c3df360c8c3396a7e5b51a39a', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4316, NULL, NULL, NULL, NULL, '2018-03-08 23:01:21', NULL, NULL, 99, NULL, '');
  643. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (265, NULL, 'donate', '91e5b5171d9068fb7907933971fdfbc9', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1955, NULL, NULL, NULL, NULL, '2018-03-08 23:01:22', NULL, NULL, 99, NULL, '');
  644. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (266, NULL, 'down', 'a728ae7c2d0e713f9a9c4b12de48bb62', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3335, NULL, NULL, NULL, NULL, '2018-03-08 23:01:23', NULL, NULL, 99, NULL, '');
  645. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (267, NULL, 'down_alt', '9689260a415d715f4dc3732a7c49b083', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3289, NULL, NULL, NULL, NULL, '2018-03-08 23:01:24', NULL, NULL, 99, NULL, '');
  646. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (268, NULL, 'drawings', '2fde1607a7002850c43f69eccebc536e', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1975, NULL, NULL, NULL, NULL, '2018-03-08 23:01:25', NULL, NULL, 99, NULL, '');
  647. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (269, NULL, 'earth', '95db59b66355ecc849fa183f67b2588d', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3788, NULL, NULL, NULL, NULL, '2018-03-08 23:01:25', NULL, NULL, 99, NULL, '');
  648. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (270, NULL, 'earth_grey', 'fe6218170467b8afea0daa9e76257a98', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3637, NULL, NULL, NULL, NULL, '2018-03-08 23:01:26', NULL, NULL, 99, NULL, '');
  649. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (271, NULL, 'edit', '83d92fca86fed0720f2ab2b3e998e41d', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 2073, NULL, NULL, NULL, NULL, '2018-03-08 23:01:27', NULL, NULL, 99, NULL, '');
  650. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (272, NULL, 'email', 'ef71c091d696e279cd649cb918d43501', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1208, NULL, NULL, NULL, NULL, '2018-03-08 23:01:28', NULL, NULL, 99, NULL, '');
  651. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (273, NULL, 'eraser', 'b72fb66db5f7a0ee5acfd6a13c49e1a5', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3132, NULL, NULL, NULL, NULL, '2018-03-08 23:01:29', NULL, NULL, 99, NULL, '');
  652. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (274, NULL, 'exclamation', 'b8aafd1f3590af7adb5219ab516e3b20', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3353, NULL, NULL, NULL, NULL, '2018-03-08 23:01:30', NULL, NULL, 99, NULL, '');
  653. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (275, NULL, 'exit', '58b7db2abc18c325fdfae4284e823a31', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3766, NULL, NULL, NULL, NULL, '2018-03-08 23:01:30', NULL, NULL, 99, NULL, '');
  654. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (276, NULL, 'featured', '36a4a4a249a6a16d057ddd12eb888ecc', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 2143, NULL, NULL, NULL, NULL, '2018-03-08 23:01:31', NULL, NULL, 99, NULL, '');
  655. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (277, NULL, 'feed(1)', 'a2747843f6ad010150b06eeb4bf07e10', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1823, NULL, NULL, NULL, NULL, '2018-03-08 23:01:32', NULL, NULL, 99, NULL, '');
  656. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (278, NULL, 'feed', 'dd8512b15253ac86786b44792925c979', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1592, NULL, NULL, NULL, NULL, '2018-03-08 23:01:33', NULL, NULL, 99, NULL, '');
  657. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (279, NULL, 'finished_work', '40d31cacf330fda983e0297f6761e730', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1922, NULL, NULL, NULL, NULL, '2018-03-08 23:01:34', NULL, NULL, 99, NULL, '');
  658. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (280, NULL, 'flag', '838bdc6b48498b38e02e89cb022f7fee', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1973, NULL, NULL, NULL, NULL, '2018-03-08 23:01:34', NULL, NULL, 99, NULL, '');
  659. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (281, NULL, 'folder', '05ff0a750c894fa5cdad687775300c3d', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1100, NULL, NULL, NULL, NULL, '2018-03-08 23:01:35', NULL, NULL, 99, NULL, '');
  660. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (282, NULL, 'folder_add', 'a571b2e15d1d690b23f9e10bd992d908', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3986, NULL, NULL, NULL, NULL, '2018-03-08 23:01:36', NULL, NULL, 99, NULL, '');
  661. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (283, NULL, 'folder_delete', '369a030e13eeceae678dd98c577b9516', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3895, NULL, NULL, NULL, NULL, '2018-03-08 23:01:37', NULL, NULL, 99, NULL, '');
  662. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (284, NULL, 'folder_document', '4a7f0fc4f09e664c85e0b5e396287eb3', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3821, NULL, NULL, NULL, NULL, '2018-03-08 23:01:38', NULL, NULL, 99, NULL, '');
  663. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (285, NULL, 'folder_down', '66e99e099da6407f181d20016eab4df2', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3889, NULL, NULL, NULL, NULL, '2018-03-08 23:01:39', NULL, NULL, 99, NULL, '');
  664. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (286, NULL, 'folder_info', 'e7b250e44d55f9a159e4fb6b1bbe9c6b', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3961, NULL, NULL, NULL, NULL, '2018-03-08 23:01:40', NULL, NULL, 99, NULL, '');
  665. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (287, NULL, 'folder_movie', '2601b1c39c30382929777091b28288e5', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3856, NULL, NULL, NULL, NULL, '2018-03-08 23:01:41', NULL, NULL, 99, NULL, '');
  666. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (288, NULL, 'folder_music', '24db1d93b13a2a41217fc6c8a9a93007', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3820, NULL, NULL, NULL, NULL, '2018-03-08 23:01:41', NULL, NULL, 99, NULL, '');
  667. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (289, NULL, 'folder_notice', 'ff8b802dff8e6e29200b6c36a82fe258', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3963, NULL, NULL, NULL, NULL, '2018-03-08 23:01:42', NULL, NULL, 99, NULL, '');
  668. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (290, NULL, 'folder_up', 'ee64e8f605ed0786ccef29af33f46953', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3844, NULL, NULL, NULL, NULL, '2018-03-08 23:01:43', NULL, NULL, 99, NULL, '');
  669. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (291, NULL, 'free_for_job', 'cd57991accac401afea58043efd3b6e0', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1560, NULL, NULL, NULL, NULL, '2018-03-08 23:01:44', NULL, NULL, 99, NULL, '');
  670. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (292, NULL, 'freelance', 'c81dc6d3df85463cccace5419df5736d', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 2019, NULL, NULL, NULL, NULL, '2018-03-08 23:01:45', NULL, NULL, 99, NULL, '');
  671. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (293, NULL, 'full_time', '65be9cb5e13f47966a3dfb41aff5db21', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1515, NULL, NULL, NULL, NULL, '2018-03-08 23:01:46', NULL, NULL, 99, NULL, '');
  672. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (294, NULL, 'future_projects', '038afeae09176d985113fc6c7a57420c', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1347, NULL, NULL, NULL, NULL, '2018-03-08 23:01:47', NULL, NULL, 99, NULL, '');
  673. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (295, NULL, 'gear', '77af56c11eff7d233a1cdedc24ff037d', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4997, NULL, NULL, NULL, NULL, '2018-03-08 23:01:47', NULL, NULL, 99, NULL, '');
  674. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (296, NULL, 'gear_notice', 'bd9afa0e06e447c74f68b8d00eaa8459', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 5122, NULL, NULL, NULL, NULL, '2018-03-08 23:01:48', NULL, NULL, 99, NULL, '');
  675. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (297, NULL, 'gear_refresh', '6c18f2845faa15cc58d28b5d4c874ac3', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 5219, NULL, NULL, NULL, NULL, '2018-03-08 23:01:49', NULL, NULL, 99, NULL, '');
  676. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (298, NULL, 'graphic_design', 'dde8f0c75e5c6264cbe408c46acfabf8', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 2138, NULL, NULL, NULL, NULL, '2018-03-08 23:01:50', NULL, NULL, 99, NULL, '');
  677. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (299, NULL, 'heart', 'ee665974cacd368da6f48ca662a28d36', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1740, NULL, NULL, NULL, NULL, '2018-03-08 23:01:51', NULL, NULL, 99, NULL, '');
  678. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (300, NULL, 'hire_me', '10000ae3388c466c566375d587a35355', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1220, NULL, NULL, NULL, NULL, '2018-03-08 23:01:52', NULL, NULL, 99, NULL, '');
  679. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (301, NULL, 'home', '05478ba0ba6bed6570e919d20229c7c0', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1330, NULL, NULL, NULL, NULL, '2018-03-08 23:01:52', NULL, NULL, 99, NULL, '');
  680. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (302, NULL, 'illustration', 'd20cf2b24f932ae42fb61248683d6e2b', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1216, NULL, NULL, NULL, NULL, '2018-03-08 23:01:55', NULL, NULL, 99, NULL, '');
  681. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (303, NULL, 'info', '9b99f5135805a23e84d5bef802321840', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3331, NULL, NULL, NULL, NULL, '2018-03-08 23:01:55', NULL, NULL, 99, NULL, '');
  682. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (304, NULL, 'information', '709ae837da392374063d1e937f90797e', NULL, NULL, 24, '{\"width\":16,\"height\":16}', 'image/png', 'png', 725, NULL, NULL, NULL, NULL, '2018-03-08 23:01:56', NULL, NULL, 99, NULL, '');
  683. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (305, NULL, 'invoice', '2a3659486553d4708dcb547f26134c86', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1174, NULL, NULL, NULL, NULL, '2018-03-08 23:01:57', NULL, NULL, 99, NULL, '');
  684. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (306, NULL, 'issue', 'b98947887c93cb9a861bc790263f5544', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1660, NULL, NULL, NULL, NULL, '2018-03-08 23:01:58', NULL, NULL, 99, NULL, '');
  685. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (307, NULL, 'key', '82f87964a555ed4d9ad43a9d3315198e', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4101, NULL, NULL, NULL, NULL, '2018-03-08 23:01:59', NULL, NULL, 99, NULL, '');
  686. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (308, NULL, 'key_add', '0ced7b2d96d93057d9af938f71180b17', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4541, NULL, NULL, NULL, NULL, '2018-03-08 23:01:59', NULL, NULL, 99, NULL, '');
  687. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (309, NULL, 'key_alt', '7e580da04002fb3f8689fa4fc1f5163c', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4080, NULL, NULL, NULL, NULL, '2018-03-08 23:02:00', NULL, NULL, 99, NULL, '');
  688. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (310, NULL, 'key_delete', 'b5e436cc0339de0e6db6286f54412b34', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4468, NULL, NULL, NULL, NULL, '2018-03-08 23:02:01', NULL, NULL, 99, NULL, '');
  689. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (311, NULL, 'key_info', 'cec48b3ddac046f053e4a468c811d64d', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4506, NULL, NULL, NULL, NULL, '2018-03-08 23:02:02', NULL, NULL, 99, NULL, '');
  690. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (312, NULL, 'key_notice', 'ab8620e986df6718e7b9b8ce2ab20b00', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4523, NULL, NULL, NULL, NULL, '2018-03-08 23:02:03', NULL, NULL, 99, NULL, '');
  691. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (313, NULL, 'left', 'ec24959a089c4c3b31467efa20d93027', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3196, NULL, NULL, NULL, NULL, '2018-03-08 23:02:04', NULL, NULL, 99, NULL, '');
  692. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (314, NULL, 'lightbulb', '422ec3e6f325293fa4c42b8c3e94fa03', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1678, NULL, NULL, NULL, NULL, '2018-03-08 23:02:04', NULL, NULL, 99, NULL, '');
  693. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (315, NULL, 'limited_edition', '72555b65be1aebc5bd3142dc3410be90', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1417, NULL, NULL, NULL, NULL, '2018-03-08 23:02:05', NULL, NULL, 99, NULL, '');
  694. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (316, NULL, 'link', 'b1558a81baaff2075c4cc0701700dde9', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1040, NULL, NULL, NULL, NULL, '2018-03-08 23:02:06', NULL, NULL, 99, NULL, '');
  695. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (317, NULL, 'lock', '0c731eb6aa7c87266851b1b94a09a0b8', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1445, NULL, NULL, NULL, NULL, '2018-03-08 23:02:07', NULL, NULL, 99, NULL, '');
  696. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (318, NULL, 'login', '1e3165df653df597a046ccd3557e982f', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1262, NULL, NULL, NULL, NULL, '2018-03-08 23:02:08', NULL, NULL, 99, NULL, '');
  697. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (319, NULL, 'logout', 'fede3bbf866fbf2fba5cc743bed46d51', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1175, NULL, NULL, NULL, NULL, '2018-03-08 23:02:09', NULL, NULL, 99, NULL, '');
  698. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (320, NULL, 'mail', 'f978ddda3fc1a10990c49356d6524980', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3209, NULL, NULL, NULL, NULL, '2018-03-08 23:02:09', NULL, NULL, 99, NULL, '');
  699. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (321, NULL, 'mail_add', '8b59a59176cd79af66248c618b107b20', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3697, NULL, NULL, NULL, NULL, '2018-03-08 23:02:10', NULL, NULL, 99, NULL, '');
  700. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (322, NULL, 'mail_delete', 'cd54baee1597f95c5009fcda905cffad', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3627, NULL, NULL, NULL, NULL, '2018-03-08 23:02:11', NULL, NULL, 99, NULL, '');
  701. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (323, NULL, 'mail_notice', 'ff7cd697449a3b56c41082cd407ee506', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3688, NULL, NULL, NULL, NULL, '2018-03-08 23:02:12', NULL, NULL, 99, NULL, '');
  702. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (324, NULL, 'meal', 'a5a526bda74ebc4d04dbe0799dbf8af4', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4454, NULL, NULL, NULL, NULL, '2018-03-08 23:02:13', NULL, NULL, 99, NULL, '');
  703. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (325, NULL, 'meal_add', '140b9d24f5d6746a0f3e4b38dabfe8fb', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4722, NULL, NULL, NULL, NULL, '2018-03-08 23:02:14', NULL, NULL, 99, NULL, '');
  704. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (326, NULL, 'meal_delete', 'bc4237a71d96ef0ea71dccc26b75a15f', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4657, NULL, NULL, NULL, NULL, '2018-03-08 23:02:14', NULL, NULL, 99, NULL, '');
  705. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (327, NULL, 'meal_info', 'a703b231ce08cad04c33196abb3b76eb', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4697, NULL, NULL, NULL, NULL, '2018-03-08 23:02:15', NULL, NULL, 99, NULL, '');
  706. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (328, NULL, 'meal_refresh', '04439bac4b8989225de2ddc877c29865', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4742, NULL, NULL, NULL, NULL, '2018-03-08 23:02:16', NULL, NULL, 99, NULL, '');
  707. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (329, NULL, 'milestone', '4122136b3fe3cb5d1a2cde7a37f0ec3c', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 975, NULL, NULL, NULL, NULL, '2018-03-08 23:02:17', NULL, NULL, 99, NULL, '');
  708. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (330, NULL, 'money', '2c61555cc002027844d5c06724f05da6', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3701, NULL, NULL, NULL, NULL, '2018-03-08 23:02:18', NULL, NULL, 99, NULL, '');
  709. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (331, NULL, 'movie', 'baf29eb6564d388958f0ef7cbd5cd3fc', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3201, NULL, NULL, NULL, NULL, '2018-03-08 23:02:19', NULL, NULL, 99, NULL, '');
  710. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (332, NULL, 'movie_add', '0057eb03b5ab5d775400d6b2c6b69424', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3692, NULL, NULL, NULL, NULL, '2018-03-08 23:02:19', NULL, NULL, 99, NULL, '');
  711. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (333, NULL, 'movie_delete', 'a11578cbd95fe74b9b1527f5d66f1f39', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3642, NULL, NULL, NULL, NULL, '2018-03-08 23:02:20', NULL, NULL, 99, NULL, '');
  712. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (334, NULL, 'movie_down', 'c6fa3b1067207574afa005ddb3628256', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3590, NULL, NULL, NULL, NULL, '2018-03-08 23:02:21', NULL, NULL, 99, NULL, '');
  713. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (335, NULL, 'movie_edit', 'a3b510a924da00b659b0344e754ab8df', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3831, NULL, NULL, NULL, NULL, '2018-03-08 23:02:22', NULL, NULL, 99, NULL, '');
  714. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (336, NULL, 'movie_right', '7bc504830d038ee31194445b2638f600', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3544, NULL, NULL, NULL, NULL, '2018-03-08 23:02:23', NULL, NULL, 99, NULL, '');
  715. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (337, NULL, 'movie_up', 'fdd9ae16694c650a020471954b4e0fb6', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3570, NULL, NULL, NULL, NULL, '2018-03-08 23:02:24', NULL, NULL, 99, NULL, '');
  716. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (338, NULL, 'movie_zoom', '1cd69f2254c56fc4134680fd0af4746a', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4329, NULL, NULL, NULL, NULL, '2018-03-08 23:02:24', NULL, NULL, 99, NULL, '');
  717. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (339, NULL, 'music', '89c5105cb58ff3307503bdfd37e09b9e', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3415, NULL, NULL, NULL, NULL, '2018-03-08 23:02:25', NULL, NULL, 99, NULL, '');
  718. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (340, NULL, 'music_add', '9ebaad5c87753c4772d94897f1e4a06c', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3890, NULL, NULL, NULL, NULL, '2018-03-08 23:02:26', NULL, NULL, 99, NULL, '');
  719. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (341, NULL, 'music_delete', '777ecc30a4e8a1f1f9870ef4193c4c7f', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3820, NULL, NULL, NULL, NULL, '2018-03-08 23:02:27', NULL, NULL, 99, NULL, '');
  720. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (342, NULL, 'music_down', 'aa49bb036223554f209621a637b8053b', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3809, NULL, NULL, NULL, NULL, '2018-03-08 23:02:28', NULL, NULL, 99, NULL, '');
  721. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (343, NULL, 'music_up', '8eb70edced6a11070a6cfaf2c83e284b', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3787, NULL, NULL, NULL, NULL, '2018-03-08 23:02:29', NULL, NULL, 99, NULL, '');
  722. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (344, NULL, 'music_zoom', '66e1699fef549ae31528ae8af26f174c', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4333, NULL, NULL, NULL, NULL, '2018-03-08 23:02:29', NULL, NULL, 99, NULL, '');
  723. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (345, NULL, 'my_account', '43cbd628e3317d813c1b63a3d9ed112c', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1365, NULL, NULL, NULL, NULL, '2018-03-08 23:02:30', NULL, NULL, 99, NULL, '');
  724. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (346, NULL, 'networking', '59b48dfa829ed5bc612dfee87e835ba2', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 778, NULL, NULL, NULL, NULL, '2018-03-08 23:02:31', NULL, NULL, 99, NULL, '');
  725. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (347, NULL, 'newspaper', '792c6a9a1f20dd6e0a7a262c7947793e', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3012, NULL, NULL, NULL, NULL, '2018-03-08 23:02:32', NULL, NULL, 99, NULL, '');
  726. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (348, NULL, 'newspaper_add', 'd04d6428d331e3058d42f4e8e99c0fa2', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3569, NULL, NULL, NULL, NULL, '2018-03-08 23:02:33', NULL, NULL, 99, NULL, '');
  727. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (349, NULL, 'newspaper_delete', '18fc5ef53565ad79a924b756c263f665', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3494, NULL, NULL, NULL, NULL, '2018-03-08 23:02:34', NULL, NULL, 99, NULL, '');
  728. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (350, NULL, 'node', '7f376a639e3d80fd7e7dffeae08d4e27', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3202, NULL, NULL, NULL, NULL, '2018-03-08 23:02:34', NULL, NULL, 99, NULL, '');
  729. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (351, NULL, 'note', 'ca288647c96cf1f69aa6259a4c5368d2', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3044, NULL, NULL, NULL, NULL, '2018-03-08 23:02:35', NULL, NULL, 99, NULL, '');
  730. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (352, NULL, 'note_add', '498c21b7545299fa9fd6e825c7a7804f', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3570, NULL, NULL, NULL, NULL, '2018-03-08 23:02:36', NULL, NULL, 99, NULL, '');
  731. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (353, NULL, 'note_delete', '5178d10991261dda3379aa28b740a260', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3505, NULL, NULL, NULL, NULL, '2018-03-08 23:02:37', NULL, NULL, 99, NULL, '');
  732. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (354, NULL, 'onebit_01', '4b7eb1d0556a6826ba684c2925c14551', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2010, NULL, NULL, NULL, NULL, '2018-03-08 23:02:38', NULL, NULL, 99, NULL, '');
  733. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (355, NULL, 'onebit_02', '5c945e43ec5ace86edd9bfbcd176e694', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2625, NULL, NULL, NULL, NULL, '2018-03-08 23:02:39', NULL, NULL, 99, NULL, '');
  734. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (356, NULL, 'onebit_03', '9c7f30952c541d3ad68f23806fe9edc8', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1849, NULL, NULL, NULL, NULL, '2018-03-08 23:02:40', NULL, NULL, 99, NULL, '');
  735. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (357, NULL, 'onebit_04', '4cae1d77b536833008909bd785f6fb8b', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 980, NULL, NULL, NULL, NULL, '2018-03-08 23:02:41', NULL, NULL, 99, NULL, '');
  736. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (358, NULL, 'onebit_05', '95591834c677d63d6fe9d4158ff9fc54', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2397, NULL, NULL, NULL, NULL, '2018-03-08 23:02:42', NULL, NULL, 99, NULL, '');
  737. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (359, NULL, 'onebit_06', '276e3d3ab25b5bce73de486a49778dbc', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2398, NULL, NULL, NULL, NULL, '2018-03-08 23:02:43', NULL, NULL, 99, NULL, '');
  738. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (360, NULL, 'onebit_07', '655d06e039c91fe6f2f74accf2056737', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2286, NULL, NULL, NULL, NULL, '2018-03-08 23:02:44', NULL, NULL, 99, NULL, '');
  739. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (361, NULL, 'onebit_08', '7e4fbde9cfe02639e404fb9a1d277dae', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2336, NULL, NULL, NULL, NULL, '2018-03-08 23:02:44', NULL, NULL, 99, NULL, '');
  740. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (362, NULL, 'onebit_09', 'fe2ecb488ba6e39db6b10762a7b6b974', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1580, NULL, NULL, NULL, NULL, '2018-03-08 23:02:45', NULL, NULL, 99, NULL, '');
  741. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (363, NULL, 'onebit_10', '0328984e8b5c3b95c0f241c2e878fd8a', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2337, NULL, NULL, NULL, NULL, '2018-03-08 23:02:46', NULL, NULL, 99, NULL, '');
  742. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (364, NULL, 'onebit_11', 'd92878c0f8a4c4c732ae04227e10ccb8', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1063, NULL, NULL, NULL, NULL, '2018-03-08 23:02:47', NULL, NULL, 99, NULL, '');
  743. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (365, NULL, 'onebit_12', '8cff3b35003ad8215592ce4e0ea02340', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1230, NULL, NULL, NULL, NULL, '2018-03-08 23:02:49', NULL, NULL, 99, NULL, '');
  744. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (366, NULL, 'onebit_13', '323561623102ac2dc6e46a5c1eb6ef77', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 948, NULL, NULL, NULL, NULL, '2018-03-08 23:02:50', NULL, NULL, 99, NULL, '');
  745. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (367, NULL, 'onebit_14', '73d34d77c17a2f55467496ebcf2e4b6a', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 496, NULL, NULL, NULL, NULL, '2018-03-08 23:02:51', NULL, NULL, 99, NULL, '');
  746. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (368, NULL, 'onebit_15', 'ce0fb2f9d131060d3efd474c580e6085', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2880, NULL, NULL, NULL, NULL, '2018-03-08 23:02:52', NULL, NULL, 99, NULL, '');
  747. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (369, NULL, 'onebit_16', '0b199cc5c04d1ce93642596ec1957ee0', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2397, NULL, NULL, NULL, NULL, '2018-03-08 23:02:53', NULL, NULL, 99, NULL, '');
  748. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (370, NULL, 'onebit_17', 'a062c312d07de836fbf726a8ced06860', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2257, NULL, NULL, NULL, NULL, '2018-03-08 23:02:54', NULL, NULL, 99, NULL, '');
  749. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (371, NULL, 'onebit_18', '68ee60c461c54e31d5ca6709961e27fc', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1860, NULL, NULL, NULL, NULL, '2018-03-08 23:02:55', NULL, NULL, 99, NULL, '');
  750. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (372, NULL, 'onebit_19', '4b12a202764c8fc77f316cc3e2bb9a50', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1793, NULL, NULL, NULL, NULL, '2018-03-08 23:02:56', NULL, NULL, 99, NULL, '');
  751. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (373, NULL, 'onebit_20', '7415f9d75c2e663d1bd84f2deefb48ea', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2732, NULL, NULL, NULL, NULL, '2018-03-08 23:02:57', NULL, NULL, 99, NULL, '');
  752. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (374, NULL, 'onebit_21', '7034a912066be7e4dfb4632df99f1b4f', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1973, NULL, NULL, NULL, NULL, '2018-03-08 23:02:58', NULL, NULL, 99, NULL, '');
  753. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (375, NULL, 'onebit_22', 'd856310c2de287663c934edc51e3acb4', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1468, NULL, NULL, NULL, NULL, '2018-03-08 23:02:58', NULL, NULL, 99, NULL, '');
  754. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (376, NULL, 'onebit_23', '9179c1e03bfeaffaf58015616b5b73ec', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2826, NULL, NULL, NULL, NULL, '2018-03-08 23:02:59', NULL, NULL, 99, NULL, '');
  755. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (377, NULL, 'onebit_24', 'c5a6b2b0cad003667bef2f75364c3f76', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2715, NULL, NULL, NULL, NULL, '2018-03-08 23:03:00', NULL, NULL, 99, NULL, '');
  756. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (378, NULL, 'onebit_25', 'd26ecf1bd678d3bd86c0db24ad3e2487', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2011, NULL, NULL, NULL, NULL, '2018-03-08 23:03:01', NULL, NULL, 99, NULL, '');
  757. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (379, NULL, 'onebit_26', '9785301691c495529c6314dacd0c47e7', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2012, NULL, NULL, NULL, NULL, '2018-03-08 23:03:02', NULL, NULL, 99, NULL, '');
  758. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (380, NULL, 'onebit_27', 'b51cbc0be7d005de802b43e100ff94d3', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1644, NULL, NULL, NULL, NULL, '2018-03-08 23:03:03', NULL, NULL, 99, NULL, '');
  759. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (381, NULL, 'onebit_28', '8c02cb408e1e47f8ce2137af8ce586d3', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1600, NULL, NULL, NULL, NULL, '2018-03-08 23:03:04', NULL, NULL, 99, NULL, '');
  760. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (382, NULL, 'onebit_29', '4eee72180d826e6e3dcb6d896a034cb3', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1597, NULL, NULL, NULL, NULL, '2018-03-08 23:03:05', NULL, NULL, 99, NULL, '');
  761. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (383, NULL, 'onebit_30', '442b30c78ca9ee5be07e7c3f664bde3a', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1565, NULL, NULL, NULL, NULL, '2018-03-08 23:03:06', NULL, NULL, 99, NULL, '');
  762. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (384, NULL, 'onebit_31', '577b996c82eb061798c476549629b2f2', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 589, NULL, NULL, NULL, NULL, '2018-03-08 23:03:07', NULL, NULL, 99, NULL, '');
  763. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (385, NULL, 'onebit_32', 'e01ff293ff517cd80734c4223f17ae2a', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 325, NULL, NULL, NULL, NULL, '2018-03-08 23:03:08', NULL, NULL, 99, NULL, '');
  764. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (386, NULL, 'onebit_33', '2529d6e6202dfe43dcb432aade2eef95', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1716, NULL, NULL, NULL, NULL, '2018-03-08 23:03:08', NULL, NULL, 99, NULL, '');
  765. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (387, NULL, 'onebit_34', 'e2452a53458bf394202557df5b866f61', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1794, NULL, NULL, NULL, NULL, '2018-03-08 23:03:09', NULL, NULL, 99, NULL, '');
  766. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (388, NULL, 'onebit_35', '8cecde9c8be9d793328a1edbd74ae026', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1742, NULL, NULL, NULL, NULL, '2018-03-08 23:03:10', NULL, NULL, 99, NULL, '');
  767. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (389, NULL, 'onebit_36', 'ce46fdb6d236fe7593ac7acd42773ed0', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1705, NULL, NULL, NULL, NULL, '2018-03-08 23:03:11', NULL, NULL, 99, NULL, '');
  768. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (390, NULL, 'onebit_37', 'a79138bb9ba89ad0862381cefaca9be2', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2329, NULL, NULL, NULL, NULL, '2018-03-08 23:03:12', NULL, NULL, 99, NULL, '');
  769. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (391, NULL, 'onebit_38', 'dd22d7607bb398c6c73d7043b046d484', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1937, NULL, NULL, NULL, NULL, '2018-03-08 23:03:13', NULL, NULL, 99, NULL, '');
  770. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (392, NULL, 'onebit_39', '543e3571e3adc9b256a4e5cc506cd6a3', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 737, NULL, NULL, NULL, NULL, '2018-03-08 23:03:14', NULL, NULL, 99, NULL, '');
  771. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (393, NULL, 'onebit_40', 'ec8ea49f413712c157ca7a320d83f5d4', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1413, NULL, NULL, NULL, NULL, '2018-03-08 23:03:15', NULL, NULL, 99, NULL, '');
  772. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (394, NULL, 'onebit_41', 'fedc97fe9ef8e42d15d921c539b24b7c', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1292, NULL, NULL, NULL, NULL, '2018-03-08 23:03:16', NULL, NULL, 99, NULL, '');
  773. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (395, NULL, 'onebit_42', '82f998b2d97c7d9279dd5053e7332a16', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1516, NULL, NULL, NULL, NULL, '2018-03-08 23:03:17', NULL, NULL, 99, NULL, '');
  774. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (396, NULL, 'onebit_43', '8bf81e7e21fdd79957b3ad7486a6f8ea', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1519, NULL, NULL, NULL, NULL, '2018-03-08 23:03:17', NULL, NULL, 99, NULL, '');
  775. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (397, NULL, 'onebit_44', 'a82d02bba8d122a9e5cc5b319e4985dd', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1717, NULL, NULL, NULL, NULL, '2018-03-08 23:03:18', NULL, NULL, 99, NULL, '');
  776. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (398, NULL, 'onebit_45', '1fa7d63aab61cbb12b9c88f200961fc5', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1639, NULL, NULL, NULL, NULL, '2018-03-08 23:03:19', NULL, NULL, 99, NULL, '');
  777. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (399, NULL, 'onebit_46', '5a269202cf896f9c77ad45c8c1c3ea6a', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 1478, NULL, NULL, NULL, NULL, '2018-03-08 23:03:20', NULL, NULL, 99, NULL, '');
  778. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (400, NULL, 'onebit_47', '8a974c28173f4fd44adf051aeaff1df4', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2259, NULL, NULL, NULL, NULL, '2018-03-08 23:03:21', NULL, NULL, 99, NULL, '');
  779. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (401, NULL, 'onebit_48', '1987ea789b341a4af35a2abcb8f04ba0', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2252, NULL, NULL, NULL, NULL, '2018-03-08 23:03:22', NULL, NULL, 99, NULL, '');
  780. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (402, NULL, 'onebit_49', '912f7d7498f6bab49e196181a3bcbd24', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2230, NULL, NULL, NULL, NULL, '2018-03-08 23:03:23', NULL, NULL, 99, NULL, '');
  781. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (403, NULL, 'onebit_50', 'd0f4219e9a2cc4c7291d27418d7d4f28', NULL, NULL, 24, '{\"width\":48,\"height\":48}', 'image/png', 'png', 2267, NULL, NULL, NULL, NULL, '2018-03-08 23:03:23', NULL, NULL, 99, NULL, '');
  782. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (404, NULL, 'order', 'ae098aa112f747e0fa51b67d191e3b4a', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 804, NULL, NULL, NULL, NULL, '2018-03-08 23:03:24', NULL, NULL, 99, NULL, '');
  783. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (405, NULL, 'order_159', '7b23fd281d05668b7f27cc5d2f920253', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1066, NULL, NULL, NULL, NULL, '2018-03-08 23:03:25', NULL, NULL, 99, NULL, '');
  784. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (406, NULL, 'order_192', '444766d206f7d5d50dbf1c3819850bd7', NULL, NULL, 24, '{\"width\":16,\"height\":16}', 'image/png', 'png', 433, NULL, NULL, NULL, NULL, '2018-03-08 23:03:26', NULL, NULL, 99, NULL, '');
  785. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (407, NULL, 'package', '2dc3de0dfc644a04a178cdcbd4be6672', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3299, NULL, NULL, NULL, NULL, '2018-03-08 23:03:27', NULL, NULL, 99, NULL, '');
  786. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (408, NULL, 'package_down', '07178f831c550204f1ba808e981098d3', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3676, NULL, NULL, NULL, NULL, '2018-03-08 23:03:28', NULL, NULL, 99, NULL, '');
  787. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (409, NULL, 'package_info', '603607f59ef0d323ff64d6b8f9a3fcbc', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3744, NULL, NULL, NULL, NULL, '2018-03-08 23:03:29', NULL, NULL, 99, NULL, '');
  788. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (410, NULL, 'package_up', '9f4480b22a3f222ad8dc3a29b1ff520e', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3649, NULL, NULL, NULL, NULL, '2018-03-08 23:03:30', NULL, NULL, 99, NULL, '');
  789. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (411, NULL, 'paint', '225c7fb77c25dde27214650e5d608844', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3246, NULL, NULL, NULL, NULL, '2018-03-08 23:03:31', NULL, NULL, 99, NULL, '');
  790. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (412, NULL, 'pause', 'cec18fb759a7d6378bb16c82a859551f', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 2956, NULL, NULL, NULL, NULL, '2018-03-08 23:03:31', NULL, NULL, 99, NULL, '');
  791. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (413, NULL, 'payment_card', '76c7af3e9abba7b2a5a9ef0f1271f2af', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1099, NULL, NULL, NULL, NULL, '2018-03-08 23:03:32', NULL, NULL, 99, NULL, '');
  792. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (414, NULL, 'paypal', '458af8f847526e882177e00904c5e660', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 2080, NULL, NULL, NULL, NULL, '2018-03-08 23:03:33', NULL, NULL, 99, NULL, '');
  793. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (415, NULL, 'pen', 'b9055c48a789f8607995e5d73ae99d39', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 2308, NULL, NULL, NULL, NULL, '2018-03-08 23:03:34', NULL, NULL, 99, NULL, '');
  794. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (416, NULL, 'pencil', '8f8b86f1aa0feda4e77622d663f9e91c', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1631, NULL, NULL, NULL, NULL, '2018-03-08 23:03:35', NULL, NULL, 99, NULL, '');
  795. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (417, NULL, 'phone', '18e4cf27d1345ec22e41dd9e2b337294', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1088, NULL, NULL, NULL, NULL, '2018-03-08 23:03:36', NULL, NULL, 99, NULL, '');
  796. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (418, NULL, 'photography', '2b8bcb3871ccf01b4cf74fd2e97d5b5e', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1491, NULL, NULL, NULL, NULL, '2018-03-08 23:03:37', NULL, NULL, 99, NULL, '');
  797. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (419, NULL, 'picture', 'c2fe93a0ec8caf928e68b0072879e315', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3118, NULL, NULL, NULL, NULL, '2018-03-08 23:03:38', NULL, NULL, 99, NULL, '');
  798. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (420, NULL, 'picture_add', 'fb63e0d324d5efa2ea80f09b352b130d', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3667, NULL, NULL, NULL, NULL, '2018-03-08 23:03:39', NULL, NULL, 99, NULL, '');
  799. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (421, NULL, 'picture_blank', 'c8b2147a6efc53572aa9a838ef7fba47', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 2965, NULL, NULL, NULL, NULL, '2018-03-08 23:03:39', NULL, NULL, 99, NULL, '');
  800. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (422, NULL, 'picture_delete', '7f88d6919c88b9dffdaf62c60d655900', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3597, NULL, NULL, NULL, NULL, '2018-03-08 23:03:40', NULL, NULL, 99, NULL, '');
  801. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (423, NULL, 'picture_down', 'b59a34f3a4565b538318bf702d5e7673', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3569, NULL, NULL, NULL, NULL, '2018-03-08 23:03:41', NULL, NULL, 99, NULL, '');
  802. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (424, NULL, 'picture_edit', '7b8649911b8b12fbef1a5fabd7fdfeba', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3740, NULL, NULL, NULL, NULL, '2018-03-08 23:03:42', NULL, NULL, 99, NULL, '');
  803. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (425, NULL, 'picture_left', '260f77926b38336dc27364a2a7aa448a', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3488, NULL, NULL, NULL, NULL, '2018-03-08 23:03:43', NULL, NULL, 99, NULL, '');
  804. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (426, NULL, 'picture_right', 'ca278cfa700fc056e986d30b6d4be5a1', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3498, NULL, NULL, NULL, NULL, '2018-03-08 23:03:44', NULL, NULL, 99, NULL, '');
  805. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (427, NULL, 'picture_up', '1597501e69341f2b4390dc3e11adac08', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3517, NULL, NULL, NULL, NULL, '2018-03-08 23:03:45', NULL, NULL, 99, NULL, '');
  806. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (428, NULL, 'picture_zoom', '151fa6a4a9f18130e87a60f64e4704bd', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4139, NULL, NULL, NULL, NULL, '2018-03-08 23:03:46', NULL, NULL, 99, NULL, '');
  807. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (429, NULL, 'pictures', '0992968a87e275d5f6930b454c05fb17', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3177, NULL, NULL, NULL, NULL, '2018-03-08 23:03:47', NULL, NULL, 99, NULL, '');
  808. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (430, NULL, 'play', 'f6484b41acacc278da12f278a05eaf18', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3297, NULL, NULL, NULL, NULL, '2018-03-08 23:03:47', NULL, NULL, 99, NULL, '');
  809. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (431, NULL, 'plus', 'd69600a03c05d014c100d8be76f7c32f', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 989, NULL, NULL, NULL, NULL, '2018-03-08 23:03:48', NULL, NULL, 99, NULL, '');
  810. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (432, NULL, 'premium', '3acade81db82a48f3134bf2194e8fce7', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1932, NULL, NULL, NULL, NULL, '2018-03-08 23:03:49', NULL, NULL, 99, NULL, '');
  811. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (433, NULL, 'print', '0b9e966c77680d6eff3adbd00f308ddf', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 931, NULL, NULL, NULL, NULL, '2018-03-08 23:03:50', NULL, NULL, 99, NULL, '');
  812. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (434, NULL, 'printer', 'eb8310abef4d51cc97d65c3cddc08b0f', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3322, NULL, NULL, NULL, NULL, '2018-03-08 23:03:51', NULL, NULL, 99, NULL, '');
  813. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (435, NULL, 'process', '349824447494703ff7ad4f6ec76065a0', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 2074, NULL, NULL, NULL, NULL, '2018-03-08 23:03:52', NULL, NULL, 99, NULL, '');
  814. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (436, NULL, 'product', 'fa51da0ea44a4e2844cabde164dbf20e', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 2342, NULL, NULL, NULL, NULL, '2018-03-08 23:03:53', NULL, NULL, 99, NULL, '');
  815. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (437, NULL, 'product_169', '8653bb268700526655c356a2ba7b8b22', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1407, NULL, NULL, NULL, NULL, '2018-03-08 23:03:54', NULL, NULL, 99, NULL, '');
  816. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (438, NULL, 'product_193', '2ef977810c3cd0abf802f1496d63e4fd', NULL, NULL, 24, '{\"width\":16,\"height\":16}', 'image/png', 'png', 527, NULL, NULL, NULL, NULL, '2018-03-08 23:03:55', NULL, NULL, 99, NULL, '');
  817. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (439, NULL, 'product_design', 'a5a8f8ec548210e62ce46d23ac5f8cff', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 2586, NULL, NULL, NULL, NULL, '2018-03-08 23:03:56', NULL, NULL, 99, NULL, '');
  818. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (440, NULL, 'project', 'd87c065d9092aa102dd9367ee91c88c2', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1256, NULL, NULL, NULL, NULL, '2018-03-08 23:03:56', NULL, NULL, 99, NULL, '');
  819. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (441, NULL, 'publish', 'd9931bf1e287d315540d31bc1a40dec2', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1562, NULL, NULL, NULL, NULL, '2018-03-08 23:03:57', NULL, NULL, 99, NULL, '');
  820. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (442, NULL, 'refresh', '0a916c9442916c8cee3b269c09db6216', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1851, NULL, NULL, NULL, NULL, '2018-03-08 23:03:58', NULL, NULL, 99, NULL, '');
  821. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (443, NULL, 'right', '0383275fffc001612fecb384fc998ef9', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3224, NULL, NULL, NULL, NULL, '2018-03-08 23:03:59', NULL, NULL, 99, NULL, '');
  822. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (444, NULL, 'save', '6652cabe1294e7d467e6021a205154f0', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3096, NULL, NULL, NULL, NULL, '2018-03-08 23:04:00', NULL, NULL, 99, NULL, '');
  823. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (445, NULL, 'search', '10f9a1366f61fb98c36fb00c995c860f', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1676, NULL, NULL, NULL, NULL, '2018-03-08 23:04:01', NULL, NULL, 99, NULL, '');
  824. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (446, NULL, 'settings', '03e5177dcdf0de39b54b26585a16a927', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 2463, NULL, NULL, NULL, NULL, '2018-03-08 23:04:02', NULL, NULL, 99, NULL, '');
  825. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (447, NULL, 'shipping', '0fe1a29abdc213f439b982b53513e317', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1605, NULL, NULL, NULL, NULL, '2018-03-08 23:04:02', NULL, NULL, 99, NULL, '');
  826. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (448, NULL, 'showreel', '51170016c7516f7e651602b495a93191', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1270, NULL, NULL, NULL, NULL, '2018-03-08 23:04:03', NULL, NULL, 99, NULL, '');
  827. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (449, NULL, 'sign_in', '0e27463fb15b17dd0268012c1b0591a6', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1760, NULL, NULL, NULL, NULL, '2018-03-08 23:04:04', NULL, NULL, 99, NULL, '');
  828. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (450, NULL, 'sign_out', '3d0bb535d42368b3c44a07e0247d9d04', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1500, NULL, NULL, NULL, NULL, '2018-03-08 23:04:05', NULL, NULL, 99, NULL, '');
  829. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (451, NULL, 'sign_up', 'c466aab1c21b6fd619413703c2f5d8a3', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1398, NULL, NULL, NULL, NULL, '2018-03-08 23:04:07', NULL, NULL, 99, NULL, '');
  830. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (452, NULL, 'sitemap', 'aa8c463fe38fb4efaec89fc0024be72a', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 703, NULL, NULL, NULL, NULL, '2018-03-08 23:04:07', NULL, NULL, 99, NULL, '');
  831. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (453, NULL, 'special_offer', '33e3d3f47a31eca1ee6131b46e443358', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1705, NULL, NULL, NULL, NULL, '2018-03-08 23:04:08', NULL, NULL, 99, NULL, '');
  832. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (454, NULL, 'star', '923aac61d1c33f421c9fca2f28b28c4c', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1717, NULL, NULL, NULL, NULL, '2018-03-08 23:04:09', NULL, NULL, 99, NULL, '');
  833. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (455, NULL, 'statistics', '1294c8b7de5ee251aee83f74c77f6c5c', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1621, NULL, NULL, NULL, NULL, '2018-03-08 23:04:10', NULL, NULL, 99, NULL, '');
  834. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (456, NULL, 'stats', '246874bcc9a2595fa9029b9eedcf0dbe', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3244, NULL, NULL, NULL, NULL, '2018-03-08 23:04:12', NULL, NULL, 99, NULL, '');
  835. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (457, NULL, 'stats_add', '79d134eceae68ac1543ed8aadd164b09', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3754, NULL, NULL, NULL, NULL, '2018-03-08 23:04:12', NULL, NULL, 99, NULL, '');
  836. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (458, NULL, 'stats_delete', 'ef58c06ea8c45f515ff792c2dfa19630', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3685, NULL, NULL, NULL, NULL, '2018-03-08 23:04:13', NULL, NULL, 99, NULL, '');
  837. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (459, NULL, 'stats_info', 'e070287959c001a42e9888274f438c79', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3738, NULL, NULL, NULL, NULL, '2018-03-08 23:04:14', NULL, NULL, 99, NULL, '');
  838. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (460, NULL, 'stats_zoom', '396b241ffe1e28baedca210663508630', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4319, NULL, NULL, NULL, NULL, '2018-03-08 23:04:15', NULL, NULL, 99, NULL, '');
  839. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (461, NULL, 'stop', 'd20f147c901f341fd8825e0d1412e2f3', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3112, NULL, NULL, NULL, NULL, '2018-03-08 23:04:16', NULL, NULL, 99, NULL, '');
  840. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (462, NULL, 'success', '82be42f233ca203435c41d347410664e', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3373, NULL, NULL, NULL, NULL, '2018-03-08 23:04:17', NULL, NULL, 99, NULL, '');
  841. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (463, NULL, 'suppliers', 'cc4b148be11a8aae78e90b3e1a099c25', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1277, NULL, NULL, NULL, NULL, '2018-03-08 23:04:18', NULL, NULL, 99, NULL, '');
  842. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (464, NULL, 'tag', '7fa1927eb3a3639126c6cb90a4dc2548', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1237, NULL, NULL, NULL, NULL, '2018-03-08 23:04:19', NULL, NULL, 99, NULL, '');
  843. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (465, NULL, 'ticket', '186ac0a93e86acf04badbd4f0f621961', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1503, NULL, NULL, NULL, NULL, '2018-03-08 23:04:20', NULL, NULL, 99, NULL, '');
  844. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (466, NULL, 'trash_closed', '51affbfb0744fabb4f3ca64d7768ce4c', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3429, NULL, NULL, NULL, NULL, '2018-03-08 23:04:21', NULL, NULL, 99, NULL, '');
  845. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (467, NULL, 'trash_open', '954022c016813eb4b460a3e8d86caa66', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3709, NULL, NULL, NULL, NULL, '2018-03-08 23:04:21', NULL, NULL, 99, NULL, '');
  846. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (468, NULL, 'twitter(1)', '779dd4b9c7104c5a3c0a7ef8212adfd8', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1656, NULL, NULL, NULL, NULL, '2018-03-08 23:04:22', NULL, NULL, 99, NULL, '');
  847. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (469, NULL, 'up', '7f0d462d1e5d56fa23be8a1b5e6f1846', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3307, NULL, NULL, NULL, NULL, '2018-03-08 23:04:24', NULL, NULL, 99, NULL, '');
  848. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (470, NULL, 'up_alt', '97c98635a37f333114da51b222220d1b', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3243, NULL, NULL, NULL, NULL, '2018-03-08 23:04:25', NULL, NULL, 99, NULL, '');
  849. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (471, NULL, 'upcoming_work', 'a734c02e373ab5b52358fcf53b635905', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1419, NULL, NULL, NULL, NULL, '2018-03-08 23:04:26', NULL, NULL, 99, NULL, '');
  850. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (472, NULL, 'user', 'c1f6ec0e43a48b2518ee15e7e680b923', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 1696, NULL, NULL, NULL, NULL, '2018-03-08 23:04:27', NULL, NULL, 99, NULL, '');
  851. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (473, NULL, 'user_add', 'e5de2b1de43763a6f353b4c9e25b159b', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4077, NULL, NULL, NULL, NULL, '2018-03-08 23:04:28', NULL, NULL, 99, NULL, '');
  852. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (474, NULL, 'user_alt', '770070617d3d0b9ecc68714b10e6b702', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3682, NULL, NULL, NULL, NULL, '2018-03-08 23:04:29', NULL, NULL, 99, NULL, '');
  853. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (475, NULL, 'user_alt2', 'db5abd5bf0932c3d556f40a591d47cd9', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3694, NULL, NULL, NULL, NULL, '2018-03-08 23:04:30', NULL, NULL, 99, NULL, '');
  854. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (476, NULL, 'user_delete', '91f9eac0562879874e88e17884717118', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4000, NULL, NULL, NULL, NULL, '2018-03-08 23:04:30', NULL, NULL, 99, NULL, '');
  855. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (477, NULL, 'user_zoom', '3d94476cb579bfde213e67de7c337dab', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4382, NULL, NULL, NULL, NULL, '2018-03-08 23:04:31', NULL, NULL, 99, NULL, '');
  856. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (478, NULL, 'users', 'fde59f18d3d11715c728bbb6a8cef3c9', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 3943, NULL, NULL, NULL, NULL, '2018-03-08 23:04:32', NULL, NULL, 99, NULL, '');
  857. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (479, NULL, 'wallpaper', 'a46d77f6c614c1c97ed2d2eb8ce2002b', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4577, NULL, NULL, NULL, NULL, '2018-03-08 23:04:34', NULL, NULL, 99, NULL, '');
  858. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (480, NULL, 'window', '780382308ff530e0f0693d151677b916', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4226, NULL, NULL, NULL, NULL, '2018-03-08 23:04:34', NULL, NULL, 99, NULL, '');
  859. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (481, NULL, 'world', '810c2a7e67d399b3b4083192bbc1122c', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 2216, NULL, NULL, NULL, NULL, '2018-03-08 23:04:35', NULL, NULL, 99, NULL, '');
  860. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (482, NULL, 'zoom in', 'c854e5adeccc5cfc396ff0da2cc4860a', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4302, NULL, NULL, NULL, NULL, '2018-03-08 23:04:36', NULL, NULL, 99, NULL, '');
  861. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (483, NULL, 'zoom out', '9760e034b5a6f10eda87a0c46054b272', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 4219, NULL, NULL, NULL, NULL, '2018-03-08 23:04:37', NULL, NULL, 99, NULL, '');
  862. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (484, NULL, 'zoom', '5845856acec306c10afd3e2d3a7d6632', NULL, NULL, 24, '{\"width\":32,\"height\":32}', 'image/png', 'png', 2178, NULL, NULL, NULL, NULL, '2018-03-08 23:04:38', NULL, NULL, 99, NULL, '');
  863. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (485, NULL, '一般', '648f6fa8928fc48a1c617b716858132e', NULL, NULL, 24, '{\"width\":90,\"height\":90}', 'image/png', 'png', 18293, NULL, NULL, NULL, NULL, '2018-03-09 11:06:55', NULL, NULL, 99, NULL, '');
  864. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (486, NULL, '下布', '3dbcfc860bfadb48617369521188dd25', NULL, NULL, 24, '{\"width\":90,\"height\":90}', 'image/png', 'png', 18624, NULL, NULL, NULL, NULL, '2018-03-09 11:06:57', NULL, NULL, 99, NULL, '');
  865. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (487, NULL, '主任', 'de90b59540fc990f6c2a003a9ae5502c', NULL, NULL, 24, '{\"width\":90,\"height\":90}', 'image/png', 'png', 19322, NULL, NULL, NULL, NULL, '2018-03-09 11:06:58', NULL, NULL, 99, NULL, '');
  866. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (488, NULL, '仓库', 'bc818400198b85f7a1d3fbac32840af6', NULL, NULL, 24, '{\"width\":90,\"height\":90}', 'image/png', 'png', 18944, NULL, NULL, NULL, NULL, '2018-03-09 11:06:59', NULL, NULL, 99, NULL, '');
  867. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (489, NULL, '优', '2c49798d63e686252ec3a1b7efe90d50', NULL, NULL, 24, '{\"width\":90,\"height\":90}', 'image/png', 'png', 19692, NULL, NULL, NULL, NULL, '2018-03-09 11:07:00', NULL, NULL, 99, NULL, '');
  868. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (490, NULL, '会计', 'ceca2d3bffa16a96f441bc461b186abe', NULL, NULL, 24, '{\"width\":90,\"height\":90}', 'image/png', 'png', 18768, NULL, NULL, NULL, NULL, '2018-03-09 11:07:01', NULL, NULL, 99, NULL, '');
  869. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (491, NULL, '割边', '311359a20420005c3b8dbb52531d90f3', NULL, NULL, 24, '{\"width\":90,\"height\":90}', 'image/png', 'png', 19176, NULL, NULL, NULL, NULL, '2018-03-09 11:07:02', NULL, NULL, 99, NULL, '');
  870. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (492, NULL, '加工', '6f1cab762a36412b0e0f9511890367d8', NULL, NULL, 24, '{\"width\":90,\"height\":90}', 'image/png', 'png', 18854, NULL, NULL, NULL, NULL, '2018-03-09 11:07:03', NULL, NULL, 99, NULL, '');
  871. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (493, NULL, '好', 'c882f2f870f30205426ba4d3f40b11b9', NULL, NULL, 24, '{\"width\":90,\"height\":90}', 'image/png', 'png', 19863, NULL, NULL, NULL, NULL, '2018-03-09 11:07:04', NULL, NULL, 99, NULL, '');
  872. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (494, NULL, '差', '0ee6243c585f95bd32a0ce59beb9c137', NULL, NULL, 24, '{\"width\":90,\"height\":90}', 'image/png', 'png', 19832, NULL, NULL, NULL, NULL, '2018-03-09 11:07:05', NULL, NULL, 99, NULL, '');
  873. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (495, NULL, '师傅', '25f0e8e4be928ffd99fe380a30ff70cc', NULL, NULL, 24, '{\"width\":90,\"height\":90}', 'image/png', 'png', 19612, NULL, NULL, NULL, NULL, '2018-03-09 11:07:06', NULL, NULL, 99, NULL, '');
  874. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (496, NULL, '染色', '8c70ca062d494f7a4193f3e877e0ba88', NULL, NULL, 24, '{\"width\":90,\"height\":90}', 'image/png', 'png', 19423, NULL, NULL, NULL, NULL, '2018-03-09 11:07:07', NULL, NULL, 99, NULL, '');
  875. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (497, NULL, '物流', 'c450f2a1def0baa834a1cd2ead84ed64', NULL, NULL, 24, '{\"width\":90,\"height\":90}', 'image/png', 'png', 19636, NULL, NULL, NULL, NULL, '2018-03-09 11:07:08', NULL, NULL, 99, NULL, '');
  876. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (498, NULL, '班长', '73e2da58d63f8cf98af68a44e02c95ee', NULL, NULL, 24, '{\"width\":90,\"height\":90}', 'image/png', 'png', 20472, NULL, NULL, NULL, NULL, '2018-03-09 11:07:10', NULL, NULL, 99, NULL, '');
  877. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (499, NULL, '组长', 'dc284d5b35df425a3b929bfcdb4914ff', NULL, NULL, 24, '{\"width\":90,\"height\":90}', 'image/png', 'png', 19856, NULL, NULL, NULL, NULL, '2018-03-09 11:07:11', NULL, NULL, 99, NULL, '');
  878. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (500, NULL, '经理', 'c4a7af1037db7a253e181b9d8f0b843a', NULL, NULL, 24, '{\"width\":90,\"height\":90}', 'image/png', 'png', 19910, NULL, NULL, NULL, NULL, '2018-03-09 11:07:13', NULL, NULL, 99, NULL, '');
  879. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (501, NULL, '财务', 'dcefec967eaa7aa229e540a41c4ad6b7', NULL, NULL, 24, '{\"width\":90,\"height\":90}', 'image/png', 'png', 18869, NULL, NULL, NULL, NULL, '2018-03-09 11:07:14', NULL, NULL, 99, NULL, '');
  880. REPLACE INTO `t_file_list` (`id`, `pid`, `name`, `md5`, `crop`, `url`, `category`, `props`, `mime`, `extension`, `size`, `type`, `icat`, `icatmp`, `visitimes`, `ctime`, `utime`, `dtime`, `status`, `user_id`, `template_number`) VALUES (502, NULL, '销售', '4d7508536d339789608c7dc24f65fccf', NULL, NULL, 24, '{\"width\":90,\"height\":90}', 'image/png', 'png', 18482, NULL, NULL, NULL, NULL, '2018-03-09 11:07:16', NULL, NULL, 99, NULL, '');
  881. -- ----------------------------
  882. -- 2025-03-20 同步系统内置字段
  883. -- ----------------------------
  884. REPLACE INTO `t_affair_system_column_group` (`group_id`, `group_name`) VALUES (1, '产品规格');
  885. REPLACE INTO `t_affair_system_column_group` (`group_id`, `group_name`) VALUES (2, '对象');
  886. REPLACE INTO `t_affair_system_column_group` (`group_id`, `group_name`) VALUES (3, '供求');
  887. REPLACE INTO `t_affair_system_column_group` (`group_id`, `group_name`) VALUES (4, '加工');
  888. REPLACE INTO `t_affair_system_column_group` (`group_id`, `group_name`) VALUES (5, '生产');
  889. REPLACE INTO `t_affair_system_column_group` (`group_id`, `group_name`) VALUES (6, '仓库');
  890. REPLACE INTO `t_affair_system_column_group` (`group_id`, `group_name`) VALUES (7, '财务');
  891. REPLACE INTO `t_affair_system_column_group` (`group_id`, `group_name`) VALUES (8, '时间');
  892. REPLACE INTO `t_affair_system_column_group` (`group_id`, `group_name`) VALUES (9, '公用');
  893. REPLACE INTO `t_affair_system_column_group` (`group_id`, `group_name`) VALUES (10, '成本');
  894. REPLACE INTO `t_affair_system_column_group` (`group_id`, `group_name`) VALUES (11, '客户运营');
  895. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (1, 0, 1, 1, '产品型号', 'product_pname', '[{\"key\":\"product_id\"}]', '{\"key\":\"product_id\",\"value\":\"product_pname\"}', 7, '{\"regex\":\"\",\"tips\":\"选择产品型号\"}', 0, '', 0, NULL, NULL);
  896. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (2, 0, 1, 3, '花高', 'product_height', '[{\"key\":\"cm\",\"value\":\"厘米\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  897. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (3, 0, 1, 6, '花宽', 'product_width', '[{\"key\":\"cm\",\"value\":\"厘米\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  898. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (4, 0, 1, 9, '出码率', 'product_weight', '[{\"key\":\"yard/kg\",\"value\":\"码/公斤\"},{\"key\":\"one/kg\",\"value\":\"条/公斤\"},{\"key\":\"m/kg\",\"value\":\"米/公斤\"},{\"key\":\"slice/kg\",\"value\":\"片/公斤\"},{\"key\":\"pcs/kg\",\"value\":\"粒/公斤\"},{\"key\":\"jin/kg\",\"value\":\"斤/公斤\"},{\"key\":\"set/kg\",\"value\":\"套/公斤\"},{\"key\":\"ge/kg\",\"value\":\"个/公斤\"},{\"key\":\"zhe/kg\",\"value\":\"支/公斤\"},{\"key\":\"duan/kg\",\"value\":\"段/公斤\"},{\"key\":\"gang/kg\",\"value\":\"缸/公斤\"},{\"key\":\"xiang/kg\",\"value\":\"箱/公斤\"},{\"key\":\"piece/kg\",\"value\":\"件/公斤\"},{\"key\":\"box/kg\",\"value\":\"盒/公斤\"},{\"key\":\"bubble/kg\",\"value\":\"泡/公斤\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  899. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (5, 0, 1, 5, '净拉花高', 'product_freeheight', '[{\"key\":\"cm\",\"value\":\"厘米\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  900. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (6, 0, 1, 10, '弹力类型', 'product_elasticity', '[{\"key\":\"1\",\"value\":\"有弹\"},{\"key\":\"2\",\"value\":\"无弹\"}]', '{\"key\":\"string\",\"value\":\"25\"}', 2, '{\"regex\":\"\",\"tips\":\"选择弹力类型单选\"}', 0, '', 0, NULL, NULL);
  901. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (7, 0, 1, 2, '产品类型', 'product_type', '[{\"key\":\"1\",\"value\":\"面料\"},{\"key\":\"2\",\"value\":\"小边\"},{\"key\":\"3\",\"value\":\"大边\"},{\"key\":\"4\",\"value\":\"睫毛\"}]', '{\"key\":\"string\",\"value\":\"25\"}', 2, '{\"regex\":\"\",\"tips\":\"选择产品类型单选\"}', 0, '', 0, NULL, NULL);
  902. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (8, 0, 1, 11, '颜色', 'product_color', '[{\"key\":\"all\",\"value\":\"胚布,本白,黑,红,黄\",\"acq\":\"胚布\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"产品颜色\"}', 0, '', 0, NULL, NULL);
  903. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (9, 0, 1, 13, '色牢度', 'product_color_fastness', '[{\"key\":\"0\",\"value\":\"无\"},{\"key\":\"1\",\"value\":\"2级\"},{\"key\":\"2\",\"value\":\"2.5级\"},{\"key\":\"3\",\"value\":\"3级\"},{\"key\":\"4\",\"value\":\"3.5级\"},{\"key\":\"5\",\"value\":\"4级\"},{\"key\":\"6\",\"value\":\"4.5级\"},{\"key\":\"7\",\"value\":\"5级\"}]', '{\"key\":\"string\",\"value\":\"25\"}', 2, '{\"regex\":\"\",\"tips\":\"选择色牢度单选\"}', 0, '', 0, NULL, NULL);
  904. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (10, 0, 1, 14, '材质', 'product_material', '[{\"key\":\"all\",\"value\":\"锦氨,涤氨,全棉,全涤,人造丝,棉\",\"acq\":\"锦氨\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"产品材质\"}', 0, '', 0, NULL, NULL);
  905. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (11, 0, 1, 15, '开机密度', 'boot_density', '[{\"key\":\"eye\",\"value\":\"眼\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  906. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (12, 0, 3, 1, '销售价格', 'sale_price', '[{\"key\":\"yuan/yard\",\"value\":\"元/码\"},{\"key\":\"yuan/kg\",\"value\":\"元/公斤\"},{\"key\":\"yuan/one\",\"value\":\"元/条\"},{\"key\":\"yuan/m\",\"value\":\"元/米\"},{\"key\":\"yuan/slice\",\"value\":\"元/片\"},{\"key\":\"yuan/pcs\",\"value\":\"元/粒\"},{\"key\":\"yuan/jin\",\"value\":\"元/斤\"},{\"key\":\"yuan/set\",\"value\":\"元/套\"},{\"key\":\"yuan/ge\",\"value\":\"元/个\"},{\"key\":\"yuan/zhe\",\"value\":\"元/支\"},{\"key\":\"yuan/duan\",\"value\":\"元/段\"},{\"key\":\"yuan/gang\",\"value\":\"元/缸\"},{\"key\":\"yuan/xiang\",\"value\":\"元/箱\"},{\"key\":\"yuan/piece\",\"value\":\"元/件\"},{\"key\":\"yuan/box\",\"value\":\"元/盒\"},{\"key\":\"yuan/bubble\",\"value\":\"元/泡\"}]', '{\"key\":\"double\",\"value\":\"5\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,5})?$/\",\"tips\":\"只能为数字和5位小数点\"}', 0, 'PriceQuantity', 2, NULL, NULL);
  907. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (13, 0, 3, 2, '销售总额', 'sale_total_amount', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"3\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,3})?$/\",\"tips\":\"只能为数字和3位小数点\"}', 0, '', 1, NULL, NULL);
  908. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (14, 0, 3, 3, '销售数量', 'sale_quantity', '[{\"key\":\"yard\",\"value\":\"码\"},{\"key\":\"kg\",\"value\":\"公斤\"},{\"key\":\"one\",\"value\":\"条\"},{\"key\":\"m\",\"value\":\"米\"},{\"key\":\"slice\",\"value\":\"片\"},{\"key\":\"pcs\",\"value\":\"粒\"},{\"key\":\"jin\",\"value\":\"斤\"},{\"key\":\"set\",\"value\":\"套\"},{\"key\":\"ge\",\"value\":\"个\"},{\"key\":\"zhe\",\"value\":\"支\"},{\"key\":\"duan\",\"value\":\"段\"},{\"key\":\"gang\",\"value\":\"缸\"},{\"key\":\"xiang\",\"value\":\"箱\"},{\"key\":\"piece\",\"value\":\"件\"},{\"key\":\"box\",\"value\":\"盒\"},{\"key\":\"bubble\",\"value\":\"泡\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, 'PriceQuantity', 1, NULL, NULL);
  909. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (15, 0, 2, 1, '销售对象', 'sale_object', '', '', 8, '', 1, '', 0, NULL, NULL);
  910. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (16, 15, 2, 9999, '客户姓名', 'sale_customer_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  911. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (17, 15, 2, 9999, '手机号码', 'sale_customer_phone', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^1\\d{10}$/\",\"tips\":\"填入11位手机号码\"}', 0, '', 0, NULL, NULL);
  912. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (18, 15, 2, 9999, '客户QQ', 'sale_customer_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  913. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (19, 15, 2, 9999, '客户邮箱', 'sale_customer_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  914. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (20, 15, 2, 9999, '公司名称', 'sale_company_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  915. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (21, 15, 2, 9999, '公司地址', 'sale_company_addr', '[]', '{\"key\":\"string\",\"value\":\"255\"}', 0, '', 0, '', 0, NULL, NULL);
  916. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (22, 15, 2, 9999, '公司固话', 'sale_company_tel', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  917. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (23, 15, 2, 9999, '公司邮箱', 'sale_company_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  918. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (24, 15, 2, 9999, '公司传真', 'sale_company_fax', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  919. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (25, 15, 2, 9999, '公司QQ', 'sale_company_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  920. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (26, 0, 3, 8, '采购价格', 'purchase_price', '[{\"key\":\"yuan/yard\",\"value\":\"元/码\"},{\"key\":\"yuan/kg\",\"value\":\"元/公斤\"},{\"key\":\"yuan/one\",\"value\":\"元/条\"},{\"key\":\"yuan/m\",\"value\":\"元/米\"},{\"key\":\"yuan/slice\",\"value\":\"元/片\"},{\"key\":\"yuan/pcs\",\"value\":\"元/粒\"},{\"key\":\"yuan/jin\",\"value\":\"元/斤\"},{\"key\":\"yuan/set\",\"value\":\"元/套\"},{\"key\":\"yuan/ge\",\"value\":\"元/个\"},{\"key\":\"yuan/zhe\",\"value\":\"元/支\"},{\"key\":\"yuan/duan\",\"value\":\"元/段\"},{\"key\":\"yuan/gang\",\"value\":\"元/缸\"},{\"key\":\"yuan/xiang\",\"value\":\"元/箱\"},{\"key\":\"yuan/piece\",\"value\":\"元/件\"},{\"key\":\"yuan/box\",\"value\":\"元/盒\"},{\"key\":\"yuan/bubble\",\"value\":\"元/泡\"}]', '{\"key\":\"double\",\"value\":\"5\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,5})?$/\",\"tips\":\"只能为数字和5位小数点\"}', 0, 'PriceQuantity', 2, NULL, NULL);
  921. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (27, 0, 3, 9, '采购总额', 'purchase_total_amount', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"3\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,3})?$/\",\"tips\":\"只能为数字和3位小数点\"}', 0, '', 1, NULL, NULL);
  922. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (28, 0, 3, 10, '采购数量', 'purchase_quantity', '[{\"key\":\"yard\",\"value\":\"码\"},{\"key\":\"kg\",\"value\":\"公斤\"},{\"key\":\"one\",\"value\":\"条\"},{\"key\":\"m\",\"value\":\"米\"},{\"key\":\"slice\",\"value\":\"片\"},{\"key\":\"pcs\",\"value\":\"粒\"},{\"key\":\"jin\",\"value\":\"斤\"},{\"key\":\"set\",\"value\":\"套\"},{\"key\":\"ge\",\"value\":\"个\"},{\"key\":\"zhe\",\"value\":\"支\"},{\"key\":\"duan\",\"value\":\"段\"},{\"key\":\"gang\",\"value\":\"缸\"},{\"key\":\"xiang\",\"value\":\"箱\"},{\"key\":\"piece\",\"value\":\"件\"},{\"key\":\"box\",\"value\":\"盒\"},{\"key\":\"bubble\",\"value\":\"泡\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, 'PriceQuantity', 1, NULL, NULL);
  923. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (29, 0, 2, 2, '采购对象', 'purchase_object', '', '', 8, '', 1, '', 0, NULL, NULL);
  924. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (30, 29, 2, 9999, '客户姓名', 'purchase_customer_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  925. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (31, 29, 2, 9999, '手机号码', 'purchase_customer_phone', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0?(13|14|15|17|18)[0-9]{9}$/\",\"tips\":\"填入11位手机号码\"}', 0, '', 0, NULL, NULL);
  926. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (32, 29, 2, 9999, '客户QQ', 'purchase_customer_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  927. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (33, 29, 2, 9999, '客户邮箱', 'purchase_customer_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  928. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (34, 29, 2, 9999, '公司名称', 'purchase_company_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  929. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (35, 29, 2, 9999, '公司地址', 'purchase_company_addr', '[]', '{\"key\":\"string\",\"value\":\"255\"}', 0, '', 0, '', 0, NULL, NULL);
  930. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (36, 29, 2, 9999, '公司固话', 'purchase_company_tel', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  931. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (37, 29, 2, 9999, '公司邮箱', 'purchase_company_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  932. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (38, 29, 2, 9999, '公司传真', 'purchase_company_fax', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  933. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (39, 29, 2, 9999, '公司QQ', 'purchase_company_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  934. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (40, 0, 4, 2, '加工价格', 'machining_price', '[{\"key\":\"yuan/yard\",\"value\":\"元/码\"},{\"key\":\"yuan/kg\",\"value\":\"元/公斤\"},{\"key\":\"yuan/one\",\"value\":\"元/条\"},{\"key\":\"yuan/m\",\"value\":\"元/米\"},{\"key\":\"yuan/slice\",\"value\":\"元/片\"},{\"key\":\"yuan/pcs\",\"value\":\"元/粒\"},{\"key\":\"yuan/jin\",\"value\":\"元/斤\"},{\"key\":\"yuan/set\",\"value\":\"元/套\"},{\"key\":\"yuan/ge\",\"value\":\"元/个\"},{\"key\":\"yuan/zhe\",\"value\":\"元/支\"},{\"key\":\"yuan/duan\",\"value\":\"元/段\"},{\"key\":\"yuan/gang\",\"value\":\"元/缸\"},{\"key\":\"yuan/xiang\",\"value\":\"元/箱\"},{\"key\":\"yuan/piece\",\"value\":\"元/件\"},{\"key\":\"yuan/box\",\"value\":\"元/盒\"},{\"key\":\"yuan/bubble\",\"value\":\"元/泡\"}]', '{\"key\":\"double\",\"value\":\"5\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,5})?$/\",\"tips\":\"只能为数字和5位小数点\"}', 0, 'PriceQuantity', 2, NULL, NULL);
  935. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (41, 0, 4, 3, '加工总额', 'machining_total_amount', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"3\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,3})?$/\",\"tips\":\"只能为数字和3位小数点\"}', 0, '', 1, NULL, NULL);
  936. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (42, 0, 4, 4, '加工数量', 'machining_quantity', '[{\"key\":\"yard\",\"value\":\"码\"},{\"key\":\"kg\",\"value\":\"公斤\"},{\"key\":\"one\",\"value\":\"条\"},{\"key\":\"m\",\"value\":\"米\"},{\"key\":\"slice\",\"value\":\"片\"},{\"key\":\"pcs\",\"value\":\"粒\"},{\"key\":\"jin\",\"value\":\"斤\"},{\"key\":\"set\",\"value\":\"套\"},{\"key\":\"ge\",\"value\":\"个\"},{\"key\":\"zhe\",\"value\":\"支\"},{\"key\":\"duan\",\"value\":\"段\"},{\"key\":\"gang\",\"value\":\"缸\"},{\"key\":\"xiang\",\"value\":\"箱\"},{\"key\":\"piece\",\"value\":\"件\"},{\"key\":\"box\",\"value\":\"盒\"},{\"key\":\"bubble\",\"value\":\"泡\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, 'PriceQuantity', 1, NULL, NULL);
  937. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (43, 0, 2, 3, '加工对象', 'machining_object', '', '', 8, '', 1, '', 0, NULL, NULL);
  938. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (44, 43, 2, 9999, '客户姓名', 'machining_customer_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  939. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (45, 43, 2, 9999, '手机号码', 'machining_customer_phone', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0?(13|14|15|17|18)[0-9]{9}$/ \",\"tips\":\"填入11位手机号码\"}', 0, '', 0, NULL, NULL);
  940. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (46, 43, 2, 9999, '客户QQ', 'machining_customer_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  941. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (47, 43, 2, 9999, '客户邮箱', 'machining_customer_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  942. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (48, 43, 2, 9999, '公司名称', 'machining_company_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  943. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (49, 43, 2, 9999, '公司地址', 'machining_company_addr', '[]', '{\"key\":\"string\",\"value\":\"255\"}', 0, '', 0, '', 0, NULL, NULL);
  944. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (50, 43, 2, 9999, '公司固话', 'machining_company_tel', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  945. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (51, 43, 2, 9999, '公司邮箱', 'machining_company_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  946. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (52, 43, 2, 9999, '公司传真', 'machining_company_fax', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  947. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (53, 43, 2, 9999, '公司QQ', 'machining_company_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  948. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (54, 0, 4, 1, '加工类别', 'machining_type', '[{\"key\":\"all\",\"value\":\"割边,染色,绣花\",\"acq\":\"割边\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"加工类别\"}', 0, '', 0, NULL, NULL);
  949. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (55, 0, 2, 7, '割边店', 'coped_object', '', '', 8, '', 1, '', 0, NULL, NULL);
  950. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (56, 55, 2, 9999, '客户姓名', 'coped_customer_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  951. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (57, 55, 2, 9999, '手机号码', 'coped_customer_phone', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0?(13|14|15|17|18)[0-9]{9}$/\",\"tips\":\"填入11位手机号码\"}', 0, '', 0, NULL, NULL);
  952. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (58, 55, 2, 9999, '客户QQ', 'coped_customer_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  953. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (59, 55, 2, 9999, '客户邮箱', 'coped_customer_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  954. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (60, 55, 2, 9999, '公司名称', 'coped_company_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  955. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (61, 55, 2, 9999, '公司地址', 'coped_company_addr', '[]', '{\"key\":\"string\",\"value\":\"255\"}', 0, '', 0, '', 0, NULL, NULL);
  956. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (62, 55, 2, 9999, '公司固话', 'coped_company_tel', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  957. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (63, 55, 2, 9999, '公司邮箱', 'coped_company_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  958. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (64, 55, 2, 9999, '公司传真', 'coped_company_fax', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  959. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (65, 55, 2, 9999, '公司QQ', 'coped_company_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  960. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (66, 0, 2, 6, '染厂', 'dyeing_object', '', '', 8, '', 1, '', 0, NULL, NULL);
  961. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (67, 66, 2, 9999, '客户姓名', 'dyeing_customer_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  962. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (68, 66, 2, 9999, '手机号码', 'dyeing_customer_phone', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0?(13|14|15|17|18)[0-9]{9}$/\",\"tips\":\"填入11位手机号码\"}', 0, '', 0, NULL, NULL);
  963. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (69, 66, 2, 9999, '客户QQ', 'dyeing_customer_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  964. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (70, 66, 2, 9999, '客户邮箱', 'dyeing_customer_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  965. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (71, 66, 2, 9999, '公司名称', 'dyeing_company_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  966. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (72, 66, 2, 9999, '公司地址', 'dyeing_company_addr', '[]', '{\"key\":\"string\",\"value\":\"255\"}', 0, '', 0, '', 0, NULL, NULL);
  967. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (73, 66, 2, 9999, '公司固话', 'dyeing_company_tel', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  968. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (74, 66, 2, 9999, '公司邮箱', 'dyeing_company_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  969. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (75, 66, 2, 9999, '公司传真', 'dyeing_company_fax', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  970. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (76, 66, 2, 9999, '公司QQ', 'dyeing_company_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  971. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (77, 0, 2, 8, '刺绣店', 'embroidery_object', '', '', 8, '', 1, '', 0, NULL, NULL);
  972. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (78, 77, 2, 9999, '客户姓名', 'embroidery_customer_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  973. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (79, 77, 2, 9999, '手机号码', 'embroidery_customer_phone', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0?(13|14|15|17|18)[0-9]{9}$/\",\"tips\":\"填入11位手机号码\"}', 0, '', 0, NULL, NULL);
  974. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (80, 77, 2, 9999, '客户QQ', 'embroidery_customer_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  975. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (81, 77, 2, 9999, '客户邮箱', 'embroidery_customer_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  976. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (82, 77, 2, 9999, '公司名称', 'embroidery_company_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  977. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (83, 77, 2, 9999, '公司地址', 'embroidery_company_addr', '[]', '{\"key\":\"string\",\"value\":\"255\"}', 0, '', 0, '', 0, NULL, NULL);
  978. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (84, 77, 2, 9999, '公司固话', 'embroidery_company_tel', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  979. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (85, 77, 2, 9999, '公司邮箱', 'embroidery_company_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  980. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (86, 77, 2, 9999, '公司传真', 'embroidery_company_fax', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  981. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (87, 77, 2, 9999, '公司QQ', 'embroidery_company_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  982. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (88, 0, 3, 11, '物流价格', 'logistics_price', '[{\"key\":\"yuan/piece\",\"value\":\"元/件\"},{\"key\":\"yuan/kg\",\"value\":\"元/公斤\"}]', '{\"key\":\"double\",\"value\":\"5\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,5})?$/\",\"tips\":\"只能为数字和5位小数点\"}', 0, 'logistics', 2, NULL, NULL);
  983. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (89, 0, 3, 12, '物流数量', 'logistics_quantity', '[{\"key\":\"piece\",\"value\":\"件\"},{\"key\":\"kg\",\"value\":\"公斤\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, 'logistics', 1, NULL, NULL);
  984. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (90, 0, 2, 11, '物流公司', 'logistics_object', '', '', 8, '', 1, '', 0, NULL, NULL);
  985. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (91, 90, 2, 9999, '客户姓名', 'logistics_customer_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  986. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (92, 90, 2, 9999, '手机号码', 'logistics_customer_phone', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0?(13|14|15|17|18)[0-9]{9}$/\",\"tips\":\"填入11位手机号码\"}', 0, '', 0, NULL, NULL);
  987. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (93, 90, 2, 9999, '客户QQ', 'logistics_customer_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  988. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (94, 90, 2, 9999, '客户邮箱', 'logistics_customer_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  989. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (95, 90, 2, 9999, '公司名称', 'logistics_company_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  990. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (96, 90, 2, 9999, '公司地址', 'logistics_company_addr', '[]', '{\"key\":\"string\",\"value\":\"255\"}', 0, '', 0, '', 0, NULL, NULL);
  991. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (97, 90, 2, 9999, '公司固话', 'logistics_company_tel', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  992. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (98, 90, 2, 9999, '公司邮箱', 'logistics_company_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  993. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (99, 90, 2, 9999, '公司传真', 'logistics_company_fax', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  994. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (100, 90, 2, 9999, '公司QQ', 'logistics_company_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  995. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (101, 0, 2, 4, '送货对象', 'delivery_object', '', '', 8, '', 1, '', 0, NULL, NULL);
  996. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (102, 101, 2, 9999, '客户姓名', 'delivery_customer_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  997. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (103, 101, 2, 9999, '手机号码', 'delivery_customer_phone', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0?(13|14|15|17|18)[0-9]{9}$/\",\"tips\":\"填入11位手机号码\"}', 0, '', 0, NULL, NULL);
  998. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (104, 101, 2, 9999, '客户QQ', 'delivery_customer_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  999. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (105, 101, 2, 9999, '客户邮箱', 'delivery_customer_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  1000. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (106, 101, 2, 9999, '公司名称', 'delivery_company_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  1001. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (107, 101, 2, 9999, '公司地址', 'delivery_company_addr', '[]', '{\"key\":\"string\",\"value\":\"255\"}', 0, '', 0, '', 0, NULL, NULL);
  1002. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (108, 101, 2, 9999, '公司固话', 'delivery_company_tel', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1003. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (109, 101, 2, 9999, '公司邮箱', 'delivery_company_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  1004. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (110, 101, 2, 9999, '公司传真', 'delivery_company_fax', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1005. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (111, 101, 2, 9999, '公司QQ', 'delivery_company_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1006. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (112, 0, 5, 1, '机台选择', 'machine_number', '[{\"key\":\"machine_id\"}]', '{\"key\":\"machine\",\"value\":\"machine_number\"}', 9, '{\"regex\":\"\",\"tips\":\"填写机台编号\"}', 0, '', 0, NULL, NULL);
  1007. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (113, 0, 5, 2, '机型', 'model_name', '[{\"key\":\"model_id\"}]', '{\"key\":\"model_id\",\"value\":\"model_name\"}', 10, '{\"regex\":\"\",\"tips\":\"填写机型编号\"}', 0, '', 0, NULL, NULL);
  1008. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (114, 0, 5, 9, '生产数量', 'production_quantity', '[{\"key\":\"kg\",\"value\":\"公斤\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, 'PriceQuantity', 1, NULL, NULL);
  1009. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (115, 0, 5, 10, '计划生产数量', 'plan_quantity', '[{\"key\":\"kg\",\"value\":\"公斤\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, 'PriceQuantity', 1, NULL, NULL);
  1010. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (116, 0, 5, 11, '实际生产数量', 'reality_quantity', '[{\"key\":\"kg\",\"value\":\"公斤\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, 'PriceQuantity', 1, NULL, NULL);
  1011. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (117, 0, 1, 16, '成品密度', 'finished_density', '[{\"key\":\"eye\",\"value\":\"眼\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1012. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (118, 0, 1, 19, '捻度', 'twist', '[{\"key\":\"rpm\",\"value\":\"转\"}]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0|[1-9][0-9]{0,18}$/\",\"tips\":\"请填入1到18位纯数字\"}', 0, '', 0, NULL, NULL);
  1013. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (119, 0, 1, 20, '梳节数', 'combing_amount', '[{\"key\":\"hold\",\"value\":\"把\"}]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0|[1-9][0-9]{0,18}$/\",\"tips\":\"请填入1到18位纯数字\"}', 0, '', 0, NULL, NULL);
  1014. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (120, 0, 1, 21, '纱数', 'yarn_amount', '[{\"key\":\"pcs\",\"value\":\"粒\"}]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0|[1-9][0-9]{0,18}$/\",\"tips\":\"请填入1到18位纯数字\"}', 0, '', 0, NULL, NULL);
  1015. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (121, 0, 1, 22, '净针', 'net_needle', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0|[1-9][0-9]{0,18}$/\",\"tips\":\"请填入1到18位纯数字\"}', 0, '', 0, NULL, NULL);
  1016. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (122, 0, 1, 17, '原料成分', 'material_composition', '[{\"key\":\"all\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"原料\"}', 0, '', 0, NULL, NULL);
  1017. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (123, 0, 1, 18, '原料规格', 'product_specification', '[{\"key\":\"all\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"规格\"}', 0, '', 0, NULL, NULL);
  1018. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (124, 0, 2, 5, '原料厂', 'material_object', '', '', 8, '', 1, '', 0, NULL, NULL);
  1019. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (125, 124, 2, 9999, '客户姓名', 'material_customer_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  1020. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (126, 124, 2, 9999, '手机号码', 'material_customer_phone', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0?(13|14|15|17|18)[0-9]{9}$/\",\"tips\":\"填入11位手机号码\"}', 0, '', 0, NULL, NULL);
  1021. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (127, 124, 2, 9999, '客户QQ', 'material_customer_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1022. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (128, 124, 2, 9999, '客户邮箱', 'material_customer_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  1023. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (129, 124, 2, 9999, '公司名称', 'material_company_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  1024. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (130, 124, 2, 9999, '公司地址', 'material_company_addr', '[]', '{\"key\":\"string\",\"value\":\"255\"}', 0, '', 0, '', 0, NULL, NULL);
  1025. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (131, 124, 2, 9999, '公司固话', 'material_company_tel', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1026. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (132, 124, 2, 9999, '公司邮箱', 'material_company_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  1027. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (133, 124, 2, 9999, '公司传真', 'material_company_fax', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1028. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (134, 124, 2, 9999, '公司QQ', 'material_company_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1029. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (135, 0, 8, 10, '要求交货时间', 'requirement_delivery_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1030. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (136, 0, 8, 11, '实际发货时间', 'actual_delivery_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1031. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (137, 0, 8, 12, '交货周期', 'delivery_cycle', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0|[1-9][0-9]{0,18}$/\",\"tips\":\"请填入1到18位纯数字\"}', 0, '', 0, NULL, NULL);
  1032. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (138, 0, 8, 13, '验货时间', 'inspection_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1033. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (139, 0, 8, 30, '时间', 'data_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1034. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (140, 0, 8, 8, '入库时间', 'in_warehouse_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1035. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (141, 0, 8, 9, '出库时间', 'out_warehouse_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1036. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (142, 0, 8, 14, '开始时间', 'start_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1037. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (143, 0, 8, 15, '结束时间', 'end_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1038. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (144, 0, 8, 5, '停机时间', 'stop_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1039. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (145, 0, 8, 4, '开机时间', 'boot_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1040. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (146, 0, 6, 2, '入库数量', 'in_warehouse_quantity', '[{\"key\":\"kg\",\"value\":\"公斤\"},{\"key\":\"yard\",\"value\":\"码\"},{\"key\":\"kg/yard\",\"value\":\"公斤/码\"},{\"key\":\"one\",\"value\":\"条\"},{\"key\":\"m\",\"value\":\"米\"},{\"key\":\"slice\",\"value\":\"片\"},{\"key\":\"pcs\",\"value\":\"粒\"},{\"key\":\"jin\",\"value\":\"斤\"},{\"key\":\"set\",\"value\":\"套\"},{\"key\":\"ge\",\"value\":\"个\"},{\"key\":\"zhe\",\"value\":\"支\"},{\"key\":\"duan\",\"value\":\"段\"},{\"key\":\"gang\",\"value\":\"缸\"}\r\n,{\"key\":\"xiang\",\"value\":\"箱\"},{\"key\":\"piece\",\"value\":\"件\"},{\"key\":\"box\",\"value\":\"盒\"},{\"key\":\"bubble\",\"value\":\"泡\"}]', '', 13, '{\"regex\":\"\",\"tips\":\"[公斤/码]时应如5.11/6.22\"}', 0, '', 1, NULL, NULL);
  1041. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (147, 0, 6, 5, '出库数量', 'out_warehouse_quantity', ',{\"key\":\"xiang\",\"value\":\"箱\"},{\"key\":\"piece\",\"value\":\"件\"},{\"key\":\"box\",\"value\":\"盒\"},{\"key\":\"bubble\",\"value\":\"泡\"}]', '', 13, '{\"regex\":\"\",\"tips\":\"[公斤/码]时应如5.11/6.22\"}', 0, '', 1, NULL, NULL);
  1042. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (148, 0, 6, 6, '库存数量', 'inventory_quantity', '[{\"key\":\"kg\",\"value\":\"公斤\"},{\"key\":\"yard\",\"value\":\"码\"},{\"key\":\"kg/yard\",\"value\":\"公斤/码\"},{\"key\":\"one\",\"value\":\"条\"},{\"key\":\"m\",\"value\":\"米\"},{\"key\":\"slice\",\"value\":\"片\"},{\"key\":\"pcs\",\"value\":\"粒\"},{\"key\":\"jin\",\"value\":\"斤\"},{\"key\":\"set\",\"value\":\"套\"},{\"key\":\"ge\",\"value\":\"个\"},{\"key\":\"zhe\",\"value\":\"支\"},{\"key\":\"duan\",\"value\":\"段\"},{\"key\":\"gang\",\"value\":\"缸\"}\r\n,{\"key\":\"xiang\",\"value\":\"箱\"},{\"key\":\"piece\",\"value\":\"件\"},{\"key\":\"box\",\"value\":\"盒\"},{\"key\":\"bubble\",\"value\":\"泡\"}]', '', 13, '{\"regex\":\"\",\"tips\":\"\"}', 0, '', 1, NULL, NULL);
  1043. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (149, 0, 6, 9, '存放区域', 'storage_area', '[{\"key\":\"all\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"存放区域\"}', 0, '', 0, NULL, NULL);
  1044. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (150, 0, 9, 2, '图片', 'public_image', '[]', '{\"key\":\"strip\",\"value\":\"6\"}', 4, '{\"regex\":\"\",\"tips\":\"最多6张图片\"}', 0, '', 0, NULL, NULL);
  1045. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (151, 0, 9, 1, '语音', 'public_voice', '[]', '{\"key\":\"strip\",\"value\":\"6\"}', 5, '{\"regex\":\"\",\"tips\":\"最多6条语音\"}', 0, '', 0, NULL, NULL);
  1046. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (152, 0, 4, 11, '前处理', 'dyeing_pretreatment', '[{\"key\":\"1\",\"value\":\"是\"},{\"key\":\"2\",\"value\":\"否\"}]', '{\"key\":\"string\",\"value\":\"25\"}', 2, '{\"regex\":\"\",\"tips\":\"是否\"}', 0, '', 0, NULL, NULL);
  1047. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (153, 0, 4, 12, '手感', 'dyeing_feel', '[{\"key\":\"all\",\"value\":\"软,平滑,白糊,树胶\",\"acq\":\"软\"}]', '{\"key\":\"string\",\"value\":\"25\"}', 11, '{\"regex\":\"\",\"tips\":\"\"}', 0, '', 0, NULL, NULL);
  1048. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (154, 0, 8, 2, '销售时间', 'sale_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1049. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (155, 0, 8, 19, '付款时间', 'payment_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1050. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (156, 0, 8, 18, '收款时间', 'receivables_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1051. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (157, 0, 3, 5, '退货价格', 'sale_refund_price', '[{\"key\":\"yuan/yard\",\"value\":\"元/码\"},{\"key\":\"yuan/kg\",\"value\":\"元/公斤\"},{\"key\":\"yuan/one\",\"value\":\"元/条\"},{\"key\":\"yuan/m\",\"value\":\"元/米\"},{\"key\":\"yuan/slice\",\"value\":\"元/片\"},{\"key\":\"yuan/pcs\",\"value\":\"元/粒\"},{\"key\":\"yuan/jin\",\"value\":\"元/斤\"},{\"key\":\"yuan/set\",\"value\":\"元/套\"},{\"key\":\"yuan/ge\",\"value\":\"元/个\"},{\"key\":\"yuan/zhe\",\"value\":\"元/支\"},{\"key\":\"yuan/duan\",\"value\":\"元/段\"},{\"key\":\"yuan/gang\",\"value\":\"元/缸\"},{\"key\":\"yuan/xiang\",\"value\":\"元/箱\"},{\"key\":\"yuan/piece\",\"value\":\"元/件\"},{\"key\":\"yuan/box\",\"value\":\"元/盒\"},{\"key\":\"yuan/bubble\",\"value\":\"元/泡\"}]', '{\"key\":\"double\",\"value\":\"5\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,5})?$/\",\"tips\":\"只能为数字和5位小数点\"}', 0, 'PriceQuantity', 2, NULL, NULL);
  1052. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (158, 0, 3, 6, '退货总额', 'sale_refund_total_amount', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"3\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,3})?$/\",\"tips\":\"只能为数字和3位小数点\"}', 0, '', 1, NULL, NULL);
  1053. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (159, 0, 3, 4, '退货数量', 'sale_refund_quantity', '[{\"key\":\"yard\",\"value\":\"码\"},{\"key\":\"kg\",\"value\":\"公斤\"},{\"key\":\"one\",\"value\":\"条\"},{\"key\":\"m\",\"value\":\"米\"},{\"key\":\"slice\",\"value\":\"片\"},{\"key\":\"pcs\",\"value\":\"粒\"},{\"key\":\"jin\",\"value\":\"斤\"},{\"key\":\"set\",\"value\":\"套\"},{\"key\":\"ge\",\"value\":\"个\"},{\"key\":\"zhe\",\"value\":\"支\"},{\"key\":\"duan\",\"value\":\"段\"},{\"key\":\"gang\",\"value\":\"缸\"},{\"key\":\"xiang\",\"value\":\"箱\"},{\"key\":\"piece\",\"value\":\"件\"},{\"key\":\"box\",\"value\":\"盒\"},{\"key\":\"bubble\",\"value\":\"泡\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, 'PriceQuantity', 1, NULL, NULL);
  1054. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (160, 0, 7, 8, '收取现金', 'sale_collect_cash', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1055. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (161, 0, 7, 9, '支出现金', 'purchase_pay_cash', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1056. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (162, 0, 9, 4, '金额', 'public_amount', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"3\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,3})?$/\",\"tips\":\"只能为数字和3位小数点\"}', 0, '', 0, NULL, NULL);
  1057. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (163, 0, 9, 10, '数量', 'public_quantity', '[{\"key\":\"yard\",\"value\":\"码\"},{\"key\":\"kg\",\"value\":\"公斤\"},{\"key\":\"one\",\"value\":\"条\"},{\"key\":\"m\",\"value\":\"米\"},{\"key\":\"slice\",\"value\":\"片\"},{\"key\":\"pcs\",\"value\":\"粒\"},{\"key\":\"jin\",\"value\":\"斤\"},{\"key\":\"set\",\"value\":\"套\"},{\"key\":\"ge\",\"value\":\"个\"},{\"key\":\"zhe\",\"value\":\"支\"},{\"key\":\"duan\",\"value\":\"段\"},{\"key\":\"gang\",\"value\":\"缸\"},{\"key\":\"xiang\",\"value\":\"箱\"},{\"key\":\"piece\",\"value\":\"件\"},{\"key\":\"box\",\"value\":\"盒\"},{\"key\":\"bubble\",\"value\":\"泡\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, 'PriceQuantity', 1, NULL, NULL);
  1058. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (164, 0, 2, 15, '公司客户', 'public_object', '', '', 8, '', 1, '', 0, NULL, NULL);
  1059. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (165, 164, 2, 9999, '客户姓名', 'public_customer_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  1060. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (166, 164, 2, 9999, '手机号码', 'public_customer_phone', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0?(13|14|15|17|18)[0-9]{9}$/\",\"tips\":\"填入11位手机号码\"}', 0, '', 0, NULL, NULL);
  1061. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (167, 164, 2, 9999, '客户QQ', 'public_ustomer_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1062. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (168, 164, 2, 9999, '客户邮箱', 'public_customer_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  1063. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (169, 164, 2, 9999, '公司名称', 'public_company_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  1064. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (170, 164, 2, 9999, '公司地址', 'public_company_addr', '[]', '{\"key\":\"string\",\"value\":\"255\"}', 0, '', 0, '', 0, NULL, NULL);
  1065. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (171, 164, 2, 9999, '公司固话', 'public_company_tel', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1066. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (172, 164, 2, 9999, '公司邮箱', 'public_company_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  1067. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (173, 164, 2, 9999, '公司传真', 'public_company_fax', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1068. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (174, 164, 2, 9999, '公司QQ', 'public_company_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1069. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (175, 0, 2, 13, '收款对象', 'receivables_object', '', '', 8, '', 1, '', 0, NULL, NULL);
  1070. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (176, 175, 2, 9999, '客户姓名', 'receivables_customer_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  1071. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (177, 175, 2, 9999, '手机号码', 'receivables_customer_phone', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0?(13|14|15|17|18)[0-9]{9}$/\",\"tips\":\"填入11位手机号码\"}', 0, '', 0, NULL, NULL);
  1072. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (178, 175, 2, 9999, '客户QQ', 'receivables_ustomer_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1073. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (179, 175, 2, 9999, '客户邮箱', 'receivables_customer_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  1074. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (180, 175, 2, 9999, '公司名称', 'receivables_company_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  1075. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (181, 175, 2, 9999, '公司地址', 'receivables_company_addr', '[]', '{\"key\":\"string\",\"value\":\"255\"}', 0, '', 0, '', 0, NULL, NULL);
  1076. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (182, 175, 2, 9999, '公司固话', 'receivables_company_tel', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1077. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (183, 175, 2, 9999, '公司邮箱', 'receivables_company_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  1078. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (184, 175, 2, 9999, '公司传真', 'receivables_company_fax', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1079. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (185, 175, 2, 9999, '公司QQ', 'receivables_company_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1080. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (186, 0, 7, 1, '收款金额', 'receivables_amount', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1081. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (187, 0, 2, 12, '付款对象', 'payment_object', '', '', 8, '', 1, '', 0, NULL, NULL);
  1082. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (188, 187, 2, 9999, '客户姓名', 'payment_customer_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  1083. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (189, 187, 2, 9999, '手机号码', 'payment_customer_phone', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0?(13|14|15|17|18)[0-9]{9}$/ \",\"tips\":\"填入11位手机号码\"}', 0, '', 0, NULL, NULL);
  1084. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (190, 187, 2, 9999, '客户QQ', 'payment_ustomer_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1085. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (191, 187, 2, 9999, '客户邮箱', 'payment_customer_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  1086. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (192, 187, 2, 9999, '公司名称', 'payment_company_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  1087. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (193, 187, 2, 9999, '公司地址', 'payment_company_addr', '[]', '{\"key\":\"string\",\"value\":\"255\"}', 0, '', 0, '', 0, NULL, NULL);
  1088. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (194, 187, 2, 9999, '公司固话', 'payment_company_tel', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1089. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (195, 187, 2, 9999, '公司邮箱', 'payment_company_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  1090. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (196, 187, 2, 9999, '公司传真', 'payment_company_fax', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1091. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (197, 187, 2, 9999, '公司QQ', 'payment_company_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1092. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (198, 0, 7, 3, '付款金额', 'payment_amount', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1093. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (199, 0, 9, 3, '备注', 'public_note', '[]', '{\"key\":\"string\",\"value\":\"500\"}', 1, '', 0, '', 0, NULL, NULL);
  1094. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (200, 0, 7, 7, '银行卡号', 'public_bank_number', '[{\"key\":\"all\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"30\"}', 11, '{\"regex\":\"/^[0-9\\\\s]{8,24}$/\",\"tips\":\" 请填入正确的银行卡号\"}', 0, '', 0, NULL, NULL);
  1095. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (201, 0, 9, 11, '粒数', 'public_grain', '[]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 1, NULL, NULL);
  1096. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (202, 0, 1, 4, '胚布花高', 'product_cloth_height', '[{\"key\":\"cm\",\"value\":\"厘米\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/ \",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1097. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (203, 0, 1, 7, '胚布花宽', 'product_cloth_width', '[{\"key\":\"cm\",\"value\":\"厘米\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/ \",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1098. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (204, 0, 1, 8, '净拉花宽', 'product_freewidtht', '[{\"key\":\"cm\",\"value\":\"厘米\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/ \",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1099. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (205, 0, 4, 10, '预定型', 'predetermined_type', '[{\"key\":\"1\",\"value\":\"是\"},{\"key\":\"2\",\"value\":\"否\"}]', '{\"key\":\"string\",\"value\":\"25\"}', 2, '{\"regex\":\"\",\"tips\":\"是否\"}', 0, '', 0, NULL, NULL);
  1100. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (206, 0, 5, 5, '针位', 'needle_position', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0|[1-9][0-9]{0,18}$/\",\"tips\":\"请填入1到18位纯数字\"}', 0, '', 0, NULL, NULL);
  1101. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (207, 0, 5, 6, '匹数', 'machine_horse', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0|[1-9][0-9]{0,18}$/\",\"tips\":\"请填入1到18位纯数字\"}', 0, '', 0, NULL, NULL);
  1102. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (208, 0, 5, 7, '单匹重量', 'single_weight', '[{\"key\":\"kg\",\"value\":\"公斤\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, 'PriceQuantity', 0, NULL, NULL);
  1103. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (209, 0, 5, 8, '管重量', 'pipe_weight', '[{\"key\":\"kg\",\"value\":\"公斤\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, 'PriceQuantity', 0, NULL, NULL);
  1104. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (210, 0, 7, 6, '银行名称', 'public_bank_name', '[{\"key\":\"all\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"\"}', 0, '', 0, NULL, NULL);
  1105. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (211, 0, 8, 1, '订单时间', 'order_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1106. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (212, 0, 8, 3, '采购时间', 'purchase_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1107. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (213, 0, 8, 6, '计划开机时间', 'plan_boot_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1108. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (214, 0, 8, 7, '计划停机时间', 'plan_stop_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1109. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (215, 0, 8, 16, '延长时间', 'expand_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1110. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (216, 0, 8, 17, '缩短时间', 'shorten_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1111. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (217, 0, 9, 5, '价格', 'public_price', '[{\"key\":\"yuan/yard\",\"value\":\"元/码\"},{\"key\":\"yuan/kg\",\"value\":\"元/公斤\"},{\"key\":\"yuan/one\",\"value\":\"元/条\"},{\"key\":\"yuan/m\",\"value\":\"元/米\"},{\"key\":\"yuan/slice\",\"value\":\"元/片\"},{\"key\":\"yuan/pcs\",\"value\":\"元/粒\"},{\"key\":\"yuan/jin\",\"value\":\"元/斤\"},{\"key\":\"yuan/set\",\"value\":\"元/套\"},{\"key\":\"yuan/ge\",\"value\":\"元/个\"},{\"key\":\"yuan/zhe\",\"value\":\"元/支\"},{\"key\":\"yuan/duan\",\"value\":\"元/段\"},{\"key\":\"yuan/gang\",\"value\":\"元/缸\"},{\"key\":\"yuan/xiang\",\"value\":\"元/箱\"},{\"key\":\"yuan/piece\",\"value\":\"元/件\"},{\"key\":\"yuan/box\",\"value\":\"元/盒\"},{\"key\":\"yuan/bubble\",\"value\":\"元/泡\"}]', '{\"key\":\"double\",\"value\":\"5\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,5})?$/\",\"tips\":\"只能为数字和5位小数点\"}', 0, 'PriceQuantity', 2, NULL, NULL);
  1112. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (218, 0, 9, 6, '总额', 'public_total', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"3\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,3})?$/\",\"tips\":\"只能为数字和3位小数点\"}', 0, '', 1, NULL, NULL);
  1113. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (219, 0, 9, 8, '重量', 'public_weight', '[{\"key\":\"kg\",\"value\":\"公斤\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, 'PriceQuantity', 1, NULL, NULL);
  1114. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (220, 0, 8, 22, '下布时间', 'lower_cloth_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1115. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (221, 0, 6, 1, '仓库货物', 'warehouse_goods', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 12, '', 1, '', 0, NULL, NULL);
  1116. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (222, 221, 6, 99991, '产品型号', 'warehouse_product_pname', '[{\"key\":\"warehouse_product_id\"}]', '{\"key\":\"product_id\",\"value\":\"product_pname\"}', 7, '{\"regex\":\"\",\"tips\":\"选择产品型号\"}', 0, '', 0, NULL, NULL);
  1117. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (223, 221, 6, 99993, '颜色', 'warehouse_product_color', '[{\"key\":\"all\",\"value\":\"胚布,本白,黑,红,黄\",\"acq\":\"胚布\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"产品颜色\"}', 0, '', 0, NULL, NULL);
  1118. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (224, 0, 1, 12, '色号', 'product_color_number', '[{\"key\":\"all\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"色号\"}', 0, '', 0, NULL, NULL);
  1119. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (225, 221, 6, 99994, '色号', 'warehouse_product_color_number', '[{\"key\":\"all\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"色号\"}', 0, '', 0, NULL, NULL);
  1120. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (226, 221, 6, 99995, '花高', 'warehouse_product_height', '[{\"key\":\"cm\",\"value\":\"厘米\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1121. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (227, 221, 6, 99996, '花宽', 'warehouse_product_width', '[{\"key\":\"cm\",\"value\":\"厘米\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1122. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (228, 221, 6, 99997, '原料成分', 'warehouse_material_composition', '[{\"key\":\"all\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"原料\"}', 0, '', 0, NULL, NULL);
  1123. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (229, 221, 6, 99998, '机台选择', 'warehouse_machine_number', '[{\"key\":\"warehouse_machine_id\"}]', '{\"key\":\"machine_id\",\"value\":\"machine_number\"}', 9, '{\"regex\":\"\",\"tips\":\"填写机台编号\"}', 0, '', 0, NULL, NULL);
  1124. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (230, 221, 6, 99999, '存放区域', 'warehouse_storage_area', '[{\"key\":\"all\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"存放区域\"}', 0, '', 0, NULL, NULL);
  1125. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (231, 0, 6, 3, '要求入库数量', 'requirement_in_warehouse_quantity', '[{\"key\":\"kg\",\"value\":\"公斤\"},{\"key\":\"yard\",\"value\":\"码\"},{\"key\":\"kg/yard\",\"value\":\"公斤/码\"},{\"key\":\"one\",\"value\":\"条\"},{\"key\":\"m\",\"value\":\"米\"},{\"key\":\"slice\",\"value\":\"片\"},{\"key\":\"pcs\",\"value\":\"粒\"},{\"key\":\"jin\",\"value\":\"斤\"},{\"key\":\"set\",\"value\":\"套\"},{\"key\":\"ge\",\"value\":\"个\"},{\"key\":\"zhe\",\"value\":\"支\"},{\"key\":\"duan\",\"value\":\"段\"},{\"key\":\"gang\",\"value\":\"缸\"}\r\n,{\"key\":\"xiang\",\"value\":\"箱\"},{\"key\":\"piece\",\"value\":\"件\"},{\"key\":\"box\",\"value\":\"盒\"},{\"key\":\"bubble\",\"value\":\"泡\"}]', '', 13, '{\"regex\":\"\",\"tips\":\"[公斤/码]时应如5.11/6.22\"}', 0, '', 1, NULL, NULL);
  1126. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (232, 0, 6, 4, '实际入库数量', 'actual_in_warehouse_quantity', '[{\"key\":\"kg\",\"value\":\"公斤\"},{\"key\":\"yard\",\"value\":\"码\"},{\"key\":\"kg/yard\",\"value\":\"公斤/码\"},{\"key\":\"one\",\"value\":\"条\"},{\"key\":\"m\",\"value\":\"米\"},{\"key\":\"slice\",\"value\":\"片\"},{\"key\":\"pcs\",\"value\":\"粒\"},{\"key\":\"jin\",\"value\":\"斤\"},{\"key\":\"set\",\"value\":\"套\"},{\"key\":\"ge\",\"value\":\"个\"},{\"key\":\"zhe\",\"value\":\"支\"},{\"key\":\"duan\",\"value\":\"段\"},{\"key\":\"gang\",\"value\":\"缸\"}\r\n,{\"key\":\"xiang\",\"value\":\"箱\"},{\"key\":\"piece\",\"value\":\"件\"},{\"key\":\"box\",\"value\":\"盒\"},{\"key\":\"bubble\",\"value\":\"泡\"}]', '', 13, '{\"regex\":\"\",\"tips\":\"[公斤/码]时应如5.11/6.22\"}', 0, '', 1, NULL, NULL);
  1127. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (233, 0, 6, 7, '要求出库数量', 'requirement_out_warehouse_quantity', '[{\"key\":\"kg\",\"value\":\"公斤\"},{\"key\":\"yard\",\"value\":\"码\"},{\"key\":\"kg/yard\",\"value\":\"公斤/码\"},{\"key\":\"one\",\"value\":\"条\"},{\"key\":\"m\",\"value\":\"米\"},{\"key\":\"slice\",\"value\":\"片\"},{\"key\":\"pcs\",\"value\":\"粒\"},{\"key\":\"jin\",\"value\":\"斤\"},{\"key\":\"set\",\"value\":\"套\"},{\"key\":\"ge\",\"value\":\"个\"},{\"key\":\"zhe\",\"value\":\"支\"},{\"key\":\"duan\",\"value\":\"段\"},{\"key\":\"gang\",\"value\":\"缸\"}\r\n,{\"key\":\"xiang\",\"value\":\"箱\"},{\"key\":\"piece\",\"value\":\"件\"},{\"key\":\"box\",\"value\":\"盒\"},{\"key\":\"bubble\",\"value\":\"泡\"}]', '', 13, '{\"regex\":\"\",\"tips\":\"[公斤/码]时应如5.11/6.22\"}', 0, '', 1, NULL, NULL);
  1128. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (234, 0, 6, 8, '实际出库数量', 'actual_out_warehouse_quantity', '[{\"key\":\"kg\",\"value\":\"公斤\"},{\"key\":\"yard\",\"value\":\"码\"},{\"key\":\"kg/yard\",\"value\":\"公斤/码\"},{\"key\":\"one\",\"value\":\"条\"},{\"key\":\"m\",\"value\":\"米\"},{\"key\":\"slice\",\"value\":\"片\"},{\"key\":\"pcs\",\"value\":\"粒\"},{\"key\":\"jin\",\"value\":\"斤\"},{\"key\":\"set\",\"value\":\"套\"},{\"key\":\"ge\",\"value\":\"个\"},{\"key\":\"zhe\",\"value\":\"支\"},{\"key\":\"duan\",\"value\":\"段\"},{\"key\":\"gang\",\"value\":\"缸\"}\r\n,{\"key\":\"xiang\",\"value\":\"箱\"},{\"key\":\"piece\",\"value\":\"件\"},{\"key\":\"box\",\"value\":\"盒\"},{\"key\":\"bubble\",\"value\":\"泡\"}]', '', 13, '{\"regex\":\"\",\"tips\":\"[公斤/码]时应如5.11/6.22\"}', 0, '', 1, NULL, NULL);
  1129. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (235, 221, 6, 999912, '库存数量', 'warehouse_inventory_quantity', '[]', '{\"key\":\"string\",\"value\":\"255\"}', -1, '{\"regex\":\"\",\"tips\":\"\"}', 0, '', 0, NULL, NULL);
  1130. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (236, 0, 5, 4, '盘头类型', 'pan_head_type', '[{\"key\":\"all\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"盘头类型\"}', 0, '', 0, NULL, NULL);
  1131. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (237, 0, 9, 7, '成品价格', 'public_finished_price', '[{\"key\":\"yuan/yard\",\"value\":\"元/码\"},{\"key\":\"yuan/kg\",\"value\":\"元/公斤\"},{\"key\":\"yuan/one\",\"value\":\"元/条\"},{\"key\":\"yuan/m\",\"value\":\"元/米\"},{\"key\":\"yuan/slice\",\"value\":\"元/片\"},{\"key\":\"yuan/pcs\",\"value\":\"元/粒\"},{\"key\":\"yuan/jin\",\"value\":\"元/斤\"},{\"key\":\"yuan/set\",\"value\":\"元/套\"},{\"key\":\"yuan/ge\",\"value\":\"元/个\"},{\"key\":\"yuan/zhe\",\"value\":\"元/支\"},{\"key\":\"yuan/duan\",\"value\":\"元/段\"},{\"key\":\"yuan/gang\",\"value\":\"元/缸\"},{\"key\":\"yuan/xiang\",\"value\":\"元/箱\"},{\"key\":\"yuan/piece\",\"value\":\"元/件\"},{\"key\":\"yuan/box\",\"value\":\"元/盒\"},{\"key\":\"yuan/bubble\",\"value\":\"元/泡\"}]', '{\"key\":\"double\",\"value\":\"5\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,5})?$/\",\"tips\":\"只能为数字和5位小数点\"}', 0, '', 2, NULL, NULL);
  1132. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (238, 0, 9, 9, '胚布价格', 'public_embryo_price', '[{\"key\":\"yuan/kg\",\"value\":\"元/公斤\"},{\"key\":\"yuan/yard\",\"value\":\"元/码\"},{\"key\":\"yuan/one\",\"value\":\"元/条\"},{\"key\":\"yuan/m\",\"value\":\"元/米\"},{\"key\":\"yuan/slice\",\"value\":\"元/片\"},{\"key\":\"yuan/pcs\",\"value\":\"元/粒\"},{\"key\":\"yuan/jin\",\"value\":\"元/斤\"},{\"key\":\"yuan/set\",\"value\":\"元/套\"},{\"key\":\"yuan/ge\",\"value\":\"元/个\"},{\"key\":\"yuan/zhe\",\"value\":\"元/支\"},{\"key\":\"yuan/duan\",\"value\":\"元/段\"},{\"key\":\"yuan/gang\",\"value\":\"元/缸\"},{\"key\":\"yuan/xiang\",\"value\":\"元/箱\"},{\"key\":\"yuan/piece\",\"value\":\"元/件\"},{\"key\":\"yuan/box\",\"value\":\"元/盒\"},{\"key\":\"yuan/bubble\",\"value\":\"元/泡\"}]', '{\"key\":\"double\",\"value\":\"5\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,5})?$/\",\"tips\":\"只能为数字和5位小数点\"}', 0, '', 2, NULL, NULL);
  1133. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (239, 0, 4, 13, '进仓卡号', 'jincang_card', '[]', '{\"key\":\"string\",\"value\":\"50\"}', 0, '{\"regex\":\"\",\"tips\":\" 最多50个字符\"}', 0, '', 0, NULL, NULL);
  1134. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (240, 0, 4, 15, '出仓卡号', 'chucang_card', '[]', '{\"key\":\"string\",\"value\":\"50\"}', 0, '{\"regex\":\"\",\"tips\":\" 最多50个字符\"}', 0, '', 0, NULL, NULL);
  1135. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (241, 0, 4, 14, '颜色单价', 'color _price', '[{\"key\":\"yuan/kg\",\"value\":\"元/公斤\"}]', '{\"key\":\"double\",\"value\":\"5\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,5})?$/\",\"tips\":\"只能为数字和5位小数点\"}', 0, '', 2, NULL, NULL);
  1136. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (242, 0, 4, 16, '手感单价', 'handle_feel_price', '[{\"key\":\"yuan/kg\",\"value\":\"元/公斤\"}]', '{\"key\":\"double\",\"value\":\"5\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,5})?$/\",\"tips\":\"只能为数字和5位小数点\"}', 0, '', 2, NULL, NULL);
  1137. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (243, 0, 4, 17, '包装单价', 'packing_price', '[{\"key\":\"yuan/one\",\"value\":\"元/条\"},{\"key\":\"yuan/xiang\",\"value\":\"元/箱\"},{\"key\":\"yuan/pi\",\"value\":\"元/匹\"},{\"key\":\"yuan/rolls\",\"value\":\"元/卷\"}]', '{\"key\":\"double\",\"value\":\"5\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,5})?$/\",\"tips\":\"只能为数字和5位小数点\"}', 0, '', 2, NULL, NULL);
  1138. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (244, 0, 4, 18, '包装数量', 'packing_quantity', '[{\"key\":\"one\",\"value\":\"条\"},{\"key\":\"xiang\",\"value\":\"箱\"},{\"key\":\"pi\",\"value\":\"匹\"},{\"key\":\"rolls\",\"value\":\"卷\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 1, NULL, NULL);
  1139. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (245, 0, 5, 3, '盘头沙数', 'pan_head_sand_number', '[{\"key\":\"one\",\"value\":\"条\"}]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0|[1-9][0-9]{0,18}$/\",\"tips\":\"请填入1到18位纯数字\"}', 0, '', 0, NULL, NULL);
  1140. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (246, 0, 3, 13, '收货地址', 'receiving_address', '[{\"key\":\"oneself\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"收货地址\"}', 0, '', 0, NULL, NULL);
  1141. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (247, 0, 7, 2, '账户', 'account_category', '[{\"key\":\"oneself\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"50\"}', 35, '{\"regex\":\"\",\"tips\":\"请选择账户\"}', 0, '', 0, NULL, NULL);
  1142. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (248, 0, 7, 4, '费用名称', 'cost_name', '[{\"key\":\"oneself\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"50\"}', 11, '{\"regex\":\"\",\"tips\":\"费用名称\"}', 0, '', 0, NULL, NULL);
  1143. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (249, 0, 9, 12, '负责人', 'responsible_user_realname', '[{\"key\":\"responsible_user_id\"}]', '{\"key\":\"user_id\",\"value\":\"user_realname\"}', 24, '{\"regex\":\"\",\"tips\":\"选择负责人\"}', 0, '', 0, NULL, NULL);
  1144. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (250, 0, 9, 13, '审批人', 'approver_user_realname', '[{\"key\":\"approver_user_id\"}]', '{\"key\":\"user_id\",\"value\":\"user_realname\"}', 24, '{\"regex\":\"\",\"tips\":\"选择审批人\"}', 0, '', 0, NULL, NULL);
  1145. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (251, 0, 9, 14, '员工', 'staff_user_realname', '[{\"key\":\"staff_user_id\"}]', '{\"key\":\"user_id\",\"value\":\"user_realname\"}', 24, '{\"regex\":\"\",\"tips\":\"选择员工\"}', 0, '', 0, NULL, NULL);
  1146. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (252, 0, 3, 7, '退货类型', 'sale_refund_type', '[{\"key\":\"1\",\"value\":\"退还货物给客户\"},{\"key\":\"2\",\"value\":\"回收卖出的货物\"}]', '{\"key\":\"string\",\"value\":\"25\"}', 2, '{\"regex\":\"\",\"tips\":\"选择退货类型单选\"}', 0, '', 0, NULL, NULL);
  1147. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (253, 0, 7, 5, '调账类型', 'adjustment_type', '[{\"key\":\"1\",\"value\":\"减少总额\"},{\"key\":\"2\",\"value\":\"增加总额\"}]', '{\"key\":\"string\",\"value\":\"25\"}', 2, '{\"regex\":\"\",\"tips\":\"选择调账类型单选\"}', 0, '', 0, NULL, NULL);
  1148. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (254, 0, 8, 23, '加工时间', 'processing_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1149. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (255, 0, 8, 26, '退货时间', 'sale_refund_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1150. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (256, 0, 8, 27, '对账时间', 'reconciliation_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1151. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (257, 0, 3, 14, '发货地址', 'send_address', '[{\"key\":\"oneself\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"发货地址\"}', 0, '', 0, NULL, NULL);
  1152. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (258, 0, 4, 5, '要求进仓数量', 'requirement_in_storehouse_quantity', '[{\"key\":\"kg\",\"value\":\"公斤\"},{\"key\":\"yard\",\"value\":\"码\"},{\"key\":\"one\",\"value\":\"条\"},{\"key\":\"m\",\"value\":\"米\"},{\"key\":\"slice\",\"value\":\"片\"},{\"key\":\"pcs\",\"value\":\"粒\"},{\"key\":\"jin\",\"value\":\"斤\"},{\"key\":\"set\",\"value\":\"套\"},{\"key\":\"ge\",\"value\":\"个\"},{\"key\":\"zhe\",\"value\":\"支\"},{\"key\":\"duan\",\"value\":\"段\"},{\"key\":\"gang\",\"value\":\"缸\"},{\"key\":\"xiang\",\"value\":\"箱\"},{\"key\":\"piece\",\"value\":\"件\"},{\"key\":\"box\",\"value\":\"盒\"},{\"key\":\"bubble\",\"value\":\"泡\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 1, NULL, NULL);
  1153. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (259, 0, 4, 6, '实际进仓数量', 'actual_in_storehouse_quantity', '[{\"key\":\"kg\",\"value\":\"公斤\"},{\"key\":\"yard\",\"value\":\"码\"},{\"key\":\"one\",\"value\":\"条\"},{\"key\":\"m\",\"value\":\"米\"},{\"key\":\"slice\",\"value\":\"片\"},{\"key\":\"pcs\",\"value\":\"粒\"},{\"key\":\"jin\",\"value\":\"斤\"},{\"key\":\"set\",\"value\":\"套\"},{\"key\":\"ge\",\"value\":\"个\"},{\"key\":\"zhe\",\"value\":\"支\"},{\"key\":\"duan\",\"value\":\"段\"},{\"key\":\"gang\",\"value\":\"缸\"},{\"key\":\"xiang\",\"value\":\"箱\"},{\"key\":\"piece\",\"value\":\"件\"},{\"key\":\"box\",\"value\":\"盒\"},{\"key\":\"bubble\",\"value\":\"泡\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 1, NULL, NULL);
  1154. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (260, 0, 4, 7, '出仓数量', 'out_storehouse_quantity', '[{\"key\":\"kg\",\"value\":\"公斤\"},{\"key\":\"yard\",\"value\":\"码\"},{\"key\":\"one\",\"value\":\"条\"},{\"key\":\"m\",\"value\":\"米\"},{\"key\":\"slice\",\"value\":\"片\"},{\"key\":\"pcs\",\"value\":\"粒\"},{\"key\":\"jin\",\"value\":\"斤\"},{\"key\":\"set\",\"value\":\"套\"},{\"key\":\"ge\",\"value\":\"个\"},{\"key\":\"zhe\",\"value\":\"支\"},{\"key\":\"duan\",\"value\":\"段\"},{\"key\":\"gang\",\"value\":\"缸\"},{\"key\":\"xiang\",\"value\":\"箱\"},{\"key\":\"piece\",\"value\":\"件\"},{\"key\":\"box\",\"value\":\"盒\"},{\"key\":\"bubble\",\"value\":\"泡\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 1, NULL, NULL);
  1155. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (261, 0, 4, 8, '是否清仓', 'clearing_storehouse', '[{\"key\":\"1\",\"value\":\"是\"},{\"key\":\"2\",\"value\":\"否\"}]', '{\"key\":\"string\",\"value\":\"25\"}', 2, '{\"regex\":\"\",\"tips\":\"请选择\"}', 0, '', 0, NULL, NULL);
  1156. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (262, 0, 8, 24, '进仓时间', 'in_storehouse_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1157. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (263, 0, 8, 25, '出仓时间', 'out_storehouse_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1158. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (264, 0, 4, 9, '是否结单', 'knot_order', '[{\"key\":\"1\",\"value\":\"是\"},{\"key\":\"2\",\"value\":\"否\"}]', '{\"key\":\"string\",\"value\":\"25\"}', 2, '{\"regex\":\"\",\"tips\":\"请选择\"}', 0, '', 0, NULL, NULL);
  1159. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (265, 0, 2, 14, '收票公司', 'tickets_object', '', '', 8, '', 1, '', 0, NULL, NULL);
  1160. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (266, 265, 2, 9999, '客户姓名', 'tickets_customer_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  1161. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (267, 265, 2, 9999, '手机号码', 'tickets_customer_phone', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0?(13|14|15|17|18)[0-9]{9}$/\",\"tips\":\"填入11位手机号码\"}', 0, '', 0, NULL, NULL);
  1162. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (268, 265, 2, 9999, '客户QQ', 'tickets_ustomer_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1163. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (269, 265, 2, 9999, '客户邮箱', 'tickets_customer_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  1164. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (270, 265, 2, 9999, '公司名称', 'tickets_company_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  1165. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (271, 265, 2, 9999, '公司地址', 'tickets_company_addr', '[]', '{\"key\":\"string\",\"value\":\"255\"}', 0, '', 0, '', 0, NULL, NULL);
  1166. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (272, 265, 2, 9999, '公司固话', 'tickets_company_tel', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1167. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (273, 265, 2, 9999, '公司邮箱', 'tickets_company_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  1168. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (274, 265, 2, 9999, '公司传真', 'tickets_company_fax', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1169. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (275, 265, 2, 9999, '公司QQ', 'tickets_company_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1170. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (276, 0, 8, 20, '开票时间', 'ticket_opening_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1171. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (277, 0, 8, 21, '收票时间', 'collect_ticket_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1172. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (278, 0, 2, 9, '加工店', 'machiningShop_object', '', '', 8, '', 1, '', 0, NULL, NULL);
  1173. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (279, 278, 2, 9999, '客户姓名', 'machiningShop_customer_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  1174. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (280, 278, 2, 9999, '手机号码', 'machiningShop_customer_phone', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0?(13|14|15|17|18)[0-9]{9}$/\",\"tips\":\"填入11位手机号码\"}', 0, '', 0, NULL, NULL);
  1175. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (281, 278, 2, 9999, '客户QQ', 'machiningShop_ustomer_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1176. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (282, 278, 2, 9999, '客户邮箱', 'machiningShop_customer_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  1177. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (283, 278, 2, 9999, '公司名称', 'machiningShop_company_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  1178. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (284, 278, 2, 9999, '公司地址', 'machiningShop_company_addr', '[]', '{\"key\":\"string\",\"value\":\"255\"}', 0, '', 0, '', 0, NULL, NULL);
  1179. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (285, 278, 2, 9999, '公司固话', 'machiningShop_company_tel', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1180. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (286, 278, 2, 9999, '公司邮箱', 'machiningShop_company_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  1181. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (287, 278, 2, 9999, '公司传真', 'machiningShop_company_fax', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1182. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (288, 278, 2, 9999, '公司QQ', 'machiningShop_company_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1183. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (289, 0, 2, 10, '剪线厂', 'shearingFactory_object', '', '', 8, '', 1, '', 0, NULL, NULL);
  1184. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (290, 289, 2, 9999, '客户姓名', 'shearingFactory_customer_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  1185. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (291, 289, 2, 9999, '手机号码', 'shearingFactory_customer_phone', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0?(13|14|15|17|18)[0-9]{9}$/\",\"tips\":\"填入11位手机号码\"}', 0, '', 0, NULL, NULL);
  1186. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (292, 289, 2, 9999, '客户QQ', 'shearingFactory_ustomer_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1187. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (293, 289, 2, 9999, '客户邮箱', 'shearingFactory_customer_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  1188. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (294, 289, 2, 9999, '公司名称', 'shearingFactory_company_name', '[]', '{\"key\":\"string\",\"value\":\"25\"}', 0, '', 0, '', 0, NULL, NULL);
  1189. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (295, 289, 2, 9999, '公司地址', 'shearingFactory_company_addr', '[]', '{\"key\":\"string\",\"value\":\"255\"}', 0, '', 0, '', 0, NULL, NULL);
  1190. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (296, 289, 2, 9999, '公司固话', 'shearingFactory_company_tel', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1191. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (297, 289, 2, 9999, '公司邮箱', 'shearingFactory_company_email', '[]', '{\"key\":\"email\",\"value\":\"\"}', 0, '{\"regex\":\"\",\"tips\":\"填入正确的邮箱\"}', 0, '', 0, NULL, NULL);
  1192. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (298, 289, 2, 9999, '公司传真', 'shearingFactory_company_fax', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1193. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (299, 289, 2, 9999, '公司QQ', 'shearingFactory_company_qq', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '', 0, '', 0, NULL, NULL);
  1194. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (300, 0, 7, 10, '财务明细', 'financial_details', '[{\"key\":\"oneself\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"50\"}', 11, '{\"regex\":\"\",\"tips\":\"财务明细\"}', 0, '', 0, NULL, NULL);
  1195. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (301, 0, 1, 24, '供应商型号', 'collection_pname', '[{\"key\":\"collection_id\"}]', '{\"key\":\"collection_id\",\"value\":\"collection_pname\"}', 28, '{\"regex\":\"\",\"tips\":\"选择供应商型号\"}', 0, '', 0, NULL, NULL);
  1196. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (302, 0, 1, 23, '克重', 'product_gram_weight', '[{\"key\":\"g/m2\",\"value\":\"平方米克重\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1197. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (303, 221, 6, 999911, '备注', 'warehouse_note', '[{\"key\":\"all\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', -1, '{\"regex\":\"\",\"tips\":\"设置备注\"}', 0, '', 0, NULL, NULL);
  1198. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (304, 0, 9, 10, '自建来源', 'self_built_source', '[{\"key\":\"all\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"自建来源\"}', 0, '', 0, NULL, NULL);
  1199. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (305, 221, 6, 99992, '供应商型号', 'warehouse_collection_pname', '[{\"key\":\"warehouse_collection_id\"}]', '{\"key\":\"collection_id\",\"value\":\"collection_pname\"}', 28, '{\"regex\":\"\",\"tips\":\"选择供应商型号\"}', 0, '', 0, NULL, NULL);
  1200. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (306, 0, 7, 11, '收款模式', 'receivables_mode', '[{\"key\":\"1\",\"value\":\"全款\"},{\"key\":\"2\",\"value\":\"订金\"},{\"key\":\"3\",\"value\":\"尾款\"},{\"key\":\"4\",\"value\":\"优惠\"}]', '{\"key\":\"string\",\"value\":\"25\"}', 2, '{\"regex\":\"\",\"tips\":\"选择收款模式单选\"}', 0, '', 0, NULL, NULL);
  1201. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (307, 0, 7, 12, '对应单据', 'bill_order_number', '[]', '{\"key\":\"string\",\"value\":\"50\"}', 34, '{\"regex\":\"\",\"tips\":\"选择票据号\"}', 0, '', 0, NULL, NULL);
  1202. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (308, 0, 7, 13, '转账金额', 'transfer_amount', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/ \",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1203. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (309, 0, 7, 14, '付款类别', 'payment_category', '[{\"key\":\"oneself\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"50\"}', 11, '{\"regex\":\"\",\"tips\":\"付款类别\"}', 0, '', 0, NULL, NULL);
  1204. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (310, 0, 7, 15, '收款类别', 'receivables_category', '[{\"key\":\"oneself\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"50\"}', 11, '{\"regex\":\"\",\"tips\":\"收款类别\"}', 0, '', 0, NULL, NULL);
  1205. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (311, 0, 7, 16, '调款类型', 'adjustment_money_type', '[{\"key\":\"1\",\"value\":\"减少总额\"},{\"key\":\"2\",\"value\":\"增加总额\"}]', '{\"key\":\"string\",\"value\":\"25\"}', 2, '{\"regex\":\"\",\"tips\":\"选择调款类型单选\"}', 0, '', 0, NULL, NULL);
  1206. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (312, 0, 7, 17, '调款金额', 'adjustment_amount', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/ \",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1207. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (313, 0, 7, 18, '转入账户', 'transfer_in_category', '[{\"key\":\"oneself\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"50\"}', 35, '{\"regex\":\"\",\"tips\":\"转入账户\"}', 0, '', 0, NULL, NULL);
  1208. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (314, 0, 7, 19, '转出账户', 'transfer_out_category', '[{\"key\":\"oneself\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"50\"}', 35, '{\"regex\":\"\",\"tips\":\"转出账户\"}', 0, '', 0, NULL, NULL);
  1209. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (315, 0, 8, 28, '转账时间', 'transfer_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1210. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (316, 0, 8, 29, '调款时间', 'adjustment_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1211. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (317, 0, 10, 1, '货物净额', 'net_cargo', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/ \",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1212. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (318, 0, 10, 2, '染费', 'dye_cost', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/ \",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1213. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (319, 0, 10, 3, '割边费', 'edge_cost', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/ \",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1214. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (320, 0, 10, 4, '剪线费', 'trimming_cost', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/ \",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1215. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (321, 0, 10, 5, '剪睫毛费', 'eyelashes_cost', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/ \",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1216. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (322, 0, 10, 6, '运费', 'freight_cost', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/ \",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1217. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (323, 0, 10, 7, '快递费', 'express_cost', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/ \",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1218. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (324, 0, 10, 8, '样品费', 'Sample_cost', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/ \",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1219. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (325, 0, 10, 9, '税金', 'taxes_cost', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/ \",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1220. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (326, 0, 10, 10, '人工费', 'labor_cost', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/ \",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1221. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (327, 0, 10, 11, '打卷费', 'marking_cost', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/ \",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1222. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (328, 0, 10, 12, '印花费', 'stamp_cost', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/ \",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1223. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (329, 0, 10, 13, '总成本', 'total_cost', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/ \",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1224. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (330, 0, 4, 19, '对色光源', 'color_light_source', '[{\"key\":\"oneself\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"对色光源\"}', 0, '', 0, NULL, NULL);
  1225. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (331, 0, 5, 12, '停机事由', 'stop_reason_name', '[{\"key\":\"stop_reason_id\"}]', '{\"key\":\"stop_reason_id\",\"value\":\"stop_reason_name\"}', 39, '{\"regex\":\"\",\"tips\":\"选择暂停事由\"}', 0, '', 0, NULL, NULL);
  1226. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (332, 0, 8, 31, '暂停时间', 'suspended_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1227. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (333, 0, 8, 31, '启动时间', 'activate_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1228. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (334, 221, 6, 999910, '其他描述', 'warehouse_other_description', '[{\"key\":\"all\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 1, '{\"regex\":\"\",\"tips\":\"设置其他描述\"}', 0, '', 0, NULL, NULL);
  1229. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (335, 0, 9, 15, '核对数量', 'check_amount', '[{\"key\":\"kg\",\"value\":\"公斤\"},{\"key\":\"yard\",\"value\":\"码\"},{\"key\":\"one\",\"value\":\"条\"},{\"key\":\"m\",\"value\":\"米\"},{\"key\":\"slice\",\"value\":\"片\"},{\"key\":\"pcs\",\"value\":\"粒\"},{\"key\":\"jin\",\"value\":\"斤\"},{\"key\":\"set\",\"value\":\"套\"},{\"key\":\"ge\",\"value\":\"个\"},{\"key\":\"zhe\",\"value\":\"支\"},{\"key\":\"duan\",\"value\":\"段\"},{\"key\":\"gang\",\"value\":\"缸\"},{\"key\":\"xiang\",\"value\":\"箱\"},{\"key\":\"piece\",\"value\":\"件\"},{\"key\":\"box\",\"value\":\"盒\"},{\"key\":\"bubble\",\"value\":\"泡\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/ \",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1230. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (336, 0, 8, 32, '确认时间', 'confirm_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1231. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (337, 0, 8, 33, '收到时间', 'received_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1232. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (338, 0, 6, 10, '同步数量', 'synchronous_quantity', '[{\"key\":\"kg\",\"value\":\"公斤\"},{\"key\":\"yard\",\"value\":\"码\"},{\"key\":\"kg/yard\",\"value\":\"公斤/码\"},{\"key\":\"one\",\"value\":\"条\"},{\"key\":\"m\",\"value\":\"米\"},{\"key\":\"slice\",\"value\":\"片\"},{\"key\":\"pcs\",\"value\":\"粒\"},{\"key\":\"jin\",\"value\":\"斤\"},{\"key\":\"set\",\"value\":\"套\"},{\"key\":\"ge\",\"value\":\"个\"},{\"key\":\"zhe\",\"value\":\"支\"},{\"key\":\"duan\",\"value\":\"段\"},{\"key\":\"gang\",\"value\":\"缸\"}\r\n,{\"key\":\"xiang\",\"value\":\"箱\"},{\"key\":\"piece\",\"value\":\"件\"},{\"key\":\"box\",\"value\":\"盒\"},{\"key\":\"bubble\",\"value\":\"泡\"}]', '', 13, '{\"regex\":\"\",\"tips\":\"[公斤/码]时应如5.11/6.22\"}', 0, '', 1, NULL, NULL);
  1233. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (339, 0, 6, 11, '进货数量', 'in_goods_quantity', '[{\"key\":\"yard\",\"value\":\"码\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 44, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 2, '', 0, '{\"calculation_total_accuracy\":\"2\",\"calculation_total\":\"in_goods_quantity_one_yard_mul\",\"calculation_column\":\"in_goods_quantity_one,in_goods_quantity_yard\",\"calculation_operator\":\"*\"}', NULL);
  1234. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (340, 339, 6, 99991, '匹号', 'in_goods_quantity_pin_number', '[]', '', 45, '', 0, '', 0, NULL, NULL);
  1235. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (341, 339, 6, 99992, '条数', 'in_goods_quantity_one', '[]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1236. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (342, 339, 6, 99993, '码数', 'in_goods_quantity_yard', '[]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1237. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (343, 339, 6, 99994, '合计', 'in_goods_quantity_one_yard_mul', '[]', '', -1, '', 0, '', 0, NULL, NULL);
  1238. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (344, 0, 4, 20, '出仓重量', 'out_storehouse_weight', '[{\"key\":\"kg\",\"value\":\"公斤\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 1, NULL, NULL);
  1239. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (345, 0, 6, 12, '割边发货数量', 'edge_delivery_quantity', '[{\"key\":\"yard\",\"value\":\"码\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 47, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 2, '', 0, '{\"calculation_group_total\":\"edge_delivery_quantity_box_quantity\",\"calculation_total_accuracy\":\"2\",\"calculation_total\":\"edge_delivery_quantity_box_pcs_yard_mul\",\"calculation_column\":\"edge_delivery_quantity_box_pcs,edge_delivery_quantity_box_yard\",\"calculation_operator\":\"*\"}', NULL);
  1240. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (346, 345, 6, 99991, '箱号', 'edge_delivery_quantity_box_number', '[]', '', 45, '', 20, '', 0, NULL, NULL);
  1241. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (347, 345, 6, 99992, '本箱数量', 'edge_delivery_quantity_box_quantity', '[]', '', -1, '', 20, '', 0, NULL, NULL);
  1242. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (348, 345, 6, 99993, '颜色', 'edge_delivery_quantity_box_color', '[]', '', 48, '', 0, '', 0, NULL, NULL);
  1243. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (349, 345, 6, 99994, '粒数', 'edge_delivery_quantity_box_pcs', '[]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^([0-9]{0,2})+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1244. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (350, 345, 6, 99995, '单粒码数', 'edge_delivery_quantity_box_yard', '[]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^([0-9]{0,2})+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1245. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (351, 345, 6, 99996, '总码数', 'edge_delivery_quantity_box_pcs_yard_mul', '[]', '', -1, '', 0, '', 0, NULL, NULL);
  1246. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (352, 0, 9, 16, '图片2', 'public_image_2', '[]', '{\"key\":\"strip\",\"value\":\"6\"}', 4, '{\"regex\":\"\",\"tips\":\"最多6张图片\"}', 0, '', 0, NULL, NULL);
  1247. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (353, 0, 9, 17, '图片3', 'public_image_3', '[]', '{\"key\":\"strip\",\"value\":\"6\"}', 4, '{\"regex\":\"\",\"tips\":\"最多6张图片\"}', 0, '', 0, NULL, NULL);
  1248. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (354, 0, 5, 13, '总重量', 'total_weight', '[{\"key\":\"kg\",\"value\":\"公斤\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 1, '', NULL);
  1249. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (355, 0, 1, 24, '货品名称', 'description_goods', '[{\"key\":\"all\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"货品名称\"}', 0, '', 0, NULL, NULL);
  1250. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (356, 0, 1, 25, '幅宽', 'width_cloth', '[{\"key\":\"all\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"幅宽\"}', 0, '', 0, NULL, NULL);
  1251. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (357, 0, 1, 26, '幅高', 'height_cloth', '[{\"key\":\"all\",\"value\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"幅高\"}', 0, '', 0, NULL, NULL);
  1252. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (358, 0, 3, 15, '总米数', 'total_metre_quantity', '[{\"key\":\"m\",\"value\":\"米\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1253. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (359, 0, 3, 16, '出米率', 'product_metre', '[{\"key\":\"yard/m\",\"value\":\"码/米\"},{\"key\":\"kg/m\",\"value\":\"公斤/米\"},{\"key\":\"one/m\",\"value\":\"条/米\"},{\"key\":\"m/m\",\"value\":\"米/米\"},{\"key\":\"slice/m\",\"value\":\"片/米\"},{\"key\":\"pcs/m\",\"value\":\"粒/米\"},{\"key\":\"jin/m\",\"value\":\"斤/米\"},{\"key\":\"set/m\",\"value\":\"套/米\"},{\"key\":\"ge/m\",\"value\":\"个/米\"},{\"key\":\"zhe/m\",\"value\":\"支/米\"},{\"key\":\"duan/m\",\"value\":\"段/米\"},{\"key\":\"gang/m\",\"value\":\"缸/米\"},{\"key\":\"xiang/m\",\"value\":\"箱/米\"},{\"key\":\"piece/m\",\"value\":\"件/米\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1254. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (360, 0, 3, 17, '每米价格', 'metre_price', '[{\"key\":\"yuan/m\",\"value\":\"元/米\"}]', '{\"key\":\"double\",\"value\":\"5\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,5})?$/\",\"tips\":\"只能为数字和5位小数点\"}', 0, '', 0, NULL, NULL);
  1255. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (361, 0, 4, 21, '匹号', 'match_number', '[{\"key\":\"1\",\"value\":\"1\"},{\"key\":\"2\",\"value\":\"2\"},{\"key\":\"3\",\"value\":\"3\"},{\"key\":\"4\",\"value\":\"4\"}]', '{\"key\":\"string\",\"value\":\"25\"}', 3, '{\"regex\":\"\",\"tips\":\"选择匹号多选\"}', 0, '', 0, NULL, NULL);
  1256. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (362, 0, 4, 22, '总条数', 'total_strip_quantity', '[]', '{\"key\":\"integer\",\"value\":\"\"}', 0, '{\"regex\":\"/^0|[1-9][0-9]{0,18}$/\",\"tips\":\"请填入1到18位纯数字\"}', 0, '', 0, NULL, NULL);
  1257. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (363, 0, 4, 23, '每条数量', 'per_strip_quantity', '[{\"key\":\"yard\",\"value\":\"码\"},{\"key\":\"m\",\"value\":\"米\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 1, '', NULL);
  1258. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (364, 0, 4, 24, '总数量', 'total_quantity', '[{\"key\":\"yard\",\"value\":\"码\"},{\"key\":\"m\",\"value\":\"米\"}]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 1, '', NULL);
  1259. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (365, 0, 4, 25, '割边数量', 'edge_cutting_quantity', '[{\"key\":\"yard\",\"value\":\"码\"},{\"key\":\"m\",\"value\":\"米\"}]\r\n', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, 'PriceQuantity', 1, NULL, NULL);
  1260. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (366, 0, 4, 26, '割边价格', 'edge_cutting_price', '[{\"key\":\"yuan/yard\",\"value\":\"元/码\"},{\"key\":\"yuan/m\",\"value\":\"元/米\"}]\r\n', '{\"key\":\"double\",\"value\":\"5\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,5})?$/\",\"tips\":\"只能为数字和5位小数点\"}', 0, 'PriceQuantity', 2, NULL, NULL);
  1261. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (367, 0, 4, 27, '割边总额', 'edge_cutting_total_amount', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"3\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,3})?$/\",\"tips\":\"只能为数字和3位小数点\"}', 0, '', 1, NULL, NULL);
  1262. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (368, 0, 4, 28, '打卷数量', 'hit_rolls_quantity', '[{\"key\":\"yard\",\"value\":\"码\"},{\"key\":\"m\",\"value\":\"米\"}]\r\n', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, 'PriceQuantity', 1, NULL, NULL);
  1263. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (369, 0, 4, 29, '打卷价格', 'hit_rolls_price', '[{\"key\":\"yuan/yard\",\"value\":\"元/码\"},{\"key\":\"yuan/m\",\"value\":\"元/米\"}]\r\n', '{\"key\":\"double\",\"value\":\"5\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,5})?$/\",\"tips\":\"只能为数字和5位小数点\"}', 0, 'PriceQuantity', 2, NULL, NULL);
  1264. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (370, 0, 4, 30, '打卷总额', 'hit_rolls_total_amount', '[{\"key\":\"yuan\",\"value\":\"元\"}]', '{\"key\":\"double\",\"value\":\"3\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,3})?$/\",\"tips\":\"只能为数字和3位小数点\"}', 0, '', 1, NULL, NULL);
  1265. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (371, 0, 8, 34, '收货时间', 'receiving_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1266. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (372, 0, 4, 31, '预计出码(米)率', 'estimate_weight_m_rate', '[]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 0, NULL, NULL);
  1267. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (373, 0, 4, 32, '是否完成', 'is_complete', '[{\"key\":\"1\",\"value\":\"是\"},{\"key\":\"2\",\"value\":\"否\"}]', '{\"key\":\"string\",\"value\":\"25\"}', 2, '{\"regex\":\"\",\"tips\":\"请选择\"}', 0, '', 0, NULL, NULL);
  1268. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (374, 0, 8, 35, '出货时间', 'shipment_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1269. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (375, 0, 4, 33, '出货数量', 'shipment_quantity', '[{\"key\":\"yard\",\"value\":\"码\"},{\"key\":\"m\",\"value\":\"米\"}]\r\n', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 1, NULL, NULL);
  1270. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (376, 0, 3, 18, '数量详情', 'quantity_info', '[]', '{\"key\":\"string\",\"value\":\"500\"}', 53, '{\"regex\":\"/^[0-9.+]+$/\",\"tips\":\"只能为数字,小数点,加号\"}', 0, '', 0, NULL, NULL);
  1271. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (377, 0, 3, 19, '空差', 'space_difference', '[]', '{\"key\":\"double\",\"value\":\"2\"}', 0, '{\"regex\":\"/^[0-9]+(.[0-9]{0,2})?$/\",\"tips\":\"只能为数字和2位小数点\"}', 0, '', 1, NULL, NULL);
  1272. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (378, 0, 3, 20, '差额', 'difference_amount', '[]', '{\"key\":\"double\",\"value\":\"7\"}', 54, '{\"regex\":\"/^(-)?[0-9]+(.[0-9]{0,7})?$/\",\"tips\":\"数字且不能手动修改\"}', 0, '', 0, NULL, NULL);
  1273. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (379, 0, 9, 18, '文件', 'public_file', '[]', '{\"key\":\"strip\",\"value\":\"6\"}', 56, '{\"regex\":\"\",\"tips\":\"最多6个文件\"}', 0, '', 0, NULL, NULL);
  1274. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (380, 0, 11, 1, '渠道', 'reception_channel', '[{\"key\":\"all\",\"value\":\"\",\"acq\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"渠道\"}', 0, '', 0, NULL, NULL);
  1275. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (381, 0, 11, 2, '接待日期', 'reception_time', '[]', '{\"key\":\"date_time\",\"value\":\"1\"}', 6, '', 0, '', 0, NULL, NULL);
  1276. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (382, 0, 11, 3, '接待方式', 'reception_mode', '[{\"key\":\"all\",\"value\":\"\",\"acq\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"接待方式\"}', 0, '', 0, NULL, NULL);
  1277. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (383, 0, 11, 4, '接待人员', 'reception_personnel', '[{\"key\":\"all\",\"value\":\"\",\"acq\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"接待人员\"}', 0, '', 0, NULL, NULL);
  1278. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (384, 0, 11, 5, '接待意向度', 'reception_intention', '[{\"key\":\"all\",\"value\":\"\",\"acq\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"接待意向度\"}', 0, '', 0, NULL, NULL);
  1279. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (385, 0, 11, 6, '接待情况', 'reception_situation', '[]', '{\"key\":\"string\",\"value\":\"500\"}', 1, '', 0, '', 0, NULL, NULL);
  1280. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (386, 0, 11, 7, '企业名称', 'enterprise_name', '[]', '{\"key\":\"string\",\"value\":\"500\"}', 0, '', 0, '', 0, NULL, NULL);
  1281. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (387, 0, 11, 8, '企业法人代表', 'enterprise_representative', '[]', '{\"key\":\"string\",\"value\":\"500\"}', 0, '', 0, '', 0, NULL, NULL);
  1282. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (388, 0, 11, 9, '企业注册资金', 'enterprise_registered_capital', '[]', '{\"key\":\"string\",\"value\":\"500\"}', 0, '', 0, '', 0, NULL, NULL);
  1283. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (389, 0, 11, 10, '企业年纳税额', 'enterprise_annual_ratal', '[]', '{\"key\":\"string\",\"value\":\"500\"}', 0, '', 0, '', 0, NULL, NULL);
  1284. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (390, 0, 11, 11, '企业行业类型', 'enterprise_industry_type', '[{\"key\":\"all\",\"value\":\"\",\"acq\":\"\"}]', '{\"key\":\"string\",\"value\":\"255\"}', 11, '{\"regex\":\"\",\"tips\":\"接待意向度\"}', 0, '', 0, NULL, NULL);
  1285. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (391, 0, 11, 12, '意向', 'intention', '[]', '{\"key\":\"string\",\"value\":\"500\"}', 1, '', 0, '', 0, NULL, NULL);
  1286. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (392, 0, 11, 13, '企业注册地', 'enterprise_registration_address', '[]', '{\"key\":\"string\",\"value\":\"500\"}', 1, '', 0, '', 0, NULL, NULL);
  1287. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (393, 0, 11, 14, '企业简介', 'enterprise_profile', '[]', '{\"key\":\"string\",\"value\":\"500\"}', 1, '', 0, '', 0, NULL, NULL);
  1288. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (447, 0, 9, 19, '说明', 'public_explain', '[]', '{\"key\":\"string\",\"value\":\"500\"}', 1, '', 0, '', 0, NULL, NULL);
  1289. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (448, 0, 9, 20, '描述', 'public_describe', '[]', '{\"key\":\"string\",\"value\":\"500\"}', 1, '', 0, '', 0, NULL, NULL);
  1290. REPLACE INTO `t_affair_system_column` (`column_id`, `column_pid`, `group_id`, `column_order`, `column_title`, `column_name`, `column_unit`, `column_type`, `column_control`, `column_rule`, `column_is_virtual`, `column_unit_symbiosis`, `column_detachable`, `column_branch_calculation`, `status`) VALUES (449, 0, 9, 21, '其他', 'public_other', '[]', '{\"key\":\"string\",\"value\":\"500\"}', 1, '', 0, '', 0, NULL, NULL);
  1291. SET FOREIGN_KEY_CHECKS=1;