| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- /**
- scope(file)
- loop(10)
- **/;
- drop class if exists /by0317{%02d,filei}/enterprise;
- drop class if exists /by0317{%02d,filei}/site;
- drop class if exists /by0317{%02d,filei}/aircraft ;
- drop class if exists /by0317{%02d,filei}/pilot ;
- drop class if exists /by0317{%02d,filei}/business_object ;
- drop class if exists /by0317{%02d,filei}/route ;
- drop class if exists /by0317{%02d,filei}/task ;
- drop class if exists /by0317{%02d,filei}/flight_activity ;
- drop class if exists /by0317{%02d,filei}/operation_event ;
- -- 创建对象类: 账户
- drop class if exists /by0317{%02d,filei}/account ;
- -- 创建对象类: 备案记录
- drop class if exists /by0317{%02d,filei}/bus_filing_record ;
- -- 创建对象类: 订单的联单
- drop class if exists /by0317{%02d,filei}/bus_link_order ;
- -- 创建对象类: 订单
- drop class if exists /by0317{%02d,filei}/bus_order_info ;
- -- 创建对象类: 底数管理
- drop class if exists /by0317{%02d,filei}/cg_base_management ;
- -- 创建对象类: 账单管理
- drop class if exists /by0317{%02d,filei}/cp_charge_bill ;
- -- 创建对象类: 收费契约管理
- drop class if exists /by0317{%02d,filei}/cp_charge_contract ;
- -- 创建对象类: 区域信息
- drop class if exists /by0317{%02d,filei}/region_info ;
- -- 创建对象类: 区域目标金额
- drop class if exists /by0317{%02d,filei}/region_target ;
- -- 创建对象类: 区域序时统计
- drop class if exists /by0317{%02d,filei}/region_stats ;
- DROP CLASS IF EXISTS /by0317{%02d,filei};
|