1import.mql 126 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  1. create class if not exists ootest: / (
  2. status enum {} "状态"
  3. ) with autosearch=true , version=false , key=manu, namespace='ootest', alias='ootest';
  4. create class if not exists OOTire : ootest (
  5. brand varchar,
  6. innerdiameter double,
  7. model varchar,
  8. tirewidth double
  9. )with ttl=366 day , autosearch=true , version=false , key=id, alias='OOTire' ;
  10. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('朝阳', 'OOTire:T00000160', 36, '215/45ZR18 SA37 93W', '朝阳 | 215/45ZR18 SA37 93W', null, null, 215, 1701322641372);
  11. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('朝阳', 'OOTire:T00000159', 36, '215/45ZR18 SA37 93W', '朝阳 | 215/45ZR18 SA37 93W', null, null, 215, 1701322641369);
  12. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('朝阳', 'OOTire:T00000158', 36, '215/45ZR18 SA37 93W', '朝阳 | 215/45ZR18 SA37 93W', null, null, 215, 1701322641365);
  13. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('朝阳', 'OOTire:T00000157', 36, '215/45ZR18 SA37 93W', '朝阳 | 215/45ZR18 SA37 93W', null, null, 215, 1701322641362);
  14. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('朝阳', 'OOTire:T00000156', 36, '215/45ZR18 SA37 93W', '朝阳 | 215/45ZR18 SA37 93W', null, null, 215, 1701322641359);
  15. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('朝阳', 'OOTire:T00000155', 36, '215/45ZR18 SA37 93W', '朝阳 | 215/45ZR18 SA37 93W', null, null, 215, 1701322641356);
  16. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('朝阳', 'OOTire:T00000154', 36, '215/45ZR18 SA37 93W', '朝阳 | 215/45ZR18 SA37 93W', null, null, 215, 1701322641352);
  17. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('朝阳', 'OOTire:T00000153', 36, '215/45ZR18 SA37 93W', '朝阳 | 215/45ZR18 SA37 93W', null, null, 215, 1701322641349);
  18. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('朝阳', 'OOTire:T00000152', 36, '215/45ZR18 SA37 93W', '朝阳 | 215/45ZR18 SA37 93W', null, null, 215, 1701322641346);
  19. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('朝阳', 'OOTire:T00000151', 36, '215/45ZR18 SA37 93W', '朝阳 | 215/45ZR18 SA37 93W', null, null, 215, 1701322641343);
  20. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('朝阳', 'OOTire:T00000150', 36, '215/45ZR18 SA37 93W', '朝阳 | 215/45ZR18 SA37 93W', null, null, 215, 1701322641339);
  21. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('朝阳', 'OOTire:T00000149', 36, '215/45ZR18 SA37 93W', '朝阳 | 215/45ZR18 SA37 93W', null, null, 215, 1701322641336);
  22. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('朝阳', 'OOTire:T00000148', 36, '215/45ZR18 SA37 93W', '朝阳 | 215/45ZR18 SA37 93W', null, null, 215, 1701322641333);
  23. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('朝阳', 'OOTire:T00000147', 36, '215/45ZR18 SA37 93W', '朝阳 | 215/45ZR18 SA37 93W', null, null, 215, 1701322641330);
  24. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('朝阳', 'OOTire:T00000146', 36, '215/45ZR18 SA37 93W', '朝阳 | 215/45ZR18 SA37 93W', null, null, 215, 1701322641326);
  25. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('朝阳', 'OOTire:T00000145', 36, '215/45ZR18 SA37 93W', '朝阳 | 215/45ZR18 SA37 93W', null, null, 215, 1701322641323);
  26. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000144', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641320);
  27. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000143', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641316);
  28. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000142', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641313);
  29. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000141', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641309);
  30. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000140', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641305);
  31. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000139', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641301);
  32. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000138', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641294);
  33. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000137', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641290);
  34. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000136', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641287);
  35. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000135', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641284);
  36. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000134', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641280);
  37. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000133', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641277);
  38. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000132', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641274);
  39. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000131', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641271);
  40. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000130', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641267);
  41. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000129', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641264);
  42. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000128', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641261);
  43. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000127', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641257);
  44. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000126', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641254);
  45. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000125', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641251);
  46. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000124', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641248);
  47. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000123', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641244);
  48. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000122', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641241);
  49. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000121', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641238);
  50. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000120', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641234);
  51. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000119', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641231);
  52. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000118', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641227);
  53. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000117', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641224);
  54. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000116', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641220);
  55. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000115', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641217);
  56. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000114', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641214);
  57. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000113', 38, '235/45R19 94W', '普利司通 | 235/45R19 94W', null, null, 235, 1701322641211);
  58. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000112', 38, '245/45R19 94W', '普利司通 | 245/45R19 94W', null, null, 245, 1701322641207);
  59. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000111', 38, '245/45R19 94W', '普利司通 | 245/45R19 94W', null, null, 245, 1701322641204);
  60. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000110', 38, '245/45R19 94W', '普利司通 | 245/45R19 94W', null, null, 245, 1701322641200);
  61. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000109', 38, '245/45R19 94W', '普利司通 | 245/45R19 94W', null, null, 245, 1701322641196);
  62. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000108', 38, '245/45R19 94W', '普利司通 | 245/45R19 94W', null, null, 245, 1701322641193);
  63. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000107', 38, '245/45R19 94W', '普利司通 | 245/45R19 94W', null, null, 245, 1701322641189);
  64. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000106', 38, '245/45R19 94W', '普利司通 | 245/45R19 94W', null, null, 245, 1701322641186);
  65. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000105', 38, '245/45R19 94W', '普利司通 | 245/45R19 94W', null, null, 245, 1701322641183);
  66. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000104', 38, '245/45R19 94W', '普利司通 | 245/45R19 94W', null, null, 245, 1701322641180);
  67. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000103', 38, '245/45R19 94W', '普利司通 | 245/45R19 94W', null, null, 245, 1701322641176);
  68. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000102', 38, '245/45R19 94W', '普利司通 | 245/45R19 94W', null, null, 245, 1701322641173);
  69. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000101', 38, '245/45R19 94W', '普利司通 | 245/45R19 94W', null, null, 245, 1701322641170);
  70. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000100', 38, '245/45R19 94W', '普利司通 | 245/45R19 94W', null, null, 245, 1701322641166);
  71. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000099', 38, '245/45R19 94W', '普利司通 | 245/45R19 94W', null, null, 245, 1701322641162);
  72. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000098', 38, '245/45R19 94W', '普利司通 | 245/45R19 94W', null, null, 245, 1701322641158);
  73. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000097', 38, '245/45R19 94W', '普利司通 | 245/45R19 94W', null, null, 245, 1701322641155);
  74. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000096', 38, '245/45R19 94W', '普利司通 | 245/45R19 94W', null, null, 245, 1701322641151);
  75. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000095', 38, '245/45R19 94W', '普利司通 | 245/45R19 94W', null, null, 245, 1701322641148);
  76. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000094', 38, '245/45R19 94W', '普利司通 | 245/45R19 94W', null, null, 245, 1701322641145);
  77. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000093', 38, '245/45R19 94W', '普利司通 | 245/45R19 94W', null, null, 245, 1701322641140);
  78. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000092', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641137);
  79. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000091', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641134);
  80. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000090', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641130);
  81. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000089', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641126);
  82. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000088', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641121);
  83. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000087', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641110);
  84. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000086', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641104);
  85. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000085', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641096);
  86. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000084', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641093);
  87. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000083', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641090);
  88. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000082', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641087);
  89. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000081', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641083);
  90. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000080', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641080);
  91. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000079', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641077);
  92. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000078', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641073);
  93. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000077', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641070);
  94. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000076', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641067);
  95. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000075', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641064);
  96. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000074', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641060);
  97. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000073', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641057);
  98. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000072', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641054);
  99. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000071', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641051);
  100. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000070', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641048);
  101. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('普利司通', 'OOTire:T00000069', 36, '235/45R18 94W', '普利司通 | 235/45R18 94W', null, null, 235, 1701322641044);
  102. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000068', 36, '255/45R18 99W', '倍耐力 | 255/45R18 99W', null, null, 255, 1701322641041);
  103. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000067', 36, '255/45R18 99W', '倍耐力 | 255/45R18 99W', null, null, 255, 1701322641038);
  104. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000066', 36, '255/45R18 99W', '倍耐力 | 255/45R18 99W', null, null, 255, 1701322641034);
  105. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000065', 36, '255/45R18 99W', '倍耐力 | 255/45R18 99W', null, null, 255, 1701322641031);
  106. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000064', 36, '255/45R18 99W', '倍耐力 | 255/45R18 99W', null, null, 255, 1701322641028);
  107. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000063', 36, '255/45R18 99W', '倍耐力 | 255/45R18 99W', null, null, 255, 1701322641024);
  108. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000062', 36, '255/45R18 99W', '倍耐力 | 255/45R18 99W', null, null, 255, 1701322641020);
  109. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000061', 36, '255/45R18 99W', '倍耐力 | 255/45R18 99W', null, null, 255, 1701322641017);
  110. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000060', 36, '235/45R18 98W', '倍耐力 | 235/45R18 98W', null, null, 235, 1701322641014);
  111. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000059', 36, '235/45R18 98W', '倍耐力 | 235/45R18 98W', null, null, 235, 1701322641010);
  112. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000058', 36, '235/45R18 98W', '倍耐力 | 235/45R18 98W', null, null, 235, 1701322641001);
  113. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000057', 36, '235/45R18 98W', '倍耐力 | 235/45R18 98W', null, null, 235, 1701322640998);
  114. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000056', 36, '235/45R18 98W', '倍耐力 | 235/45R18 98W', null, null, 235, 1701322640995);
  115. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000055', 36, '235/45R18 98W', '倍耐力 | 235/45R18 98W', null, null, 235, 1701322640990);
  116. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000054', 36, '235/45R18 98W', '倍耐力 | 235/45R18 98W', null, null, 235, 1701322640988);
  117. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000053', 36, '235/45R18 98W', '倍耐力 | 235/45R18 98W', null, null, 235, 1701322640983);
  118. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000052', 36, '235/45R18 98W', '倍耐力 | 235/45R18 98W', null, null, 235, 1701322640979);
  119. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000051', 36, '235/45R18 98W', '倍耐力 | 235/45R18 98W', null, null, 235, 1701322640976);
  120. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000050', 36, '235/45R18 98W', '倍耐力 | 235/45R18 98W', null, null, 235, 1701322640973);
  121. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000049', 36, '235/45R18 98W', '倍耐力 | 235/45R18 98W', null, null, 235, 1701322640970);
  122. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000048', 36, '235/45R18 98W', '倍耐力 | 235/45R18 98W', null, null, 235, 1701322640966);
  123. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000047', 36, '235/45R18 98W', '倍耐力 | 235/45R18 98W', null, null, 235, 1701322640963);
  124. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000046', 36, '235/45R18 98W', '倍耐力 | 235/45R18 98W', null, null, 235, 1701322640960);
  125. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('倍耐力', 'OOTire:T00000045', 36, '235/45R18 98W', '倍耐力 | 235/45R18 98W', null, null, 235, 1701322640957);
  126. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000044', 38, ' 225/50R19 96V', '米其林 | 225/50R19 96V', null, null, 225, 1701322640953);
  127. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000043', 38, ' 225/50R19 96V', '米其林 | 225/50R19 96V', null, null, 225, 1701322640950);
  128. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000042', 38, ' 225/50R19 96V', '米其林 | 225/50R19 96V', null, null, 225, 1701322640947);
  129. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000041', 38, ' 225/50R19 96V', '米其林 | 225/50R19 96V', null, null, 225, 1701322640944);
  130. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000040', 38, ' 225/50R19 96V', '米其林 | 225/50R19 96V', null, null, 225, 1701322640941);
  131. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000039', 38, ' 225/50R19 96V', '米其林 | 225/50R19 96V', null, null, 225, 1701322640938);
  132. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000038', 38, ' 225/50R19 96V', '米其林 | 225/50R19 96V', null, null, 225, 1701322640934);
  133. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000037', 38, ' 225/50R19 96V', '米其林 | 225/50R19 96V', null, null, 225, 1701322640931);
  134. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000036', 38, ' 225/50R19 96V', '米其林 | 225/50R19 96V', null, null, 225, 1701322640923);
  135. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000035', 38, ' 225/50R19 96V', '米其林 | 225/50R19 96V', null, null, 225, 1701322640920);
  136. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000034', 38, ' 225/50R19 96V', '米其林 | 225/50R19 96V', null, null, 225, 1701322640916);
  137. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000033', 38, ' 225/50R19 96V', '米其林 | 225/50R19 96V', null, null, 225, 1701322640912);
  138. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000032', 38, ' 225/50R19 96V', '米其林 | 225/50R19 96V', null, null, 225, 1701322640908);
  139. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000031', 38, ' 225/50R19 96V', '米其林 | 225/50R19 96V', null, null, 225, 1701322640904);
  140. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000030', 38, ' 225/50R19 96V', '米其林 | 225/50R19 96V', null, null, 225, 1701322640899);
  141. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000029', 38, ' 225/50R19 96V', '米其林 | 225/50R19 96V', null, null, 225, 1701322640894);
  142. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000028', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640890);
  143. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000027', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640887);
  144. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000026', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640883);
  145. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000025', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640880);
  146. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000024', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640876);
  147. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000023', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640873);
  148. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000022', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640869);
  149. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000021', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640866);
  150. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000020', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640862);
  151. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000019', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640850);
  152. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000018', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640841);
  153. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000017', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640834);
  154. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000016', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640830);
  155. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000015', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640824);
  156. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000014', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640820);
  157. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000013', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640815);
  158. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000012', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640812);
  159. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000011', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640807);
  160. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000010', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640803);
  161. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000009', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640799);
  162. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000008', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640796);
  163. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000007', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640792);
  164. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000006', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640788);
  165. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000005', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640784);
  166. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000004', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640779);
  167. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000003', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640774);
  168. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000002', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640768);
  169. insert into /ootest/ootire (brand, id, innerdiameter, model, name, status, tags, tirewidth, vtime) values ('米其林', 'OOTire:T00000001', 36, ' 245/50R18 97W', '米其林 | 245/50R18 97W', null, null, 245, 1701322640754);
  170. create class if not exists OORim : ootest (
  171. brand varchar,
  172. diameter double,
  173. material varchar,
  174. model varchar
  175. )with ttl=366 day , autosearch=true , version=false , key=id, alias='OORim' ;
  176. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 38, 'OORim:R00000160', '铝合金', 'LZ3824A19', '立中车轮 | LZ3824A19', null, null, 1688458609143);
  177. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 38, 'OORim:R00000159', '铝合金', 'LZ3824A19', '立中车轮 | LZ3824A19', null, null, 1688458609139);
  178. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 38, 'OORim:R00000158', '铝合金', 'LZ3824A19', '立中车轮 | LZ3824A19', null, null, 1688458609135);
  179. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 38, 'OORim:R00000157', '铝合金', 'LZ3824A19', '立中车轮 | LZ3824A19', null, null, 1688458609132);
  180. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 38, 'OORim:R00000156', '铝合金', 'LZ3824A19', '立中车轮 | LZ3824A19', null, null, 1688458609128);
  181. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 38, 'OORim:R00000155', '铝合金', 'LZ3824A19', '立中车轮 | LZ3824A19', null, null, 1688458609123);
  182. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 38, 'OORim:R00000154', '铝合金', 'LZ3824A19', '立中车轮 | LZ3824A19', null, null, 1688458609118);
  183. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 38, 'OORim:R00000153', '铝合金', 'LZ3824A19', '立中车轮 | LZ3824A19', null, null, 1688458609114);
  184. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 38, 'OORim:R00000152', '铝合金', 'LZ3824A19', '立中车轮 | LZ3824A19', null, null, 1688458609110);
  185. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 38, 'OORim:R00000151', '铝合金', 'LZ3824A19', '立中车轮 | LZ3824A19', null, null, 1688458609106);
  186. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 38, 'OORim:R00000150', '铝合金', 'LZ3824A19', '立中车轮 | LZ3824A19', null, null, 1688458609102);
  187. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 38, 'OORim:R00000149', '铝合金', 'LZ3824A19', '立中车轮 | LZ3824A19', null, null, 1688458609098);
  188. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 38, 'OORim:R00000148', '铝合金', 'LZ3824A19', '立中车轮 | LZ3824A19', null, null, 1688458609094);
  189. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 38, 'OORim:R00000147', '铝合金', 'LZ3824A19', '立中车轮 | LZ3824A19', null, null, 1688458609090);
  190. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 38, 'OORim:R00000146', '铝合金', 'LZ3824A19', '立中车轮 | LZ3824A19', null, null, 1688458609087);
  191. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 38, 'OORim:R00000145', '铝合金', 'LZ3824A19', '立中车轮 | LZ3824A19', null, null, 1688458609081);
  192. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000144', '铝合金', 'LZ3621A11', '立中车轮 | LZ3621A11', null, null, 1688458609077);
  193. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000143', '铝合金', 'LZ3621A11', '立中车轮 | LZ3621A11', null, null, 1688458609071);
  194. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000142', '铝合金', 'LZ3621A11', '立中车轮 | LZ3621A11', null, null, 1688458609066);
  195. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000141', '铝合金', 'LZ3621A11', '立中车轮 | LZ3621A11', null, null, 1688458609061);
  196. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000140', '铝合金', 'LZ3621A11', '立中车轮 | LZ3621A11', null, null, 1688458609056);
  197. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000139', '铝合金', 'LZ3621A11', '立中车轮 | LZ3621A11', null, null, 1688458609052);
  198. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000138', '铝合金', 'LZ3621A11', '立中车轮 | LZ3621A11', null, null, 1688458609047);
  199. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000137', '铝合金', 'LZ3621A11', '立中车轮 | LZ3621A11', null, null, 1688458609042);
  200. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000136', '铝合金', 'LZ3621A11', '立中车轮 | LZ3621A11', null, null, 1688458609037);
  201. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000135', '铝合金', 'LZ3621A11', '立中车轮 | LZ3621A11', null, null, 1688458609033);
  202. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000134', '铝合金', 'LZ3621A11', '立中车轮 | LZ3621A11', null, null, 1688458609028);
  203. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000133', '铝合金', 'LZ3621A11', '立中车轮 | LZ3621A11', null, null, 1688458609023);
  204. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000132', '铝合金', 'LZ3621A11', '立中车轮 | LZ3621A11', null, null, 1688458609019);
  205. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000131', '铝合金', 'LZ3621A11', '立中车轮 | LZ3621A11', null, null, 1688458609015);
  206. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000130', '铝合金', 'LZ3621A11', '立中车轮 | LZ3621A11', null, null, 1688458609010);
  207. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000129', '铝合金', 'LZ3621A11', '立中车轮 | LZ3621A11', null, null, 1688458609005);
  208. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000128', '铝合金', 'LZ3621A11', '立中车轮 | LZ3621A11', null, null, 1688458608999);
  209. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000127', '铝合金', 'LZ3621A11', '立中车轮 | LZ3621A11', null, null, 1688458608995);
  210. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000126', '铝合金', 'LZ3621A11', '立中车轮 | LZ3621A11', null, null, 1688458608989);
  211. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000125', '铝合金', 'LZ3621A11', '立中车轮 | LZ3621A11', null, null, 1688458608985);
  212. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000124', '铝合金', 'LZ3619A08', '立中车轮 | LZ3619A08', null, null, 1688458608981);
  213. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000123', '铝合金', 'LZ3619A08', '立中车轮 | LZ3619A08', null, null, 1688458608976);
  214. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000122', '铝合金', 'LZ3619A08', '立中车轮 | LZ3619A08', null, null, 1688458608971);
  215. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000121', '铝合金', 'LZ3619A08', '立中车轮 | LZ3619A08', null, null, 1688458608966);
  216. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000120', '铝合金', 'LZ3619A08', '立中车轮 | LZ3619A08', null, null, 1688458608960);
  217. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000119', '铝合金', 'LZ3619A08', '立中车轮 | LZ3619A08', null, null, 1688458608956);
  218. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000118', '铝合金', 'LZ3619A08', '立中车轮 | LZ3619A08', null, null, 1688458608951);
  219. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000117', '铝合金', 'LZ3619A08', '立中车轮 | LZ3619A08', null, null, 1688458608946);
  220. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000116', '铝合金', 'LZ3619A08', '立中车轮 | LZ3619A08', null, null, 1688458608941);
  221. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000115', '铝合金', 'LZ3619A08', '立中车轮 | LZ3619A08', null, null, 1688458608938);
  222. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000114', '铝合金', 'LZ3619A08', '立中车轮 | LZ3619A08', null, null, 1688458608934);
  223. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('立中车轮', 36, 'OORim:R00000113', '铝合金', 'LZ3619A08', '立中车轮 | LZ3619A08', null, null, 1688458608930);
  224. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('中信戴卡', 36, 'OORim:R00000112', '铝合金', 'DK182208A', '中信戴卡 | DK182208A', null, null, 1688458608926);
  225. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('中信戴卡', 36, 'OORim:R00000111', '铝合金', 'DK182208A', '中信戴卡 | DK182208A', null, null, 1688458608921);
  226. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('中信戴卡', 36, 'OORim:R00000110', '铝合金', 'DK182208A', '中信戴卡 | DK182208A', null, null, 1688458608917);
  227. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('中信戴卡', 36, 'OORim:R00000109', '铝合金', 'DK182208A', '中信戴卡 | DK182208A', null, null, 1688458608914);
  228. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('中信戴卡', 36, 'OORim:R00000108', '铝合金', 'DK182208A', '中信戴卡 | DK182208A', null, null, 1688458608911);
  229. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('中信戴卡', 36, 'OORim:R00000107', '铝合金', 'DK182208A', '中信戴卡 | DK182208A', null, null, 1688458608908);
  230. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('中信戴卡', 36, 'OORim:R00000106', '铝合金', 'DK182208A', '中信戴卡 | DK182208A', null, null, 1688458608905);
  231. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('中信戴卡', 36, 'OORim:R00000105', '铝合金', 'DK182208A', '中信戴卡 | DK182208A', null, null, 1688458608901);
  232. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('中信戴卡', 36, 'OORim:R00000104', '铝合金', 'DK182208A', '中信戴卡 | DK182208A', null, null, 1688458608897);
  233. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('中信戴卡', 36, 'OORim:R00000103', '铝合金', 'DK182208A', '中信戴卡 | DK182208A', null, null, 1688458608894);
  234. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('中信戴卡', 36, 'OORim:R00000102', '铝合金', 'DK182208A', '中信戴卡 | DK182208A', null, null, 1688458608891);
  235. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('中信戴卡', 36, 'OORim:R00000101', '铝合金', 'DK182208A', '中信戴卡 | DK182208A', null, null, 1688458608888);
  236. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 38, 'OORim:R00000100', '铝合金', 'ZXR19W23A18', '正兴车轮 | ZXR19W23A1', null, null, 1688458608884);
  237. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 38, 'OORim:R00000099', '铝合金', 'ZXR19W23A18', '正兴车轮 | ZXR19W23A1', null, null, 1688458608880);
  238. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 38, 'OORim:R00000098', '铝合金', 'ZXR19W23A18', '正兴车轮 | ZXR19W23A1', null, null, 1688458608875);
  239. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 38, 'OORim:R00000097', '铝合金', 'ZXR19W23A18', '正兴车轮 | ZXR19W23A1', null, null, 1688458608871);
  240. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 38, 'OORim:R00000096', '铝合金', 'ZXR19W23A18', '正兴车轮 | ZXR19W23A1', null, null, 1688458608867);
  241. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 38, 'OORim:R00000095', '铝合金', 'ZXR19W23A18', '正兴车轮 | ZXR19W23A1', null, null, 1688458608863);
  242. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 38, 'OORim:R00000094', '铝合金', 'ZXR19W23A18', '正兴车轮 | ZXR19W23A1', null, null, 1688458608859);
  243. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 38, 'OORim:R00000093', '铝合金', 'ZXR19W23A18', '正兴车轮 | ZXR19W23A1', null, null, 1688458608855);
  244. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 38, 'OORim:R00000092', '铝合金', 'ZXR19W23A18', '正兴车轮 | ZXR19W23A1', null, null, 1688458608850);
  245. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 38, 'OORim:R00000091', '铝合金', 'ZXR19W23A18', '正兴车轮 | ZXR19W23A1', null, null, 1688458608846);
  246. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 38, 'OORim:R00000090', '铝合金', 'ZXR19W23A18', '正兴车轮 | ZXR19W23A1', null, null, 1688458608843);
  247. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 38, 'OORim:R00000089', '铝合金', 'ZXR19W23A18', '正兴车轮 | ZXR19W23A1', null, null, 1688458608839);
  248. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 38, 'OORim:R00000088', '铝合金', 'ZXR19W23A18', '正兴车轮 | ZXR19W23A1', null, null, 1688458608836);
  249. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 38, 'OORim:R00000087', '铝合金', 'ZXR19W23A18', '正兴车轮 | ZXR19W23A1', null, null, 1688458608832);
  250. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 38, 'OORim:R00000086', '铝合金', 'ZXR19W23A18', '正兴车轮 | ZXR19W23A1', null, null, 1688458608828);
  251. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 38, 'OORim:R00000085', '铝合金', 'ZXR19W23A18', '正兴车轮 | ZXR19W23A1', null, null, 1688458608824);
  252. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 36, 'OORim:R00000084', '钢', 'ZXR18W19S19', '正兴车轮 | ZXR18W19S1', null, null, 1688458608819);
  253. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 36, 'OORim:R00000083', '钢', 'ZXR18W19S19', '正兴车轮 | ZXR18W19S1', null, null, 1688458608815);
  254. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 36, 'OORim:R00000082', '钢', 'ZXR18W19S19', '正兴车轮 | ZXR18W19S1', null, null, 1688458608811);
  255. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 36, 'OORim:R00000081', '钢', 'ZXR18W19S19', '正兴车轮 | ZXR18W19S1', null, null, 1688458608807);
  256. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 36, 'OORim:R00000080', '钢', 'ZXR18W19S19', '正兴车轮 | ZXR18W19S1', null, null, 1688458608803);
  257. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 36, 'OORim:R00000079', '钢', 'ZXR18W19S19', '正兴车轮 | ZXR18W19S1', null, null, 1688458608799);
  258. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 36, 'OORim:R00000078', '钢', 'ZXR18W19S19', '正兴车轮 | ZXR18W19S1', null, null, 1688458608795);
  259. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 36, 'OORim:R00000077', '钢', 'ZXR18W19S19', '正兴车轮 | ZXR18W19S1', null, null, 1688458608791);
  260. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 36, 'OORim:R00000076', '钢', 'ZXR18W19S19', '正兴车轮 | ZXR18W19S1', null, null, 1688458608787);
  261. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 36, 'OORim:R00000075', '钢', 'ZXR18W19S19', '正兴车轮 | ZXR18W19S1', null, null, 1688458608784);
  262. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 36, 'OORim:R00000074', '钢', 'ZXR18W19S19', '正兴车轮 | ZXR18W19S1', null, null, 1688458608780);
  263. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 36, 'OORim:R00000073', '钢', 'ZXR18W19S19', '正兴车轮 | ZXR18W19S1', null, null, 1688458608777);
  264. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 36, 'OORim:R00000072', '钢', 'ZXR18W19S19', '正兴车轮 | ZXR18W19S1', null, null, 1688458608773);
  265. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 36, 'OORim:R00000071', '钢', 'ZXR18W19S19', '正兴车轮 | ZXR18W19S1', null, null, 1688458608769);
  266. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 36, 'OORim:R00000070', '钢', 'ZXR18W19S19', '正兴车轮 | ZXR18W19S1', null, null, 1688458608766);
  267. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('正兴车轮', 36, 'OORim:R00000069', '钢', 'ZXR18W19S19', '正兴车轮 | ZXR18W19S1', null, null, 1688458608763);
  268. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 38, 'OORim:R00000068', '铝合金', '382205A', 'OZ | 382205A', null, null, 1688458608759);
  269. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 38, 'OORim:R00000067', '铝合金', '382205A', 'OZ | 382205A', null, null, 1688458608756);
  270. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 38, 'OORim:R00000066', '铝合金', '382205A', 'OZ | 382205A', null, null, 1688458608753);
  271. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 38, 'OORim:R00000065', '铝合金', '382205A', 'OZ | 382205A', null, null, 1688458608750);
  272. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 38, 'OORim:R00000064', '铝合金', '382205A', 'OZ | 382205A', null, null, 1688458608747);
  273. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 38, 'OORim:R00000063', '铝合金', '382205A', 'OZ | 382205A', null, null, 1688458608743);
  274. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 38, 'OORim:R00000062', '铝合金', '382205A', 'OZ | 382205A', null, null, 1688458608740);
  275. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 38, 'OORim:R00000061', '铝合金', '382205A', 'OZ | 382205A', null, null, 1688458608736);
  276. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 36, 'OORim:R00000060', '铝合金', '362303A', 'OZ | 362303A', null, null, 1688458608733);
  277. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 36, 'OORim:R00000059', '铝合金', '362303A', 'OZ | 362303A', null, null, 1688458608729);
  278. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 36, 'OORim:R00000058', '铝合金', '362303A', 'OZ | 362303A', null, null, 1688458608726);
  279. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 36, 'OORim:R00000057', '铝合金', '362303A', 'OZ | 362303A', null, null, 1688458608722);
  280. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 36, 'OORim:R00000056', '铝合金', '362303A', 'OZ | 362303A', null, null, 1688458608718);
  281. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 36, 'OORim:R00000055', '铝合金', '362303A', 'OZ | 362303A', null, null, 1688458608714);
  282. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 36, 'OORim:R00000054', '铝合金', '362303A', 'OZ | 362303A', null, null, 1688458608711);
  283. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 36, 'OORim:R00000053', '铝合金', '362303A', 'OZ | 362303A', null, null, 1688458608708);
  284. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 36, 'OORim:R00000052', '铝合金', '362303A', 'OZ | 362303A', null, null, 1688458608704);
  285. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 36, 'OORim:R00000051', '铝合金', '362303A', 'OZ | 362303A', null, null, 1688458608701);
  286. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 36, 'OORim:R00000050', '铝合金', '362303A', 'OZ | 362303A', null, null, 1688458608697);
  287. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 36, 'OORim:R00000049', '铝合金', '362303A', 'OZ | 362303A', null, null, 1688458608693);
  288. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 36, 'OORim:R00000048', '铝合金', '362303A', 'OZ | 362303A', null, null, 1688458608689);
  289. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 36, 'OORim:R00000047', '铝合金', '362303A', 'OZ | 362303A', null, null, 1688458608685);
  290. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 36, 'OORim:R00000046', '铝合金', '362303A', 'OZ | 362303A', null, null, 1688458608682);
  291. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('OZ', 36, 'OORim:R00000045', '铝合金', '362303A', 'OZ | 362303A', null, null, 1688458608679);
  292. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 38, 'OORim:R00000044', '铝合金', '38A13', 'BBS | 38A13', null, null, 1688458608675);
  293. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 38, 'OORim:R00000043', '铝合金', '38A13', 'BBS | 38A13', null, null, 1688458608669);
  294. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 38, 'OORim:R00000042', '铝合金', '38A13', 'BBS | 38A13', null, null, 1688458608666);
  295. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 38, 'OORim:R00000041', '铝合金', '38A13', 'BBS | 38A13', null, null, 1688458608663);
  296. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 38, 'OORim:R00000040', '铝合金', '38A13', 'BBS | 38A13', null, null, 1688458608660);
  297. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 38, 'OORim:R00000039', '铝合金', '38A13', 'BBS | 38A13', null, null, 1688458608656);
  298. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 38, 'OORim:R00000038', '铝合金', '38A13', 'BBS | 38A13', null, null, 1688458608653);
  299. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 38, 'OORim:R00000037', '铝合金', '38A13', 'BBS | 38A13', null, null, 1688458608650);
  300. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 38, 'OORim:R00000036', '铝合金', '38A13', 'BBS | 38A13', null, null, 1688458608647);
  301. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 38, 'OORim:R00000035', '铝合金', '38A13', 'BBS | 38A13', null, null, 1688458608644);
  302. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 38, 'OORim:R00000034', '铝合金', '38A13', 'BBS | 38A13', null, null, 1688458608641);
  303. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 38, 'OORim:R00000033', '铝合金', '38A13', 'BBS | 38A13', null, null, 1688458608637);
  304. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 38, 'OORim:R00000032', '铝合金', '38A13', 'BBS | 38A13', null, null, 1688458608634);
  305. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 38, 'OORim:R00000031', '铝合金', '38A13', 'BBS | 38A13', null, null, 1688458608629);
  306. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 38, 'OORim:R00000030', '铝合金', '38A13', 'BBS | 38A13', null, null, 1688458608626);
  307. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 38, 'OORim:R00000029', '铝合金', '38A13', 'BBS | 38A13', null, null, 1688458608622);
  308. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000028', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608619);
  309. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000027', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608616);
  310. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000026', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608613);
  311. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000025', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608610);
  312. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000024', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608607);
  313. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000023', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608604);
  314. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000022', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608600);
  315. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000021', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608597);
  316. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000020', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608593);
  317. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000019', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608589);
  318. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000018', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608585);
  319. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000017', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608581);
  320. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000016', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608578);
  321. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000015', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608575);
  322. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000014', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608571);
  323. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000013', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608568);
  324. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000012', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608565);
  325. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000011', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608562);
  326. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000010', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608559);
  327. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000009', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608556);
  328. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000008', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608553);
  329. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000007', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608550);
  330. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000006', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608546);
  331. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000005', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608543);
  332. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000004', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608539);
  333. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000003', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608535);
  334. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000002', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608531);
  335. insert into /ootest/oorim (brand, diameter, id, material, model, name, status, tags, vtime) values ('BBS', 36, 'OORim:R00000001', '铝合金', '36A12', 'BBS | 36A12', null, null, 1688458608526);
  336. create class if not exists OOEngine : ootest (
  337. brand varchar,
  338. model varchar,
  339. power double,
  340. sn varchar
  341. )with ttl=366 day , autosearch=true , version=false , key=id, alias='OOEngine' ;
  342. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('长安', 'OOEngine:E0000044', 'SC6390', '长安 | SC6390', 115, 'CA202100004', null, null, 1688458641232);
  343. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('长安', 'OOEngine:E0000043', 'SC6390', '长安 | SC6390', 115, 'CA202100003', null, null, 1688458641228);
  344. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('长安', 'OOEngine:E0000042', 'SC6390', '长安 | SC6390', 115, 'CA202100002', null, null, 1688458641224);
  345. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('长安', 'OOEngine:E0000041', 'SC6390', '长安 | SC6390', 115, 'CA202100001', null, null, 1688458641220);
  346. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('长城', 'OOEngine:E0000040', 'GW4C20', '长城 | GW4C20', 160, 'CCT21810006', null, null, 1688458641217);
  347. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('长城', 'OOEngine:E0000039', 'GW4C20', '长城 | GW4C20', 160, 'CCT21810005', null, null, 1688458641213);
  348. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('长城', 'OOEngine:E0000038', 'GW4C20', '长城 | GW4C20', 160, 'CCT21810004', null, null, 1688458641209);
  349. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('长城', 'OOEngine:E0000037', 'GW4C20', '长城 | GW4C20', 160, 'CCT21810003', null, null, 1688458641205);
  350. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('沃尔沃', 'OOEngine:E0000036', 'B4204T34', '沃尔沃 | B4204T34', 175, 'V080008', null, null, 1688458641201);
  351. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('沃尔沃', 'OOEngine:E0000035', 'B4204T34', '沃尔沃 | B4204T34', 175, 'V080008', null, null, 1688458641197);
  352. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('沃尔沃', 'OOEngine:E0000034', 'B4204T34', '沃尔沃 | B4204T34', 175, 'V080007', null, null, 1688458641194);
  353. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('沃尔沃', 'OOEngine:E0000033', 'B4204T34', '沃尔沃 | B4204T34', 175, 'V080006', null, null, 1688458641190);
  354. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('沃尔沃', 'OOEngine:E0000032', 'B4204T34', '沃尔沃 | B4204T34', 175, 'V080005', null, null, 1688458641187);
  355. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('沃尔沃', 'OOEngine:E0000031', 'B4204T34', '沃尔沃 | B4204T34', 175, 'V080004', null, null, 1688458641183);
  356. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('沃尔沃', 'OOEngine:E0000030', 'B4204T34', '沃尔沃 | B4204T34', 175, 'V080003', null, null, 1688458641179);
  357. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('沃尔沃', 'OOEngine:E0000029', 'B4204T21', '沃尔沃 | B4204T21', 155, 'V080002', null, null, 1688458641175);
  358. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('奔驰', 'OOEngine:E0000027', 'M271.860', '奔驰 | M271.860', 170, 'M16214574', null, null, 1688458641171);
  359. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('奔驰', 'OOEngine:E0000026', 'M271.860', '奔驰 | M271.860', 170, 'M16214573', null, null, 1688458641165);
  360. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('奔驰', 'OOEngine:E0000025', 'M271.860', '奔驰 | M271.860', 170, 'M16214572', null, null, 1688458641162);
  361. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('奔驰', 'OOEngine:E0000024', 'M271.860', '奔驰 | M271.860', 170, 'M16214571', null, null, 1688458641158);
  362. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('奔驰', 'OOEngine:E0000023', 'M271.860', '奔驰 | M271.860', 170, 'M16214570', null, null, 1688458641155);
  363. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('奥迪', 'OOEngine:E0000020', 'EA888', '奥迪 | EA888', 173, 'EA004464', null, null, 1688458641151);
  364. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('奥迪', 'OOEngine:E0000019', 'EA888', '奥迪 | EA888', 173, 'EA004463', null, null, 1688458641143);
  365. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('奥迪', 'OOEngine:E0000018', 'EA886', '奥迪 | EA886', 157, 'EA004456', null, null, 1688458641110);
  366. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('奥迪', 'OOEngine:E0000017', 'EA888', '奥迪 | EA888', 173, 'EA003464', null, null, 1688458641147);
  367. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('奥迪', 'OOEngine:E0000016', 'EA888', '奥迪 | EA888', 173, 'EA003463', null, null, 1688458641137);
  368. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('奥迪', 'OOEngine:E0000015', 'EA888', '奥迪 | EA888', 173, 'EA003462', null, null, 1688458641133);
  369. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('奥迪', 'OOEngine:E0000014', 'EA888', '奥迪 | EA888', 173, 'EA003461', null, null, 1688458641129);
  370. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('奥迪', 'OOEngine:E0000013', 'EA888', '奥迪 | EA888', 173, 'EA003460', null, null, 1688458641125);
  371. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('奥迪', 'OOEngine:E0000012', 'EA888', '奥迪 | EA888', 173, 'EA003459', null, null, 1688458641121);
  372. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('奥迪', 'OOEngine:E0000011', 'EA888', '奥迪 | EA888', 173, 'EA003458', null, null, 1688458641117);
  373. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('奥迪', 'OOEngine:E0000010', 'EA886', '奥迪 | EA886', 157, 'EA003457', null, null, 1688458641113);
  374. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('奥迪', 'OOEngine:E0000009', 'EA886', '奥迪 | EA886', 157, 'EA003456', null, null, 1688458641106);
  375. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('宝马', 'OOEngine:E0000008', 'N55B30', '宝马 | N55B30', 170, '32567788', null, null, 1688458641101);
  376. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('宝马', 'OOEngine:E0000007', 'N55B30', '宝马 | N55B30', 170, '32555688', null, null, 1688458641097);
  377. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('宝马', 'OOEngine:E0000006', 'N55B30', '宝马 | N55B30', 170, '32567788', null, null, 1688458641093);
  378. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('宝马', 'OOEngine:E0000005', 'N55B30', '宝马 | N55B30', 170, '32555688', null, null, 1688458641090);
  379. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('宝马', 'OOEngine:E0000004', 'N54B30', '宝马 | N54B30', 160, '20042368', null, null, 1688458641086);
  380. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('宝马', 'OOEngine:E0000002', 'N54B30', '宝马 | N54B30', 160, '20042368', null, null, 1688458641082);
  381. insert into /ootest/ooengine (brand, id, model, name, power, sn, status, tags, vtime) values ('宝马', 'OOEngine:E0000001', 'N54B30', '宝马 | N54B30', 160, '20042345', null, null, 1688458641077);
  382. create class if not exists OOWheel : ootest (
  383. brand varchar,
  384. model varchar,
  385. rim OORim[1..1],
  386. tire OOTire[1..1]
  387. )with ttl=366 day , autosearch=true , version=false , key=id, alias='OOWheel' ;
  388. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('哈弗', 'OOWheel:W00000160', 'HFS19', '哈弗 | HFS19', {'_ref':'OORim:R00000160'}, null, null, {'_ref':'OOTire:T00000144'}, 1688458657519);
  389. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('哈弗', 'OOWheel:W00000159', 'HFS19', '哈弗 | HFS19', {'_ref':'OORim:R00000159'}, null, null, {'_ref':'OOTire:T00000143'}, 1688458657514);
  390. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('哈弗', 'OOWheel:W00000158', 'HFS19', '哈弗 | HFS19', {'_ref':'OORim:R00000158'}, null, null, {'_ref':'OOTire:T00000142'}, 1688458657511);
  391. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('哈弗', 'OOWheel:W00000157', 'HFS19', '哈弗 | HFS19', {'_ref':'OORim:R00000157'}, null, null, {'_ref':'OOTire:T00000141'}, 1688458657505);
  392. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('哈弗', 'OOWheel:W00000156', 'HFS19', '哈弗 | HFS19', {'_ref':'OORim:R00000156'}, null, null, {'_ref':'OOTire:T00000140'}, 1688458657501);
  393. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('哈弗', 'OOWheel:W00000155', 'HFS19', '哈弗 | HFS19', {'_ref':'OORim:R00000155'}, null, null, {'_ref':'OOTire:T00000139'}, 1688458657497);
  394. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('哈弗', 'OOWheel:W00000154', 'HFS19', '哈弗 | HFS19', {'_ref':'OORim:R00000154'}, null, null, {'_ref':'OOTire:T00000138'}, 1688458657492);
  395. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('哈弗', 'OOWheel:W00000153', 'HFS19', '哈弗 | HFS19', {'_ref':'OORim:R00000153'}, null, null, {'_ref':'OOTire:T00000137'}, 1688458657488);
  396. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('哈弗', 'OOWheel:W00000152', 'HFS19', '哈弗 | HFS19', {'_ref':'OORim:R00000152'}, null, null, {'_ref':'OOTire:T00000136'}, 1688458657484);
  397. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('哈弗', 'OOWheel:W00000151', 'HFS19', '哈弗 | HFS19', {'_ref':'OORim:R00000151'}, null, null, {'_ref':'OOTire:T00000135'}, 1688458657480);
  398. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('哈弗', 'OOWheel:W00000150', 'HFS19', '哈弗 | HFS19', {'_ref':'OORim:R00000150'}, null, null, {'_ref':'OOTire:T00000134'}, 1688458657476);
  399. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('哈弗', 'OOWheel:W00000149', 'HFS19', '哈弗 | HFS19', {'_ref':'OORim:R00000149'}, null, null, {'_ref':'OOTire:T00000133'}, 1688458657471);
  400. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('哈弗', 'OOWheel:W00000148', 'HFS19', '哈弗 | HFS19', {'_ref':'OORim:R00000148'}, null, null, {'_ref':'OOTire:T00000132'}, 1688458657466);
  401. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('哈弗', 'OOWheel:W00000147', 'HFS19', '哈弗 | HFS19', {'_ref':'OORim:R00000147'}, null, null, {'_ref':'OOTire:T00000131'}, 1688458657462);
  402. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('哈弗', 'OOWheel:W00000146', 'HFS19', '哈弗 | HFS19', {'_ref':'OORim:R00000146'}, null, null, {'_ref':'OOTire:T00000130'}, 1688458657457);
  403. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('哈弗', 'OOWheel:W00000145', 'HFS19', '哈弗 | HFS19', {'_ref':'OORim:R00000145'}, null, null, {'_ref':'OOTire:T00000129'}, 1688458657452);
  404. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('长安', 'OOWheel:W00000144', 'CAJ18', '长安 | CAJ18', {'_ref':'OORim:R00000084'}, null, null, {'_ref':'OOTire:T00000160'}, 1688458657448);
  405. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('长安', 'OOWheel:W00000143', 'CAJ18', '长安 | CAJ18', {'_ref':'OORim:R00000083'}, null, null, {'_ref':'OOTire:T00000159'}, 1688458657443);
  406. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('长安', 'OOWheel:W00000142', 'CAJ18', '长安 | CAJ18', {'_ref':'OORim:R00000082'}, null, null, {'_ref':'OOTire:T00000158'}, 1688458657439);
  407. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('长安', 'OOWheel:W00000141', 'CAJ18', '长安 | CAJ18', {'_ref':'OORim:R00000081'}, null, null, {'_ref':'OOTire:T00000157'}, 1688458657435);
  408. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('长安', 'OOWheel:W00000140', 'CAJ18', '长安 | CAJ18', {'_ref':'OORim:R00000080'}, null, null, {'_ref':'OOTire:T00000156'}, 1688458657430);
  409. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('长安', 'OOWheel:W00000139', 'CAJ18', '长安 | CAJ18', {'_ref':'OORim:R00000079'}, null, null, {'_ref':'OOTire:T00000155'}, 1688458657425);
  410. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('长安', 'OOWheel:W00000138', 'CAJ18', '长安 | CAJ18', {'_ref':'OORim:R00000078'}, null, null, {'_ref':'OOTire:T00000154'}, 1688458657420);
  411. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('长安', 'OOWheel:W00000137', 'CAJ18', '长安 | CAJ18', {'_ref':'OORim:R00000077'}, null, null, {'_ref':'OOTire:T00000153'}, 1688458657416);
  412. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('长安', 'OOWheel:W00000136', 'CAJ18', '长安 | CAJ18', {'_ref':'OORim:R00000076'}, null, null, {'_ref':'OOTire:T00000152'}, 1688458657412);
  413. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('长安', 'OOWheel:W00000135', 'CAJ18', '长安 | CAJ18', {'_ref':'OORim:R00000075'}, null, null, {'_ref':'OOTire:T00000151'}, 1688458657404);
  414. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('长安', 'OOWheel:W00000134', 'CAJ18', '长安 | CAJ18', {'_ref':'OORim:R00000074'}, null, null, {'_ref':'OOTire:T00000150'}, 1688458657400);
  415. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('长安', 'OOWheel:W00000133', 'CAJ18', '长安 | CAJ18', {'_ref':'OORim:R00000073'}, null, null, {'_ref':'OOTire:T00000149'}, 1688458657396);
  416. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('长安', 'OOWheel:W00000132', 'CAJ18', '长安 | CAJ18', {'_ref':'OORim:R00000072'}, null, null, {'_ref':'OOTire:T00000148'}, 1688458657392);
  417. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('长安', 'OOWheel:W00000131', 'CAJ18', '长安 | CAJ18', {'_ref':'OORim:R00000071'}, null, null, {'_ref':'OOTire:T00000147'}, 1688458657387);
  418. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('长安', 'OOWheel:W00000130', 'CAJ18', '长安 | CAJ18', {'_ref':'OORim:R00000070'}, null, null, {'_ref':'OOTire:T00000146'}, 1688458657383);
  419. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('长安', 'OOWheel:W00000129', 'CAJ18', '长安 | CAJ18', {'_ref':'OORim:R00000069'}, null, null, {'_ref':'OOTire:T00000145'}, 1688458657378);
  420. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000128', 'V20S19', '沃尔沃 | V20S19', {'_ref':'OORim:R00000100'}, null, null, {'_ref':'OOTire:T00000128'}, 1688458657372);
  421. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000127', 'V20S19', '沃尔沃 | V20S19', {'_ref':'OORim:R00000099'}, null, null, {'_ref':'OOTire:T00000127'}, 1688458657367);
  422. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000126', 'V20S19', '沃尔沃 | V20S19', {'_ref':'OORim:R00000098'}, null, null, {'_ref':'OOTire:T00000126'}, 1688458657361);
  423. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000125', 'V20S19', '沃尔沃 | V20S19', {'_ref':'OORim:R00000097'}, null, null, {'_ref':'OOTire:T00000125'}, 1688458657356);
  424. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000124', 'V20S19', '沃尔沃 | V20S19', {'_ref':'OORim:R00000096'}, null, null, {'_ref':'OOTire:T00000124'}, 1688458657351);
  425. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000123', 'V20S19', '沃尔沃 | V20S19', {'_ref':'OORim:R00000095'}, null, null, {'_ref':'OOTire:T00000123'}, 1688458657347);
  426. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000122', 'V20S19', '沃尔沃 | V20S19', {'_ref':'OORim:R00000094'}, null, null, {'_ref':'OOTire:T00000122'}, 1688458657342);
  427. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000121', 'V20S19', '沃尔沃 | V20S19', {'_ref':'OORim:R00000093'}, null, null, {'_ref':'OOTire:T00000121'}, 1688458657337);
  428. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000120', 'V20S19', '沃尔沃 | V20S19', {'_ref':'OORim:R00000092'}, null, null, {'_ref':'OOTire:T00000120'}, 1688458657333);
  429. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000119', 'V20S19', '沃尔沃 | V20S19', {'_ref':'OORim:R00000091'}, null, null, {'_ref':'OOTire:T00000119'}, 1688458657328);
  430. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000118', 'V20S19', '沃尔沃 | V20S19', {'_ref':'OORim:R00000090'}, null, null, {'_ref':'OOTire:T00000118'}, 1688458657324);
  431. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000117', 'V20S19', '沃尔沃 | V20S19', {'_ref':'OORim:R00000089'}, null, null, {'_ref':'OOTire:T00000117'}, 1688458657319);
  432. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000116', 'V20S19', '沃尔沃 | V20S19', {'_ref':'OORim:R00000088'}, null, null, {'_ref':'OOTire:T00000116'}, 1688458657315);
  433. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000115', 'V20S19', '沃尔沃 | V20S19', {'_ref':'OORim:R00000087'}, null, null, {'_ref':'OOTire:T00000115'}, 1688458657310);
  434. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000114', 'V20S19', '沃尔沃 | V20S19', {'_ref':'OORim:R00000086'}, null, null, {'_ref':'OOTire:T00000114'}, 1688458657305);
  435. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000113', 'V20S19', '沃尔沃 | V20S19', {'_ref':'OORim:R00000085'}, null, null, {'_ref':'OOTire:T00000113'}, 1688458657301);
  436. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000112', 'V20C18', '沃尔沃 | V20C18', {'_ref':'OORim:R00000060'}, null, null, {'_ref':'OOTire:T00000060'}, 1688458657297);
  437. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000111', 'V20C18', '沃尔沃 | V20C18', {'_ref':'OORim:R00000059'}, null, null, {'_ref':'OOTire:T00000059'}, 1688458657292);
  438. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000110', 'V20C18', '沃尔沃 | V20C18', {'_ref':'OORim:R00000058'}, null, null, {'_ref':'OOTire:T00000058'}, 1688458657287);
  439. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000109', 'V20C18', '沃尔沃 | V20C18', {'_ref':'OORim:R00000057'}, null, null, {'_ref':'OOTire:T00000057'}, 1688458657283);
  440. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000108', 'V20C18', '沃尔沃 | V20C18', {'_ref':'OORim:R00000056'}, null, null, {'_ref':'OOTire:T00000056'}, 1688458657278);
  441. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000107', 'V20C18', '沃尔沃 | V20C18', {'_ref':'OORim:R00000055'}, null, null, {'_ref':'OOTire:T00000055'}, 1688458657274);
  442. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000106', 'V20C18', '沃尔沃 | V20C18', {'_ref':'OORim:R00000054'}, null, null, {'_ref':'OOTire:T00000054'}, 1688458657270);
  443. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000105', 'V20C18', '沃尔沃 | V20C18', {'_ref':'OORim:R00000053'}, null, null, {'_ref':'OOTire:T00000053'}, 1688458657266);
  444. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000104', 'V20C18', '沃尔沃 | V20C18', {'_ref':'OORim:R00000052'}, null, null, {'_ref':'OOTire:T00000052'}, 1688458657262);
  445. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000103', 'V20C18', '沃尔沃 | V20C18', {'_ref':'OORim:R00000051'}, null, null, {'_ref':'OOTire:T00000051'}, 1688458657257);
  446. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000102', 'V20C18', '沃尔沃 | V20C18', {'_ref':'OORim:R00000050'}, null, null, {'_ref':'OOTire:T00000050'}, 1688458657253);
  447. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000101', 'V20C18', '沃尔沃 | V20C18', {'_ref':'OORim:R00000049'}, null, null, {'_ref':'OOTire:T00000049'}, 1688458657248);
  448. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000100', 'V20C18', '沃尔沃 | V20C18', {'_ref':'OORim:R00000048'}, null, null, {'_ref':'OOTire:T00000048'}, 1688458657243);
  449. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000099', 'V20C18', '沃尔沃 | V20C18', {'_ref':'OORim:R00000047'}, null, null, {'_ref':'OOTire:T00000047'}, 1688458657238);
  450. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000098', 'V20C18', '沃尔沃 | V20C18', {'_ref':'OORim:R00000046'}, null, null, {'_ref':'OOTire:T00000046'}, 1688458657234);
  451. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('沃尔沃', 'OOWheel:W00000097', 'V20C18', '沃尔沃 | V20C18', {'_ref':'OORim:R00000045'}, null, null, {'_ref':'OOTire:T00000045'}, 1688458657229);
  452. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000096', 'BC19', '奔驰 | BC19', {'_ref':'OORim:R00000112'}, null, null, {'_ref':'OOTire:T00000092'}, 1688458657224);
  453. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000095', 'BC19', '奔驰 | BC19', {'_ref':'OORim:R00000111'}, null, null, {'_ref':'OOTire:T00000091'}, 1688458657219);
  454. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000094', 'BC19', '奔驰 | BC19', {'_ref':'OORim:R00000110'}, null, null, {'_ref':'OOTire:T00000090'}, 1688458657214);
  455. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000093', 'BC19', '奔驰 | BC19', {'_ref':'OORim:R00000109'}, null, null, {'_ref':'OOTire:T00000089'}, 1688458657210);
  456. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000092', 'BC19', '奔驰 | BC19', {'_ref':'OORim:R00000108'}, null, null, {'_ref':'OOTire:T00000088'}, 1688458657204);
  457. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000091', 'BC19', '奔驰 | BC19', {'_ref':'OORim:R00000107'}, null, null, {'_ref':'OOTire:T00000087'}, 1688458657199);
  458. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000090', 'BC19', '奔驰 | BC19', {'_ref':'OORim:R00000106'}, null, null, {'_ref':'OOTire:T00000086'}, 1688458657195);
  459. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000089', 'BC19', '奔驰 | BC19', {'_ref':'OORim:R00000105'}, null, null, {'_ref':'OOTire:T00000085'}, 1688458657188);
  460. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000088', 'BC19', '奔驰 | BC19', {'_ref':'OORim:R00000104'}, null, null, {'_ref':'OOTire:T00000084'}, 1688458657183);
  461. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000087', 'BC19', '奔驰 | BC19', {'_ref':'OORim:R00000103'}, null, null, {'_ref':'OOTire:T00000083'}, 1688458657179);
  462. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000086', 'BC19', '奔驰 | BC19', {'_ref':'OORim:R00000102'}, null, null, {'_ref':'OOTire:T00000082'}, 1688458657175);
  463. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000085', 'BC19', '奔驰 | BC19', {'_ref':'OORim:R00000101'}, null, null, {'_ref':'OOTire:T00000081'}, 1688458657171);
  464. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000084', 'BC18', '奔驰 | BC18', {'_ref':'OORim:R00000044'}, null, null, {'_ref':'OOTire:T00000044'}, 1688458657166);
  465. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000083', 'BC18', '奔驰 | BC18', {'_ref':'OORim:R00000043'}, null, null, {'_ref':'OOTire:T00000043'}, 1688458657161);
  466. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000082', 'BC18', '奔驰 | BC18', {'_ref':'OORim:R00000042'}, null, null, {'_ref':'OOTire:T00000042'}, 1688458657156);
  467. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000081', 'BC18', '奔驰 | BC18', {'_ref':'OORim:R00000041'}, null, null, {'_ref':'OOTire:T00000041'}, 1688458657152);
  468. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000080', 'BC18', '奔驰 | BC18', {'_ref':'OORim:R00000040'}, null, null, {'_ref':'OOTire:T00000040'}, 1688458657148);
  469. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000079', 'BC18', '奔驰 | BC18', {'_ref':'OORim:R00000039'}, null, null, {'_ref':'OOTire:T00000039'}, 1688458657143);
  470. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000078', 'BC18', '奔驰 | BC18', {'_ref':'OORim:R00000038'}, null, null, {'_ref':'OOTire:T00000038'}, 1688458657139);
  471. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000077', 'BC18', '奔驰 | BC18', {'_ref':'OORim:R00000037'}, null, null, {'_ref':'OOTire:T00000037'}, 1688458657133);
  472. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000076', 'BC18', '奔驰 | BC18', {'_ref':'OORim:R00000036'}, null, null, {'_ref':'OOTire:T00000036'}, 1688458657129);
  473. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000075', 'BC18', '奔驰 | BC18', {'_ref':'OORim:R00000035'}, null, null, {'_ref':'OOTire:T00000035'}, 1688458657124);
  474. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000074', 'BC18', '奔驰 | BC18', {'_ref':'OORim:R00000034'}, null, null, {'_ref':'OOTire:T00000034'}, 1688458657119);
  475. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000073', 'BC18', '奔驰 | BC18', {'_ref':'OORim:R00000033'}, null, null, {'_ref':'OOTire:T00000033'}, 1688458657114);
  476. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000072', 'BC18', '奔驰 | BC18', {'_ref':'OORim:R00000032'}, null, null, {'_ref':'OOTire:T00000032'}, 1688458657110);
  477. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000071', 'BC18', '奔驰 | BC18', {'_ref':'OORim:R00000031'}, null, null, {'_ref':'OOTire:T00000031'}, 1688458657106);
  478. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000070', 'BC18', '奔驰 | BC18', {'_ref':'OORim:R00000030'}, null, null, {'_ref':'OOTire:T00000030'}, 1688458657102);
  479. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奔驰', 'OOWheel:W00000069', 'BC18', '奔驰 | BC18', {'_ref':'OORim:R00000029'}, null, null, {'_ref':'OOTire:T00000029'}, 1688458657098);
  480. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000068', '19S20', '宝马 | 19S20', {'_ref':'OORim:R00000068'}, null, null, {'_ref':'OOTire:T00000068'}, 1688458657093);
  481. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000067', '19S20', '宝马 | 19S20', {'_ref':'OORim:R00000067'}, null, null, {'_ref':'OOTire:T00000067'}, 1688458657088);
  482. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000066', '19S20', '宝马 | 19S20', {'_ref':'OORim:R00000066'}, null, null, {'_ref':'OOTire:T00000066'}, 1688458657082);
  483. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000065', '19S20', '宝马 | 19S20', {'_ref':'OORim:R00000065'}, null, null, {'_ref':'OOTire:T00000065'}, 1688458657078);
  484. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000064', '19S20', '宝马 | 19S20', {'_ref':'OORim:R00000064'}, null, null, {'_ref':'OOTire:T00000064'}, 1688458657074);
  485. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000063', '19S20', '宝马 | 19S20', {'_ref':'OORim:R00000063'}, null, null, {'_ref':'OOTire:T00000063'}, 1688458657068);
  486. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000062', '19S20', '宝马 | 19S20', {'_ref':'OORim:R00000062'}, null, null, {'_ref':'OOTire:T00000062'}, 1688458657062);
  487. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000061', '19S20', '宝马 | 19S20', {'_ref':'OORim:R00000061'}, null, null, {'_ref':'OOTire:T00000061'}, 1688458657057);
  488. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000060', '18C20', '宝马 | 18C20', {'_ref':'OORim:R00000144'}, null, null, {'_ref':'OOTire:T00000112'}, 1688458657052);
  489. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000059', '18C20', '宝马 | 18C20', {'_ref':'OORim:R00000143'}, null, null, {'_ref':'OOTire:T00000111'}, 1688458657047);
  490. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000058', '18C20', '宝马 | 18C20', {'_ref':'OORim:R00000142'}, null, null, {'_ref':'OOTire:T00000110'}, 1688458657043);
  491. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000057', '18C20', '宝马 | 18C20', {'_ref':'OORim:R00000141'}, null, null, {'_ref':'OOTire:T00000109'}, 1688458657039);
  492. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000056', '18C20', '宝马 | 18C20', {'_ref':'OORim:R00000140'}, null, null, {'_ref':'OOTire:T00000108'}, 1688458657034);
  493. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000055', '18C20', '宝马 | 18C20', {'_ref':'OORim:R00000139'}, null, null, {'_ref':'OOTire:T00000107'}, 1688458657030);
  494. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000054', '18C20', '宝马 | 18C20', {'_ref':'OORim:R00000138'}, null, null, {'_ref':'OOTire:T00000106'}, 1688458657024);
  495. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000053', '18C20', '宝马 | 18C20', {'_ref':'OORim:R00000137'}, null, null, {'_ref':'OOTire:T00000105'}, 1688458657019);
  496. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000052', '18C20', '宝马 | 18C20', {'_ref':'OORim:R00000136'}, null, null, {'_ref':'OOTire:T00000104'}, 1688458657014);
  497. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000051', '18C20', '宝马 | 18C20', {'_ref':'OORim:R00000135'}, null, null, {'_ref':'OOTire:T00000103'}, 1688458657008);
  498. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000050', '18C20', '宝马 | 18C20', {'_ref':'OORim:R00000134'}, null, null, {'_ref':'OOTire:T00000102'}, 1688458657002);
  499. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000049', '18C20', '宝马 | 18C20', {'_ref':'OORim:R00000133'}, null, null, {'_ref':'OOTire:T00000101'}, 1688458656998);
  500. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000048', '18C20', '宝马 | 18C20', {'_ref':'OORim:R00000132'}, null, null, {'_ref':'OOTire:T00000100'}, 1688458656994);
  501. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000047', '18C20', '宝马 | 18C20', {'_ref':'OORim:R00000131'}, null, null, {'_ref':'OOTire:T00000099'}, 1688458656990);
  502. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000046', '18C20', '宝马 | 18C20', {'_ref':'OORim:R00000130'}, null, null, {'_ref':'OOTire:T00000098'}, 1688458656986);
  503. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000045', '18C20', '宝马 | 18C20', {'_ref':'OORim:R00000129'}, null, null, {'_ref':'OOTire:T00000097'}, 1688458656981);
  504. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000044', '18C20', '宝马 | 18C20', {'_ref':'OORim:R00000128'}, null, null, {'_ref':'OOTire:T00000096'}, 1688458656978);
  505. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000043', '18C20', '宝马 | 18C20', {'_ref':'OORim:R00000127'}, null, null, {'_ref':'OOTire:T00000095'}, 1688458656974);
  506. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000042', '18C20', '宝马 | 18C20', {'_ref':'OORim:R00000126'}, null, null, {'_ref':'OOTire:T00000094'}, 1688458656971);
  507. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('宝马', 'OOWheel:W00000041', '18C20', '宝马 | 18C20', {'_ref':'OORim:R00000125'}, null, null, {'_ref':'OOTire:T00000093'}, 1688458656967);
  508. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000040', 'SR19', '奥迪 | SR19', {'_ref':'OORim:R00000124'}, null, null, {'_ref':'OOTire:T00000080'}, 1688458656962);
  509. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000039', 'SR19', '奥迪 | SR19', {'_ref':'OORim:R00000123'}, null, null, {'_ref':'OOTire:T00000079'}, 1688458656958);
  510. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000038', 'SR19', '奥迪 | SR19', {'_ref':'OORim:R00000122'}, null, null, {'_ref':'OOTire:T00000078'}, 1688458656955);
  511. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000037', 'SR19', '奥迪 | SR19', {'_ref':'OORim:R00000121'}, null, null, {'_ref':'OOTire:T00000077'}, 1688458656951);
  512. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000036', 'SR19', '奥迪 | SR19', {'_ref':'OORim:R00000120'}, null, null, {'_ref':'OOTire:T00000076'}, 1688458656948);
  513. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000035', 'SR19', '奥迪 | SR19', {'_ref':'OORim:R00000119'}, null, null, {'_ref':'OOTire:T00000075'}, 1688458656944);
  514. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000034', 'SR19', '奥迪 | SR19', {'_ref':'OORim:R00000118'}, null, null, {'_ref':'OOTire:T00000074'}, 1688458656940);
  515. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000033', 'SR19', '奥迪 | SR19', {'_ref':'OORim:R00000117'}, null, null, {'_ref':'OOTire:T00000073'}, 1688458656936);
  516. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000032', 'SR19', '奥迪 | SR19', {'_ref':'OORim:R00000116'}, null, null, {'_ref':'OOTire:T00000072'}, 1688458656931);
  517. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000031', 'SR19', '奥迪 | SR19', {'_ref':'OORim:R00000115'}, null, null, {'_ref':'OOTire:T00000071'}, 1688458656927);
  518. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000030', 'SR19', '奥迪 | SR19', {'_ref':'OORim:R00000114'}, null, null, {'_ref':'OOTire:T00000070'}, 1688458656923);
  519. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000029', 'SR19', '奥迪 | SR19', {'_ref':'OORim:R00000113'}, null, null, {'_ref':'OOTire:T00000069'}, 1688458656920);
  520. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000028', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000028'}, null, null, {'_ref':'OOTire:T00000028'}, 1688458656914);
  521. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000027', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000027'}, null, null, {'_ref':'OOTire:T00000027'}, 1688458656911);
  522. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000026', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000026'}, null, null, {'_ref':'OOTire:T00000026'}, 1688458656906);
  523. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000025', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000025'}, null, null, {'_ref':'OOTire:T00000025'}, 1688458656903);
  524. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000024', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000024'}, null, null, {'_ref':'OOTire:T00000024'}, 1688458656899);
  525. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000023', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000023'}, null, null, {'_ref':'OOTire:T00000023'}, 1688458656896);
  526. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000022', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000022'}, null, null, {'_ref':'OOTire:T00000022'}, 1688458656890);
  527. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000021', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000021'}, null, null, {'_ref':'OOTire:T00000021'}, 1688458656887);
  528. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000020', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000020'}, null, null, {'_ref':'OOTire:T00000020'}, 1688458656882);
  529. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000019', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000019'}, null, null, {'_ref':'OOTire:T00000019'}, 1688458656878);
  530. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000018', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000018'}, null, null, {'_ref':'OOTire:T00000018'}, 1688458656873);
  531. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000017', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000017'}, null, null, {'_ref':'OOTire:T00000017'}, 1688458656869);
  532. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000016', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000016'}, null, null, {'_ref':'OOTire:T00000016'}, 1688458656866);
  533. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000015', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000015'}, null, null, {'_ref':'OOTire:T00000015'}, 1688458656862);
  534. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000014', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000014'}, null, null, {'_ref':'OOTire:T00000014'}, 1688458656858);
  535. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000013', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000013'}, null, null, {'_ref':'OOTire:T00000013'}, 1688458656854);
  536. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000012', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000012'}, null, null, {'_ref':'OOTire:T00000012'}, 1688458656850);
  537. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000011', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000011'}, null, null, {'_ref':'OOTire:T00000011'}, 1688458656847);
  538. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000010', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000010'}, null, null, {'_ref':'OOTire:T00000010'}, 1688458656843);
  539. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000009', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000009'}, null, null, {'_ref':'OOTire:T00000009'}, 1688458656840);
  540. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000008', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000008'}, null, null, {'_ref':'OOTire:T00000008'}, 1688458656836);
  541. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000007', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000007'}, null, null, {'_ref':'OOTire:T00000007'}, 1688458656832);
  542. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000006', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000006'}, null, null, {'_ref':'OOTire:T00000006'}, 1688458656829);
  543. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000005', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000005'}, null, null, {'_ref':'OOTire:T00000005'}, 1688458656825);
  544. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000004', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000004'}, null, null, {'_ref':'OOTire:T00000004'}, 1688458656821);
  545. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000003', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000003'}, null, null, {'_ref':'OOTire:T00000003'}, 1688458656816);
  546. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000002', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000002'}, null, null, {'_ref':'OOTire:T00000002'}, 1688458656811);
  547. insert into /ootest/oowheel (brand, id, model, name, rim, status, tags, tire, vtime) values ('奥迪', 'OOWheel:W00000001', 'CR18', '奥迪 | CR18', {'_ref':'OORim:R00000001'}, null, null, {'_ref':'OOTire:T00000001'}, 1688458656805);
  548. create class if not exists OOAutomobile : ootest (
  549. brand varchar,
  550. color varchar,
  551. model varchar,
  552. plate varchar,
  553. productiondate date,
  554. vin varchar,
  555. engine OOEngine[1..1],
  556. wheel OOWheel[1..4]
  557. )with ttl=366 day , autosearch=true , version=false , key=id, alias='OOAutomobile' ;
  558. create class if not exists OOCar : OOAutomobile (
  559. is3box boolean,
  560. lengthoftruck double
  561. )with ttl=366 day , autosearch=true , version=false , key=manu, alias='OOCar' ;
  562. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('长安', '金', {'_ref':'OOEngine:E0000044'}, 'OOCar:C0000024', true, 1350, 'S75', '北N-N30437 | 长安 | S75', '北N-N30437', '2018-07-21', null, null, 'LEC21101W1A458790', 1688458671805, {'_ref':['OOWheel:W00000141', 'OOWheel:W00000142', 'OOWheel:W00000143', 'OOWheel:W00000144']});
  563. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('长安', '青', {'_ref':'OOEngine:E0000043'}, 'OOCar:C0000023', true, 1350, 'S75', '北A-A812P8 | 长安 | S75', '北A-A812P8', '2018-07-21', null, null, 'LEC21101W1A768679', 1688458671795, {'_ref':['OOWheel:W00000137', 'OOWheel:W00000138', 'OOWheel:W00000139', 'OOWheel:W00000140']});
  564. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('长安', '黄', {'_ref':'OOEngine:E0000042'}, 'OOCar:C0000022', true, 1350, 'S75', '北A-XC4667 | 长安 | S75', '北A-XC4667', '2018-07-21', null, null, 'LEC21101W1A231666', 1688458671786, {'_ref':['OOWheel:W00000133', 'OOWheel:W00000134', 'OOWheel:W00000135', 'OOWheel:W00000136']});
  565. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('长安', '白', {'_ref':'OOEngine:E0000041'}, 'OOCar:C0000021', true, 1350, 'S75', '北Y-GHD125 | 长安 | S75', '北Y-GHD125', '2018-07-21', null, null, 'LEC21101W1A123564', 1688458671777, {'_ref':['OOWheel:W00000129', 'OOWheel:W00000130', 'OOWheel:W00000131', 'OOWheel:W00000132']});
  566. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('沃尔沃', '黑', {'_ref':'OOEngine:E0000032'}, 'OOCar:C0000020', true, 1550, 'S90', '北G-A3122Q | 沃尔沃 | S90', '北G-A3122Q', '2020-12-29', null, null, 'LE621101W1A245780', 1688458671767, {'_ref':['OOWheel:W00000109', 'OOWheel:W00000110', 'OOWheel:W00000111', 'OOWheel:W00000112']});
  567. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('沃尔沃', '白', {'_ref':'OOEngine:E0000031'}, 'OOCar:C0000019', false, 1650, 'V60', '北P-12G3W6 | 沃尔沃 | V60', '北P-12G3W6', '2019-07-28', null, null, 'LE625501W1A358089', 1688458671759, {'_ref':['OOWheel:W00000105', 'OOWheel:W00000106', 'OOWheel:W00000107', 'OOWheel:W00000108']});
  568. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('沃尔沃', '蓝', {'_ref':'OOEngine:E0000030'}, 'OOCar:C0000018', true, 1500, 'S60', '北A-1W46DK | 沃尔沃 | S60', '北A-1W46DK', '2018-05-26', null, null, 'LE621101W1A376890', 1688458671748, {'_ref':['OOWheel:W00000101', 'OOWheel:W00000102', 'OOWheel:W00000103', 'OOWheel:W00000104']});
  569. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('沃尔沃', '白', {'_ref':'OOEngine:E0000029'}, 'OOCar:C0000017', true, 1500, 'S60', '北Y-QQ1270 | 沃尔沃 | S60', '北Y-QQ1270', '2018-05-26', null, null, 'LE621101W1A342765', 1688458671736, {'_ref':['OOWheel:W00000097', 'OOWheel:W00000098', 'OOWheel:W00000099', 'OOWheel:W00000100']});
  570. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('奔驰', '黑', {'_ref':'OOEngine:E0000024'}, 'OOCar:C0000016', true, 1605, 'S600', '北G-QS1221 | 奔驰 | S600', '北G-QS1221', '2016-01-25', null, null, 'WDB21101W1A689234', 1688458671726, {'_ref':['OOWheel:W00000081', 'OOWheel:W00000082', 'OOWheel:W00000083', 'OOWheel:W00000084']});
  571. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('奔驰', '黑', {'_ref':'OOEngine:E0000023'}, 'OOCar:C0000015', true, 1605, 'S600', '北P-A24367 | 奔驰 | S600', '北P-A24367', '2016-01-25', null, null, 'WDB21101W1A465721', 1688458671715, {'_ref':['OOWheel:W00000077', 'OOWheel:W00000078', 'OOWheel:W00000079', 'OOWheel:W00000080']});
  572. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('奔驰', '黑', {'_ref':'OOEngine:E0000017'}, 'OOCar:C0000014', true, 1425, 'E300', '北A-WQ1298 | 奔驰 | E300', '北A-WQ1298', '2014-11-22', null, null, 'LE421101W1A167095', 1688458671706, {'_ref':['OOWheel:W00000073', 'OOWheel:W00000074', 'OOWheel:W00000075', 'OOWheel:W00000076']});
  573. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('奔驰', '红', {'_ref':'OOEngine:E0000016'}, 'OOCar:C0000013', true, 1425, 'E300', '北E-3FD238 | 奔驰 | E300', '北E-3FD238', '2014-11-22', null, null, 'LE421101W1A145907', 1688458671696, {'_ref':['OOWheel:W00000069', 'OOWheel:W00000070', 'OOWheel:W00000071', 'OOWheel:W00000072']});
  574. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('奥迪', '黑', {'_ref':'OOEngine:E0000015'}, 'OOCar:C0000012', true, 1560, 'A8', '北R-1AR435 | 奥迪 | A8', '北R-1AR435', '2019-11-19', null, null, 'WDB21101W1A002357', 1688458671687, {'_ref':['OOWheel:W00000025', 'OOWheel:W00000026', 'OOWheel:W00000027', 'OOWheel:W00000028']});
  575. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('奥迪', '黑', {'_ref':'OOEngine:E0000014'}, 'OOCar:C0000011', true, 1560, 'A8', '北N-N33442 | 奥迪 | A8', '北N-N33442', '2019-11-19', null, null, 'WDB21101W1A058798', 1688458671678, {'_ref':['OOWheel:W00000021', 'OOWheel:W00000022', 'OOWheel:W00000023', 'OOWheel:W00000024']});
  576. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('奥迪', '黑', {'_ref':'OOEngine:E0000013'}, 'OOCar:C0000010', true, 1560, 'A8', '北A-AR1235 | 奥迪 | A8', '北A-AR1235', '2019-11-19', null, null, 'WDB21101W1A236980', 1688458671669, {'_ref':['OOWheel:W00000017', 'OOWheel:W00000018', 'OOWheel:W00000019', 'OOWheel:W00000020']});
  577. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('奥迪', '黑', {'_ref':'OOEngine:E0000012'}, 'OOCar:C0000009', true, 1500, 'A6', '北A-124665 | 奥迪 | A6', '北A-124665', '2017-10-15', null, null, 'LE521101W1A205837', 1688458671660, {'_ref':['OOWheel:W00000013', 'OOWheel:W00000014', 'OOWheel:W00000015', 'OOWheel:W00000016']});
  578. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('奥迪', '黑', {'_ref':'OOEngine:E0000011'}, 'OOCar:C0000008', true, 1500, 'A6', '北Y-AD1298 | 奥迪 | A6', '北Y-AD1298', '2017-10-15', null, null, 'LE521101W1A839574', 1688458671651, {'_ref':['OOWheel:W00000009', 'OOWheel:W00000010', 'OOWheel:W00000011', 'OOWheel:W00000012']});
  579. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('奥迪', '黑', {'_ref':'OOEngine:E0000010'}, 'OOCar:C0000007', true, 1500, 'A6', '北G-QD1223 | 奥迪 | A6', '北G-QD1223', '2017-10-15', null, null, 'LE521101W1A286079', 1688458671642, {'_ref':['OOWheel:W00000005', 'OOWheel:W00000006', 'OOWheel:W00000007', 'OOWheel:W00000008']});
  580. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('奥迪', '白', {'_ref':'OOEngine:E0000009'}, 'OOCar:C0000006', true, 1500, 'A6', '北P-1243WE | 奥迪 | A6', '北P-1243WE', '2017-10-15', null, null, 'LE521101W1A256078', 1688458671633, {'_ref':['OOWheel:W00000001', 'OOWheel:W00000002', 'OOWheel:W00000003', 'OOWheel:W00000004']});
  581. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('宝马', '银', {'_ref':'OOEngine:E0000006'}, 'OOCar:C0000005', true, 1523, '537', '北A-EQ1243 | 宝马 | 537', '北A-EQ1243', '2015-08-25', null, null, 'LE221101W1A235007', 1688458671623, {'_ref':['OOWheel:W00000057', 'OOWheel:W00000058', 'OOWheel:W00000059', 'OOWheel:W00000060']});
  582. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('宝马', '银', {'_ref':'OOEngine:E0000005'}, 'OOCar:C0000004', true, 1523, '537', '北E-SFD234 | 宝马 | 537', '北E-SFD234', '2015-08-25', null, null, 'LE221101W1A564879', 1688458671614, {'_ref':['OOWheel:W00000053', 'OOWheel:W00000054', 'OOWheel:W00000055', 'OOWheel:W00000056']});
  583. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('宝马', '白', {'_ref':'OOEngine:E0000004'}, 'OOCar:C0000003', true, 1523, '537', '北R-12R453 | 宝马 | 537', '北R-12R453', '2015-08-25', null, null, 'LE221101W1A143257', 1688458671604, {'_ref':['OOWheel:W00000049', 'OOWheel:W00000050', 'OOWheel:W00000051', 'OOWheel:W00000052']});
  584. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('宝马', '银', {'_ref':'OOEngine:E0000002'}, 'OOCar:C0000002', true, 1431, '323', '北N-N3F456 | 宝马 | 323', '北N-N3F456', '2011-06-10', null, null, 'LE221101W1A789678', 1688458671593, {'_ref':['OOWheel:W00000045', 'OOWheel:W00000046', 'OOWheel:W00000047', 'OOWheel:W00000048']});
  585. insert into /ootest/ooautomobile/oocar (brand, color, engine, id, is3box, lengthoftruck, model, name, plate, productiondate, status, tags, vin, vtime, wheel) values ('宝马', '白', {'_ref':'OOEngine:E0000001'}, 'OOCar:C0000001', true, 1431, '323', '北A-AD1238 | 宝马 | 323', '北A-AD1238', '2011-06-10', null, null, 'LE221101W1A254367', 1688458671583, {'_ref':['OOWheel:W00000041', 'OOWheel:W00000042', 'OOWheel:W00000043', 'OOWheel:W00000044']});
  586. create class if not exists OOSUV : OOAutomobile (
  587. groundclearance double,
  588. is4wd boolean
  589. )with ttl=366 day , autosearch=true , version=false , key=manu, alias='OOSUV' ;
  590. create class if not exists OOCamry : OOCar ( )with ttl=366 day , autosearch=true , version=false , key=manu, alias='OOCamry' ;