Changes between Initial Version and Version 1 of Ticket #88


Ignore:
Timestamp:
02/10/2012 06:09:34 PM (14 years ago)
Author:
chenchongqi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #88 – Description

    initial v1  
    3939  g. 深圳分站价格 
    4040  h. 成都分站价格 
     41 
     42= price文件 = 
     43* 文件名 price.txt 
     44* 文件格式 
     45{{{ 
     46北上广深成都价格在ExtraField中的位置 
     47@first_area: 
     48---------+----+----+----+----+----+----+ 
     49Area ID  | a0 | a1 | a2 | a3 | a4 | a5 | 
     50---------+----+----+----+----+----+----+ 
     51Field ID | m0 | e1 | e2 | e3 | e4 | e5 | 
     52---------+----+----+----+----+----+----+ 
     53a0 全国地区id 
     54a1-a5 北上广深地区id 
     55 
     56分站对应关系 
     57@second_area: 
     58--------------+----+----+----+----+----+----+ 
     59Minor Area ID | n1 | n2 | n3 | n4 | n5 | n6 | ...  
     60--------------+----+----+----+----+----+----+ 
     61Main Area ID  | a1 | a1 | a1 | a2 | a2 | a3 | ... 
     62--------------+----+----+----+----+----+----+ 
     63n1-nx 除了北上广深成都全国外其他各小分站地区id 
     64a1-a5 被引用的主要分站地区id 
     65 
     66分站本地价格 
     67@second_area_price: 
     68--------+------------+-------+ 
     69Area Id | Product Id | Price | 
     70--------+------------+-------+ 
     71}}}