2001_clear.mql 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /**
  2. scope(file)
  3. loop(10)
  4. **/;
  5. drop class if exists /by0317{%02d,filei}/enterprise;
  6. drop class if exists /by0317{%02d,filei}/site;
  7. drop class if exists /by0317{%02d,filei}/aircraft ;
  8. drop class if exists /by0317{%02d,filei}/pilot ;
  9. drop class if exists /by0317{%02d,filei}/business_object ;
  10. drop class if exists /by0317{%02d,filei}/route ;
  11. drop class if exists /by0317{%02d,filei}/task ;
  12. drop class if exists /by0317{%02d,filei}/flight_activity ;
  13. drop class if exists /by0317{%02d,filei}/operation_event ;
  14. -- 创建对象类: 账户
  15. drop class if exists /by0317{%02d,filei}/account ;
  16. -- 创建对象类: 备案记录
  17. drop class if exists /by0317{%02d,filei}/bus_filing_record ;
  18. -- 创建对象类: 订单的联单
  19. drop class if exists /by0317{%02d,filei}/bus_link_order ;
  20. -- 创建对象类: 订单
  21. drop class if exists /by0317{%02d,filei}/bus_order_info ;
  22. -- 创建对象类: 底数管理
  23. drop class if exists /by0317{%02d,filei}/cg_base_management ;
  24. -- 创建对象类: 账单管理
  25. drop class if exists /by0317{%02d,filei}/cp_charge_bill ;
  26. -- 创建对象类: 收费契约管理
  27. drop class if exists /by0317{%02d,filei}/cp_charge_contract ;
  28. -- 创建对象类: 区域信息
  29. drop class if exists /by0317{%02d,filei}/region_info ;
  30. -- 创建对象类: 区域目标金额
  31. drop class if exists /by0317{%02d,filei}/region_target ;
  32. -- 创建对象类: 区域序时统计
  33. drop class if exists /by0317{%02d,filei}/region_stats ;
  34. DROP CLASS IF EXISTS /by0317{%02d,filei};